Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149025 Details for
Bug 230589
Anaconda crashes on installation of Xen VM over HTTP
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Attached the anaconda dump
anacdump.txt (text/plain), 33.46 KB, created by
Ubaidul Khan
on 2007-03-01 17:28:33 UTC
(
hide
)
Description:
Attached the anaconda dump
Filename:
MIME Type:
Creator:
Ubaidul Khan
Created:
2007-03-01 17:28:33 UTC
Size:
33.46 KB
patch
obsolete
>Traceback (most recent call last): > File "/usr/bin/anaconda", line 942, in ? > anaconda.intf.run(anaconda) > File "/usr/lib/anaconda/text.py", line 540, in run > anaconda.dispatch.gotoNext() > File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext > self.moveStep() > File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep > rc = stepFunc(self.anaconda) > File "/usr/lib/anaconda/backend.py", line 154, in doPostSelection > return anaconda.backend.doPostSelection(anaconda) > File "/usr/lib/anaconda/yuminstall.py", line 874, in doPostSelection > self.selectBestKernel() > File "/usr/lib/anaconda/yuminstall.py", line 807, in selectBestKernel > self.ayum.install(po = kxen) > File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 1708, in install > raise Errors.InstallError, 'Nothing specified to install' >InstallError: Nothing specified to install > >Local variables in innermost frame: >po: None >self: <yuminstall.AnacondaYum object at 0x2aaab4543e10> >pkgs: [] >kwargs: {} > > >Anaconda instance, containing members: >rootPath: /mnt/sysimage >rescue_mount: True >intf: InstallInterface instance, containing members: > intf.screen: SnackScreen instance, containing members: > intf.screen.width: 80 > intf.screen.helpCb: <bound method InstallInterface.helpWindow of <text.InstallInterface instance at 0x2aaab20fa710>> > intf.screen.height: 24 > intf.instLanguage: Language instance, containing members: > intf.instLanguage.targetLang: None > intf.instLanguage.default: en_US.UTF-8 > intf.instLanguage.displayMode: t > intf.instLanguage.current: en_US.UTF-8 > intf.welcomeText: Welcome to Red Hat Enterprise Linux Server > intf.showingHelpOnHelp: 0 >rescue: False >methodstr: http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os >dispatch: Dispatcher instance, containing members: > dispatch.skipSteps: {'upgradecontinue': 1, 'zfcpconfig': 2, 'findinstall': 1, 'language': 2, 'upgradeswapsuggestion': 1, 'confirmupgrade': 1, 'upgrademount': 1, 'writexconfig': 2, 'autopartitionexecute': 1, 'keyboard': 2, 'upgbootloader': 1, 'upgrademigfind': 1, 'addswap': 1, 'upgrademigratefs': 1, 'regkey': 2} > dispatch.method: UrlInstallMethod instance, containing members: > dispatch.method.splitmethod: False > dispatch.method.intf: Already dumped > dispatch.method.tree: None > dispatch.method.rootPath: /mnt/sysimage > dispatch.method.baseUrl: http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os > dispatch.method.currentMedia: [] > dispatch.step: 31 > dispatch.anaconda: Already dumped > dispatch.firstStep: 0 > dispatch.dir: 1 >method: Already dumped >isKickstart: False >id: InstallData instance, containing members: > id.dbpath: None > id.firewall: Firewall instance, containing members: > id.firewall.portlist: [22:tcp] > id.firewall.trustdevs: [] > id.firewall.enabled: 1 > id.rootParts: [] > id.upgradeDeps: > id.upgradeRoot: [] > id.xsetup: None > id.keyboard: Keyboard instance, containing members: > id.keyboard.info: {'KEYBOARDTYPE': pc, 'KEYTABLE': us} > id.keyboard.type: PC > id.keyboard.beenset: 0 > id.keyboard._mods: KeyboardModels instance, containing members: > id.timezone: Timezone instance, containing members: > id.timezone.utc: True > id.timezone.utcOffset: 0 > id.timezone.arc: 0 > id.timezone.tz: America/New_York > id.timezone.dst: 0 > id.mouse: FULLNAME="No - mouse" >MOUSETYPE="none" >XEMU3="no" >XMOUSETYPE="none" > > id.zfcp: ZFCP instance, containing members: > id.zfcp.description: zSeries machines can access industry-standard SCSI devices via Fibre Channel (FCP). You need to provide 5 parameters for each device: a 16 bit device number, a 16bit SCSI ID, a 64 bit World Wide Port Name (WWPN), a 16bit SCSI LUN and a 64 bit FCP LUN. > id.zfcp.fcpdevices: [] > id.zfcp.options: [('Device number', 1, 'You have not specified a device number or the number is invalid', <bound method ZFCP.sanitizeDeviceInput of <zfcp.ZFCP instance at 0x2aaab4599ab8>>, <bound method ZFCP.checkValidDevice of <zfcp.ZFCP instance at 0x2aaab4599ab8>>), ('SCSI Id', 0, 'You have not specified a SCSI ID or the ID is invalid.', <bound method ZFCP.sanitizeHexInput of <zfcp.ZFCP instance at 0x2aaab4599ab8>>, <bound method ZFCP.checkValidID of <zfcp.ZFCP instance at 0x2aaab4599ab8>>), ('WWPN', 1, 'You have not specified a worldwide port name or the name is invalid.', <bound method ZFCP.sanitizeHexInput of <zfcp.ZFCP instance at 0x2aaab4599ab8>>, <bound method ZFCP.checkValid64BitHex of <zfcp.ZFCP instance at 0x2aaab4599ab8>>), ('SCSI LUN', 0, 'You have not specified a SCSI LUN or the number is invalid.', <bound method ZFCP.sanitizeHexInput of <zfcp.ZFCP instance at 0x2aaab4599ab8>>, <bound method ZFCP.checkValidID of <zfcp.ZFCP instance at 0x2aaab4599ab8>>), ('FCP LUN', 1, 'You have not specified a FCP LUN or the number is invalid.', <bound method ZFCP.sanitizeFCPLInput of <zfcp.ZFCP instance at 0x2aaab4599ab8>>, <bound method ZFCP.checkValid64BitHex of <zfcp.ZFCP instance at 0x2aaab4599ab8>>)] > id.upgrade: None > id.monitor: monName: None >monID: Unprobed Monitor >monHoriz: None >monVert: None >physicalWidth: 0 >physicalHeight: 0 > > id.iscsi: iscsi instance, containing members: > id.iscsi.initiator: > id.iscsi.targets: [] > id.iscsi.iscsidStarted: False > id.methodstr: http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os > id.fsset: FileSystemSet instance, containing members: > id.fsset.messageWindow: <bound method InstallInterface.messageWindow of <text.InstallInterface instance at 0x2aaab20fa710>> > id.fsset.volumesCreated: 0 > id.fsset.progressWindow: <bound method InstallInterface.progressWindow of <text.InstallInterface instance at 0x2aaab20fa710>> > id.fsset.migratedfs: 0 > id.fsset.waitWindow: <bound method InstallInterface.waitWindow of <text.InstallInterface instance at 0x2aaab20fa710>> > id.fsset.entries: [fsentry -- device: xvda3 mountpoint: / > fsystem: ext3 format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: xvda1 mountpoint: /boot > fsystem: ext3 format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: devpts mountpoint: /dev/pts > fsystem: devpts format: 0 > ismounted: 0 options: 'gid=5,mode=620' > bytesPerInode: 4096 label: None > >, fsentry -- device: shm mountpoint: /dev/shm > fsystem: tmpfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: proc mountpoint: /proc > fsystem: proc format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: sys mountpoint: /sys > fsystem: sysfs format: 0 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >, fsentry -- device: xvda2 mountpoint: swap > fsystem: swap format: 1 > ismounted: 0 options: 'defaults' > bytesPerInode: 4096 label: None > >] > id.fsset.mountcount: 0 > id.desktop: Desktop instance, containing members: > id.desktop.info: {} > id.desktop.runlevel: 3 > id.x_already_set: 0 > id.upgradeRemove: [] > id.backend: YumBackend instance, containing members: > id.backend.prevmedia: None > id.backend.modeText: > id.backend.instPath: /mnt/sysimage > id.backend.instLog: None > id.backend.method: Already dumped > id.firstboot: 0 > id.diskset: DiskSet instance, containing members: > id.diskset.disks: {'xvda': <PedDisk object at 0x2aaab4437af0>} > id.diskset.onlyPrimary: None > id.upgradeInfoFound: None > id.users: None > id.displayMode: t > id.excludeDocs: 0 > id.auth: --enableshadow --enablemd5 > id.dependencies: [] > id.ksdata: None > id.bootloader: x86BootloaderInfo instance, containing members: > id.bootloader.doUpgradeOnly: 0 > id.bootloader.above1024: 1 > id.bootloader.defaultDevice: mbr > id.bootloader.pure: None > id.bootloader.args: KernelArguments instance, containing members: > id.bootloader.args.args: > id.bootloader.kernelLocation: /boot/ > id.bootloader.device: xvda > id.bootloader.configfile: /etc/lilo.conf > id.bootloader.kickstart: 0 > id.bootloader.serialOptions: None > id.bootloader.useGrubVal: 1 > id.bootloader.serialDevice: None > id.bootloader.images: BootImages instance, containing members: > id.bootloader.images.default: xvda3 > id.bootloader.images.images: {'xvda3': ('ReRHEL5B2 db1-vm', 'ReRHEL5B2 db1-vm', 'ext3')} > id.bootloader.drivelist: [xvda] > id.bootloader.serial: 0 > id.bootloader.password: None > id.bootloader.forceLBA32: False > id.extraModules: [] > id.network: Network instance, containing members: > id.network.hostname: saleen-httpd1 > id.network.overrideDHCPhostname: 1 > id.network.netdevices: {'eth0': DEVICE=eth0 >BOOTPROTO=static >BROADCAST=129.174.1.255 >IPADDR=129.174.1.44 >NETMASK=255.255.255.0 >NETWORK=129.174.1.0 >ONBOOT=yes > >} > id.network.primaryNS: 129.174.1.3 > id.network.firstnetdevice: eth0 > id.network.ternaryNS: > id.network.isConfigured: 1 > id.network.domains: [] > id.network.secondaryNS: 129.174.97.3 > id.network.gateway: 129.174.1.1 > id.instClass: InstallClass instance, containing members: > id.instClass.repopaths: {'base': Server} > id.instClass.regkey: 791-4798-01 > id.floppyDevice: fd0 > id.partitions: Partitions instance, containing members: > id.partitions.useFdisk: 0 > id.partitions.useAutopartitioning: 1 > id.partitions.autoClearPartType: 0 > id.partitions.nextUniqueID: 6 > id.partitions.reinitializeDisks: 0 > id.partitions.autoClearPartDrives: [] > id.partitions.zeroMbr: 0 > id.partitions.isKickstart: 0 > id.partitions.requests: [NewPartitionSpec instance, containing members: > currentDrive: xvda > badblocks: 0 > format: 1 > migrate: None > origfstype: None > primary: 1 > fsopts: None > preexist: 0 > fslabel: None > uniqueID: 3 > device: xvda1 > mountpoint: /boot > requestSize: 100 > grow: None > size: 100 > end: None > bytesPerInode: 4096 > drive: None > dev: PartitionDevice instance, containing members: > dev.device: xvda1 > dev.isSetup: 0 > dev.doLabel: 1 > dev.deviceOptions: > dev.label: None > maxSizeMB: None > start: None > protected: 0 > multidrive: None > ignoreBootConstraints: 0 > type: 2 > fstype: ext3FileSystem instance, containing members: > fstype.partedPartitionFlags: [] > fstype.checked: 1 > fstype.name: ext3 > fstype.migratetofs: None > fstype.deviceArguments: {} > fstype.linuxnativefs: 1 > fstype.maxSizeMB: 8388608 > fstype.supported: -1 > fstype.defaultOptions: defaults > fstype.packages: [e2fsprogs] > fstype.extraFormatArgs: [-j] > fstype.formattable: 1 > fstype.partedFileSystemType: <PedFileSystemType object at 0x86dff0> > fstype.maxLabelChars: 16 >, PreexistingPartitionSpec instance, containing members: > currentDrive: None > migrate: None > origfstype: None > primary: None > dev: None > uniqueID: 2 > mountpoint: None > requestSize: 15360.0 > size: 15360.0 > end: 31457279 > grow: 0 > start: 0 > ignoreBootConstraints: 0 > type: 1 > badblocks: None > format: None > fsopts: None > fstype: None > preexist: 1 > device: xvda-1 > maxSizeMB: None > bytesPerInode: 4096 > drive: xvda > fslabel: None > protected: 0 > multidrive: None >, NewPartitionSpec instance, containing members: > currentDrive: xvda > badblocks: 0 > format: 1 > migrate: None > origfstype: None > primary: 1 > fsopts: None > preexist: 0 > fslabel: None > uniqueID: 4 > device: xvda2 > mountpoint: None > requestSize: 4000 > grow: None > size: 4000 > end: None > bytesPerInode: 4096 > drive: None > dev: PartitionDevice instance, containing members: > dev.device: xvda2 > dev.isSetup: 0 > dev.doLabel: 1 > dev.deviceOptions: > dev.label: None > maxSizeMB: None > start: None > protected: 0 > multidrive: None > ignoreBootConstraints: 0 > type: 2 > fstype: swapFileSystem instance, containing members: > fstype.partedPartitionFlags: [] > fstype.checked: 0 > fstype.name: swap > fstype.migratetofs: None > fstype.deviceArguments: {} > fstype.linuxnativefs: 1 > fstype.maxSizeMB: 8388608 > fstype.supported: 1 > fstype.defaultOptions: defaults > fstype.packages: [] > fstype.extraFormatArgs: [] > fstype.formattable: 1 > fstype.partedFileSystemType: <PedFileSystemType object at 0x81bd00> > fstype.maxLabelChars: 15 >, NewPartitionSpec instance, containing members: > currentDrive: xvda > badblocks: 0 > format: 1 > migrate: None > origfstype: None > primary: 1 > fsopts: None > preexist: 0 > fslabel: None > uniqueID: 5 > device: xvda3 > mountpoint: / > requestSize: 11256.4819336 > grow: 1 > size: 1 > end: None > bytesPerInode: 4096 > drive: None > dev: PartitionDevice instance, containing members: > dev.device: xvda3 > dev.isSetup: 0 > dev.doLabel: 1 > dev.deviceOptions: > dev.label: None > maxSizeMB: None > start: None > protected: 0 > multidrive: None > ignoreBootConstraints: 0 > type: 2 > fstype: Already dumped >] > id.partitions.autoPartitionRequests: [New Part Request -- mountpoint: None uniqueID: None > type: physical volume (LVM) format: 1 badblocks: None > device: None drive: None primary: None > size: 0 grow: 1 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, VG Request -- name: lvm uniqueID: None > format: 1 pesize: 32768 > physvols: [] >, LV Request -- mountpoint: / uniqueID: None > type: ext3 format: 1 badblocks: None > size: 1024 lvname: LogVol00 volgroup: lvm > bytesPerInode: 4096 options: 'None' >, New Part Request -- mountpoint: /boot uniqueID: None > type: ext3 format: 1 badblocks: None > device: None drive: None primary: None > size: 100 grow: 0 maxsize: None > start: None end: None migrate: None fslabel: None origfstype: None > bytesPerInode: 4096 options: 'None' >, LV Request -- mountpoint: None uniqueID: None > type: swap format: 1 badblocks: None > size: 1000 lvname: LogVol01 volgroup: lvm > bytesPerInode: 4096 options: 'None' >] > id.partitions.deletes: [] > id.isHeadless: 1 > id.videocard: primary: None >vidCards: [] > > id.instLanguage: Already dumped > id.security: Security instance, containing members: > id.security.selinux: 1 > id.upgradeSwapInfo: None >dir: 1 >backend: Already dumped > > >/tmp/syslog: ><4>Bootdata ok (command line is method=http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os ) ><5>Linux version 2.6.17-1.2519.4.21.el5xen (brewbuilder@hs20-bc2-4.build.redhat.com) (gcc version 4.1.1 20060828 (Red Hat 4.1.1-20)) #1 SMP Wed Aug 30 18:35:38 EDT 2006 ><6>BIOS-provided physical RAM map: ><4> Xen: 0000000000000000 - 00000000fa800000 (usable) ><7>On node 0 totalpages: 1026048 ><7> DMA zone: 1026048 pages, LIFO batch:31 ><6>No mptable found. ><4>Built 1 zonelists. Total pages: 1026048 ><5>Kernel command line: method=http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os ><4>Initializing CPU#0 ><4>PID hash table entries: 4096 (order: 12, 32768 bytes) ><6>Xen reported: 2592.608 MHz processor. ><4>Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) ><4>Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) ><6>Software IO TLB disabled ><4>Memory: 4004856k/4104192k available (2339k kernel code, 90464k reserved, 1337k data, 168k init) ><4>Calibrating delay using timer specific routine.. 6483.59 BogoMIPS (lpj=12967191) ><6>Security Framework v1.0.0 initialized ><6>SELinux: Initializing. ><6>SELinux: Starting in permissive mode ><6>selinux_register_security: Registering secondary module capability ><6>Capability LSM initialized as secondary ><4>Mount-cache hash table entries: 256 ><6>CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) ><6>CPU: L2 Cache: 1024K (64 bytes/line) ><6>CPU: Physical Processor ID: 1 ><6>CPU: Processor Core ID: 0 ><6>(SMP-)alternatives turned off ><6>Brought up 1 CPUs ><7>sizeof(vma)=168 bytes ><7>sizeof(page)=56 bytes ><7>sizeof(inode)=768 bytes ><7>sizeof(dentry)=232 bytes ><7>sizeof(ext3inode)=1040 bytes ><7>sizeof(buffer_head)=96 bytes ><7>sizeof(skbuff)=240 bytes ><6>checking if image is initramfs... it is ><4>Grant table initialized ><6>NET: Registered protocol family 16 ><6>Brought up 1 CPUs ><6>PCI: setting up Xen PCI frontend stub ><6>ACPI: Interpreter disabled. ><6>Linux Plug and Play Support v0.97 (c) Adam Belay ><6>pnp: PnP ACPI: disabled ><6>xen_mem: Initialising balloon driver. ><6>usbcore: registered new driver usbfs ><6>usbcore: registered new driver hub ><4>PCI: System does not support PCI ><4>PCI: System does not support PCI ><6>NetLabel: Initializing ><6>NetLabel: domain hash size = 128 ><6>NetLabel: protocols = UNLABELED CIPSOv4 ><6>NetLabel: unlabeled traffic allowed by default ><6>NET: Registered protocol family 2 ><4>IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) ><4>TCP established hash table entries: 131072 (order: 10, 4194304 bytes) ><4>TCP bind hash table entries: 65536 (order: 9, 2097152 bytes) ><6>TCP: Hash tables configured (established 131072 bind 65536) ><6>TCP reno registered ><6>IA-32 Microcode Update Driver: v1.14-xen <tigran@veritas.com> ><6>audit: initializing netlink socket (disabled) ><5>audit(1172763626.502:1): initialized ><5>VFS: Disk quotas dquot_6.5.1 ><4>Dquot-cache hash table entries: 512 (order 0, 4096 bytes) ><6>SELinux: Registering netfilter hooks ><6>Initializing Cryptographic API ><4>ksign: Installing public key data ><4>Loading keyring ><4>- Added public key 23FB6169D398F5B3 ><4>- User ID: Red Hat, Inc. (Kernel Module GPG key) ><6>io scheduler noop registered ><6>io scheduler anticipatory registered ><6>io scheduler deadline registered ><6>io scheduler cfq registered (default) ><3>rtc: IRQ 8 is not free. ><6>Non-volatile memory driver v1.2 ><6>Linux agpgart interface v0.101 (c) Dave Jones ><4>RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize ><4>Xen virtual console successfully installed as tty1 ><4>Event-channel device installed. ><6>Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ><6>ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx ><7>Probing IDE interface ide0... ><7>Probing IDE interface ide1... ><7>Probing IDE interface ide2... ><7>Probing IDE interface ide3... ><7>Probing IDE interface ide4... ><7>Probing IDE interface ide5... ><4>ide-floppy driver 0.99.newide ><6>usbcore: registered new driver libusual ><6>usbcore: registered new driver hiddev ><6>usbcore: registered new driver usbhid ><6>drivers/usb/input/hid-core.c: v2.6:USB HID core driver ><6>PNP: No PS/2 controller found. Probing ports directly. ><3>i8042.c: No controller found. ><6>mice: PS/2 mouse device common for all mice ><6>md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 ><6>md: bitmap version 4.39 ><6>TCP bic registered ><6>Initializing IPsec netlink socket ><6>NET: Registered protocol family 1 ><6>NET: Registered protocol family 17 ><6>powernow-k8: Found 1 Dual Core AMD Opteron(tm) Processor 285 processors (version 2.10.00) ><3>powernow-k8: BIOS error - no PSB or ACPI _PSS objects ><6>XENBUS: Device with no driver: device/vbd/51712 ><6>XENBUS: Device with no driver: device/vif/0 ><5>FS-Cache: Loaded ><4>FS-Cache: netfs 'nfs' registered for caching ><6>loop: loaded (max 8 devices) ><6>input: PC Speaker as /class/input/input0 ><6>squashfs: version 3.0 (2006/03/15) Phillip Lougher ><6>NET: Registered protocol family 10 ><6>lo: Disabled Privacy Extensions ><6>IPv6 over IPv4 tunneling driver ><5>SCSI subsystem initialized ><6>Loading iSCSI transport class v1.1-645.<5>iscsi: registered transport (tcp) ><6>netfront: Initialising virtual ethernet driver. ><4>Registering block device major 202 ><6> xvda: unknown partition table ><7>eth0: no IPv6 routers present ><4>Unable to identify CD-ROM format. ><4>VFS: Can't find an ext2 filesystem on dev loop0. ><6>security: 3 users, 6 roles, 1423 types, 144 bools, 1 sens, 256 cats ><6>security: 58 classes, 41023 rules ><6>SELinux: Completing initialization. ><6>SELinux: Setting up existing superblocks. ><6>SELinux: initialized (dev loop0, type squashfs), not configured for labeling ><6>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><6>SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts ><6>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><6>SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts ><6>SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts ><6>SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs ><6>SELinux: initialized (dev devpts, type devpts), uses transition SIDs ><6>SELinux: initialized (dev eventpollfs, type eventpollfs), uses task SIDs ><6>SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts ><6>SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs ><6>SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts ><6>SELinux: initialized (dev pipefs, type pipefs), uses task SIDs ><6>SELinux: initialized (dev sockfs, type sockfs), uses task SIDs ><6>SELinux: initialized (dev cpuset, type cpuset), not configured for labeling ><6>SELinux: initialized (dev proc, type proc), uses genfs_contexts ><6>SELinux: initialized (dev bdev, type bdev), uses genfs_contexts ><6>SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts ><6>SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts ><5>audit(1172765232.440:2): policy loaded auid=4294967295 ><6>md: raid0 personality registered for level 0 ><6>md: raid1 personality registered for level 1 ><6>raid5: automatically using best checksumming function: generic_sse ><4> generic_sse: 16081.000 MB/sec ><4>raid5: using function: generic_sse (16081.000 MB/sec) ><4>raid6: int64x1 2575 MB/s ><4>raid6: int64x2 3134 MB/s ><4>raid6: int64x4 2419 MB/s ><4>raid6: int64x8 2488 MB/s ><4>raid6: sse2x1 2950 MB/s ><4>raid6: sse2x2 4149 MB/s ><4>raid6: sse2x4 4584 MB/s ><4>raid6: using algorithm sse2x4 (4584 MB/s) ><6>md: raid6 personality registered for level 6 ><6>md: raid5 personality registered for level 5 ><6>md: raid4 personality registered for level 4 ><4>GFS2 (built Aug 30 2006 18:37:35) installed ><6>Lock_Nolock (built Aug 30 2006 18:37:52) installed ><6>device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com ><6>device-mapper: multipath: version 1.0.4 loaded ><6>device-mapper: multipath round-robin: version 1.0.0 loaded ><6>device-mapper: multipath emc: version 0.0.3 loaded > > >/tmp/anaconda.log: >15:40:30 INFO : 4096000 kB are available >15:40:30 INFO : modules to insert cramfs fat vfat sunrpc lockd fscache nfs_acl nfs loop isofs floppy edd pcspkr squashfs >15:40:30 INFO : loaded cramfs from /modules/modules.cgz >15:40:30 INFO : loaded fat from /modules/modules.cgz >15:40:30 INFO : loaded vfat from /modules/modules.cgz >15:40:30 INFO : loaded sunrpc from /modules/modules.cgz >15:40:30 INFO : loaded lockd from /modules/modules.cgz >15:40:30 INFO : loaded fscache from /modules/modules.cgz >15:40:30 INFO : loaded nfs_acl from /modules/modules.cgz >15:40:30 INFO : loaded nfs from /modules/modules.cgz >15:40:30 INFO : loaded loop from /modules/modules.cgz >15:40:30 INFO : loaded pcspkr from /modules/modules.cgz >15:40:30 INFO : loaded squashfs from /modules/modules.cgz >15:40:30 DEBUG : module(s) isofs floppy edd not found >15:40:30 INFO : inserted /tmp/cramfs.ko >15:40:30 INFO : inserted /tmp/fat.ko >15:40:30 INFO : inserted /tmp/vfat.ko >15:40:30 INFO : inserted /tmp/sunrpc.ko >15:40:30 INFO : inserted /tmp/lockd.ko >15:40:30 INFO : inserted /tmp/fscache.ko >15:40:30 INFO : inserted /tmp/nfs_acl.ko >15:40:30 INFO : inserted /tmp/nfs.ko >15:40:30 INFO : inserted /tmp/loop.ko >15:40:30 INFO : inserted /tmp/pcspkr.ko >15:40:30 INFO : inserted /tmp/squashfs.ko >15:40:30 INFO : load module set done >15:40:30 INFO : modules to insert ipv6 >15:40:30 INFO : loaded ipv6 from /modules/modules.cgz >15:40:30 INFO : inserted /tmp/ipv6.ko >15:40:30 INFO : load module set done >15:40:30 INFO : modules to insert cdrom ide-cd >15:40:30 INFO : loaded cdrom from /modules/modules.cgz >15:40:30 INFO : loaded ide-cd from /modules/modules.cgz >15:40:30 INFO : inserted /tmp/cdrom.ko >15:40:30 INFO : inserted /tmp/ide-cd.ko >15:40:30 INFO : load module set done >15:40:30 INFO : modules to insert scsi_mod sd_mod sr_mod >15:40:30 INFO : loaded scsi_mod from /modules/modules.cgz >15:40:30 INFO : loaded sd_mod from /modules/modules.cgz >15:40:30 INFO : loaded sr_mod from /modules/modules.cgz >15:40:30 INFO : inserted /tmp/scsi_mod.ko >15:40:30 INFO : inserted /tmp/sd_mod.ko >15:40:30 INFO : inserted /tmp/sr_mod.ko >15:40:30 INFO : load module set done >15:40:30 INFO : modules to insert scsi_transport_iscsi libiscsi iscsi_tcp >15:40:30 INFO : loaded scsi_transport_iscsi from /modules/modules.cgz >15:40:30 INFO : loaded libiscsi from /modules/modules.cgz >15:40:30 INFO : loaded iscsi_tcp from /modules/modules.cgz >15:40:30 INFO : inserted /tmp/scsi_transport_iscsi.ko >15:40:30 INFO : inserted /tmp/libiscsi.ko >15:40:30 INFO : inserted /tmp/iscsi_tcp.ko >15:40:30 INFO : load module set done >15:40:30 INFO : looking for usb controllers >15:40:30 DEBUG : no usb controller found >15:40:30 INFO : no firewire controller found >15:40:30 DEBUG : no pcic controller found >15:40:30 DEBUG : probing buses >15:40:30 DEBUG : finished bus probing >15:40:30 INFO : modules to insert xennet xenblk >15:40:30 INFO : loaded xennet from /modules/modules.cgz >15:40:30 INFO : loaded xenblk from /modules/modules.cgz >15:40:30 INFO : inserted /tmp/xennet.ko >15:40:31 INFO : inserted /tmp/xenblk.ko >15:40:31 INFO : load module set done >15:43:30 DEBUG : going to set language to en_US.UTF-8 >15:43:30 INFO : setting language to en_US.UTF-8 >15:43:30 INFO : 53 keymaps are available >15:48:08 INFO : need to set up networking >15:48:08 INFO : going to pick interface >15:48:08 INFO : only have one network device: eth0 >15:48:08 INFO : going to do getNetConfig >15:48:08 INFO : eth0 is not a wireless adapter >15:48:26 DEBUG : device = eth0 >15:48:26 DEBUG : ipv4 = 129.174.1.44 >15:48:26 DEBUG : broadcast = 129.174.1.255 >15:48:26 DEBUG : netmask = 255.255.255.0 >15:48:26 DEBUG : network = 129.174.1.0 >15:48:26 DEBUG : gateway = 129.174.1.1 >15:48:26 DEBUG : waiting for link eth0... >15:48:26 DEBUG : 0 seconds. >15:48:26 WARNING : reverse name lookup failed >15:48:26 INFO : starting to STEP_URL >15:48:26 INFO : URL_STAGE_MAIN - url is http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os >15:48:26 DEBUG : url address yummy.gmu.edu >15:48:26 DEBUG : url prefix /repo/redhat/linux/es/5.0/beta/os >15:48:26 ERROR : got to setupCdrom without a CD device >15:48:26 INFO : transferring http://yummy.gmu.edu//repo/redhat/linux/es/5.0/beta/os/images/updates.img to a fd >15:48:26 INFO : transferring http://yummy.gmu.edu//repo/redhat/linux/es/5.0/beta/os/disc1/images/updates.img to a fd >15:48:26 INFO : transferring http://yummy.gmu.edu//repo/redhat/linux/es/5.0/beta/os/images/product.img to a fd >15:48:26 INFO : transferring http://yummy.gmu.edu//repo/redhat/linux/es/5.0/beta/os/disc1/images/product.img to a fd >15:48:26 INFO : 4096000 kB are available >15:48:26 INFO : transferring http://yummy.gmu.edu//repo/redhat/linux/es/5.0/beta/os/images/stage2.img to a fd >16:07:12 DEBUG : copied 79024128 bytes to /tmp/ramfs/stage2.img (complete) >16:07:12 INFO : mntloop loop0 on /mnt/runtime as /tmp/ramfs/stage2.img fd is 24 >16:07:12 INFO : got url http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os >16:07:12 INFO : Loading SELinux policy >16:07:12 INFO : getting ready to spawn shell now >16:07:12 INFO : modules to insert >16:07:12 INFO : load module set done >16:07:12 INFO : modules to insert >16:07:12 INFO : load module set done >16:07:12 INFO : modules to insert >16:07:12 INFO : load module set done >16:07:12 DEBUG : probing buses >16:07:12 DEBUG : finished bus probing >16:07:12 INFO : modules to insert >16:07:12 INFO : load module set done >16:07:12 INFO : modules to insert md raid0 raid1 raid5 raid6 xor raid456 msdos jbd ext3 gfs2 lock_nolock reiserfs jfs xfs dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin dm-emc >16:07:12 INFO : loaded raid0 from /modules/modules.cgz >16:07:12 INFO : loaded raid1 from /modules/modules.cgz >16:07:12 INFO : loaded xor from /modules/modules.cgz >16:07:12 INFO : loaded raid456 from /modules/modules.cgz >16:07:12 INFO : loaded msdos from /modules/modules.cgz >16:07:12 INFO : loaded jbd from /modules/modules.cgz >16:07:12 INFO : loaded ext3 from /modules/modules.cgz >16:07:12 INFO : loaded gfs2 from /modules/modules.cgz >16:07:12 INFO : loaded lock_nolock from /modules/modules.cgz >16:07:12 INFO : loaded dm-mod from /modules/modules.cgz >16:07:12 INFO : loaded dm-zero from /modules/modules.cgz >16:07:12 INFO : loaded dm-mirror from /modules/modules.cgz >16:07:12 INFO : loaded dm-snapshot from /modules/modules.cgz >16:07:12 INFO : loaded dm-multipath from /modules/modules.cgz >16:07:12 INFO : loaded dm-round-robin from /modules/modules.cgz >16:07:12 INFO : loaded dm-emc from /modules/modules.cgz >16:07:12 DEBUG : module(s) md raid5 raid6 reiserfs jfs xfs not found >16:07:12 INFO : inserted /tmp/raid0.ko >16:07:12 INFO : inserted /tmp/raid1.ko >16:07:12 INFO : inserted /tmp/xor.ko >16:07:13 INFO : inserted /tmp/raid456.ko >16:07:13 INFO : inserted /tmp/msdos.ko >16:07:13 INFO : inserted /tmp/jbd.ko >16:07:13 INFO : inserted /tmp/ext3.ko >16:07:13 INFO : inserted /tmp/gfs2.ko >16:07:13 INFO : inserted /tmp/lock_nolock.ko >16:07:13 INFO : inserted /tmp/dm-mod.ko >16:07:13 INFO : inserted /tmp/dm-zero.ko >16:07:13 INFO : inserted /tmp/dm-mirror.ko >16:07:13 INFO : inserted /tmp/dm-snapshot.ko >16:07:13 INFO : inserted /tmp/dm-multipath.ko >16:07:13 INFO : inserted /tmp/dm-round-robin.ko >16:07:13 INFO : inserted /tmp/dm-emc.ko >16:07:13 INFO : load module set done >16:07:13 INFO : looking for USB mouse... >16:07:13 INFO : Running anaconda script /usr/bin/anaconda >16:07:14 INFO : using only installclass Red Hat Enterprise Linux >16:07:14 INFO : Red Hat Enterprise Linux is only installclass, using it >16:07:14 INFO : Display mode = g >16:07:14 INFO : Method = http://yummy.gmu.edu/repo/redhat/linux/es/5.0/beta/os >16:07:14 INFO : No video hardware found, assuming headless >16:07:15 WARNING : no floppy devices found but we'll try fd0 anyway >16:07:18 WARNING : DISPLAY variable not set. Starting text mode! >16:07:25 INFO : Detected 4016M of memory >16:07:25 INFO : Swap attempt of 1000M to 2000M >16:07:25 WARNING : step installtype does not exist >16:07:25 WARNING : step complete does not exist >16:07:25 INFO : moving (1) to step welcome >16:07:27 INFO : moving (1) to step betanag >16:07:34 INFO : moving (1) to step regkey >16:08:03 INFO : moving (1) to step findrootparts >16:08:03 DEBUG : starting mpaths >16:08:03 DEBUG : self.driveList(): ['xvda'] >16:08:03 DEBUG : DiskSet.skippedDisks: [] >16:08:03 DEBUG : DiskSet.skippedDisks: [] >16:08:03 DEBUG : starting all mpaths on drives ['xvda'] >16:08:03 DEBUG : scanning for multipath on drives ['xvda'] >16:08:03 DEBUG : mpaths: [] >16:08:03 DEBUG : done starting mpaths. Drivelist: ['xvda'] >16:08:03 DEBUG : starting dmraids >16:08:03 DEBUG : self.driveList(): ['xvda'] >16:08:03 DEBUG : DiskSet.skippedDisks: [] >16:08:03 DEBUG : DiskSet.skippedDisks: [] >16:08:03 DEBUG : starting all dmraids on drives ['xvda'] >16:08:03 DEBUG : scanning for dmraid on drives ['xvda'] >16:08:03 DEBUG : done starting dmraids. Drivelist: ['xvda'] >16:08:03 WARNING : /usr/lib64/python2.4/site-packages/snack.py:250: DeprecationWarning: integer argument expected, got float > self.w = _snack.scale(width, total) > >16:08:03 WARNING : /usr/lib64/python2.4/site-packages/snack.py:247: DeprecationWarning: integer argument expected, got float > self.w.scaleSet(amount) > >16:08:04 WARNING : step complete does not exist >16:08:04 INFO : moving (1) to step partitionobjinit >16:08:04 INFO : no initiator set >16:08:09 ERROR : could not create directory //dev/mapper: File exists >16:08:09 INFO : moving (1) to step parttype >16:08:14 INFO : moving (-1) to step partitionobjinit >16:08:14 INFO : moving (-1) to step findrootparts >16:08:14 INFO : moving (-1) to step betanag >16:08:14 INFO : moving (-1) to step welcome >16:08:16 INFO : moving (1) to step betanag >16:08:35 INFO : moving (1) to step findrootparts >16:08:35 WARNING : step complete does not exist >16:08:35 INFO : moving (1) to step partitionobjinit >16:08:35 INFO : no initiator set >16:08:36 ERROR : could not create directory //dev/mapper: File exists >16:08:36 INFO : moving (1) to step parttype >16:09:17 INFO : moving (1) to step partition >16:14:01 INFO : moving (1) to step partitiondone >16:14:01 INFO : moving (1) to step bootloadersetup >16:14:01 INFO : moving (1) to step bootloader >16:14:57 INFO : moving (1) to step bootloaderadvanced >16:16:08 INFO : moving (1) to step networkdevicecheck >16:16:08 INFO : moving (1) to step network >16:18:05 INFO : moving (1) to step timezone >16:18:23 INFO : moving (1) to step accounts >16:19:22 INFO : moving (1) to step reposetup >16:19:42 INFO : no groups missing >16:19:42 INFO : moving (1) to step basepkgsel >16:19:43 INFO : moving (1) to step tasksel >16:20:14 INFO : moving (1) to step group-selection >16:25:43 INFO : moving (1) to step postselection >16:25:43 INFO : selecting kernel-xen package for kernel > > >/tmp/netinfo: >DEVICE=eth0 >ONBOOT=yes >BOOTPROTO=static >IPADDR=129.174.1.44 >NETMASK=255.255.255.0 >GATEWAY=129.174.1.1 >BROADCAST=129.174.1.255 > > >/tmp/lvmout: > No volume groups found
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 230589
: 149025