Re: Reading video from DVD-RAM
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 28 Apr 2006 00:31:23 GMT
In article <IyDwB5.693@xxxxxxxxxxxxxx>, Markus Weiss <mw0904@xxxxxxxx> wrote:
su-2.05b# ls -l /mnt/DVD_RTAV/VR_MOVIE.VRO
ls: /mnt/DVD_RTAV/VR_MOVIE.VRO: Bad file descriptor
Yep, this bug is old and it seems nobody is going to fix it. DVD-RAMs
with UDF just don't work with FBSD.
A little investigation shows that the EBADF comes from file type
switch in udf_vget doesn't handle this type of file (249). I found an
old message about this:
http://www.mail-archive.com/freebsd-current@xxxxxxxxxxx/msg54216.html
So I added the case 249, and now ls works. But if I try to play
the video with "xine /mnt/DVD_RTAV/VR_MOVIE.VRO" I get a panic:
vm_fault: fault on nofault entry, addr: db4d7000
(it works to cat part of the VR_MOVIE.VRO to a disk file and then
run xine on that).
I haven't got a crash dump yet to investigate further.
-- Richard
.
- References:
- Reading video from DVD-RAM
- From: Richard Tobin
- Reading video from DVD-RAM
- Prev by Date: Re: FreeBSD people are incompetent idiots - Linus Torvalds
- Next by Date: Re: FreeBSD people are incompetent idiots - Linus Torvalds
- Previous by thread: Re: Reading video from DVD-RAM
- Next by thread: Re: Reading video from DVD-RAM
- Index(es):
Relevant Pages
|
|