Re: [gentoo-user] Getting output of a program running in background after a crash

2023-10-08 Thread Dale
Dale wrote: > Mark Knecht wrote: >> >> >> On Sun, Oct 8, 2023 at 10:56 AM Dale > > wrote: >> > >> > Howdy, >> > >> > I use Konsole a lot, that thing within KDE that acts like a console. >> > Anyway, I'm running a offline file system check on a rather large file >> >

Re: [gentoo-user] Getting output of a program running in background after a crash

2023-10-08 Thread Dale
Mark Knecht wrote: > > > On Sun, Oct 8, 2023 at 10:56 AM Dale > wrote: > > > > Howdy, > > > > I use Konsole a lot, that thing within KDE that acts like a console. > > Anyway, I'm running a offline file system check on a rather large file > > system.  For some reason,

Re: [gentoo-user] Getting output of a program running in background after a crash

2023-10-08 Thread Mark Knecht
On Sun, Oct 8, 2023 at 10:56 AM Dale wrote: > > Howdy, > > I use Konsole a lot, that thing within KDE that acts like a console. > Anyway, I'm running a offline file system check on a rather large file > system. For some reason, Konsole decided to crash. I can see the file > system is still

Re: [gentoo-user] Getting output of a program running in background after a crash

2023-10-08 Thread Jude DaShiell
If I understand your question, this may help. Understand prog is the program that errors out in this example: prog 2>&1 | tee prog.err Look for all output including errors in the file prog.err which tee will have created for you and before opening prog.err try wc-l prog.err and grep -i error

[gentoo-user] Getting output of a program running in background after a crash

2023-10-08 Thread Dale
Howdy, I use Konsole a lot, that thing within KDE that acts like a console.  Anyway, I'm running a offline file system check on a rather large file system.  For some reason, Konsole decided to crash.  I can see the file system is still running with top, ps etc but I can't see anything to know

Re: [gentoo-user] Re: 6.1.53-gentoo-r1 kernel not booting

2023-10-08 Thread Dale
Neil Bothwick wrote: > On Sat, 7 Oct 2023 13:55:05 -0500, Dale wrote: > >> Actually, I went to the latest version in the tree, 6.5, and got the >> message it likely won't work.  I went back to a version the message said >> should work, 6.1.  It still doesn't work.  It may be the driver, it may >>

Re: [gentoo-user] 6.1.53-gentoo-r1 kernel not booting

2023-10-08 Thread Neil Bothwick
On Sat, 7 Oct 2023 12:13:58 -0400, Valmor F. de Almeida wrote: > 2) make oldconfig in the new kernel directory for linux-6.1.53-gentoo-r1 > > • Mitigations for speculative execution vulnerabilities > * > Mitigations for speculative execution vulnerabilities > (SPECULATION_MITIGATIONS) [Y/n/?] y

Re: [gentoo-user] Re: 6.1.53-gentoo-r1 kernel not booting

2023-10-08 Thread Neil Bothwick
On Sat, 7 Oct 2023 13:55:05 -0500, Dale wrote: > Actually, I went to the latest version in the tree, 6.5, and got the > message it likely won't work.  I went back to a version the message said > should work, 6.1.  It still doesn't work.  It may be the driver, it may > not be.  What does