Hi, cupsd lacks some depndencies if usb hotplugging is used. also it does not seem to use the net dependency properly .. ie it will load if only 'lo' is up and not wait for the ethernet card init.d scripts to load .. i.e. net.eth0, net.eth? etc. (part of cups printer driver software) This causes it to bork on a reboot. My fix is to add the lines: after hotplug after net.eth0 after net.eth1 to the depend() { } section could we get this or a better fix added to the /etc/init.d/cupsd code? derk Reproducible: Always Steps to Reproduce: 1. 2. 3.
I added use hotplug to the init script, there are problems with the "use"-flag, but they are baselayout related. If it does not work for you please change the init script yourself, these problems will hopefully be solved soon.