My server is debian stable except I run mysql, php, and apache from testing. To do otherwise is to live in the dark ages. I've been having a problem with /etc/nologin not being removed when I reboot the box. This can be problematic, especially if you have disable root login set. Chmodding the apache and mysql scripts in /etc/init.d to 666 seems to solve the problem... Any ideas on why these scripts are keeping /etc/init.d/rmnologin from running?
TIA