On Sat, 2008-04-19 at 15:39, Jesse Keating wrote: > *cough* The vast majority of the testing I did, as the person who > created the release, was in qemu (via kvm). What was the state of the > virtual drive before you started the preview install? Did you capture > the traceback and file a bug somewhere on it? Can you reproduce easily? Just tried again, it is repeatable. Even though I gave qemu a DOS formatted floppy image the option to save the trace to disk was grayed out. No idea what protocol the save to net wants and Google didn't know either. But I went to the console on tty2 and got the dump. It is attached to this post. Here is how I'm invoking qemu: #!/bin/bash export QEMU_AUDIO_DRV=alsa export QEMU_ALSA_DAC_BUFFER_SIZE=4096 export QEMU_ALSA_VERBOSE=1 export QEMU_AUDIO_DAC_VOICES=2 qemu-system-x86_64 -boot d -hda f9.img -cdrom \ Fedora-9-Preview-i386-DVD.iso -m 768 -soundhw es1370 -monitor stdio \ -serial null -net tap,vlan=0,script=./qemu-ifup \ -net nic,vlan=0,macaddr=52:54:00:00:00:09 -- John M. http://www.beau.org/~jmorris This post is 100% M$Free! Geekcode 3.1:GCS C+++ UL++++$ P++ L+++ W++ w--- Y++ b++ 5+++ R tv- e* r
00:19:21 INFO : kernel command line: initrd=initrd.img BOOT_IMAGE=vmlinuz 00:19:21 INFO : anaconda version 11.4.0.73 on i386 starting 00:19:21 INFO : 774764 kB are available 00:19:25 DEBUG : probing buses 00:19:27 DEBUG : waiting for hardware to initialize 00:19:31 INFO : trying to mount CD device /dev/sr0 on /mnt/source 00:19:32 INFO : mounted loopback device /mnt/runtime on /dev/loop0 as /mnt/source/images/stage2.img 00:20:40 INFO : Loading SELinux policy 00:20:44 INFO : getting ready to spawn shell now 00:20:46 INFO : Running anaconda script /usr/bin/anaconda 00:21:00 INFO : using only installclass _Fedora 00:21:00 INFO : Starting message bus... 00:21:05 INFO : Starting HAL daemon... 00:21:12 DEBUG : Waited 7 seconds for hal to start 00:21:13 INFO : anaconda called with cmdline = ['/usr/bin/anaconda', '-m', 'cdrom:///dev/sr0:/mnt/source', '--graphical', '--selinux'] 00:21:13 INFO : Display mode = g 00:21:13 INFO : Method = cdrom:///mnt/source 00:21:28 INFO : Started mini-wm 00:21:30 INFO : Starting graphical installation... 00:21:30 INFO : Detected 768M of memory 00:21:30 INFO : Swap attempt of 768M to 1536M 00:21:30 WARNING : step installtype does not exist 00:21:30 WARNING : step confirminstall does not exist 00:21:30 WARNING : step complete does not exist 00:21:45 INFO : moving (1) to step welcome 00:21:52 INFO : moving (1) to step betanag 00:21:55 INFO : moving (1) to step language 00:22:00 INFO : moving (1) to step keyboard 00:22:07 INFO : moving (1) to step findrootparts 00:22:07 DEBUG : starting mpaths 00:22:07 DEBUG : self.driveList(): [u'sda'] 00:22:07 DEBUG : DiskSet.skippedDisks: [] 00:22:07 DEBUG : DiskSet.skippedDisks: [] 00:22:07 DEBUG : starting all mpaths on drives [u'sda'] 00:22:07 DEBUG : scanning for multipath on drives [u'sda'] 00:22:07 DEBUG : loading bdevid modules from: '/tmp/updates/bdevid/:/mnt/source/RHupdates/bdevid/:/lib/bdevid/:/usr/lib/bdevid/' 00:22:07 DEBUG : mpaths: [] 00:22:07 DEBUG : done starting mpaths. Drivelist: [u'sda'] 00:22:07 DEBUG : starting dmraids 00:22:07 DEBUG : self.driveList(): [u'sda'] 00:22:07 DEBUG : DiskSet.skippedDisks: [] 00:22:07 DEBUG : DiskSet.skippedDisks: [] 00:22:07 DEBUG : starting all dmraids on drives [u'sda'] 00:22:07 DEBUG : scanning for dmraid on drives [u'sda'] 00:22:07 DEBUG : done starting dmraids. Drivelist: [u'sda'] 00:22:12 INFO : Reinitializing label for drive sda 00:22:13 DEBUG : adding drive sda to disk list 00:22:14 WARNING : step complete does not exist 00:22:14 INFO : moving (1) to step networkdevicecheck 00:22:15 INFO : moving (1) to step network 00:22:34 INFO : moving (1) to step timezone 00:22:51 INFO : moving (1) to step accounts 00:23:00 INFO : moving (1) to step partitionobjinit 00:23:00 INFO : no initiator set 00:23:00 INFO : no /tmp/fcpconfig; not configuring zfcp 00:23:00 DEBUG : adding drive sda to disk list 00:23:04 INFO : moving (1) to step parttype 00:23:08 WARNING : step complete does not exist 00:23:08 INFO : moving (1) to step autopartitionexecute 00:23:09 DEBUG : adding drive sda to disk list 00:23:09 DEBUG : used space is 1792 00:23:09 DEBUG : actual space is 7936 00:23:09 DEBUG : used space is 5280 00:23:09 DEBUG : actual space is 7936 00:23:09 DEBUG : used space is 6048 00:23:09 DEBUG : actual space is 7936 00:23:09 DEBUG : used space is 7936 00:23:09 DEBUG : actual space is 7936 00:23:09 DEBUG : used space is 7936 00:23:09 DEBUG : actual space is 7936 00:23:09 DEBUG : used space is 7936 00:23:09 DEBUG : actual space is 7936 00:23:09 INFO : moving (1) to step partitiondone 00:23:11 INFO : moving (1) to step migratefilesystems 00:23:11 INFO : moving (1) to step enablefilesystems 00:23:12 INFO : disk.commit() for /dev/sda 00:23:13 DEBUG : adding drive sda to disk list 00:24:50 CRITICAL: anaconda 11.4.0.73 exception report Traceback (most recent call first): File "/usr/lib/anaconda/lvm.py", line 329, in pvcreate raise PVCreateError(node) File "/usr/lib/anaconda/fsset.py", line 2510, in setupDevice lvm.pvcreate(node) File "/usr/lib/anaconda/fsset.py", line 1832, in createLogicalVolumes entry.device.setupDevice(chroot) File "/usr/lib/anaconda/packages.py", line 193, in turnOnFilesystems anaconda.id.fsset.createLogicalVolumes(anaconda.rootPath) File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1259, in nextClicked self.anaconda.dispatch.gotoNext() PVCreateError: pvcreate of pv "/dev/sda2" failed Log: Running... ['lvm', 'pvcreate', '-ff', '-y', '-v', '/dev/sda2'] cache Device /dev/sda2 not found (or ignored by filtering). 00:25:16 DEBUG : adding drive sda to disk list
-- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list