Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: gordonselfish on September 09, 2013, 07:11:49 PM

Title: [NOT BUG]5.x series --possible script issue for cups
Post by: gordonselfish on September 09, 2013, 07:11:49 PM
Hi
Code: [Select]
tce-load -i cups
lcms2.tcz: OK
gcc_libs.tcz: OK
libavahi.tcz: OK
libcups.tcz: OK
ghostscript.tcz: OK
bzip2-lib.tcz: OK
pcre.tcz: OK
qpdf.tcz: OK
poppler.tcz: OK
ijs.tcz: OK
cups-filters.tcz: OK
cups.tcz: OK
tc@box:~$ sudo /usr/local/etc/init.d/cups start
no /usr/local/bin/dbus-daemon found; none killed
rm: cannot remove `/var/run/dbus/pid': No such file or directory
tc@box:~$ sudo /usr/local/etc/init.d/dbus start
tc@box:~$ sudo /usr/local/etc/init.d/cups start

suggest tce.installed needs a dbus entry OR
the info file to change to
Quote
$ sudo /usr/local/etc/init.d/dbus start
$ sudo /usr/local/etc/init.d/cups [start|stop|restart|status]
Title: Re: 5.x series --possible script issue for cups
Post by: Juanito on September 09, 2013, 07:41:46 PM
If you look at the cups start-up script, it first starts dbus.

The message:
Code: [Select]
no /usr/local/bin/dbus-daemon found; none killed
rm: cannot remove `/var/run/dbus/pid': No such file or directory

..only occurs the first time cups is started because it first checks if dbus is running and then starts it.
Title: Re: [NOT BUG]5.x series --possible script issue for cups
Post by: gordonselfish on September 10, 2013, 03:48:41 AM
My apols

yep