Import and Export of Zfs pools

2020-11-25 Thread James Allsopp
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 the full version of Debian 10, the po

Re: NTFS partitions can't be mounted

2020-11-25 Thread Charlie Gibbs
On Wed, 25 Nov 2020 22:30:02 +0100 Joe wrote: > On Wed, 25 Nov 2020 22:11:47 +0100 wrote: > >> On Wed, Nov 25, 2020 at 03:47:12PM -0500, Stefan Monnier wrote: >> Microsoft changes the system required to kill the fast-boot every so often, almost surely to make it difficult for users of

Re: Missing SATA Drives on ROMED8-2T Motherboard

2020-11-25 Thread Sven Hartge
Scott Colby wrote: > Well, I spent some more time reading dmesg logs and messing around in > the BIOS. I enabled SR-IOV [1] and the drives appeared! I'm not > entirely sure _why_ this worked, Yes, me neither. Maybe that option also changed something in the background as well. > but at this poi

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

2020-11-25 Thread Emanuel Berg
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, AI or not, I remember the old graphics program (e.g., MacPaint) did this all t

Re: Missing SATA Drives on ROMED8-2T Motherboard

2020-11-25 Thread Scott Colby
Well, I spent some more time reading dmesg logs and messing around in the BIOS. I enabled SR-IOV [1] and the drives appeared! I'm not entirely sure _why_ this worked, but at this point (it's been over a week of messing with this), I'm a bit tired of looking. If anyone has thoughts on why this chang

Re: Problem with /var/mail file > 2GB with pop3

2020-11-25 Thread David Wright
On Wed 25 Nov 2020 at 17:56:27 (+), Curt wrote: > On 2020-11-25, David Wright wrote: > > > > There's a big difference between the requirements for your local > > storage when using POP compared with IMAP. When using POP in a > > conventional manner (transfer, and delete at the server end), you

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

2020-11-25 Thread David Wright
On Wed 25 Nov 2020 at 00:08:27 (+), mick crane wrote: > On 2020-11-23 12:19, Andrei POPESCU wrote: > > On Lu, 23 nov 20, 14:27:36, Keith Bainbridge wrote: > > > I was interested to read that Flo, the OP, uses separate mail > > > collection, sendmail and thunderbird. Some of the replies sound li

Re: Missing SATA Drives on ROMED8-2T Motherboard

2020-11-25 Thread Scott Colby
On Wed, Nov 25, 2020, at 05:04, Sven Hartge wrote: > Hmm. The controller at 49:00.0 is missing here. Could it be hosting the > missing drives? Good catch! I did some more investigation with verbose lspci output, here's the diff between 48:00.0 and 49:00.0: 1c1 < 48:00.0 SATA controller [0106]: Ad

Re: NTFS partitions can't be mounted

2020-11-25 Thread Stefan Monnier
> Microsoft has a bad habit of changing things under the hood without > bumping the version number. They could very well have changed NTFS > enough to bollix Linux NTFS libraries and not bothered to tell anyone. Except that `ntfs-3g` can read and write NTFS and hasn't seen the need for updates to

Re: NTFS partitions can't be mounted

2020-11-25 Thread Kanito 73
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 I remember, Microsoft (Windoze) used to annoy Linux users

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

2020-11-25 Thread Fred
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 executable, x86-64, [...] Well, um. It's clearly not going to work. Y

Re: Printer not Ready after Scan

2020-11-25 Thread Dan Norton
Thanks to Greg Marks, the answer is: root@deb4:~# /usr/sbin/cupsenable HP_LaserJet_3050 and the printer is ready. Thanks Greg! On Tue, 24 Nov 2020 19:23:43 -0500 Dan Norton wrote: > My printer on the desktop became not ready and my attempts to make it > ready have bit the dust. I don't print m

Re: Printer not Ready after Scan

2020-11-25 Thread Brian
On Tue 24 Nov 2020 at 19:23:43 -0500, Dan Norton wrote: > My printer on the desktop became not ready and my attempts to make it > ready have bit the dust. I don't print much, usually just text, using > the lp command. My printer worked fine until I used gscan2pdf to scan > one page to a pdf for an

Re: NTFS partitions can't be mounted

2020-11-25 Thread Charles Curley
On Wed, 25 Nov 2020 21:22:30 + Joe wrote: > NTFS has been NTFS since the 90s, while Linux has had ext2, ext3, > ext4, Reiser among other filesystems. Is it not likely that 'NTFS' > has really been a similar parade of different filesystems with each > version of Windows retaining the code to r

