neutron68
March 1st, 2009, 12:27 PM
I'm trying to force the mythfilldatabase command to run, in a terminal window - in order to fill out my program schedule following a rescan of digital tv channels.
Should the command be used with a sudo (as root) or without (as a regular user)?
I've been using "sudo mythfilldatabase --refresh-all" and the process only lasts for about 10 seconds - rather than the 5 minutes it SHOULD last. I know the process didn't run properly because the program guide data still has NO DATA for the newly scanned digital channels.
-edit-
I have now tried it both ways - with a sudo and without. Neither way works.
I know there was tv guide data for the first 2 weeks of the operation of Mythbuntu...now the channel data bars all say NO DATA. The Mythbuntu box was in DHCP mode when it was first loaded and pulled down the guide data.
Later, I set the Mythbuntu box to a static IP address. Due to the bugs in the Network Manager application, I had to use the file editing method to set a static IP.
I used this page as my guide http://dev-notes.com/code.php?q=26
Now, I'm testing the Internet access of the Mythbuntu box using Firefox.
I can't get to sites by their URLs, but can get to sites by their IP addresses.
I guess I have a DNS setting problem?
-edit-
That was it - a DNS problem.
I just performed the following and mythfilldatabase works now:
1. sudo nano /etc/resolv.conf
2. added this nameserver line:
nameserver <ip address of my router>
3. saved the file
4. sudo /etc/init.d/networking restart
Eric
Should the command be used with a sudo (as root) or without (as a regular user)?
I've been using "sudo mythfilldatabase --refresh-all" and the process only lasts for about 10 seconds - rather than the 5 minutes it SHOULD last. I know the process didn't run properly because the program guide data still has NO DATA for the newly scanned digital channels.
-edit-
I have now tried it both ways - with a sudo and without. Neither way works.
I know there was tv guide data for the first 2 weeks of the operation of Mythbuntu...now the channel data bars all say NO DATA. The Mythbuntu box was in DHCP mode when it was first loaded and pulled down the guide data.
Later, I set the Mythbuntu box to a static IP address. Due to the bugs in the Network Manager application, I had to use the file editing method to set a static IP.
I used this page as my guide http://dev-notes.com/code.php?q=26
Now, I'm testing the Internet access of the Mythbuntu box using Firefox.
I can't get to sites by their URLs, but can get to sites by their IP addresses.
I guess I have a DNS setting problem?
-edit-
That was it - a DNS problem.
I just performed the following and mythfilldatabase works now:
1. sudo nano /etc/resolv.conf
2. added this nameserver line:
nameserver <ip address of my router>
3. saved the file
4. sudo /etc/init.d/networking restart
Eric