LinHES Forums http://forum.linhes.org/ |
|
Problems after upgrading to R5A26 [SOLVED] http://forum.linhes.org/viewtopic.php?f=6&t=7196 |
Page 1 of 1 |
Author: | kwyjibo [ Sat Dec 03, 2005 2:56 pm ] |
Post subject: | Problems after upgrading to R5A26 [SOLVED] |
Update from A16 to A26 worked very vell but now i'm having problems with my media: - when i select "watch recordings" -> mythtv freezes - when i select "scan for new music" the system doesn't find a file (no action at all) but there are many files under /myth/music - when i go to the video setup it asks me if it should delete the entries. i say "no to all" and can watch them. but then if i go back to the setup, it asks me again about deleting the video-entries?! and shutdown takes forever. anyone else experienced this? |
Author: | mcdrama [ Sat Dec 03, 2005 3:35 pm ] |
Post subject: | |
yep. First things first, try restoring a backup from KnoppMyth-> Restore KnoppMyth. If you did not make one, then you will need to verify all paths. Also make sure your data still is in tact in /myth/video /myth/tv /myth/music etc... check utilities/setup-> setup-> Media Settings-> Video Settings-> General Settings. First option is Directory that holds videos, make sure it still points to /myth/video. If that is correct, then exit mythfrontend, open a terminal and run mythtv-setup choose NO to both prompts to keep or erase card/channel info. Go to General, confirm that the IP address and master server IPs are set to 127.0.0.1 or the actual IP you assigned during setup. click next. Make sure your directory to hold recordings is set to /myth/tv, and that the directory to hold live-TV buffers is /cache. click next. Check follow symbolic links when deleting files otherwise you will end up with used disk space and not know where it went. click next 6 times, then finish. Hope this helps. |
Author: | kwyjibo [ Sun Dec 04, 2005 2:28 pm ] |
Post subject: | |
thanks, mcdrama the paths to video, music, images and recordings were all wrong but i'm still having problems: mythtv is telling me that he couldn't connect to the backend server. i'm running frontend and backend on the same machine and therefore the IP addresses are set to 127.0.0.1 what can i do now? |
Author: | cesman [ Sun Dec 04, 2005 3:50 pm ] |
Post subject: | |
Is the backend running? Has it dies for some reason? Have you checked the backedn log? |
Author: | mcdrama [ Sun Dec 04, 2005 5:39 pm ] |
Post subject: | |
run this in an ssh session or terminal: tail -f /var/log/mythtv/mythbackend.log then run this command in another terminal: /etc/init.d/mythtv-backend restart you should see something similar to this appear in the mythbackend.log: 2005-12-04 15:38:10.663 mythbackend version: 0.18.1.20050523-1 www.mythtv.org 2005-12-04 15:38:10.669 Enabled verbose msgs : important general 2005-12-04 15:38:12.662 Reschedule requested for id -1. 2005-12-04 15:38:12.899 Scheduled 21 items in 0.2 = 0.21 match + 0.03 place 2005-12-04 15:38:12.908 Seem to be woken up by USER |
Author: | kwyjibo [ Mon Dec 05, 2005 10:19 am ] |
Post subject: | |
mcdrama wrote: run this in an ssh session or terminal: tail -f /var/log/mythtv/mythbackend.log Code: mythtv@mythtv:~$ tail -f /var/log/mythtv/mythbackend.log Updating icons for sourceid: 1 Updated programs: 0 Unchanged programs: 0 Fetching data for Sun Dec 11 2005 ----------------- Start of XMLTV output ----------------- config file //.mythtv/cable.xmltv does not exist, run me with --configure ------------------ End of XMLTV output ------------------ Error in 1:1: unexpected end of file Updating icons for sourceid: 1 Updated programs: 0 Unchanged programs: 0 Failed to fetch some program info mcdrama wrote: then run this command in another terminal: /etc/init.d/mythtv-backend restart you should see something similar to this appear in the mythbackend.log: 2005-12-04 15:38:10.663 mythbackend version: 0.18.1.20050523-1 www.mythtv.org 2005-12-04 15:38:10.669 Enabled verbose msgs : important general 2005-12-04 15:38:12.662 Reschedule requested for id -1. 2005-12-04 15:38:12.899 Scheduled 21 items in 0.2 = 0.21 match + 0.03 place 2005-12-04 15:38:12.908 Seem to be woken up by USER Code: root@mythtv:/home/mythtv# /etc/init.d/mythtv-backend restart Restarting MythTV server: mythbackendNo /usr/bin/mythbackend found running; none killed. . . the other terminal: Code: QSettings::sync: filename is null/empty
2005-12-05 17:11:44.906 New DB connection, total: 1 Starting up as the master server. QSettings::sync: filename is null/empty 2005-12-05 17:11:45.072 New DB connection, total: 2 QSettings::sync: filename is null/empty 2005-12-05 17:11:45.412 New DB connection, total: 3 QSettings::sync: filename is null/empty 2005-12-05 17:11:45.912 New DB scheduler connection 2005-12-05 17:11:45.927 mythbackend version: 0.18.1.20050523-1 www.mythtv.org 2005-12-05 17:11:45.931 Enabled verbose msgs : important general 2005-12-05 17:11:47.927 Reschedule requested for id -1. 2005-12-05 17:11:47.944 Scheduled 0 items in 0.0 = 0.01 match + 0.01 place 2005-12-05 17:11:47.952 Seem to be woken up by USER and then it still hangs, when i want to access "Watch recordings" "could not connect to the master backend server - is it running? is the ip address set for it in the setup program correct?" ![]() |
Author: | kwyjibo [ Mon Dec 05, 2005 12:15 pm ] |
Post subject: | |
ok, getting closer... Code: mythtv@mythtv:~$ mythbackend
2005-12-05 19:14:11.739 New DB connection, total: 1 Starting up as the master server. 2005-12-05 19:14:11.760 New DB connection, total: 2 2005-12-05 19:14:12.094 New DB connection, total: 3 2005-12-05 19:14:12.595 New DB scheduler connection 2005-12-05 19:14:12.608 mythbackend version: 0.18.1.20050523-1 www.mythtv.org 2005-12-05 19:14:12.609 Enabled verbose msgs : important general QServerSocket: failed to bind or listen to the socket Failed to bind port: 6543 ...searching for the Failed to bind port: 6543 error... |
Author: | kwyjibo [ Mon Dec 05, 2005 3:19 pm ] |
Post subject: | |
i checked, if some tables are corrupt but they are all ok... |
Author: | tjc [ Mon Dec 05, 2005 6:50 pm ] |
Post subject: | |
If you haven't already, try rebooting your box. The most common reason for failing to bind the port is because another instance of the same program is still holding it. If that doesn't work try: Code: netstat -an | grep 6543 If that shows a listener, do this find the process which has it open. Code: fuser -v -n tcp 6543
|
Author: | kwyjibo [ Tue Dec 06, 2005 5:20 pm ] |
Post subject: | |
i don't get it, after reboot mythbackend don't start at all ![]() Code: mythtv@mythtv:~$ mythbackend
2005-12-07 00:18:10.964 New DB connection, total: 1 Starting up as the master server. 2005-12-07 00:18:10.981 New DB connection, total: 2 2005-12-07 00:18:11.310 New DB connection, total: 3 2005-12-07 00:18:11.795 New DB scheduler connection 2005-12-07 00:18:11.805 mythbackend version: 0.18.1.20050523-1 www.mythtv.org 2005-12-07 00:18:11.806 Enabled verbose msgs : important general QServerSocket: failed to bind or listen to the socket Failed to bind port: 6543 mythtv@mythtv:~$ netstat -an | grep 6543 tcp 0 0 0.0.0.0:6543 0.0.0.0:* LISTEN mythtv@mythtv:~$ fuser -v -n tcp 6543 USER PID ACCESS COMMAND 6543/tcp mythtv 4106 f.... mythbackend |
Author: | tjc [ Tue Dec 06, 2005 7:42 pm ] |
Post subject: | |
Actually that tells you that one is already running. You're trying to start it twice for some reason. |
Author: | kwyjibo [ Wed Dec 07, 2005 4:23 pm ] |
Post subject: | |
"updated" it a second time (ie booted from cd, choosed "upgrade"). don't have the error of the running backend, but tv is not yet working... will care about it later ![]() |
Author: | kwyjibo [ Mon Dec 12, 2005 7:13 am ] |
Post subject: | |
had to change the input of my pvr350 from composite to tuner0 and it's working ![]() |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |