View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 11 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Sep 11, 2007 8:32 am 
Offline
Joined: Sat Jun 18, 2005 7:22 pm
Posts: 43
I had my a backend and a frontend setup that worked very well, the two are connect via a wired network. I upgraded the backend to R5F27 so that I could use the new schedulesdirect guide service. Now the frontend cannot mount the NFS videos folders. I have gone though the knoppmythwiki guide for frontend install and NFS setup again, but still no luck. Does this mean the frontend must also be running RF527? Or is this some other problem?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:23 am 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
I am running the same setup (with R5F1 on my frontends and R5F27 on the backend) and NFS connects fine. Have you changed the network items (like the bind address in mysql.txt). Are you sure the backend is actually on the network? Have you checked your exports file on the backend box?

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:33 am 
Offline
Joined: Sat Jun 18, 2005 7:22 pm
Posts: 43
The backend is on the network, since I can watch "recorded shows" that are on the backend from the frontend. But when I go to "watch videos" in the frontend it claims there is nothing in the video folder.

After the backend upgrade I followed these instructions from knoppmythwiki

Quote:
* For R5E50 comment out (by placing # at beginning) the line specifying bind address as 127.0.0.1 (or I guess you could add the address of the new frontend, but not sure of the format). 'skip-networking' is no longer an option in /etc/mysql/my.cnf

You will also need to make sure you change the IP address in the 'General' section of mythtv-setup on the backend system. Change both instances of IP numbers from the loopback address (127.0.0.1) to the actual IP number of the backend. If you are setting this up after you have had a working backend system, remember to restart mythbackend (/etc/init.d/mythtv-backend restart).


Please note that I am still a linux noob and I dont know what/where the exports file is.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 9:47 am 
Offline
Joined: Wed Jan 07, 2004 12:14 pm
Posts: 434
Location: Charlotte, NC
I am at work so cannot look at my system setup files at the moment so I am doing this from memory (bad situation given my age...)... Did you have NFS working under your prior setup? If so did you do a backup prior to the upgrade? If you did there is a file in the backup (/myth/backup/savefiles - I think) called /etc/exports that you need - it is what controls what NFS allows to be published to the network.

_________________
nbdwt73


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 10:47 am 
Offline
Joined: Sat Jan 06, 2007 6:50 pm
Posts: 141
Location: Nashville, TN
Are you running frontends with RE50? If so, check out this link that says they will not work together...not sure about the accuracy but I remembered reading it.

http://mysettopbox.tv/phpBB2/viewtopic.php?t=16420&highlight=

Edit:
Seems your getting some connection so that may not be it. Can you go to the videos folder within your mounted nfs directory?

For example, mine is mounted to /myth, so to see the files in the console do ctrl+x, cd the /myth/videos, and use the command "dir" to see if your videos are listed.

_________________
LinHES Release 6.04.00
Mboard MSI PM8PM-V P4M800
CPU - Intel Celeron D 336 Processor 2.80GHZ
Memo - Corsair VS512MB533D2 512MB DDR2-533
Hard D - Hitachi T7K500 250GB Serial ATA
Wireless - Netgear wg311
Tuner Card - PVR-150


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 2:53 pm 
Offline
Joined: Sat Jun 18, 2005 7:22 pm
Posts: 43
Acutally I just installed R5F27 on the front end in an attempt to fix this problem quickly. However I am having the same problem. This did work before the upgrade, although I also did change back to a wired network.

when I attempt to mount here is what happens

Code:
root@frontend:/mnt/myth# mount 192.168.0.107:/myth /mnt/myth/
mount to NFS server '192.168.0.107' failed.
root@frontend:/mnt/myth#


I have just edited /etc/exports on the backend to look like the knoppmythwiki guide

Code:
/myth   *(rw,insecure,all_squash,anonuid=105,anongid=105)


:?: :x :?:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 2:59 pm 
Offline
Joined: Sat Jan 06, 2007 6:50 pm
Posts: 141
Location: Nashville, TN
Just to check the simple things, is NFS started?

What do the following commands do on your backend?

Code:
su
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start

_________________
LinHES Release 6.04.00
Mboard MSI PM8PM-V P4M800
CPU - Intel Celeron D 336 Processor 2.80GHZ
Memo - Corsair VS512MB533D2 512MB DDR2-533
Hard D - Hitachi T7K500 250GB Serial ATA
Wireless - Netgear wg311
Tuner Card - PVR-150


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 3:54 pm 
Offline
Joined: Sat Jun 18, 2005 7:22 pm
Posts: 43
SOLVED. This was not a problem with upgrade/R5F27 but a problem with my ability to follow instructions. It seems I did not run the commands wmcvetty mentions above after upgrade. :oops:


Last edited by rubrboots on Tue Sep 11, 2007 4:05 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 3:58 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
rubrboots wrote:
SOLVED. This was not a problem with upgrade/R5F27 but a problem with my ability to follow instructions. It seems I did not run the commands wmcvetty metions after upgrade. :oops:
Thanks for the honesty. Perhaps the people postingin KnoppMyth > Installation will following you example. I really feel like just locking the entire section.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 4:02 pm 
Offline
Joined: Sat Jan 06, 2007 6:50 pm
Posts: 141
Location: Nashville, TN
Be sure to read on to add that to the startup process so you don't have to do it every time you reboot.

Glad I could contribute!

_________________
LinHES Release 6.04.00
Mboard MSI PM8PM-V P4M800
CPU - Intel Celeron D 336 Processor 2.80GHZ
Memo - Corsair VS512MB533D2 512MB DDR2-533
Hard D - Hitachi T7K500 250GB Serial ATA
Wireless - Netgear wg311
Tuner Card - PVR-150


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 11, 2007 5:56 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The Hints cover this too... Item 2.1 under Post Install...


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 3 guests


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 post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu