[Bug 853785] New: Icecast won't start because it requires nonexistent syslog.target
https://bugzilla.novell.com/show_bug.cgi?id=853785 https://bugzilla.novell.com/show_bug.cgi?id=853785#c0 Summary: Icecast won't start because it requires nonexistent syslog.target Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jimc@math.ucla.edu QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=570334) --> (http://bugzilla.novell.com/attachment.cgi?id=570334) Unit file for Icecast modified to get it started. Version: icecast-2.3.3-2.1.2.x86_64 on OpenSuSE-13.1 When you do systemctl start icecast.service, it complains: cannot add dependency job, syslog.target failed to load. The unit file is /usr/lib/systemd/system/icecast.service . OpenSuSE-13.1 does not have syslog.target (unlike 12.2 and 12.3); it has syslog.service which is intended to be socket activated. The fix is to copy the unit file to /etc/systemd/system/icecast.service and change syslog.target to syslog.service. Also the man page for systemd.unit recommends to use Wants rather than Requires unless the requirement is absolute. I've attached a unit file with both these changes. Also the unit file says PIDFile=/var/run/icecast/icecast.pid . My /etc/icecast.xml lacked the (pidfile) element, but I think that may have disappeared while I was trying to debug this problem. In any case, make sure that the (paths) element contains: (pidfile)/var/run/icecast/icecast.pid(/pidfile) (angle brackets changed to parens to protect the guilty.) -- 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=853785 https://bugzilla.novell.com/show_bug.cgi?id=853785#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |tiwai@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=853785 https://bugzilla.novell.com/show_bug.cgi?id=853785#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Takashi Iwai <tiwai@suse.com> 2013-12-05 07:35:01 UTC --- Dup. *** This bug has been marked as a duplicate of bug 852314 *** http://bugzilla.novell.com/show_bug.cgi?id=852314 -- 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