Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245727 - net-misc/icecast-2.3.1-r1 fails to start since log files are not created
Summary: net-misc/icecast-2.3.1-r1 fails to start since log files are not created
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 18:53 UTC by Christopher Schwan
Modified: 2009-07-21 17:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Schwan 2008-11-05 18:53:03 UTC
net-misc/icecast-2.3.1-r1 fails to start since log files are created:

FATAL: could not open error logging (/var/log/icecast/error.log): Permission denied
FATAL: could not open access logging (/var/log/icecast/access.log): Permission denied
FATAL: Could not start logging

I fixed this for me with:

touch /var/log/icecast/error.log
touch /var/log/icecast/access.log
chown icecast /var/log/icecast/access.log
chown icecast /var/log/icecast/error.log


Reproducible: Always

Steps to Reproduce:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-21 17:18:59 UTC
+  21 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> icecast-2.3.2.ebuild:
+  Touch access.log and error.log and chown them to icecast:nogroup wrt
+  #245727, thanks to Christopher Schwan for reporting.

Thanks for the report and solution.