Re: GPU HANG: any quick (temporal) fix?

2020-11-26 Thread riveravaldez
On 11/26/20, Alexander V. Makartsev wrote: > On 26.11.2020 23:52, riveravaldez wrote: >> Hi, I'm having what seems to be GPU hangs (they occurred consistently >> using both Openbox and IceWM, with both Firefox and Epiphany, and >> always when playing video, both with videocall or YT videos), scree

Re: Instructions for command line usage of WiFi.

2020-11-26 Thread Reco
Hi. On Thu, Nov 26, 2020 at 03:12:20PM -0800, pe...@easthope.ca wrote: > > The kernel has no free RAM to queue a packet or that Tp-Link device > > you're is using low-quality kernel module. Happens with Tp-Link, but > > there's a bright side - it could've been Broadcom. > > > > Try incre

Instructions for command line usage of WiFi.

2020-11-26 Thread peter
From: Reco Date: Wed, 25 Nov 2020 10:42:59 +0300 > Try increasing a value of vm.min_free_kbytes, it may help. vm.min_free_kbytes wasn't in /etc/sysctl.conf as some Web pages claim but cat /proc/sys/vm/min_free_kbytes gave 39944. Adding the line "vm.min_free_kbytes = 59916" in /proc/... , incre

Re: Instructions for command line usage of WiFi.

2020-11-26 Thread Gene Heskett
On Thursday 26 November 2020 18:12:20 pe...@easthope.ca wrote: > From: Reco > Date: Wed, 25 Nov 2020 10:42:59 +0300 > > > No. "auto" means (taken directly from interfaces(5)): > > ... > > OK, thanks. Several years since I last read the man page. Can't say > it's inspiring prose; absolutely no of

Re: How to run AppImage file

2020-11-26 Thread Fred
On 11/26/20 12:07 PM, Joe Pfeiffer wrote: Fred writes: On 11/26/20 9:04 AM, Joe Pfeiffer wrote: Fred writes: On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2-

Re: Import and Export of Zfs pools

2020-11-26 Thread Dan Ritter
James Allsopp wrote: > On Thu, 26 Nov 2020 at 12:32, Dan Ritter wrote: > > > >- cp -a /var to /tank/var > > >- Set the mount point on /tank/var to /var > > >- Remove /var entry from /etc/fstab > > >- Export the pool > > >- Reboot > > > > > > > > > And then I should have a ZFS

Re: Instructions for command line usage of WiFi.

2020-11-26 Thread peter
From: Reco Date: Wed, 25 Nov 2020 10:42:59 +0300 > No. "auto" means (taken directly from interfaces(5)): > ... OK, thanks. Several years since I last read the man page. Can't say it's inspiring prose; absolutely no offense to authors; just my honest impression. > The main difference between "

Re: Import and Export of Zfs pools

2020-11-26 Thread James Allsopp
On Thu, 26 Nov 2020 at 12:32, Dan Ritter wrote: > James Allsopp wrote: > > Hi, > > I've got a zfs pool that works fine in normal use on my debian system and > > remains after a reboot. > > When I reboot into recovery mode, I have to reimport the pool manually > > using > > zpool import -d /dev/di

Re: GPU HANG: any quick (temporal) fix?

2020-11-26 Thread Alexander V. Makartsev
On 26.11.2020 23:52, riveravaldez wrote: Hi, I'm having what seems to be GPU hangs (they occurred consistently using both Openbox and IceWM, with both Firefox and Epiphany, and always when playing video, both with videocall or YT videos), screen gets mostly frozen (but all system and software kee

Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred writes: > On 11/26/20 9:04 AM, Joe Pfeiffer wrote: >> Fred writes: >> >>> On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: > fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help > bash: ./ClipGrab-3.9.2-x86_64.AppImage:

GPU HANG: any quick (temporal) fix?

2020-11-26 Thread riveravaldez
Hi, I'm having what seems to be GPU hangs (they occurred consistently using both Openbox and IceWM, with both Firefox and Epiphany, and always when playing video, both with videocall or YT videos), screen gets mostly frozen (but all system and software keeps responding normally to the keyboard), Op

Re: How to run AppImage file

2020-11-26 Thread Fred
On 11/26/20 9:04 AM, Joe Pfeiffer wrote: Fred writes: On 11/25/20 12:30 PM, Reco wrote: Hi. On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec format e

Re: How to run AppImage file

2020-11-26 Thread Joe Pfeiffer
Fred writes: > On 11/25/20 12:30 PM, Reco wrote: >> Hi. >> >> On Wed, Nov 25, 2020 at 12:13:03PM -0700, Fred wrote: >>> fred@ragnok:~$ ./ClipGrab-3.9.2-x86_64.AppImage --help >>> bash: ./ClipGrab-3.9.2-x86_64.AppImage: cannot execute binary file: Exec >>> format error >> >> uname -m >> >> R

Re: color border in image, drop everything outside of it

2020-11-26 Thread Emanuel Berg
tomas wrote: >> Well, in computing, the details are everything. > > Yes, that's it -- and they are usually left... to the reader :) > > Why should I deprive you of your fun? > > Actually it's that my stack is too high: I just wanted to help > you avoid barking up too many wrong trees; in this long

Re: color border in image, drop everything outside of it

2020-11-26 Thread Emanuel Berg
tomas wrote: > I'm not going to fill in the details. Well, in computing, the details are everything. -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal

