I was fairly certain that wasn't the problem, as I've had no problem getting discs to rip previously. However, I've now tried this again with the failed disc (recently purchased) and with an older disc I had already ripped, and I am indeed getting the same error on both. So, something has changed...
strace shows this repeatedly while it's trying to read:-
Code: Select all
poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}], 5, 0) = 0 (Timeout)
recvmsg(6, 0x7fff16b48180, 0) = -1 EAGAIN (Resource temporarily unavailable)
write(3, "\1\0\0\0\0\0\0\0", 8) = 8
write(3, "\1\0\0\0\0\0\0\0", 8) = 8
recvmsg(6, 0x7fff16b48160, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(8, 0x7fff16b48150, 0) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=6, events=POLLIN}, {fd=12, events=POLLIN}], 5, 0) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(6, 0x7fff16b48180, 0) = -1 EAGAIN (Resource temporarily unavailable)
write(3, "\1\0\0\0\0\0\0\0", 8) = 8
File descriptor 3 for the process in question is:-
I'm running this on Debian unstable. Any ideas as to what might have caused this would be much appreciated, before I begin the long and boring task of guessing and tweaking kernel versions, libraries, and so on
.