On Wed, Jun 16, 2010 at 9:05 AM, Kai <kk.rays...@googlemail.com> wrote:

> > No. Check permissions for:
> > /var
> > and
> > /var/cache/
>
> drwxr-xr-x 17 root root 4096 28. Jan 2009  /var/
> drwxr-xr-x 17 root root 4096 15. Jun 09:05 /var/cache/
>
> Okay now I'm confused because I tried to configure www-data as sudoer.
> But I still get the no permission error. Here the sudoer line for www-
> data:
>
This has nothing to to with sudo. You are using sudo to start Apache as root
to be able to run Apache on ports below 1025. Apache is then running as user
www-data. User www-data is trying to access /var/cache... but isn't allowed
to read /var so it fails.

Cheers / Erik

>
> www-data <machinename>=(root) /bin/cat
>
> Do I have to disable password question for www-data to get it working?
> Why is there no explanation for this issue in the trac wiki?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To post to this group, send email to trac-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> trac-users+unsubscr...@googlegroups.com<trac-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/trac-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to