http://bugzilla.novell.com/show_bug.cgi?id=570541 http://bugzilla.novell.com/show_bug.cgi?id=570541#c5 Joshua Kwan <jkwan@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jkwan@vmware.com | --- Comment #5 from Joshua Kwan <jkwan@vmware.com> 2010-01-14 16:49:29 UTC --- Definitely seems like the same setup. Since you can't reproduce normally, let me show you the log files from a successful run and a failed run. (At some point, if you are really curious about reproducing the bug, I can package up my VM, with the error case snapshotted.) attached files: y2log-doesntwork & y2log-works: the original logs. y2log-doesntwork-scrubbed & y2log-works-scrubbed: the same logs with certain PIDs and other things masked out so it's easier to use 'wdiff' or 'diff' on it. The only thing that really looks different from the beginning is this: <1> linux() [YCP] StorageDevices.ycp:234 ProbeCDROMs cddrives:[$["bus":"SCSI", "bus_hwcfg":"scsi", "class_id":262, "dev_name":"/dev/sr0", "dev_name2":"/dev/sg1", "dev_names":["/dev/sr0", "/dev/block/11:0", "/dev/scd0", "/dev/disk/by-path/pci-0000:00:07.1-scsi-0:0:0:0", "/dev/disk/by-label/CDROM", [-"/dev/cdrom"],-] {+"/dev/cdrom1"],+} "dev_num":$["major":11, "minor":0, "range":1, "type":"b"], "device":"VMware IDE CDR00", "driver":"ata_piix", "driver_module":"ata_piix", "model":"NECVMWar VMware IDE CDR00", "old_unique_key":"P2bE.u2JlmdpSxk4", "parent_unique_key":"ESW+.2kE1GEmwX42", "rev":"1.00", "sub_class_id":2, "sysfs_bus_id":"1:0:0:0", "sysfs_id":"/class/block/sr0", "udi":"/org/freedesktop/Hal/devices/storage_model_VMware_IDE_CDR00", "unique_key":"KD9E.93WJrpY1p37", "vendor":"NECVMWar"], $["bus":"SCSI", "bus_hwcfg":"scsi", "class_id":262, "dev_name":"/dev/sr1", "dev_name2":"/dev/sg2", "dev_names":["/dev/sr1", "/dev/block/11:1", "/dev/scd1", "/dev/disk/by-path/pci-0000:00:07.1-scsi-1:0:0:0", "/dev/disk/by-label/CDROM", [-"/dev/cdrom1"],-] {+"/dev/cdrom"],+} "dev_num":$["major":11, "minor":1, "range":1, "type":"b"], "device":"VMware IDE CDR10", "driver":"ata_piix", "driver_module":"ata_piix", "model":"NECVMWar VMware IDE CDR10", "old_unique_key":"GwCB.nd9uQngF4DC", "parent_unique_key":"ESW+.2kE1GEmwX42", "rev":"1.00", "sub_class_id":2, "sysfs_bus_id":"2:0:0:0", "sysfs_id":"/class/block/sr1", "udi":"/org/freedesktop/Hal/devices/storage_model_VMware_IDE_CDR10", "unique_key":"nOPI.gttOOk_0w6B", "vendor":"NECVMWar"]] "-": the old file (doesntwork) "+": the new file (works) As you can see, in some cases /dev/sr0 == /dev/cdrom and sometimes it is /dev/cdrom1. My guess is that cd:/// automatically checks /dev/cdrom and /dev/cdrom1 in order. When /dev/cdrom == /dev/sr1, it will work. But please take a look at the full logs and tell me if you don't see something different. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.