Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: gordonselfish on September 09, 2013, 07:11:49 PM
-
Hi
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
$ sudo /usr/local/etc/init.d/dbus start
$ sudo /usr/local/etc/init.d/cups [start|stop|restart|status]
-
If you look at the cups start-up script, it first starts dbus.
The message: 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.
-
My apols
yep