Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-19 Thread Ed Greshko
On 10/20/19 9:45 AM, home user wrote: Is there something more focused on the management and control aspects of this sub-system? Well, the management and control of the journal is defined in journald.conf. So, how about reading "man journald.conf"? -- The key to getting good answers is to ask

Re: Laser printers that work out of the box

2019-10-19 Thread Sam Varshavchik
Matthew Miller writes: On Sat, Oct 19, 2019 at 11:53:23AM -0400, Sam Varshavchik wrote: > Has anyone gotten a laser printer recently, which worked out of the > box without any fiddling, or downloading any blobs? Yes. After getting fed up with a Brother printer which was supposed to work but did

Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-19 Thread home user
(responding to Patrick) > You mean journalctl: https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to... Thank-you. Is there something more focused on the management

Re: HP DL-5170DN Printer not working

2019-10-19 Thread Aaron Gray
On Sunday, 20 October 2019, Derrik Walker v2.0 wrote: > On 10/19/19 1:24 PM, Fred Smith wrote: > >> On Sat, Oct 19, 2019 at 03:43:06PM +0100, Aaron Gray wrote: >> >>> On Sat, 19 Oct 2019 at 07:47, Samuel Sieb <[1]sam...@sieb.net> >>> wrote: >>> >>> >>> The Setting>Devices>Printers says :-

Re: HP DL-5170DN Printer not working

2019-10-19 Thread Derrik Walker v2.0
On 10/19/19 1:24 PM, Fred Smith wrote: On Sat, Oct 19, 2019 at 03:43:06PM +0100, Aaron Gray wrote: On Sat, 19 Oct 2019 at 07:47, Samuel Sieb <[1]sam...@sieb.net> wrote: The Setting>Devices>Printers says :- HL-5170DN Model: HL-5170DN BR-Script3 I'm 99% sure that HL

Re: Can mke2fs -c -c be restarted

2019-10-19 Thread George R Goffe via users
Thanks for the responses. Richard: it takes that long because of the "-c -c" option. As Berend says, it runs badblocks which "beats up a block at a time" writing/reading patterns... looking for errors. The man page for mke2fs is helpful. Berend: THANK YOU FOR YOUR RESPONSE! I of course, didn't

Re: Laser printers that work out of the box

2019-10-19 Thread Matthew Miller
On Sat, Oct 19, 2019 at 11:53:23AM -0400, Sam Varshavchik wrote: > Has anyone gotten a laser printer recently, which worked out of the > box without any fiddling, or downloading any blobs? Yes. After getting fed up with a Brother printer which was supposed to work but did not, I just got a Canon M

Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.) (home user

2019-10-19 Thread George R Goffe via users
Hi, Just my 2 cents. first: I'm sure you remember that even if you find a huge file and remove it, the space it occupies will not be available IF the file is still open. I had a /var file system full some time ago and it was /var/log/messages that was HUGE. Removing it didn't help until I re

Re: Laser printers that work out of the box

2019-10-19 Thread Ed Greshko
On 10/19/19 11:53 PM, Sam Varshavchik wrote: My printer's is on its last legs. I'm having some trouble finding a printer that's currently widely available on sale (US) and which appears as "works perfectly"  on http://www.openprinting.org/printers/ I did find some Lexmark model, but when I chec

Re: Laser printers that work out of the box

2019-10-19 Thread sixpack13
maybe a hint: bought 9 years ago an Samsung ML-2851ND for ~110€ (OEM cartridge: ~90€ /5000 pages, non-OEM available ~ half prize). http://www.openprinting.org/printer/Samsung/Samsung-ML-2851ND Duplex, LAN and what was also an benefit: one part of the wearout components is build into the cartidg

Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-19 Thread Patrick O'Callaghan
On Sat, 2019-10-19 at 12:40 -0600, home user wrote: > Now, I'd like to turn to the logs (journal). I've examined the Fedora > sys. admin. manual on this, and I've read the man pages suggested by > posters in this thread. What I believe would be useful to me now is a > good tutorial on journal(

Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-19 Thread home user
Now, I'd like to turn to the logs (journal).  I've examined the Fedora sys. admin. manual on this, and I've read the man pages suggested by posters in this thread.  What I believe would be useful to me now is a good tutorial on journal(d?).  Not a 5-credit PhD course, not a one-page brief overv

Re: HP DL-5170DN Printer not working

2019-10-19 Thread Fred Smith
On Sat, Oct 19, 2019 at 03:43:06PM +0100, Aaron Gray wrote: >On Sat, 19 Oct 2019 at 07:47, Samuel Sieb <[1]sam...@sieb.net> wrote: > > On 10/18/19 10:16 AM, Aaron Gray wrote: > > I installed the standard driver but my printer is coming up with > :- > > > > ERROR NAME:

Laser printers that work out of the box

2019-10-19 Thread Sam Varshavchik
My printer's is on its last legs. I'm having some trouble finding a printer that's currently widely available on sale (US) and which appears as "works perfectly" on http://www.openprinting.org/printers/ I did find some Lexmark model, but when I check up on the replacement toner cartridges,

Re: HP DL-5170DN Printer not working

2019-10-19 Thread Aaron Gray
On Sat, 19 Oct 2019 at 07:47, Samuel Sieb wrote: > On 10/18/19 10:16 AM, Aaron Gray wrote: > > I installed the standard driver but my printer is coming up with :- > > > > ERROR NAME: > > undefined > > COMMAND: > > -2345X@PJL > > OPERAND STACK: > > > > Looking like its a BR-Script3 issiu

Re: Can mke2fs -c -c be restarted

2019-10-19 Thread Berend De Schouwer
On Sat, 2019-10-19 at 10:29 +, George R Goffe via users wrote: > Hi, > > I have a 2TB HDD with a possibly major problem. I have cleared the > data from it and have tried to run "mke2fs -t ext4 -j /dev/sdc1" but > after 24 hours it had just finished the 0xaa phase and started > reading when the

Re: Can mke2fs -c -c be restarted

2019-10-19 Thread Richard Shaw
On Sat, Oct 19, 2019 at 5:30 AM George R Goffe via users < users@lists.fedoraproject.org> wrote: > Hi, > > I have a 2TB HDD with a possibly major problem. I have cleared the data > from it and have tried to run "mke2fs -t ext4 -j /dev/sdc1" but after 24 > hours it had just finished the 0xaa phase

Can mke2fs -c -c be restarted

2019-10-19 Thread George R Goffe via users
Hi, I have a 2TB HDD with a possibly major problem. I have cleared the data from it and have tried to run "mke2fs -t ext4 -j /dev/sdc1" but after 24 hours it had just finished the 0xaa phase and started reading when the drive seemingly dropped ready and was re-assigned as a new device to /dev/s

SOLVED Re: F30 last two updates won't boot, kernel 5.3 can't mount RAID0

2019-10-19 Thread Christopher Ross
OK, after more searching the 'net I have found the answer. It seems RAID0 was unintentionally broken since kernel 5.3.1, but there is a workaround On 19/10/2019 08:42, Christopher Ross wrote: There have been two kernel updates this past week: kernel-core-5.3.5-200.fc30.x86_64 kernel-core-

F30 last two updates won't boot, kernel 5.3 can't mount RAID0

2019-10-19 Thread Christopher Ross
There have been two kernel updates this past week: kernel-core-5.3.5-200.fc30.x86_64 kernel-core-5.3.6-200.fc30.x86_64 Neither of these will boot for me. I get so far as the Fedora splash screen in graphics mode but never the login screen. I've been trying to debug this, and so far the bigges