LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-28-2006, 11:09 AM   #1
hedpe
Member
 
Registered: Jan 2005
Location: Boston, MA
Distribution: Debian
Posts: 380

Rep: Reputation: 30
mythtv wont start: Invalid file (fd 15) when opening


i'm getting some weird errors trying to run "mythtv":
Code:
hen trying to start mythtv, I get these errors:
> 2006-06-28 03:15:43.014 LiveTVChain(live-monster-2006-06-28T03:15:39):
> ReloadAll(): Added new recording
> 2006-06-28 03:15:43.017 RingBuf(/mnt/store//1027_20060628031541.mpg):
> OpenFile(/mnt/store//1027_20060628031541.mpg, 12)
> 2006-06-28 03:15:43.017 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 12 retries remaining.
> 2006-06-28 03:15:43.521 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 11 retries remaining.
> 2006-06-28 03:15:44.025 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 10 retries remaining.
> 2006-06-28 03:15:44.529 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 9 retries remaining.
> 2006-06-28 03:15:45.033 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 8 retries remaining.
> 2006-06-28 03:15:45.537 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 7 retries remaining.
> 2006-06-28 03:15:46.041 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 6 retries remaining.
> 2006-06-28 03:15:46.545 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 5 retries remaining.
> 2006-06-28 03:15:47.049 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 4 retries remaining.
> 2006-06-28 03:15:47.553 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 3 retries remaining.
> 2006-06-28 03:15:48.057 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 2 retries remaining.
> 2006-06-28 03:15:48.561 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 1 retries remaining.
> 2006-06-28 03:15:49.065 RingBuf(/mnt/store//1027_20060628031541.mpg):
> Invalid file (fd 15) when opening '/mnt/store//1027_20060628031541.mpg'.
> 0 retries remaining.
> 2006-06-28 03:15:49.570 Disable DPMS
Ignore the >'s

Heres my backend log of "all":
http://rafb.net/paste/results/sojNND39.html

I am not running the backend and frontend on two different computers, so it's not going over NFS or anything.

Thanks!
George
 
Old 06-29-2006, 09:51 AM   #2
cdhgee
Member
 
Registered: Oct 2003
Location: St Paul, MN
Distribution: Fedora 8, Fedora 9
Posts: 513

Rep: Reputation: 30
Well the // in the path probably isn't helping matters. Does the recording actually exist? Can you play the file in xine?

Also, your log file doesn't exist, it gives 404 not found.

Try posting your question to the mythtv-users list if you still can't get anywhere, it's a very active list and there are a lot of knowledgeable people there. I've seen problems like this float along in the past on that list.

Regards
David
 
Old 06-29-2006, 10:15 AM   #3
hedpe
Member
 
Registered: Jan 2005
Location: Boston, MA
Distribution: Debian
Posts: 380

Original Poster
Rep: Reputation: 30
got a response from a dev on ivtv-users, the hint came in the backlog:
Code:
Error getting codec params
IVTV_IOC_G_CODEC:: Invalid argument
E-mail response from the list:
Code:
That's what you get for using bleeding edge code: the G/S_CODEC ioctls 
are removed and replaced by a new mpeg encoder API which is now part of 
the v4l2 API standard. I have yet to prepare patches for MythTV to 
replace its use of the ivtv private controls by these new controls.

I'll release a ivtv-0.7.0 this weekend for 2.6.17 kernels.

	Hans
 
Old 06-29-2006, 10:18 AM   #4
cdhgee
Member
 
Registered: Oct 2003
Location: St Paul, MN
Distribution: Fedora 8, Fedora 9
Posts: 513

Rep: Reputation: 30
Ah that's useful to know - I've got the 2.6.17 kernel but I couldn't get ivtv to work with it, so I've had to continue using 2.6.16.

Regards
David
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xp user opens file via Samba, but file is not locked after opening??? marisdembovskis Linux - Networking 8 07-04-2006 03:30 AM
can't get mythtv to start, mythfilldatabase not working? hedpe Linux - Software 2 06-28-2006 02:27 PM
error: invalid conversion from `void*' to `char**', where should I start to look for RHLinuxGUY Programming 4 05-20-2006 08:53 PM
MythTV wont compile murffatksig Linux - Software 1 09-05-2004 05:08 AM
Opening programs .... wont work HELP JMK Linux - Newbie 2 03-14-2004 03:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration