[mythtv-users] Problems with new tunerless slave backend
Justin The Cynical
cynical at penguinness.org
Wed May 2 10:26:56 UTC 2007
I've searched gossamer and goggle, but I can't seem to find an answer.
Two "machines":
Master backend/frontend - mindflayer
New tunerless slave - zombie (this one is actually a VM on my main
house server, it's got the CPU to spare)
mythbackend version: 0.19.20060121-2 (I'm running .19 as the master
frontend doesn't have the grunt needed to play HD under .20 without
stuttering, even with XvMC)
/mythtv/storage (drive that holds the recordings) lives on the master
backend, and the tuner cards all live in the master backend.
Now my understanding is that if a slave/frontend can't access the video
files directly, it will stream them from the frontend, correct?
If so, I've got an issue and I can't figure it out.
From the backend logs on the slave:
2007-05-02 03:05:10.551 adding: zombie as a client (events: 0)
2007-05-02 03:05:10.562 MainServer::HandleAnnounce FileTransfer
2007-05-02 03:05:10.563 adding: zombie as a remote file transfer
2007-05-02 03:05:10.564 Could not open
/mythtv/storage/1010_20070430090000.mpg. 12 retries remaining.
2007-05-02 03:05:11.065 Could not open
/mythtv/storage/1010_20070430090000.mpg. 11 retries remaining.
2007-05-02 03:05:11.565 Could not open
/mythtv/storage/1010_20070430090000.mpg. 10 retries remaining.
2007-05-02 03:05:12.066 Could not open
/mythtv/storage/1010_20070430090000.mpg. 9 retries remaining.
2007-05-02 03:05:12.568 Could not open
/mythtv/storage/1010_20070430090000.mpg. 8 retries remaining.
2007-05-02 03:05:13.069 Could not open
/mythtv/storage/1010_20070430090000.mpg. 7 retries remaining.
2007-05-02 03:05:13.569 Could not open
/mythtv/storage/1010_20070430090000.mpg. 6 retries remaining.
2007-05-02 03:05:14.070 Could not open
/mythtv/storage/1010_20070430090000.mpg. 5 retries remaining.
2007-05-02 03:05:14.571 Could not open
/mythtv/storage/1010_20070430090000.mpg. 4 retries remaining.
2007-05-02 03:05:15.072 Could not open
/mythtv/storage/1010_20070430090000.mpg. 3 retries remaining.
2007-05-02 03:05:15.573 Could not open
/mythtv/storage/1010_20070430090000.mpg. 2 retries remaining.
2007-05-02 03:05:16.074 Could not open
/mythtv/storage/1010_20070430090000.mpg. 1 retries remaining.
2007-05-02 03:05:16.575 Could not open
/mythtv/storage/1010_20070430090000.mpg. 0 retries remaining.
2007-05-02 03:05:17.245 Connecting to backend server: 192.168.0.6:6543
(try 1 of 5)
2007-05-02 03:05:17.255 Using protocol version 26
2007-05-02 03:05:17.345 RingBuf(/mythtv/storage/1010_20070430090000.mpg)
Error: Invalid file descriptor in 'safe_read()'
2007-05-02 03:05:17.528 NVP::OpenFile(): Error, couldn't read file:
myth://127.0.0.1:6543/1010_20070430090000.mpg
2007-05-02 03:05:17.595 Commercial Flagging Finished, 0 break(s) found.
2007-05-02 03:05:17.598 Preview Error: Run() file not local:
'/mythtv/storage/1010_20070430090000.mpg'
2007-05-02 03:10:20.322 AutoExpire: ERROR when trying to autoexpire
files. No recordings available to expire.
...and...
2007-05-02 03:25:24.216 Attempted to transcode
myth://127.0.0.1:6543/1010_20070430090000.mpg. Mythtranscode is
currently unable to transcode remote files.
(The transcode error sounds like I will have to set up an NFS mount, but
it could just mean that it wasn't able to run the job at that time)
As one can see, the backends are talking to each other just fine, as
well as the DB, which leads me to believe that the backend is configured
correctly (there isn't a heck of a lot to configure).
But for some reason, the video data is not making it to the slave to run
the transcode/flagging job.
Any ideas? I can set up a NFS server on the master backend, but I'd
rather not add any thing more to that machine.
More information about the mythtv-users
mailing list