Date: Sun, 22 Oct 2006 19:21:42 +0200 From: Nicolas Rachinsky <fbsd-hackers-0@ml.turing-complete.org> To: freebsd-hackers@FreeBSD.org Subject: moused vs. init / single user mode from $firewall_script Message-ID: <20061022172142.GA2765@mid.pc5.i.0x5.de>
index | next in thread | raw e-mail
Hallo, I wanted to change my $firewall_script to be able to stop the boot and go to single user mode. So I added "kill -TERM $$" (like in some other rc.d scripts). But the system failed to go to singel user mode, I got only "can't get /dev/console for controlling terminal: Permission denied". If I kill moused (started by devd) before the "kill -TERM $$" in my $firewall_script the system goes to single user mode as expected. Is this my fault? Adding "killall moused" to be able to go to single user mode seems strange. Thank you, Nicolas -- http://www.rachinsky.de/nicolashelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061022172142.GA2765>
