Re: [DNG] random sudden stops

2021-08-25 Thread william moss via Dng
On 8/25/21 8:10 PM, Hendrik Boom wrote: > For the past few months my home server (running an ascii installation > physically moved from another computer) has been suddenly stopping all > processing about once a month. apparently at random. It seems to stop > instantly, leaving power on and beco

Re: [DNG] Devuan with usr merge?

2021-11-05 Thread william moss via Dng
On 11/5/21 4:13 PM, Svante Signell via Dng wrote: > On Fri, 2021-11-05 at 18:50 +, Alexis PM via Dng wrote: >>  Debian 11 Bullseye is the last Debian release that supports the non- >> merged-usr layout. It is therefore foreseeable that Devuan 4 Chimaera >> will also be. >> > > I'm not so sure

Re: [DNG] Priter trouble again.

2022-01-03 Thread william moss via Dng
On 1/3/22 6:10 AM, Florian Zieboll via Dng wrote: Hallo Hendrick, just another possibility: If there's no intermediate print server, grepping your local '/etc/cups/printers.conf' for 'DeviceURI' will reveal the printer's IP address resp. its hostname as well. Libre Grüße, Florian _

Re: [DNG] [OT] bash / quote weirdness

2022-01-12 Thread william moss via Dng
On 1/12/22 04:39, Alessandro Vesely via Dng wrote: On Wed 12/Jan/2022 01:27:45 +0100 Florian Zieboll via Dng wrote: On Tue, 11 Jan 2022 18:52:10 -0500 william moss wrote: Bash is taking the string in the double quotes as a single command; this is well documented. If either the command or para

Re: [DNG] [OT] bash / quote weirdness

2022-01-13 Thread william moss via Dng
On 1/13/22 09:43, Antony Stone wrote: On Thursday 13 January 2022 at 15:07:22, Hendrik Boom wrote: On Wed, Jan 12, 2022 at 05:45:08PM -0500, Steve Litt wrote: [slitt@mydesk ~]$ cat -n /etc/fstab | cut -b 1-20 | head -n5 1 UUID=730eaf92 2 UUID=41abb5fd 3 UUID=96cfdfb3

[DNG] Laptop installation

2020-04-11 Thread william moss via Dng
On 09/04/20 03:56, terryc wrote: This is a hardware question. Which brand and model(s) of laptop have people successfully installed devuan onto? How difficult was it? -- A Lenovo T400 and T420. For both, I removed the optical drive and replaced it with a 500 GiB fixed disk using the factory

[DNG] backup

2020-05-19 Thread william moss via Dng
If you set the partition label for the target of a file system archive, then the use of findmnt eliminates the need for a special location. For example: findmnt -P -t ext4,xfs -o source,target,label Note, the file systems in the example should be set to what you use for your archive media. Si