https://bugzilla.novell.com/show_bug.cgi?id=864312 https://bugzilla.novell.com/show_bug.cgi?id=864312#c0 Summary: cups needs to be restarted after every reboot - not listening properly? Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@suse.com ReportedBy: jnelson-suse@jamponi.net QAContact: jsmeix@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 Lately, I've had to restart cups after every reboot. It doesn't appear to be listening the same before vs. after each restart. Example: turnip:~ # netstat -planetu | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 11507 725/cupsd tcp 0 0 ::1:631 :::* LISTEN 0 11506 725/cupsd udp 0 0 0.0.0.0:631 0.0.0.0:* 0 11510 725/cupsd turnip:~ # rccups restart redirecting to systemctl restart cups.service turnip:~ # netstat -planetu | grep 631 tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 0 29394 5017/cupsd tcp 0 0 192.168.1.2:631 0.0.0.0:* LISTEN 0 29392 5017/cupsd tcp 0 0 ::1:631 :::* LISTEN 0 29393 5017/cupsd udp 0 0 0.0.0.0:631 0.0.0.0:* 0 29397 5017/cupsd turnip:~ # You'll notice that the 192.168.1.2 address is not present. This is the address of br0 (bridge zero). Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.