|
Bugzilla – Full Text Bug Listing |
| Summary: | iceccd (icecream) log file not created | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Stefan Brüns <stefan.bruens> |
| Component: | Development | Assignee: | Stephan Binner <stbinner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P1 - Urgent | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stefan Brüns
2006-01-05 03:53:16 UTC
hmm, why would the init script not be able to write to it? you wouldn't start it as user, no? No, the init script does not try to write the log file, but iceccd tries to write the log file (at least tries to create/open rw), but iceccd is running as user icecream, and icecream is not allowed to create a file in /var/log/ hmm, only forked subprocesses of iceccd run as user icecream, but it's possible they are the first to create a file. Now I understand Stephan: the fix is in the init script, no change to code. The init script needs to make sure the file exists and is writeable by user icecream. Submitted fixed package. |