On 2013-04-05 23:26, Angelbeast wrote:
>
> Okay so i have to come back to this again. How do i set cups to run when
> i boot up? I have to restart it manually each time…
Try this:
su -
chkconfig cups
chkconfig cups on
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)
> Thank you…I’ll give it a try next time i reboot.
You have to do it before you reboot, then reboot to see if it holds.
> But one more thing
> if i may…Do you happen to know what this means?
>
>
> Code:
> --------------------
> Idle - “File “/usr/lib/cups/filter/brfaxfilter” has insecure permissions (0100777/uid=0/gid=0).”
> --------------------
>
>
> It’s in the printer status of the cups web interface
Never seen it. But google has some hits on ubuntu forums:
cups.service - CUPS Printing Service
Loaded: loaded (/lib/systemd/system/cups.service; enabled)
Active: active (running) since Sun, 14 Apr 2013 10:07:44 +1200; 2h 19min ago
Main PID: 1982 (cupsd)
CGroup: name=systemd:/system/cups.service
└ 1982 /usr/sbin/cupsd -f
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No SubscriptionPrivateValues defined in policy authenticat...lts.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No limit for Validate-Job defined in policy allowallforany...und.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No limit for Cancel-Jobs defined in policy allowallforanyb...und.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No limit for Cancel-My-Jobs defined in policy allowallfora...und.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No limit for Close-Job defined in policy allowallforanybod...und.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No limit for CUPS-Get-Document defined in policy allowallf...und.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No JobPrivateAccess defined in policy allowallforanybody -...lts.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No JobPrivateValues defined in policy allowallforanybody -...lts.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No SubscriptionPrivateAccess defined in policy allowallfor...lts.
Apr 14 10:07:44 linux-akl.site cupsd[1982]: No SubscriptionPrivateValues defined in policy allowallfor...lts.
Let’s take a look at this too
ls -l /etc/systemd/system/printer.target.wants/cups.service
Well, that all looks okay. I’m not sure why the cups. service does not stay running. It does on mine. However, when it is enabled, it should at start on demand when you have a print job for example. Your printer is network-attached, is that correct? I recall this bug report (openSUSE 12.2), which may still manifest for some network printer situations. I have a mixture of printer configs, for home and work machines, usb and network-attached, that I connect to, and don’t experience this problem.