Bug 143810
Summary: | Konqueror cannot mount CDROM/DVDROM | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Granville Xiong <shreks2099> |
Component: | kdebase | Assignee: | Than Ngo <than> |
Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | david.houlder, markus.hillig |
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: | 2005-08-23 17:57:45 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: |
Description
Granville Xiong
2004-12-28 15:00:05 UTC
This sounds like a duplicate of bug 142637. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=142637 Fix? Update gamin to 0.0.25 This happens to me too, and I'm running gamin-0.1.1-1.FC3. Just did a yum update and reboot this morning (8 July 2005). Here's what happens for me (FC3 on Dell P370) 1. Insert ordinary iso9660 cdrom into drive. 2. Click the CD icon on the desktop 3. konqueror opens up, shows the "mounting" dialog and a progress bar for a few seconds, then I get an error dialog saying this... mount: block device /dev/hda is write-protected, mounting read-only mount: /dev/hda already mounted or /media/cdrecorder busy Please check that the disk is entered correctly. ... and no mount occurs. 4. [djh900@dh ~]$ fuser /dev/cdwriter /dev/cdwriter: 4702 [djh900@dh ~]$ ps -fp 4702 UID PID PPID C STIME TTY TIME CMD djh900 4702 4275 0 15:32 ? 00:00:00 kdeinit: kio_audiocd audiocd /tmp/ksocket-djh900/klauncherOHVY 5. Wait a little bit (a minute or two) and kio_audiocd will eventually exit. 6. After that, in the (still open) konqueror window entitled file:/media/cdrecorder you can click on the CD-ROM node under "Devices" in the left hand column and it will mount the CD just fine. So, I'm guessing kio_audiocd gets first stab at /dev/cdwriter, and isn't exiting before konqueror tries the mount. A little probing with strace and lsof on kio_audiocd reveals... [djh900@dh ~]$ lsof -p 4819 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME .... kdeinit 4819 djh900 9u unix 0xe485e500 40528 socket kdeinit 4819 djh900 10u unix 0xe6bf8b80 40530 socket kdeinit 4819 djh900 11r REG 253,0 1283719 3655639 /var/tmp/kdecache-djh900/ksycoca kdeinit 4819 djh900 12u BLK 3,0 1107 /dev/hda [djh900@dh ~]$ strace -p 4819 Process 4819 attached - interrupt to quit select(11, [10], NULL, NULL, NULL <unfinished ...> Process 4819 detached ... so it looks like it's waiting on ssome unix socket. Any thoughts? Thanks yes, it's a bug in the kdemultimedia package and is now fixed in the kdemultimedia-3.4.2-0.fc3.2. I will do FC4 update soon. Many thanks for your report. |