Bug 137544 - privoxy can't start w/o logfile access
Summary: privoxy can't start w/o logfile access
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Ladislav Michnovic
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-08 08:19 UTC by Volker Kuhlmann
Modified: 2005-12-09 08:40 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Kuhlmann 2005-12-08 08:19:57 UTC
privoxy-3.0.3-28 as shipped in the box never starts up because it can't get write access to its logfile in the chroot jail, /var/lib/privoxy/log/logfile.
The reason is that the rpm contains

drwxr-x---    2 root    privoxy   0 Sep 13 12:55 /var/lib/privoxy/log

However the permissions must be 770, not 750.
Fix after install: chmod 770 /var/lib/privoxy/log
Comment 1 Ladislav Michnovic 2005-12-08 10:59:47 UTC
I'll fix it.
Comment 2 Ladislav Michnovic 2005-12-08 13:41:14 UTC
Fixed. Submited for stable.
Comment 3 Ladislav Michnovic 2005-12-08 13:43:20 UTC
Is it worthy to provide this fix also for SL 10.0 via YOU? 
Comment 4 Andreas Jaeger 2005-12-09 08:40:54 UTC
Fixing for 10.1 is enough, I'll resolve this as fixed.