Re: NTFS partitions can't be mounted

2020-11-25 Thread Joe
On Wed, 25 Nov 2020 22:11:47 +0100 wrote: > On Wed, Nov 25, 2020 at 03:47:12PM -0500, Stefan Monnier wrote: > > > Microsoft changes the system required to kill the fast-boot every > > > so often, almost surely to make it difficult for users of Linux > > > to access Windows from the Linux system.

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

2020-11-25 Thread Greg Wooledge
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 executable, x86-64, [...] Well, um. It's clearly not going to work. You either need to use a 32-bit version

Re: NTFS partitions can't be mounted

2020-11-25 Thread tomas
On Wed, Nov 25, 2020 at 03:47:12PM -0500, Stefan Monnier wrote: > > Microsoft changes the system required to kill the fast-boot every so often, > > almost surely to make it difficult for users of Linux to access Windows from > > the Linux system. > > That seems highly unlikely: it's a tiny number

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

2020-11-25 Thread Fred
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 Reco fred@ragnok:~$ uname -m i686 fred

Re: Driver issues with GDM & wifi on Intel

2020-11-25 Thread Dan Ritter
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 but it still wont progress

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

2020-11-25 Thread Fred
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 Reco fred@ragnok:~$ uname -m i686

Re: NTFS partitions can't be mounted

2020-11-25 Thread Stefan Monnier
> Microsoft changes the system required to kill the fast-boot every so often, > almost surely to make it difficult for users of Linux to access Windows from > the Linux system. That seems highly unlikely: it's a tiny number of users, and not only they're not a threat but annoying them won't bring

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread Celejar
On Wed, 25 Nov 2020 20:11:29 + Joe wrote: > On Wed, 25 Nov 2020 09:13:03 -0500 > Celejar wrote: > > > On Wed, 25 Nov 2020 09:03:21 + > > Joe wrote: > > > > ... > > > > > proper email client or webmail. I have to admit I use a netbook > > > while away from home, as I have both "smart"

Re: NTFS partitions can't be mounted

2020-11-25 Thread Doug McGarrett
On 11/25/20 2:54 PM, The Wanderer wrote: On 2020-11-25 at 12:31, Linux-Fan wrote: Kanito 73 writes: Hello Al the previous issues I published are now solved. Relative to the RTL8821CE, I searched for a module rtl8821ce.ko but the generated module was just 8821ce.ko so when I loaded the onl

Driver issues with GDM & wifi on Intel

2020-11-25 Thread AW
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 but it still wont progress past 'Starting

Re: An apt repository has changed its key

2020-11-25 Thread songbird
Bob Bernstein wrote: ... it looks like you are mixing Ubuntu and Debian? songbird

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread Joe
On Wed, 25 Nov 2020 09:13:03 -0500 Celejar wrote: > On Wed, 25 Nov 2020 09:03:21 + > Joe wrote: > > ... > > > proper email client or webmail. I have to admit I use a netbook > > while away from home, as I have both "smart"phone and tablet, but > > they are extremely limited toys and they a

Re: NTFS partitions can't be mounted

2020-11-25 Thread The Wanderer
On 2020-11-25 at 12:31, Linux-Fan wrote: > Kanito 73 writes: > >> Hello >> >> Al the previous issues I published are now solved. Relative to the >> RTL8821CE, I searched for a module rtl8821ce.ko but the generated >> module was just 8821ce.ko so when I loaded the only RTL* >> (rtl8821ae.ko) the

Re: NTFS partitions can't be mounted [SOLVED]

2020-11-25 Thread Linux-Fan
Kanito 73 writes: [...] > Linux-fan: > Which parts went onto the SSD and which onto the HDD in the end? > Which of the two systems do you intend to use more often? > Which of the two systems will run computation-intensive (CPU, RAM, GPU) > applications? HDD: sda1-sda4 Windows 10 (100Gb+) sda5-

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

2020-11-25 Thread Reco
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 Reco

Re: NTFS partitions can't be mounted [SOLVED]

2020-11-25 Thread Kanito 73
Hello! > john doe: Is "fastboot" disabled in Windows or in the bios? Windows 10 -> Control Panel -> Power Control -> disable fast startup. As I found in a few posts and publications, Windows stores some data on the disks to load faster the next time and sets a flag to deny access or mount to en

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

