Re: [DNG] Linux system can be brought down by sending SIGILL to Systemd

2019-05-25 Thread Olaf Meeuwissen via Dng
Hi, Rick Moen writes: > Quoting Martin Steigerwald (mar...@lichtvoll.de): > > [...] >> While sending SIGKILL to Systemd did not have any effect, sending SIGILL >> – illegal instruction – to it brought the machine to an halt. I >> reproduced it with >> >> while true; do kill -ILL 1 ; echo -n "."

Re: [DNG] Linux system can be brought down by sending SIGILL to Systemd

2019-05-24 Thread dev via Dng
Hi Martin, Perhaps Proxmox could ship running Devuan one day? *wink,nudge* ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] Linux system can be brought down by sending SIGILL to Systemd

2019-05-24 Thread Rick Moen
[correcting unexplained departure into offlist personal mail, by forwarding back onlist.] Quoting John Hughes (j...@atlantech.com): > So, what we learn from this exercise is that on Unix derived systems root can > crash the system, an unexpected result, no? If my system crashed four of the

Re: [DNG] Linux system can be brought down by sending SIGILL to Systemd

2019-05-24 Thread Rick Moen
Quoting Martin Steigerwald (mar...@lichtvoll.de): [...] > While sending SIGKILL to Systemd did not have any effect, sending SIGILL > – illegal instruction – to it brought the machine to an halt. I > reproduced it with > > while true; do kill -ILL 1 ; echo -n "." ; sleep 0.5 ; done [...] OMG,