Bug 102549
| Summary: | Won't rip tracks because of recent change to cdparanoia | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Jon Burgess <jburgess777> |
| Component: | grip | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta1 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:58:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of 102051 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
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.