2020-11-25 Thread Fred
On 11/17/20 11:47 PM, Anssi Saari wrote: Fred writes: There is a binary for Linux available for download as a AppImage file. What is an AppImage file and what does one do with it. The program was probably compiled for Ubuntu. Is it likely to also run on Debian? AppImage files are a kind of

Chismes de pasillo y problemas entre empleados

2020-11-25 Thread Denisse Mijangos Ahumada
DISNEY no solo ha llegado a la televisión, también a nuestra Empresa... Comunicación Interna e Identidad Corporativa al estilo DISNEY Workshop Online en Vivo / 10 y 17 de Diciembre 2020 DESCARGAR FOLLETO COMPLETO HOY MÁS QUE NUNCA, ES CLAVE SABER TRANSMITIR CON SEGURIDAD Y CONFIANZA

Re: Problem with /var/mail file > 2GB with pop3

2020-11-25 Thread Curt
On 2020-11-25, David Wright wrote: > > There's a big difference between the requirements for your local > storage when using POP compared with IMAP. When using POP in a > conventional manner (transfer, and delete at the server end), you > need reliable local storage. And you also need reliable fil

Re: Instructions for command line usage of WiFi.

2020-11-25 Thread Celejar
On Wed, 25 Nov 2020 19:18:43 +0300 Reco wrote: > On Wed, Nov 25, 2020 at 10:31:55AM -0500, Celejar wrote: > > On Wed, 25 Nov 2020 17:43:00 +0300 > > Reco wrote: > > > > > On Wed, Nov 25, 2020 at 09:19:08AM -0500, Celejar wrote: > > > > On Wed, 25 Nov 2020 10:42:59 +0300 > > > > Reco wrote: > >

Re: NTFS partitions can't be mounted

2020-11-25 Thread Linux-Fan
Kanito 73 writes: Hello Al the previous issues I published are now solved. Relative to the RTL8821CE, I searched for a module rtl8821ce.ko but the generated module was just 8821ce.ko so when I loaded the only RTL* (rtl8821ae.ko) the right 8821ce.ko was already loaded and I thought it was

Re: Instructions for command line usage of WiFi.

2020-11-25 Thread Reco
On Wed, Nov 25, 2020 at 10:31:55AM -0500, Celejar wrote: > On Wed, 25 Nov 2020 17:43:00 +0300 > Reco wrote: > > > On Wed, Nov 25, 2020 at 09:19:08AM -0500, Celejar wrote: > > > On Wed, 25 Nov 2020 10:42:59 +0300 > > > Reco wrote: > > > > > > > On Tue, Nov 24, 2020 at 03:06:59PM -0800, pe...@eas

Re: NTFS partitions can't be mounted

