Hi kultex.
thanks for the hints.
cupsd dont know a restart command
root@AOD255:~# /etc/init.d/cupsd restart
Usage: /etc/init.d/cupsd [start|stop]
ps gives back:
root@AOD255:~# ps | grep cupsd
2096 root 0:00 grep cupsd
There is no cupsd daemon running!
If i try to start cups through init.d:
root@AOD255:~# /etc/init.d/cupsd start
Not starting cups deamon: cups deamon is already running [ OK ]
ps give back again:
root@AOD255:~# ps | grep cupsd
2096 root 0:00 grep cupsd
No cupsd running!
Now i start cupsd directly:
root@AOD255:~# cupsd
root@AOD255:~# ps | grep cupsd
2102 root 0:00 cupsd -C /etc/cups/cupsd.conf
2104 root 0:00 grep cupsd
root@AOD255:~#
Is there a bug in the daemon script?
I couldn't find local.sh in /etc or anywhere. How can i start cupsd from rcS.conf with sleep 10 ??