Re: [DNG] random sudden stops
On Wed, Aug 25, 2021 at 09:16:06PM -0400, william moss via Dng wrote: > 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 becoming completely responsive to ping, > > existing ssh connexions and use of the physical keyboard. > > > > The system log, after a reboot, shows nothing unusual except of course > > that there are no log entries for a shut-down. > > > > Can anyone provide ideas about tracking this down? > > > > It could of course be a random rare intermittent hardware error. > > > > -- hendrik > > ___ > > Dng mailing list > > Dng@lists.dyne.org > > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > > > I had the same problem on a work station running ASCII. Since I could > access the system from another machine on the LAN and even log in, I > guessed that it was Xorg. Killing X Via a remote login cleared the > problem. With the use of sar and other tools, I determined it was the > video card and/or NVIDIA's drivers (kernel modules). Switched back to > the system board's video (AMD) and the problem went away. Not running X on this machine. Just have the usual text consoles on cntl-alt-F1 through F6. Don't have a separate video card either. When the machine stops I cannot access it by network. Even existing connexions stop working. Being ext4 with full journalling, the file system is safe. If it's video drivers, maybe upgrading to beowulf will clear it out? Who knows? It's probably time to do that anyway. There is, I su[[ose, a slight chance that the specific installation of ascii I had on the hard drive I moved from another machine isn't quite compatible with the hardware I have now. But they're both AMd64 processors of comparable vintage. -- hendrik > > Hope this helps. > > -- > William (Bill) Moss > billm...@acm.org > NY (USA) > Those who will not reason, are bigots, > those who cannot, are fools, > and those who dare not, are slaves. > Lord Byron > > Justice will not be served until those who are > unaffected are as outraged as those who are. > Benjamin Franklin > > When the people fear the government there is > tyranny, when the government fears the people > there is liberty. > John Basil Barnhill > ___ > Dng mailing list > Dng@lists.dyne.org > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] random sudden stops
Hendrik Boom wrote: > When the machine stops I cannot access it by network. Even existing > connexions stop working. Have you disabled console screen blanking (IIRC “setterm --blank 0”)so that any messages put out are readable ? Perhaps you’ve already tried that and there’s no clues given ? Simon ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] random sudden stops
On Thursday, August 26th, 2021 at 1:10 AM, 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 becoming completely responsive to ping, > existing ssh connexions and use of the physical keyboard. > The system log, after a reboot, shows nothing unusual except of course > that there are no log entries for a shut-down. > Can anyone provide ideas about tracking this down? > It could of course be a random rare intermittent hardware error. > -- hendrik Sounds like a Kernel panic, which can be tricky to resolve. My first step would be to enable the Magic SysReq Key and wait for a system freeze to see if it can reveal anything. https://en.wikipedia.org/wiki/Magic_SysRq_key publickey - g4sra@protonmail.com - 0x42E94623.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] The audacity of it all...
On Wed, Aug 25, 2021 at 07:41:17AM +0200, tito via Dng wrote: > with this methods it will be a never ending cat and mouse game > and you give legitimation to audacity's new policy. There are other reasons to use this. Let's say you're doing security research and you want to strace or gcore a random binary but not let it write to disk or connect to the network. Here you are. This is a tool. Tools are good. -- Mason Loring Bliss ma...@blisses.org Ewige Blumenkraft! awake ? sleep : random() & 2 ? dream : sleep; -- Hamlet, Act III, Scene I signature.asc Description: PGP signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] random sudden stops
On Wed, Aug 25, 2021 at 08:10:55PM -0400, 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. Quite seriously, check it for excessive dust. Heat can do that. You can also keep a baseline of that... Here's what I use: $ cat bin/heat #!/bin/sh watch -n 5 "sensors ; top -b | head -20" I also recently learned about cpulimit(1), which is really useful for, as an example, transcoding. Could easily be something else, but checking for dust isn't a bad idea. -- Mason Loring Bliss (( If I have not seen as far as others, it is because ma...@blisses.org )) giants were standing on my shoulders. - Hal Abelson signature.asc Description: PGP signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] random sudden stops
Hendrik Boom said on Thu, 26 Aug 2021 11:55:12 -0400 >On Wed, Aug 25, 2021 at 09:16:06PM -0400, william moss via Dng wrote: >> 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 becoming >> > completely responsive to ping, existing ssh connexions and use of >> > the physical keyboard. >> > >> > The system log, after a reboot, shows nothing unusual except of >> > course that there are no log entries for a shut-down. >> > >> > Can anyone provide ideas about tracking this down? >> > >> > It could of course be a random rare intermittent hardware error. >> > >> > -- hendrik >> > ___ >> > Dng mailing list >> > Dng@lists.dyne.org >> > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng >> > >> I had the same problem on a work station running ASCII. Since I could >> access the system from another machine on the LAN and even log in, I >> guessed that it was Xorg. Killing X Via a remote login cleared the >> problem. With the use of sar and other tools, I determined it was the >> video card and/or NVIDIA's drivers (kernel modules). Switched back to >> the system board's video (AMD) and the problem went away. > >Not running X on this machine. Just have the usual text consoles on >cntl-alt-F1 through F6. > >Don't have a separate video card either. The first time I read your symptom, my first thought was "I bet he has an nVidia card, just like I did before switching. So, acknowledging that you never run X and might not even have any nVidia drivers installed (if you do, I suggest removing them, under the circumstances), is your built in card an nVidia? If so, do you have a less than 5 year old Radeon to temporarily install while disabling your nVidia in BIOS? After my horrendous intermittent hangs and reboots of November and December 2020, I would never use any nVidia graphics unit with Linux again. If I somehow acquired a computer with built in nVidia graphics, I'd disable the built-in and use a Radeon. Even if I didn't use X. SteveT Steve Litt Spring 2021 featured book: Troubleshooting Techniques of the Successful Technologist http://www.troubleshooters.com/techniques ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] The audacity of it all...
On Thu, 26 Aug 2021 20:34:58 -0400 Mason Loring Bliss wrote: > On Wed, Aug 25, 2021 at 07:41:17AM +0200, tito via Dng wrote: > > > with this methods it will be a never ending cat and mouse game > > and you give legitimation to audacity's new policy. > > There are other reasons to use this. Let's say you're doing security > research and you want to strace or gcore a random binary but not let it > write to disk or connect to the network. Here you are. > > This is a tool. Tools are good. > Hi, yes tools are good. Sometimes they are so good and convenient that they make us lazy and prone to accept things we otherwise wouldn't, see smartphones: I don't care they spying on me as they are so useful Ciao, Tito ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng