Well, today I upgraded as usual. No fancy repos like sidux . Pretty much stock. After Upgrade I went to reboot and my Laptop. IBM T23. Wouldn't shut down all the way.
So I look at my error and it basically says something about lighttpd and startpar. Leaves me at a screen that says no more to do at this runlevel at the end.
I know. I am not giving the exact error message. That is because I think I already fixed this by googling the error. And now I reboot and logout and shutdown just fine.
Anyhows. What I did was boot into single user mode by adding"single" to the end of kernel line at the bottom of grub screen window.
After entering password and being root user. I did a
Code: Select all
grep CONCURRENCY /etc/default/rcS
Code: Select all
CONCURRENCY=startpar
Code: Select all
nano /etc/default/rcS
I edited
Code: Select all
CONCURRENCY=startpar
Code: Select all
CONCURRENCY=none
Code: Select all
reboot