[Bug 802132] New: cups does not start properly / needs restart
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c0 Summary: cups does not start properly / needs restart Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: axel.braun@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0 New installation of openSUSE 12.2 on a desktop, eth1 configured with if-up. After boot there is no connection on localhost:631, which means that network printing is not possible. Manual restart (rccups restart) fixes the problem. I assume that this is a systemd problem - any idea how to track this? Reproducible: Always Steps to Reproduce: 1. reboot PC 2. 3. Actual Results: no connection to localhost:631 / no network printing -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c1 --- Comment #1 from Axel Braun <axel.braun@gmx.de> 2013-02-05 12:00:38 UTC --- Created an attachment (id=523364) --> (http://bugzilla.novell.com/attachment.cgi?id=523364) Startlog of the system.... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c2 --- Comment #2 from Axel Braun <axel.braun@gmx.de> 2013-02-05 15:27:24 UTC --- Situation after boot: southpole:/home/axel # rccups status redirecting to systemctl cups.service - CUPS Printing Service Loaded: loaded (/lib/systemd/system/cups.service; enabled) Active: inactive (dead) CGroup: name=systemd:/system/cups.service Feb 05 11:55:21 southpole cupsd[9140]: No SubscriptionPrivateValues defined in policy allowallforanybody - using defaults. Feb 05 12:22:16 southpole cupsd[3961]: No limit for Validate-Job defined in policy allowallforanybody and no suitable template found. Feb 05 12:22:17 southpole cupsd[3961]: No limit for Cancel-Jobs defined in policy allowallforanybody and no suitable template found. Feb 05 12:22:17 southpole cupsd[3961]: No limit for Cancel-My-Jobs defined in policy allowallforanybody and no suitable template found. Feb 05 12:22:17 southpole cupsd[3961]: No limit for Close-Job defined in policy allowallforanybody and no suitable template found. Feb 05 12:22:17 southpole cupsd[3961]: No limit for CUPS-Get-Document defined in policy allowallforanybody and no suitable template found. Feb 05 12:22:17 southpole cupsd[3961]: No JobPrivateAccess defined in policy allowallforanybody - using defaults. Feb 05 12:22:17 southpole cupsd[3961]: No JobPrivateValues defined in policy allowallforanybody - using defaults. Feb 05 12:22:17 southpole cupsd[3961]: No SubscriptionPrivateAccess defined in policy allowallforanybody - using defaults. Feb 05 12:22:17 southpole cupsd[3961]: No SubscriptionPrivateValues defined in policy allowallforanybody - using defaults. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c3 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmeix@suse.com --- Comment #3 from Johannes Meixner <jsmeix@suse.com> 2013-02-06 14:55:45 CET --- Only FYI (I cannot help regarding systemd issues): You can ignore the cupsd messages regarding "policy allowallforanybody". Those messages come from the cupsd itself while it starts. The cupsd works o.k. - it is just too verbose here. Those messages have nothing to do whether or not systemd starts the cupsd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c Du Weihua <whdu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whdu@suse.com AssignedTo|bnc-team-screening@forge.pr |jsmeix@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c6 --- Comment #6 from Frederic Crozat <fcrozat@suse.com> 2013-03-11 14:40:30 UTC --- By default, cups will be started on demand (when a print job is sent or a cups client requests more information), which might explain why you don't see it started. If you don't want this behaviour, run ; systemctl disable cups.path cups.socket ln -s /usr/lib/systemd/system/cups.service /etc/systemd/system/multi-user.target.wants/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c7 --- Comment #7 from Axel Braun <axel.braun@gmx.de> 2013-03-11 15:14:43 UTC --- (In reply to comment #6)
By default, cups will be started on demand (when a print job is sent or a cups client requests more information), which might explain why you don't see it started.
That may work on a local machine, but it is not useful for a network printer. The clients get permanent timeouts until cups is started. Anyway, I will try your a.m. commands, thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fcrozat@suse.com |systemd-maintainers@suse.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c8 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Platform|Other |All Found By|--- |Community User InfoProvider| |axel.braun@gmx.de OS/Version|Other |openSUSE 12.2 --- Comment #8 from Johannes Meixner <jsmeix@suse.com> 2014-02-05 17:36:00 CET --- I think my current cups.service file as shown in https://bugzilla.novell.com/show_bug.cgi?id=857372#c75 basically implements what Frederic Crozat wrote in comment#6: --------------------------------------------------------------------- systemctl disable cups.path cups.socket ln -s /usr/lib/systemd/system/cups.service /etc/systemd/system/multi-user.target.wants/ --------------------------------------------------------------------- Axel Braun, I would appreciate it if you try out the cups package from the OBS project "Printing" on your systems and please provide feedback whether or not it works for you, see https://bugzilla.novell.com/show_bug.cgi?id=857372#c75 for instructions - in particular note ----------------------------------------------------------------------- To make systemd using only that cups.service file one may have to do # systemctl disable cups.service # systemctl enable cups.service ----------------------------------------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802132 https://bugzilla.novell.com/show_bug.cgi?id=802132#c9 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|axel.braun@gmx.de | Resolution| |DUPLICATE --- Comment #9 from Johannes Meixner <jsmeix@suse.com> 2014-02-14 11:04:34 CET --- I think this issue here is meanwhile obsolete since https://bugzilla.novell.com/show_bug.cgi?id=857372#c61 and subsequent comments. *** This bug has been marked as a duplicate of bug 857372 *** http://bugzilla.novell.com/show_bug.cgi?id=857372 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com