https://bugzilla.novell.com/show_bug.cgi?id=746745 https://bugzilla.novell.com/show_bug.cgi?id=746745#c0 Summary: systemd: rcsquid start -=> nothing. Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 I was doing some testing of squid, and forced squid to quit. After that, I could not start it again: turnip:~ # rcsquid start redirecting to systemctl turnip:~ # ps wax | grep squid 14095 pts/4 S+ 0:00 grep --color=auto squid 23841 pts/2 S+ 0:06 tail -F /var/log/squid/access.log turnip:~ # rcsquid start redirecting to systemctl turnip:~ # rcsquid start redirecting to systemctl turnip:~ # ps wax | grep squid 14109 pts/4 S+ 0:00 grep --color=auto squid 23841 pts/2 S+ 0:06 tail -F /var/log/squid/access.log turnip:~ # rcsquid start redirecting to systemctl turnip:~ # Finally, I remembered that I could 'bypass' some of the systemd stuff with extra params: turnip:~ # rcsquid start -v Starting WWW-proxy squid done turnip:~ # ps wax | grep squid 14131 ? Ss 0:00 /usr/sbin/squid -sY 14133 ? R 0:01 (squid) -sY 14134 ? S 0:00 (squidGuard) -c /etc/squidguard.conf 14135 ? S 0:00 (squidGuard) -c /etc/squidguard.conf 14136 ? S 0:00 (squidGuard) -c /etc/squidguard.conf 14137 ? S 0:00 (squidGuard) -c /etc/squidguard.conf 14138 ? S 0:00 (squidGuard) -c /etc/squidguard.conf 14142 pts/4 S+ 0:00 grep --color=auto squid 23841 pts/2 S+ 0:06 tail -F /var/log/squid/access.log turnip:~ # Conclusion: systemd /not only/ could not restart squid after it died, but it also didn't *automatically* restart it. 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.