From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Description of problem: I noticed that grip doesn't rip any tracks with the new version of cdparanoia. Version-Release number of selected component (if applicable): grip-3.0.7-2 How reproducible: Always Steps to Reproduce: 1. Run grip 2. Insert audio CD 3. Select a track to rip 4. Select "Rip and Encode" Actual Results: Wait a few seconds, grip appears to be reading something but in fact nothing is being read from the cd-rom Expected Results: CD-Rom should spin for a while as audio track being read, file.wav should be created Additional info: Doing an "strace -ff" on grip / cdparanoia show that it is failing because a recent change has been made to cdparanoia to open /dev/scd0 with O_EXCL. grip also has /dev/scd0 open when it calls cdparanoia, so cdparanoia retries a few times to get an exclusive lock and then exits. I downgraded to cdparanoia from RH9 and grip works OK.
*** This bug has been marked as a duplicate of 102051 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.