Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: EPG Problem?



Hello Christian,

Am 21.03.2004 um 23:45 schrieb Christian Gmeiner:
Mar 21 23:42:13 vdr vdr[5872]: ERROR: /var/vdr/epg.data.$$$: Permission denied
Mar 21 23:42:13 vdr vdr[5872]: ERROR (epg.c,726): Permission denied
Whats wrong?
 
Looks like the user who's running VDR has no right to write your /var/vdr/epg.data. Try to find out by typing

ls -l /var/vdr/

And make sure that the User running VDR is allowed to write there.

If you want to find out who's running VDR type:

ps uafx

(first word in the VDR-line's the name of the user)

And then type

chown "vdrusersname" /var/vdr/
chmod u+r+w+x /var/vdr/

As far as I know this should help...

Hannes


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index