Good Morning All
Installed 810 beta2 dvd, ran the /usr/pluto/bin/Diskless_CreateTBZ.sh, to allow diskless creation. Did not have to edit the this file /usr/pluto/bin/files.d/fstab-diskless - and my MD created successfully.
Set up mythtv, on the hybrid, and it works fine, attempted to play tv on the MD, this is where I encounter a little hickup, see excerpt from 44_MythTV_Player.log on the MD, the attempt to send the liveTv command seem to keep failing.
== ATTEMPT FRESH START ==
1 12/13/09 20:51:47 Spawn_Device.sh 44 (spawning-device) 16304 Dev: 44; Already Running list: 37,38,40,
== FRESH START ==
1 12/13/09 20:51:47 Spawn_Device.sh 44 (spawning-device) device: 44 ip: 192.168.80.1 cmd_line: MythTV_Pl
ayer
0 12/13/09 20:51:47 44 (spawning-device) Entering 44
========== NEW LOG SECTION ==========
1 12/13/09 20:51:47 44 (spawning-device) Starting... 1
1 12/13/09 20:51:47 44 (spawning-device) Found ./MythTV_Player
05 12/13/09 20:59:44.519 MythTV_Player::LaunchMythFrontend - ready to launch! <0xb77e1b90>
05 12/13/09 20:59:44.523 Changing mode: live <0xb77e1b90>
05 12/13/09 20:59:44.622 Going to send command jump livetv <0xb77e1b90>
05 12/13/09 20:59:45.630 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:46.634 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:47.634 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:47.634 ClientSocket::Connect() not successful <0xb77e1b90>
05 12/13/09 20:59:47.634 void ClientSocket::Disconnect() on this socket: 0x826fd18 (m_Socket: <0xb
77e1b90>
01 12/13/09 20:59:47.634 Unable to connect to MythTV client <0xb77e1b90>
05 12/13/09 20:59:47.635 MythTV_Player::pollMythStatus no jump livetv <0xb77e1b90>
05 12/13/09 20:59:47.734 Going to send command jump livetv <0xb77e1b90>
05 12/13/09 20:59:48.734 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:49.735 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:50.734 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:50.734 ClientSocket::Connect() not successful <0xb77e1b90>
05 12/13/09 20:59:50.734 void ClientSocket::Disconnect() on this socket: 0x829d5e0 (m_Socket: <0xb
77e1b90>
01 12/13/09 20:59:50.734 Unable to connect to MythTV client <0xb77e1b90>
05 12/13/09 20:59:50.734 MythTV_Player::pollMythStatus no jump livetv <0xb77e1b90>
05 12/13/09 20:59:50.834 Going to send command jump livetv <0xb77e1b90>
05 12/13/09 20:59:51.834 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:52.834 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:53.834 Connect() failed, Error Code 111 (Connection refused)) <0xb77e1b90>
05 12/13/09 20:59:53.834 ClientSocket::Connect() not successful <0xb77e1b90>
05 12/13/09 20:59:53.834 void ClientSocket::Disconnect() on this socket: 0x829d5e0 (m_Socket: <0xb
Pluto log, indicated that it had to restart the mythv backend several times and doing /etc/init.d/mythbackend status, showed it not running. Rebooted the MD and this seemed to have fix that issue, but although the backend was running on the MD, tv was not working.
Tried the solutions from the following posts:
http://forum.linuxmce.org/index.php?topic=9117.msg62458;topicseen#msg62458
http://forum.linuxmce.org/index.php?topic=9232.0
The first one, as I was seeing multiple versions of mythtv, frontend and backend thus attempted that fix, was seeing a prompt to install mysql when I did apt-get install pluto-mythtv*, thus cancelled, this was on the MD in question. Rebuild the MD and tried the second topic after uninstalling mythv, this did not fix the issue, as still could not play tv on the MD.
Also tried the fix listed below, initially, as this had fix my issues in the initial beta, that is, including forcedirectio in the mount options.
http://forum.linuxmce.org/index.php?topic=3203.0
Questions
Is the output of apt-cache showpkg mythtv-frontend correct? Please see attached file mythtv errors.txt
When I ran the /usr/pluto/bin/Diskless_CreateTBZ.sh and created an MD, I am seeing the errors show below, what are the correct entries for the /etc/apt/sources.list?
Is this error contributory to the issue?
Get:12 http://packages.medibuntu.org intrepid/free Packages [3530B]
Err http://archive.ubuntu.com universe/main Packages
404 Not Found [IP: 91.189.88.46 80]
Ign http://www.avenard.org intrepid Release
Ign http://deb.linuxmce.org replacements_debian/main Packages
Err http://archive.ubuntu.com universe/non-free Packages
404 Not Found [IP: 91.189.88.46 80]
Get:13 http://www.avenard.org intrepid/release Packages [110kB]
Ign http://deb.linuxmce.org replacements_ubuntu/main Packages
Get:14 http://deb.linuxmce.org intrepid/beta2 Packages [32.2kB]
Get:15 http://packages.medibuntu.org intrepid/non-free Packages [7533B]
Err http://archive.ubuntu.com universe/contrib Packages
404 Not Found [IP: 91.189.88.46 80]
What have I missed?
Thanks