You are not logged in.
Pages: 1
I have installed slitaz-4.0 by the installer from an iso-file;
then I installed cups - all went well. The 'lpr -P printer file' worked ok.
But after rebooting the system the same printer command answered: 'Connection refused' and
the browser couldn't be connected to localhost:631 too.
After installing cups again all went well again!
This behaviour was reproducible.
Some ideas what went wrong ?
pekup
Offline
Hi,
I guess the cups daemon is not running.
To confirm my assumption, what output do you get if you try to stop cups daemon using this command (as root):
root@slitaz:~# /etc/init.d/cupsd stop
stephane
Offline
Hi stephane,
the stop command answered: Cupsd ... terminated;
I started the daemon again and cups worked fine;
thank you for the hint - but the remedy ?
pekup
Offline
Does your /etc/rcS.conf contain the word <cupsd>?
If not, please edit your /etc/rcS.conf file (using a text editor) and add [c]cupsd[/c] to the end of RUN_DAEMONS line as shown here:
[c]RUN_DAEMONS="dbus hald slim cupsd"[/c]
stephane
Offline
Hi stephane,
I added cupsd to RUN_DAEMONS and now all works well;
thank you !
pekup
Offline
Well done!
Happy slitaz. :-)
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]