Re: color border in image, drop everything outside of it

2020-11-26 Thread tomas
On Thu, Nov 26, 2020 at 12:47:12PM +0100, Emanuel Berg wrote: > tomas wrote: > > >> Well, in computing, the details are everything. > > > > Yes, that's it -- and they are usually left... to the reader :) > > > > Why should I deprive you of your fun? > > > > Actually it's that my stack is too high:

Re: Import and Export of Zfs pools

2020-11-26 Thread Dan Ritter
James Allsopp wrote: > Hi, > I've got a zfs pool that works fine in normal use on my debian system and > remains after a reboot. > When I reboot into recovery mode, I have to reimport the pool manually > using > zpool import -d /dev/disk/by-id > > I export before I reboot, but when I reboot into

Re: color border in image, drop everything outside of it

2020-11-26 Thread tomas
On Thu, Nov 26, 2020 at 12:24:40PM +0100, Emanuel Berg wrote: > tomas wrote: > > > I'm not going to fill in the details. > > Well, in computing, the details are everything. Yes, that's it -- and they are usually left... to the reader :) Why should I deprive you of your fun? Actually it's that

Re: Driver issues with GDM & wifi on Intel

2020-11-26 Thread Andrei POPESCU
On Mi, 25 nov 20, 20:17:01, AW wrote: > Ive got a new Dell Lattitude 3410 with "Integrated Intel UHD for 10th > Generation Intel Core i3-10110U graphics" and Intel wifi but I cannot get > either of them working properly on Debian 10. Ive tried installing > firmware-linux-nonfree and firmware-linux

Re: NTFS partitions can't be mounted

2020-11-26 Thread Andrei POPESCU
On Jo, 26 nov 20, 01:29:13, Kanito 73 wrote: > to...@tuxteam.de Wrote: > > > This is a pattern which I like to call "emergent evil". Most likely > > nobody does it on purpose, yet it happens often enough to annoy > > competing ecosystems. Magic! > > HAHAHAHAHA (with capital letters)... As far as

Re: NTFS partitions can't be mounted

2020-11-26 Thread Andrei POPESCU
On Mi, 25 nov 20, 21:56:06, Charlie Gibbs wrote: > > In situations like this, I think not of Occam's, but of Hanlon's Razor: > > Never attribute to malice that which can > be adequately explained by stupidity. +1 > At this point, though, a little voice in the back of my mind says, > "Bu

Re: Why use an email client AND sendmail/popa3d - Does this avoid the hijack?

2020-11-26 Thread Joe
On Wed, 25 Nov 2020 21:57:10 -0600 David Wright wrote: > Perhaps the problem is similar to the one I had with this list > (hence the change I made above). What happened was that my posts' > Envelope-from (set to the same as my From address above) was being > changed by my mail hosting service to

Re: NTFS partitions can't be mounted

2020-11-26 Thread tomas
On Thu, Nov 26, 2020 at 09:06:49AM +, Joe wrote: > On Thu, 26 Nov 2020 01:29:13 + > Kanito 73 wrote: > > > > > I hate Windoze as an operating system but some programs and games are > > cool... [...] > > environments (when computers had simple text terminals) and further > > graphical op

Re: How to run AppImage file (was: clipgrab as alternative to youtube-dl)

2020-11-26 Thread Andrei POPESCU
On Mi, 25 nov 20, 17:38:44, Fred wrote: > On 11/25/20 2:15 PM, Greg Wooledge wrote: > > On Wed, Nov 25, 2020 at 02:12:03PM -0700, Fred wrote: > > > fred@ragnok:~$ uname -m > > > i686 > > > fred@ragnok:~$ file ClipGrab-3.9.2-x86_64.AppImage > > > ClipGrab-3.9.2-x86_64.AppImage: ELF 64-bit LSB execut

Re: NTFS partitions can't be mounted

2020-11-26 Thread Joe
On Thu, 26 Nov 2020 01:29:13 + Kanito 73 wrote: > > I hate Windoze as an operating system but some programs and games are > cool... And there is a fact: THE ONE WHO HITS FIRST, HITS TWICE > (translated from spanish). Bill Gates was pioneer of the graphical > environments (when computers had

Re: NTFS partitions can't be mounted

2020-11-26 Thread tomas
On Wed, Nov 25, 2020 at 09:56:06PM -0800, Charlie Gibbs wrote: > On Wed, 25 Nov 2020 22:30:02 +0100 Joe wrote: [...] > >> This is a pattern which I like to call "emergent evil". Most likely > >> nobody does it on purpose, yet it happens often enough to annoy > >> competing ecosystems. Magic! > >

Re: Why use an email client AND sendmail/popa3d - Does this avoid the hijack?

2020-11-26 Thread mick crane
On 2020-11-26 03:57, David Wright wrote: What sort of rejections and/or bounces have you had? It showed up that mails to getmail list that uses Exim were refused as unsubscribed whereas before was OK. I "think" I then subscribed with noctiluc...@sky.com which worked for a bit but then from l

Re: color border in image, drop everything outside of it

2020-11-26 Thread tomas
On Thu, Nov 26, 2020 at 01:22:51AM +0100, Emanuel Berg wrote: > tomas wrote: > > >> BTW maybe the AI people already have a true and tested > >> algorithm for this problem? > > > > I repeat myself. It is a variant of flood fill. AI not needed. > > Classical raster computer graphics stuff. > > Well