Hi all,
today's dummy of the day question:
how and where do I rectify the
"data directory is not writeable by www.data......check permissions"
error I'm running into trying to get into mythweb, ?
Any help greatly appreciated,
Ian
You need to change the ownership of the mythweb data directory to the user that runs apache - I believe it's wwwdata or something similar.
This is a bug in the avernand MythWeb package.
the ticket for this issue is here: http://svn.linuxmce.org/trac.cgi/ticket/398 and it is actively being worked on.
If you encounter problems like this, please check to see if there is a ticket, and create one if there is not or add information to it if there is and looks like it hasnt been looked at in awhile.
hi all,
thanks for response, would
chown www.data /usr/share/mythtv/mythweb/data
be a temporary fix ,or would I bork things up even more ??
TIA,
Ian
EDIT sudo chown www-data /usr/share/mythtv/mythweb/data/
sudo chown mythtv.www-data /etc/mythtv/mythweb-htaccess.conf
(taken from https://help.ubuntu.com/community/MythTV/Install/WhatNext/Edgy/Backend/mythweb_bug )
thanks boys
SEEMS to do it, at least I can get into mythweb now
Did you give NETWORK SERVICE any permissions? You will need to give it modify rights.
This will be solved in next beta.
A fix for this is already in svn.
/niz23