2020-11-25 Thread John Boxall
P.S. Debian is working 100% perfectly, it is up and running, the unique problem is the access to the NTFS partitions You are running into Windows "hibernation" that leaves the disks in an "unclean" state when shut down in that manner (sadly, a default..."fastboot" as John Doe was pointing yo

Re: Instructions for command line usage of WiFi.

2020-11-25 Thread Celejar
On Wed, 25 Nov 2020 17:43:00 +0300 Reco wrote: > On Wed, Nov 25, 2020 at 09:19:08AM -0500, Celejar wrote: > > On Wed, 25 Nov 2020 10:42:59 +0300 > > Reco wrote: > > > > > On Tue, Nov 24, 2020 at 03:06:59PM -0800, pe...@easthope.ca wrote: > > > > This is the only oddity evident after ifup wlxa0f

Re: Problem with /var/mail file > 2GB with pop3

2020-11-25 Thread David Wright
On Tue 24 Nov 2020 at 17:17:24 (+), Curt wrote: > On 2020-11-23, rhkra...@gmail.com wrote: > > On Monday, November 23, 2020 06:15:09 AM Sven Hartge wrote: > >> Joe wrote: > >> > That's why we have IMAP, which doesn't use mbox. > >> > >> The IMAP protocal and the backend storage have no conne

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread David Wright
On Wed 25 Nov 2020 at 09:30:41 (+1100), Keith Bainbridge wrote: > On Sun, 22 Nov 2020 23:34:56 -0600 David Wright wrote: > >>> On Mon 23 Nov 2020 at 14:27:36 (+1100), Keith Bainbridge wrote: > >>> > So does htis get a new subject in the list? > > Interesting. I'll try it next time I want to use a

Re: Instructions for command line usage of WiFi.

2020-11-25 Thread Reco
On Wed, Nov 25, 2020 at 09:19:08AM -0500, Celejar wrote: > On Wed, 25 Nov 2020 10:42:59 +0300 > Reco wrote: > > > On Tue, Nov 24, 2020 at 03:06:59PM -0800, pe...@easthope.ca wrote: > > > This is the only oddity evident after ifup wlxa0f3c10a28f7. > > > > > > DHCPDISCOVER on wlxa0f3c10a28f7 to

Re: Instructions for command line usage of WiFi.

2020-11-25 Thread Celejar
On Wed, 25 Nov 2020 10:42:59 +0300 Reco wrote: > On Tue, Nov 24, 2020 at 03:06:59PM -0800, pe...@easthope.ca wrote: ... > > This is the only oddity evident after ifup wlxa0f3c10a28f7. > > > > DHCPDISCOVER on wlxa0f3c10a28f7 to 255.255.255.255 port 67 interval 3 > > send_packet: No buffer s

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread Celejar
On Wed, 25 Nov 2020 09:03:21 + Joe wrote: ... > proper email client or webmail. I have to admit I use a netbook while > away from home, as I have both "smart"phone and tablet, but they are > extremely limited toys and they are owned by Google. If I need a mobile > computer, then I want a rea

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread Greg Wooledge
On Wed, Nov 25, 2020 at 09:30:41AM +1100, Keith Bainbridge wrote: > On Sun, 22 Nov 2020 23:34:56 -0600 David Wright > wrote: > > >>> On Mon 23 Nov 2020 at 14:27:36 (+1100), Keith Bainbridge wrote: > >>> > So does htis get a new subject in the list? > > Interesting. I'll try it next time I want

Re: NTFS partitions can't be mounted

2020-11-25 Thread The Wanderer
On 2020-11-24 at 22:34, Kanito 73 wrote: > Hello > > Al the previous issues I published are now solved. Relative to the > RTL8821CE, I searched for a module rtl8821ce.ko but the generated > module was just 8821ce.ko so when I loaded the only RTL* > (rtl8821ae.ko) the right 8821ce.ko was already l

Re: NTFS partitions can't be mounted

2020-11-25 Thread Joe
On Wed, 25 Nov 2020 03:34:40 + Kanito 73 wrote: > Hello > > Al the previous issues I published are now solved. Relative to the > RTL8821CE, I searched for a module rtl8821ce.ko but the generated > module was just 8821ce.ko so when I loaded the only RTL* > (rtl8821ae.ko) the right 8821ce.ko w

Re: RTL8821CE does not load automatically at boot time

2020-11-25 Thread didier gaumet
Le mardi 24 novembre 2020 à 19:10:06 UTC+1, Alexander V. Makartsev a écrit : > Is there a reason for using an external driver? Kernel module for your NIC is > already provided by stable kernel image. You've probably just missing a > firmware. [1] > Have you tried to install "firmware-realtek" pa

Re: Missing SATA Drives on ROMED8-2T Motherboard

2020-11-25 Thread Sven Hartge
Scott Colby wrote: > On Tue, Nov 24, 2020, at 02:40, Sven Hartge wrote: >> Which would mean that the Kernel does not have a driver for the chip >> driving SATA0_3 as it seems. > Makes sense. >> Can you provide more information, for example a lspci listing? > No problem, here you go, with apolo

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

2020-11-25 Thread Joe
On Wed, 25 Nov 2020 00:08:27 + mick crane wrote: > On 2020-11-23 12:19, Andrei POPESCU wrote: > > On Lu, 23 nov 20, 14:27:36, Keith Bainbridge wrote: > >> So does htis get a new subject in the list? > >> > >> Good afternon All > >> > >> I was interested to read that Flo, the OP, uses sepa

Re: Why use an email client AND sendmail/popa3d

2020-11-25 Thread Joe
On Wed, 25 Nov 2020 09:30:49 +1100 Keith Bainbridge wrote: > > I like the idea of a local imap server. I have a RPi that will do the > job, sitting ready and waiting. How easy is it to get phone/tablet to > connect while I'm away? though. A good URI would be an excellent > answer. > Less so