Re: panic - init died

2015-04-05 Thread Philip Guenther
On Sun, Mar 22, 2015 at 8:54 AM, Mages Simon mages.si...@googlemail.com wrote: we got some Problems with init. init died (signal 11 exit 0) after using reboot(8) without any flags. after some investigation i saw that in reboot(8) at line 241 folling code starts: ... Every process gets a

panic - init died

2015-03-22 Thread Mages Simon
Hi there, we got some Problems with init. init died (signal 11 exit 0) after using reboot(8) without any flags. after some investigation i saw that in reboot(8) at line 241 folling code starts: for (i = 1;; ++i) { if (kill(-1, SIGKILL) == -1) {

Re: panic - init died

2015-03-22 Thread Rajneesh N. Shetty
thanks heaps Simon... tel :+61402350315 Rajneesh N. Shetty From: Mages Simon mages.si...@googlemail.com To: tech@openbsd.org Sent: Monday, 23 March 2015, 2:54 Subject: panic - init died Hi there, we got some Problems with init. init died (signal 11 exit 0) after using reboot(8