WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [NOT BUG]5.x series --possible script issue for cups  (Read 1957 times)

gordonselfish

  • Guest
[NOT BUG]5.x series --possible script issue for cups
« 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]
« Last Edit: September 10, 2013, 03:48:20 AM by gordonselfish »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14790
Re: 5.x series --possible script issue for cups
« Reply #1 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.

gordonselfish

  • Guest
Re: [NOT BUG]5.x series --possible script issue for cups
« Reply #2 on: September 10, 2013, 03:48:41 AM »
My apols

yep