[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
Starting at what directory? What does: ls -ld /var/cache/doxygen say? # ls -ld /var/cache/doxygen/ drwxr-xr-x 3 www-data www-data 4096 16. Jun 07:48 /var/cache/doxygen/ Can you: sudo -u www-data cat /var/cache/doxygen/html/index.html and actually get something? # sudo -u www-data cat

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
On Wed, Jun 16, 2010 at 8:25 AM, Kai kk.rays...@googlemail.com wrote: Starting at what directory? What does: ls -ld /var/cache/doxygen say? # ls -ld /var/cache/doxygen/ drwxr-xr-x 3 www-data www-data 4096 16. Jun 07:48 /var/cache/doxygen/ Can you: sudo -u www-data cat

[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
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

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
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

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Erik Andersson
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/ Heh. I was so sure of the error so I didn't even check what

Re: [Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Matthew Caron
I assume this is a problem due to configuration of sudo. Am I right? No. It means that somewhere in the directory hierarchy (start at /var and work your way down), www-data has no permission to access that file. All the sudo -u www-data is doing is running the command as www-data, so you can

[Trac] Re: Can't read doxygen content: [Errno 13] Permission denied

2010-06-16 Thread Kai
Thanks for your help, you were right. It had to do with the file system permissions but the problem was the missing executable flag. No it works. Regards, Kai -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send email to