Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unable to connect to master backend -mythtv *Solved*
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
malkaven
n00b
n00b


Joined: 16 Aug 2005
Posts: 37

PostPosted: Fri Dec 29, 2006 3:33 am    Post subject: Unable to connect to master backend -mythtv *Solved* Reply with quote

Im getting an error every time i run the mythtv frontend.

Quote:
mythtv could not connect to the master backend server


When I run:

ps auxw | grep mythbackend

I get:
Quote:
root 18340 0.0 0.0 1560 504 pts/1 S+ 22:27 0:00 grep --colour=auto mythbackend


The frontend and backend are on the same computer.

Here is a copy of my /var/log/mythtv/mythbackend.log

Quote:
the directory and that file are writeable by this user.
Starting up as the master server.
/home/recordings/nfslockfile.lock: Permission denied
Unable to open lockfile!
Be sure that '/home/recordings' exists and that both
the directory and that file are writeable by this user.
Starting up as the master server.
/home/recordings/nfslockfile.lock: Permission denied
Unable to open lockfile!
Be sure that '/home/recordings' exists and that both
the directory and that file are writeable by this user.
Starting up as the master server.
/home/recordings/nfslockfile.lock: Permission denied
Unable to open lockfile!
Be sure that '/home/recordings' exists and that both
the directory and that file are writeable by this user.



I dont get why its saying permission denied, im on the root account....
Anyone have any ideas?


Last edited by malkaven on Fri Dec 29, 2006 8:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
pteppic
l33t
l33t


Joined: 28 Nov 2005
Posts: 781

PostPosted: Fri Dec 29, 2006 9:26 am    Post subject: Reply with quote

Try, as root
Code:
mkdir -p /home/recordings
chown mythtv:users /home/recordings -R
chmod 775 /home/recordings
and restart the mythbackend service.
Back to top
View user's profile Send private message
malkaven
n00b
n00b


Joined: 16 Aug 2005
Posts: 37

PostPosted: Fri Dec 29, 2006 8:29 pm    Post subject: Reply with quote

Ok very cool this worked, thanks much! I knew it had to have been something along those lines but the whole mythtv:users doesnt make much sense to me, but im a newbie so not a whole lot does so far lol :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum