View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Apr 05, 2005 12:30 am 
Offline
Joined: Mon Apr 04, 2005 1:20 pm
Posts: 13
Location: San Jose, Ca
Okay now that I can watch and record live tv, thanks to the suggestions by: Xsecrets, tjc and iscraigh, I would like to try and solve my program guide problems. It is completely out of sync. for example according to my program guide the show 24 on fox which runs Mondays at 9:00 pm will be on at 4:00am. So obviously my program guides shows are 7hours behind and out of sync. I tried to adjust the "offset" in the mythtvsetup screens, but it made no difference. and then performed the 'mythfilldatabase' command. My system clock is set to the correct time and zone. Any suggestions? thanks in advance!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 05, 2005 12:59 am 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Dump the program guide data in the db and repopulate it.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 05, 2005 1:44 am 
Offline
Joined: Mon Apr 04, 2005 1:20 pm
Posts: 13
Location: San Jose, Ca
Thank you Cecil, Sorry to be such a newbie, but I am afraid I do not know the commands to do this :oops: The only mythtv database command i know is 'mythfilldatabase' and I am quite certain that is not what you mean. If you or anyone could enlighten me I would really appreciate it.. thanks again!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 05, 2005 9:12 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See my reply here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=4072
Why do these things seem to happen in waves?
OBTW - Does that time difference look familiar? (Hint - PST is UTC+7) I'd suggest firing up webmin and double checking the setting of your hardware clock.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 05, 2005 9:53 am 
Offline
Joined: Fri Feb 27, 2004 10:58 pm
Posts: 129
check your timezone and the re-populate your program guide. Also I had a wacky problem of locale got changed to Germany and so my program guide was all out of wacked and I had to delete 1 file to get it switch back.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 1:16 am 
Offline
Joined: Mon Apr 04, 2005 1:20 pm
Posts: 13
Location: San Jose, Ca
Hey guys thanks for the help! So I went through the steps and unfortunately I am having the same problem. tjc, about starting up webmin for the potential hardware clock problem... i followed the webmin howto here:

http://knoppmythwiki.homelinux.org/index.php?page=WebminHowTo

I followed all of the steps closely and but when i go to start webmin with this:

/ect/init.d/webmin start

i get the following error "No such file or directory" I ran it as the su from the root directory (and even the /root directory) and still nothing. any ideas? Is there another way to check and fix a clock issue? Thanks again!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 6:04 am 
Offline
Joined: Mon Nov 17, 2003 8:59 am
Posts: 206
Location: Michigan
Just wondering if you had a typo there. It's etc not ect. start at /

cd /

ls (to see what's there).

cd et[tab] (typing a few characters and then hitting tab is called tab completion, it completes the word for you. If more than one word are possible, htting tab twice will show you all possible. Type another letter or two then hit tab again.

cd /etc/init[tab] ... you get the idea now, use tab completion to get to the dir. Once in init.d (verify with pwd) (Don't know what pwd is? type man pwd to find out), type ls to see that webmin is there. Now you could type ./webmin start, or use tab completion to type the whole path.

hth


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:59 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Or you could use the name completion to do the ls and then use command history to run the program... I've got a bunch of people at work always have to go to the directory to run a command that isn't in their path. (Whats up with that? :?) Try this as root:
Code:
ls -l /etc/init.d/webmin
if that works and the file shows it's executable then do this:
Code:
/etc/init.d/webmin restart
if not you may need to apt-get it (search for details).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:38 pm 
Offline
Joined: Mon Apr 04, 2005 1:20 pm
Posts: 13
Location: San Jose, Ca
Okay that worked. At least it restarted webmin. Now If i could just access webmin through my browser. I installed firefox and when i try to access webmin i get the message "Error - Access Denied for 192.168.0.5" My router lists the mythtv machine at that address. This obviously seems to be some sort of permissions problem.... so did a chmod 777 to

/etc/init.d/webmin

that did not seem to work so i tried the chmod 777 on

/etc/webmin

then i restarted webmin

and that failed to work as well :cry:

I hate to keep this thread alive, but can you guys help with this? I wasnt able to find any relevant posts in this forum or through google. As always guys I really appreciate all of the help and effort! Cheers! Hopefully once i get webmin up and running I can leave you all alone... at least until this weekend :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:43 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
**Xsecrets** runs for cover before tjc explodes. LOL :lol:

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 11:48 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You could just search the forum for details on starting webmin. It was one of the first "Hints & Tips" that I posted....

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 07, 2005 12:36 am 
Offline
Joined: Mon Jun 21, 2004 5:28 am
Posts: 700
Location: Germany
You might wanna edit your post change that chmod 777 to chmod a+rx (or chmod ug+rx) :lol:

I've haven't run webadmin, so I can't comment on your problems. However, you could simply run "date" and "date -u". These should give the local time and UTC/GMT time respectively. If not, you need to fix it. "man date" and man -k timezone" should help find the answer.

Cheers,

Allen

_________________
ASUS AT3N7A-I (Atom 330)
TBS 8922 PCI (DVB-S2)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 07, 2005 6:41 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Xsecrets wrote:
**Xsecrets** runs for cover before tjc explodes. LOL :lol:

Naah... I'm in a really good mood today, so I can enjoy it as slapstick. ;-)

However I will say that using chmod 777 is generally like trying to cure your dog of fleas by burning off all its hair with blow torch. It may "solve" the problem but at the cost of creating a far bigger one. It's also almost always a sign that you don't understand the problem.

In this case it's actually like trying to cure your dog of fleas by burning all the hair off your cat with a blow torch. ;-) The permission refused error here had nothing to do with the file system, it was the webmin server refusing a connection to a host it wasn't configured to allow acces from. :lol:


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 08, 2005 9:01 pm 
Offline
Joined: Mon Apr 04, 2005 1:20 pm
Posts: 13
Location: San Jose, Ca
Okay I am wicked embarrased! :oops: I noticed that i had the wrong ip address in the miniserv.conf 192.168.1.5 and it should have been 192.168.0.5. So the good news is I was able to get into webmin.

The better news is that I was able to get the program guide working. tjc you mentioned the keyword "timezone" once I searched for that I found a bunch of similar threads... the one that did the trick was this:

http://mysettopbox.tv/phpBB2/viewtopic.php?t=128

Here is the process that will allow you to change yur timezone through the knoppmyth gui. It was very simple. For easy reference i pasted cesman's directions here:

As root:KnoppMyth-tz
/etc/init.d/mysql restart
As the user mythtv:cd ~/.mythtv
rm -fr *.xmltv channels
mythtv-setup
yes to second question
Once you are finished
As root:/etc/cron.daily/mythtv-backend

Success! Thanks guys for all of your help! Now onto the remote... I'm sure that will be a smooth process :wink:


Top
 Profile  
 

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


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 46 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