Bug 800911

Summary: Push fails for vsphere with "ImageFactoryException: Could not create spec for NIC".
Product: [Retired] CloudForms Cloud Engine Reporter: Aziza Karol <akarol>
Component: imagefactoryAssignee: Ian McLeod <imcleod>
Status: CLOSED NOTABUG QA Contact: Rehana <aeolus-qa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: akarol, brad, dajohnso, deltacloud-maint, dgao, hbrock, morazi, ssachdev, whayutin
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-26 14:25:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Aeolus-debug-800911.tar.gz none

Description Aziza Karol 2012-03-07 13:57:12 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.configure vsphere/add provider account.
2.build from UI.
3.push from UI.
  
Actual results:
push fails.

imagefactory log:
2012-03-07 08:51:13,132 DEBUG paste.httpserver.ThreadPool thread(MainThread) Message: Added task (0 tasks queued)
2012-03-07 08:51:14,459 DEBUG paste.httpserver.ThreadPool thread(MainThread) Message: Added task (0 tasks queued)
2012-03-07 08:51:21,927 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(9b422b08) Message: Exception caught in ImageFactory
2012-03-07 08:51:21,951 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(9b422b08) Message: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 245, in push_image_upload
    credentials)
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 232, in vmware_push_image_upload
    guest_id='otherLinux64Guest', imagefilename=input_image)
  File "/usr/lib/python2.6/site-packages/imgfac/VMWare.py", line 112, in import_vm
    raise ImageFactoryException('Could not create spec for NIC')
ImageFactoryException: Could not create spec for NIC

2012-03-07 08:51:21,951 DEBUG imgfac.BuildJob.BuildJob thread(9b422b08) Message: Builder (9b422b08-bde5-415b-ae7c-0e35aaeed982) changed status from PUSHING to FAILED
2012-03-07 08:51:21,951 DEBUG imgfac.BuildJob.BuildJob thread(9b422b08) Message: 9b422b08-bde5-415b-ae7c-0e35aaeed982 for vsphere about to exit None queue...
2012-03-07 08:51:21,951 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(9b422b08) Message: Exception caught in ImageFactory
2012-03-07 08:51:21,951 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(9b422b08) Message: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 203, in push_image
    self.push_image_upload(target_image_id, provider, credentials)
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 245, in push_image_upload
    credentials)
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 232, in vmware_push_image_upload
    guest_id='otherLinux64Guest', imagefilename=input_image)
  File "/usr/lib/python2.6/site-packages/imgfac/VMWare.py", line 112, in import_vm
    raise ImageFactoryException('Could not create spec for NIC')
ImageFactoryException: Could not create spec for NIC

2012-03-07 08:51:21,951 DEBUG imgfac.BuildJob.BuildJob thread(9b422b08) Message: Builder (9b422b08-bde5-415b-ae7c-0e35aaeed982) changed status from FAILED to FAILED


Expected results:
push should be successful.

Additional info:
rpm -qa | egrep 'aeolus|imagefactory'
aeolus-conductor-doc-0.8.0-41.el6.noarch
imagefactory-jeosconf-ec2-fedora-1.0.0rc8-1.el6.noarch
rubygem-imagefactory-console-0.4.0-1.el6.noarch
aeolus-conductor-daemons-0.8.0-41.el6.noarch
rubygem-aeolus-cli-0.3.0-13.el6.noarch
aeolus-all-0.8.0-41.el6.noarch
aeolus-conductor-0.8.0-41.el6.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
aeolus-configure-2.5.0-18.el6.noarch
imagefactory-1.0.0rc8-1.el6.noarch
imagefactory-jeosconf-ec2-rhel-1.0.0rc8-1.el6.noarch

Comment 1 Dave Johnson 2012-03-07 16:40:17 UTC
The QE vsphere server used here is running out of space.  I tried to reproduce but did not get the same error.  We are cleaning up the server and attempting to recreate.

Comment 2 Dave Johnson 2012-03-07 17:00:10 UTC
Here is the failure from my failed push attempt due to out of space, I can't explain Aziza's, hoping she can reproduce.

2012-03-07 11:26:51,426 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(72ac05a8) Message: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 245, in push_image_upload
    credentials)
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 232, in vmware_push_image_upload
    guest_id='otherLinux64Guest', imagefilename=input_image)
  File "/usr/lib/python2.6/site-packages/imgfac/VMWare.py", line 101, in import_vm
    'does not have sufficient free space.' % ds.summary.name)
ImageFactoryException: Datastore (datastore1) exists, but is not accessible ordoes not have sufficient free space.

Comment 3 Dave Johnson 2012-03-07 17:02:41 UTC
Subsequent pushes are succeeding for me know that the storage server has been cleaned up.

Comment 4 Aziza Karol 2012-03-08 14:00:22 UTC
This issue is still reproducible.

https://dell-pe840-01.rhts.eng.bos.redhat.com/conductor/#images/6b2f2f76-68e2-11e1-8a58-0015c5f603a0


Push fails with "ImageFactoryException: Could not create spec for NIC".

<mkoci_koca> for some reason it cannot find the nic attached to the network (it seems)...strange though.. akarol are you able to reproduce this issue only on this server or have you seen this odd behaviour on other servers ? I'd say imcloud could help us ...

Comment 5 Dave Johnson 2012-03-08 15:31:07 UTC
So I tried to build a new vsphere image twice and both times I ended up with the following stacktrace.  I tried restarting libvirtd and imagefactory but imagefactory was failing to shutdown at which point I just rebooted the box.  I will try again when its back online and see what happens.

2012-03-08 10:24:53,122 DEBUG imgfac.builders.BaseBuilder.RHEL6_vsphere_Builder thread(bd76ade0) Message: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_vsphere_Builder.py", line 115, in build_upload
    self.output_descriptor = self.guest.customize_and_generate_icicle(libvirt_xml)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 1178, in customize_and_generate_icicle
    return self._internal_customize(libvirt_xml, True)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 1143, in _internal_customize
    self._collect_setup(modified_xml)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 427, in _collect_setup
    g_handle = self._guestfs_handle_setup(libvirt_xml)
  File "/usr/lib/python2.6/site-packages/oz/Guest.py", line 886, in _guestfs_handle_setup
    g.launch()
  File "/usr/lib/python2.6/site-packages/guestfs.py", line 152, in launch
    return libguestfsmod.launch (self._o)
RuntimeError: unexpected end of file when reading from daemon.
This usually means the libguestfs appliance failed to start up.  Please
enable debugging (LIBGUESTFS_DEBUG=1) and rerun the command, then look at
the debug messages output prior to this error.
Or you can run 'libguestfs-test-tool' and post the complete output into
a bug report or message to the libguestfs mailing list.

Comment 6 Brad P. Crochet 2012-03-08 16:16:05 UTC
Possibly related: https://bugzilla.redhat.com/show_bug.cgi?id=801486

Comment 7 Dave Johnson 2012-03-08 16:36:37 UTC
So a new build and push did the same thing, seems this box is special

Comment 8 Martin Kočí 2012-03-08 16:51:14 UTC
Created attachment 568698 [details]
Aeolus-debug-800911.tar.gz

debug log from the server attached.

Comment 9 wes hayutin 2012-03-08 16:54:57 UTC
moving to on_qa until we can a consistent repro

Comment 10 Dave Johnson 2012-03-08 17:14:05 UTC
Ian asked that I add LIBGUESTFS_DEBUG=1 to the factory init script, repush, and stop factory.  Here is the output to imagefactory.log-stderr_debug


Thu Mar  8 11:05:54 2012 - starting factory process 3408
serving on 0.0.0.0:8075 view at https://127.0.0.1:8075
WARNING: No filter specified, returning first match.
WARNING: Skipping undefined property "iormConfiguration" with value "(StorageIORMInfo){
   enabled = False
   congestionThreshold = 30
 }"
Thu Mar  8 11:44:36 2012 - starting factory process 2093
serving on 0.0.0.0:8075 view at https://127.0.0.1:8075
WARNING: No filter specified, returning first match.
WARNING: Skipping undefined property "iormConfiguration" with value "(StorageIORMInfo){
   enabled = False
   congestionThreshold = 30
 }"
Traceback (most recent call last):
new guestfs handle 0x1df7e70
[00012ms] febootstrap-supermin-helper --verbose -f checksum '/usr/lib64/guestfs/supermin.d' x86_64
supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null)
supermin helper [00018ms] inputs[0] = /usr/lib64/guestfs/supermin.d
checking modpath /lib/modules/2.6.32-220.el6.x86_64 is a directory
picked vmlinuz-2.6.32-220.el6.x86_64 because modpath /lib/modules/2.6.32-220.el6.x86_64 exists
checking modpath /lib/modules/2.6.32-220.7.1.el6.x86_64 is a directory
picked vmlinuz-2.6.32-220.7.1.el6.x86_64 because modpath /lib/modules/2.6.32-220.7.1.el6.x86_64 exists
supermin helper [00143ms] finished creating kernel
supermin helper [00152ms] visiting /usr/lib64/guestfs/supermin.d
supermin helper [00227ms] visiting /usr/lib64/guestfs/supermin.d/base.img
supermin helper [00261ms] visiting /usr/lib64/guestfs/supermin.d/daemon.img
supermin helper [00291ms] visiting /usr/lib64/guestfs/supermin.d/hostfiles
supermin helper [01454ms] finished creating appliance
[01625ms] begin testing qemu features
[02242ms] finished testing qemu features
[02274ms] accept_from_daemon: 0x1df7e70 g->state = 1
/usr/libexec/qemu-kvm \
    -drive file=/dev/zero,if=virtio \
    -nodefconfig \
    -enable-kvm \
    -nodefaults \
    -nographic \
    -m 500 \
    -no-reboot \
    -device virtio-serial \
    -serial stdio \
    -chardev socket,path=/tmp/libguestfsfxok8F/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -kernel /tmp/.guestfs-0/kernel.3665 \
    -initrd /tmp/.guestfs-0/initrd.3665 \
    -append 'panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm ' \
    -drive file=/tmp/.guestfs-0/root.3665,snapshot=on,if=virtio,cache=unsafe
recv_from_daemon: 0x1df7e70 g->state = 1, size_rtn = 0x7fff75acf0dc, buf_rtn = 0x7fff75acf0a0

Google, Inc.
Serial Graphics Adapter 07/26/11
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild.redhat.com) Tue Jul 26 15:05:08 UTC 2011
Term: 80x24
4 0


SeaBIOS (version 0.6.1.2-20111101_081028-x86-007.build.bos.redhat.com)

Probing EDD (edd=off to disable)... ok


Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-220.el6.x86_64 (mockbuild.bos.redhat.com) (gcc version 4.4.5 20110214 (Red Hat 4.4.5-6) (GCC) ) #1 SMP Wed Nov 9 08:03:13 EST 2011
Command line: panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm 
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
Disabled fast string operations
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
 BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001f3fd000 (usable)
 BIOS-e820: 000000001f3fd000 - 000000001f400000 (reserved)
 BIOS-e820: 00000000fffbc000 - 0000000100000000 (reserved)
DMI 2.4 present.
SMBIOS version 2.4 @ 0xFDA50
last_pfn = 0x1f3fd max_arch_pfn = 0x400000000
PAT not supported by CPU.
init_memory_mapping: 0000000000000000-000000001f3fd000
RAMDISK: 1f1e0000 - 1f3efa00
No NUMA configuration found
Faking a node at 0000000000000000-000000001f3fd000
Bootmem setup node 0 0000000000000000-000000001f3fd000
  NODE_DATA [0000000000009000 - 000000000003cfff]
  bootmap [000000000003d000 -  0000000000040e7f] pages 4
(7 early reservations) ==> bootmem [0000000000 - 001f3fd000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 000200c7e4]    TEXT DATA BSS ==> [0001000000 - 000200c7e4]
  #3 [001f1e0000 - 001f3efa00]          RAMDISK ==> [001f1e0000 - 001f3efa00]
  #4 [000009b800 - 0000100000]    BIOS reserved ==> [000009b800 - 0000100000]
  #5 [000200d000 - 000200d059]              BRK ==> [000200d000 - 000200d059]
  #6 [0000008000 - 0000009000]          PGTABLE ==> [0000008000 - 0000009000]
found SMP MP-table at [ffff8800000fda70] fda70
kvm-clock: Using msrs 4b564d01 and 4b564d00
kvm-clock: cpu 0, msr 0:1c1df41, boot clock
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000001 -> 0x0000009b
    0: 0x00000100 -> 0x0001f3fd
SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
Intel MultiProcessor Specification v1.4
MPTABLE: OEM ID: BOCHSCPU
MPTABLE: Product ID: 0.1         
MPTABLE: APIC at: 0xFEE00000
Processor #0 (Bootup-CPU)
I/O APIC #1 Version 17 at 0xFEC00000.
Processors: 1
SMP: Allowing 1 CPUs, 0 hotplug CPUs
PM: Registered nosave memory: 000000000009b000 - 000000000009c000
PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
Allocating PCI resources starting at 1f400000 (gap: 1f400000:e0bbc000)
Booting paravirtualized kernel on KVM
NR_CPUS:4096 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
PERCPU: Embedded 30 pages/cpu @ffff880002200000 s92696 r8192 d21992 u2097152
pcpu-alloc: s92696 r8192 d21992 u2097152 alloc=1*2097152
pcpu-alloc: [0] 0 
kvm-clock: cpu 0, msr 0:2215f41, primary cpu clock
Built 1 zonelists in Node order, mobility grouping on.  Total pages: 126041
Policy zone: DMA32
Kernel command line: panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm 
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 484232k/511988k available (5084k kernel code, 408k absent, 27348k reserved, 7229k data, 1244k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:33024 nr_irqs:256
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] Detected 2666.760 MHz processor.
[    0.001999] Calibrating delay loop (skipped) preset value.. 5333.52 BogoMIPS (lpj=2666760)
[    0.002363] pid_max: default: 32768 minimum: 301
[    0.003276] Security Framework initialized
[    0.004016] SELinux:  Disabled at boot.
[    0.005037] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.006567] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.008058] Mount-cache hash table entries: 256
[    0.009321] Initializing cgroup subsys ns
[    0.010006] Initializing cgroup subsys cpuacct
[    0.010571] Initializing cgroup subsys memory
[    0.011034] Initializing cgroup subsys devices
[    0.011591] Initializing cgroup subsys freezer
[    0.012004] Initializing cgroup subsys net_cls
[    0.013006] Initializing cgroup subsys blkio
[    0.013582] Initializing cgroup subsys perf_event
[    0.014204] Disabled fast string operations
[    0.015447] mce: CPU supports 10 MCE banks
[    0.016081] alternatives: switching to unfair spinlock
[    0.021324] SMP alternatives: switching to UP code
[    0.163308] Freeing SMP alternatives: 33k freed
[    0.163938] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.164022] ftrace: allocating 20776 entries in 82 pages
[    0.167128] Setting APIC routing to flat
[    0.168019] CPU0: Intel QEMU Virtual CPU version (cpu64-rhel6) stepping 03
[    0.271081] Performance Events: Broken PMU hardware detected, using software events only.
[    0.273185] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.274021] Brought up 1 CPUs
[    0.275002] Total of 1 processors activated (5333.52 BogoMIPS).
[    0.276308] devtmpfs: initialized
[    0.280109] regulator: core version 0.5
[    0.280766] NET: Registered protocol family 16
[    0.282393] PCI: Using configuration type 1 for base access
[    0.284057] bio: create slab <bio-0> at 0
[    0.284733] ACPI: Interpreter disabled.
[    0.285046] vgaarb: loaded
[    0.286140] SCSI subsystem initialized
[    0.287149] usbcore: registered new interface driver usbfs
[    0.287915] usbcore: registered new interface driver hub
[    0.288034] usbcore: registered new device driver usb
[    0.289110] PCI: Probing PCI hardware
[    0.291434] pci 0000:00:01.3: quirk: region b000-b03f claimed by PIIX4 ACPI
[    0.292014] pci 0000:00:01.3: quirk: region b100-b10f claimed by PIIX4 SMB
[    0.295585] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.296298] NetLabel: Initializing
[    0.297002] NetLabel:  domain hash size = 128
[    0.297598] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.298017] NetLabel:  unlabeled traffic allowed by default
[    0.299057] Switching to clocksource kvm-clock
[    0.307890] pnp: PnP ACPI: disabled
[    0.308769] NET: Registered protocol family 2
[    0.309471] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.311368] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[    0.312656] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.313788] TCP: Hash tables configured (established 16384 bind 16384)
[    0.314687] TCP reno registered
[    0.315236] NET: Registered protocol family 1
[    0.315844] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.316678] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.317491] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.318384] Trying to unpack rootfs image as initramfs...
[    0.323169] Freeing initrd memory: 2110k freed
[    0.324519] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.326094] audit: initializing netlink socket (disabled)
[    0.327132] type=2000 audit(1331226221.327:1): initialized
[    0.336627] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.338469] VFS: Disk quotas dquot_6.5.2
[    0.339096] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.340089] msgmni has been set to 949
[    0.340805] alg: No test for stdrng (krng)
[    0.341424] ksign: Installing public key data
[    0.342035] Loading keyring
[    0.342434] - Added public key 4BB1E63D18B42658
[    0.343062] - User ID: Red Hat, Inc. (Kernel Module GPG key)
[    0.343838] - Added public key D4A26C9CCD09BEDA
[    0.344475] - User ID: Red Hat Enterprise Linux Driver Update Program <secalert>
[    0.345662] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.346697] io scheduler noop registered
[    0.347254] io scheduler anticipatory registered
[    0.347884] io scheduler deadline registered
[    0.348772] io scheduler cfq registered (default)
[    0.349701] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.350540] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.351475] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.353509] Non-volatile memory driver v1.3
[    0.354101] Linux agpgart interface v0.103
[    0.354710] crash memory driver: version 1.1
[    0.355316] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
�[    0.600280] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.602232] brd: module loaded
[    0.603443] loop: module loaded
[    0.603931] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    0.605083] Fixed MDIO Bus: probed
[    0.605618] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.606549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.607421] uhci_hcd: USB Universal Host Controller Interface driver
[    0.608446] PNP: No PS/2 controller found. Probing ports directly.
[    0.609908] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.610612] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.611429] mice: PS/2 mouse device common for all mice
[    0.612483] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.613992] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.614930] rtc0: alarms up to one day, 114 bytes nvram
[    0.618757] cpuidle: using governor ladder
[    0.619340] cpuidle: using governor menu
[    0.620158] usbcore: registered new interface driver hiddev
[    0.620931] usbcore: registered new interface driver usbhid
[    0.621721] usbhid: v2.6:USB HID core driver
[    0.622433] TCP cubic registered
[    0.622916] Initializing XFRM netlink socket
[    0.623530] NET: Registered protocol family 17
[    0.624253] registered taskstats version 1
[    0.625224] rtc_cmos rtc_cmos: setting system clock to 2012-03-08 17:03:40 UTC (1331226220)
[    0.626400] Initalizing network drop monitor service
[    0.627113] Freeing unused kernel memory: 1244k freed
[    0.628085] Write protecting the kernel read-only data: 10240k
[    0.629231] Freeing unused kernel memory: 1040k freed
[    0.630963] Freeing unused kernel memory: 1760k freed
/proc/uptime: No such file or directory
febootstrap: ext2 mini initrd starting up
febootstrap: mounting /sys
febootstrap: insmod ata_piix.ko
[    0.642363] scsi0 : ata_piix
[    0.643497] scsi1 : ata_piix
[    0.643953] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[    0.644903] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
febootstrap: insmod cdrom.ko
insmod: can't read 'cdrom.ko': No such file or directory
insmod: wait: File exists
febootstrap: insmod crc-ccitt.ko
febootstrap: insmod crc-itu-t.ko
febootstrap: insmod crc-t10dif.ko
febootstrap: insmod crc32c-intel.ko
insmod: error inserting 'crc32c-intel.ko': -1 No such device
insmod: wait: File exists
febootstrap: insmod crc7.ko
febootstrap: insmod libcrc32c.ko
febootstrap: insmod mbcache.ko
febootstrap: insmod scsi_transport_spi.ko
febootstrap: insmod virtio.ko
febootstrap: insmod virtio_ring.ko
febootstrap: insmod sr_mod.ko
[    0.841519] sr_mod: Unknown symbol register_cdrom
[    0.842256] sr_mod: Unknown symbol cdrom_ioctl
[    0.843190] sr_mod: Unknown symbol cdrom_media_changed
[    0.843967] sr_mod: Unknown symbol cdrom_get_last_written
[    0.844840] sr_mod: Unknown symbol cdrom_get_media_event
[    0.845723] sr_mod: Unknown symbol cdrom_release
[    0.846528] sr_mod: Unknown symbol cdrom_open
[    0.847234] sr_mod: Unknown symbol unregister_cdrom
[    0.848041] sr_mod: Unknown symbol cdrom_number_of_slots
insmod: error inserting 'sr_mod.ko': -1 Unknown symbol in module
insmod: wait: File exists
febootstrap: insmod sd_mod.ko
febootstrap: insmod ext2.ko
febootstrap: insmod sym53c8xx.ko
febootstrap: insmod virtio_pci.ko
[    0.876383] virtio-pci 0000:00:02.0: found PCI INT A -> IRQ 10
[    0.877648] virtio-pci 0000:00:03.0: found PCI INT A -> IRQ 11
[    0.878712] virtio-pci 0000:00:04.0: found PCI INT A -> IRQ 11
febootstrap: insmod virtio_net.ko
febootstrap: insmod virtio-rng.ko
febootstrap: insmod virtio_console.ko
febootstrap: insmod virtio_balloon.ko
febootstrap: insmod virtio_blk.ko
[    0.951654]  vdb: unknown partition table
febootstrap: picked /sys/block/vdb/dev as root device
febootstrap: creating /dev/root as block special 253:16
febootstrap: mounting new root on /root
[    1.050586] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
febootstrap: chroot
/proc/uptime: No such file or directory
Starting /init script ...
rm: cannot remove `/proc': Is a directory
mkdir: cannot create directory `/proc': File exists
Starting udev: [    5.285441] udev: starting version 147
/sbin/start_udev: line 291: /etc/sysconfig/network: No such file or directory
[    6.021203] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
[  OK  ]
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCADDRT: No such process
[    7.173906] device-mapper: uevent: version 1.0.3
[    7.176468] device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel
  Reading all physical volumes.  This may take a while...
  No volume groups found
  No volume groups found
/dev:
total 0
lrwxrwxrwx 1 root root          13 Mar  8 12:03 MAKEDEV -> /sbin/MAKEDEV
drwxr-xr-x 2 root root         560 Mar  8  2012 block
drwxr-xr-x 2 root root        2140 Mar  8 12:03 char
crw------- 1 root root      5,   1 Mar  8 12:03 console
lrwxrwxrwx 1 root root          11 Mar  8 12:03 core -> /proc/kcore
drwxr-xr-x 3 root root          60 Mar  8 12:03 cpu
crw-rw---- 1 root root     10,  61 Mar  8 12:03 cpu_dma_latency
crw-rw---- 1 root root     10,  62 Mar  8 12:03 crash
drwxr-xr-x 4 root root          80 Mar  8  2012 disk
lrwxrwxrwx 1 root root          13 Mar  8 12:03 fd -> /proc/self/fd
crw-rw-rw- 1 root root      1,   7 Mar  8 12:03 full
crw-rw-rw- 1 root root     10, 229 Mar  8 12:03 fuse
drwxr-xr-x 2 root root          40 Mar  8 12:03 hugepages
drwxr-xr-x 3 root root         180 Mar  8  2012 input
crw-rw---- 1 root root      1,  11 Mar  8 12:03 kmsg
brw-rw---- 1 root disk      7,   0 Mar  8  2012 loop0
brw-rw---- 1 root disk      7,   1 Mar  8  2012 loop1
brw-rw---- 1 root disk      7,   2 Mar  8  2012 loop2
brw-rw---- 1 root disk      7,   3 Mar  8  2012 loop3
brw-rw---- 1 root disk      7,   4 Mar  8  2012 loop4
brw-rw---- 1 root disk      7,   5 Mar  8  2012 loop5
brw-rw---- 1 root disk      7,   6 Mar  8  2012 loop6
brw-rw---- 1 root disk      7,   7 Mar  8  2012 loop7
crw-rw---- 1 root lp        6,   0 Mar  8 12:03 lp0
crw-rw---- 1 root lp        6,   1 Mar  8 12:03 lp1
crw-rw---- 1 root lp        6,   2 Mar  8 12:03 lp2
crw-rw---- 1 root lp        6,   3 Mar  8 12:03 lp3
drwxr-xr-x 2 root root          60 Mar  8 12:03 mapper
crw-rw---- 1 root root     10, 227 Mar  8 12:03 mcelog
crw-r----- 1 root kmem      1,   1 Mar  8 12:03 mem
drwxr-xr-x 2 root root          60 Mar  8 12:03 net
crw-rw---- 1 root root     10,  60 Mar  8 12:03 network_latency
crw-rw---- 1 root root     10,  59 Mar  8 12:03 network_throughput
crw-rw-rw- 1 root root      1,   3 Mar  8 12:03 null
crw-r----- 1 root kmem     10, 144 Mar  8 12:03 nvram
crw-rw---- 1 root root      1,  12 Mar  8 12:03 oldmem
crw-r----- 1 root kmem      1,   4 Mar  8 12:03 port
crw------- 1 root root    108,   0 Mar  8 12:03 ppp
crw-rw-rw- 1 root tty       5,   2 Mar  8 12:03 ptmx
drwxr-xr-x 2 root root          40 Mar  8 12:03 pts
brw-rw---- 1 root disk      1,   0 Mar  8  2012 ram0
brw-rw---- 1 root disk      1,   1 Mar  8  2012 ram1
brw-rw---- 1 root disk      1,  10 Mar  8  2012 ram10
brw-rw---- 1 root disk      1,  11 Mar  8  2012 ram11
brw-rw---- 1 root disk      1,  12 Mar  8  2012 ram12
brw-rw---- 1 root disk      1,  13 Mar  8  2012 ram13
brw-rw---- 1 root disk      1,  14 Mar  8  2012 ram14
brw-rw---- 1 root disk      1,  15 Mar  8  2012 ram15
brw-rw---- 1 root disk      1,   2 Mar  8  2012 ram2
brw-rw---- 1 root disk      1,   3 Mar  8  2012 ram3
brw-rw---- 1 root disk      1,   4 Mar  8  2012 ram4
brw-rw---- 1 root disk      1,   5 Mar  8  2012 ram5
brw-rw---- 1 root disk      1,   6 Mar  8  2012 ram6
brw-rw---- 1 root disk      1,   7 Mar  8  2012 ram7
brw-rw---- 1 root disk      1,   8 Mar  8  2012 ram8
brw-rw---- 1 root disk      1,   9 Mar  8  2012 ram9
crw-rw-rw- 1 root root      1,   8 Mar  8 12:03 random
drwxr-xr-x 2 root root          60 Mar  8 12:03 raw
lrwxrwxrwx 1 root root           4 Mar  8 12:03 rtc -> rtc0
crw-rw---- 1 root root    254,   0 Mar  8 12:03 rtc0
drwxr-xr-x 2 root root          40 Mar  8 12:03 shm
crw-rw---- 1 root root     10, 231 Mar  8 12:03 snapshot
lrwxrwxrwx 1 root root          15 Mar  8 12:03 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root          15 Mar  8 12:03 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root          15 Mar  8 12:03 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root tty       5,   0 Mar  8 12:03 tty
crw--w---- 1 root tty       4,   0 Mar  8  2012 tty0
crw--w---- 1 root tty       4,   1 Mar  8 12:03 tty1
crw--w---- 1 root tty       4,  10 Mar  8 12:03 tty10
crw--w---- 1 root tty       4,  11 Mar  8 12:03 tty11
crw--w---- 1 root tty       4,  12 Mar  8 12:03 tty12
crw--w---- 1 root tty       4,  13 Mar  8 12:03 tty13
crw--w---- 1 root tty       4,  14 Mar  8 12:03 tty14
crw--w---- 1 root tty       4,  15 Mar  8 12:03 tty15
crw--w---- 1 root tty       4,  16 Mar  8 12:03 tty16
crw--w---- 1 root tty       4,  17 Mar  8 12:03 tty17
crw--w---- 1 root tty       4,  18 Mar  8 12:03 tty18
crw--w---- 1 root tty       4,  19 Mar  8 12:03 tty19
crw--w---- 1 root tty       4,   2 Mar  8 12:03 tty2
crw--w---- 1 root tty       4,  20 Mar  8 12:03 tty20
crw--w---- 1 root tty       4,  21 Mar  8 12:03 tty21
crw--w---- 1 root tty       4,  22 Mar  8 12:03 tty22
crw--w---- 1 root tty       4,  23 Mar  8 12:03 tty23
crw--w---- 1 root tty       4,  24 Mar  8 12:03 tty24
crw--w---- 1 root tty       4,  25 Mar  8 12:03 tty25
crw--w---- 1 root tty       4,  26 Mar  8 12:03 tty26
crw--w---- 1 root tty       4,  27 Mar  8 12:03 tty27
crw--w---- 1 root tty       4,  28 Mar  8 12:03 tty28
crw--w---- 1 root tty       4,  29 Mar  8 12:03 tty29
crw--w---- 1 root tty       4,   3 Mar  8 12:03 tty3
crw--w---- 1 root tty       4,  30 Mar  8 12:03 tty30
crw--w---- 1 root tty       4,  31 Mar  8 12:03 tty31
crw--w---- 1 root tty       4,  32 Mar  8 12:03 tty32
crw--w---- 1 root tty       4,  33 Mar  8 12:03 tty33
crw--w---- 1 root tty       4,  34 Mar  8 12:03 tty34
crw--w---- 1 root tty       4,  35 Mar  8 12:03 tty35
crw--w---- 1 root tty       4,  36 Mar  8 12:03 tty36
crw--w---- 1 root tty       4,  37 Mar  8 12:03 tty37
crw--w---- 1 root tty       4,  38 Mar  8 12:03 tty38
crw--w---- 1 root tty       4,  39 Mar  8 12:03 tty39
crw--w---- 1 root tty       4,   4 Mar  8 12:03 tty4
crw--w---- 1 root tty       4,  40 Mar  8 12:03 tty40
crw--w---- 1 root tty       4,  41 Mar  8 12:03 tty41
crw--w---- 1 root tty       4,  42 Mar  8 12:03 tty42
crw--w---- 1 root tty       4,  43 Mar  8 12:03 tty43
crw--w---- 1 root tty       4,  44 Mar  8 12:03 tty44
crw--w---- 1 root tty       4,  45 Mar  8 12:03 tty45
crw--w---- 1 root tty       4,  46 Mar  8 12:03 tty46
crw--w---- 1 root tty       4,  47 Mar  8 12:03 tty47
crw--w---- 1 root tty       4,  48 Mar  8 12:03 tty48
crw--w---- 1 root tty       4,  49 Mar  8 12:03 tty49
crw--w---- 1 root tty       4,   5 Mar  8 12:03 tty5
crw--w---- 1 root tty       4,  50 Mar  8 12:03 tty50
crw--w---- 1 root tty       4,  51 Mar  8 12:03 tty51
crw--w---- 1 root tty       4,  52 Mar  8 12:03 tty52
crw--w---- 1 root tty       4,  53 Mar  8 12:03 tty53
crw--w---- 1 root tty       4,  54 Mar  8 12:03 tty54
crw--w---- 1 root tty       4,  55 Mar  8 12:03 tty55
crw--w---- 1 root tty       4,  56 Mar  8 12:03 tty56
crw--w---- 1 root tty       4,  57 Mar  8 12:03 tty57
crw--w---- 1 root tty       4,  58 Mar  8 12:03 tty58
crw--w---- 1 root tty       4,  59 Mar  8 12:03 tty59
crw--w---- 1 root tty       4,   6 Mar  8 12:03 tty6
crw--w---- 1 root tty       4,  60 Mar  8 12:03 tty60
crw--w---- 1 root tty       4,  61 Mar  8 12:03 tty61
crw--w---- 1 root tty       4,  62 Mar  8 12:03 tty62
crw--w---- 1 root tty       4,  63 Mar  8 12:03 tty63
crw--w---- 1 root tty       4,   7 Mar  8 12:03 tty7
crw--w---- 1 root tty       4,   8 Mar  8 12:03 tty8
crw--w---- 1 root tty       4,   9 Mar  8 12:03 tty9
crw-rw---- 1 root dialout   4,  64 Mar  8 12:03 ttyS0
crw-rw---- 1 root dialout   4,  65 Mar  8 12:03 ttyS1
crw-rw---- 1 root dialout   4,  66 Mar  8 12:03 ttyS2
crw-rw---- 1 root dialout   4,  67 Mar  8 12:03 ttyS3
crw-rw-rw- 1 root root      1,   9 Mar  8 12:03 urandom
crw-rw---- 1 root root    251,   0 Mar  8 12:03 usbmon0
crw-rw---- 1 vcsa tty       7,   0 Mar  8 12:03 vcs
crw-rw---- 1 vcsa tty       7,   1 Mar  8 12:03 vcs1
crw-rw---- 1 vcsa tty       7, 128 Mar  8 12:03 vcsa
crw-rw---- 1 vcsa tty       7, 129 Mar  8 12:03 vcsa1
brw-rw---- 1 root disk    253,   0 Mar  8  2012 vda
brw-rw---- 1 root disk    253,  16 Mar  8  2012 vdb
crw-rw---- 1 root root     10,  63 Mar  8 12:03 vga_arbiter
drwxr-xr-x 2 root root          60 Mar  8 12:03 virtio-ports
crw-rw---- 1 root root    249,   1 Mar  8 12:03 vport0p1
crw-rw-rw- 1 root root      1,   5 Mar  8 12:03 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:0 -> ../ram0
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:1 -> ../ram1
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:10 -> ../ram10
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:11 -> ../ram11
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:12 -> ../ram12
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:13 -> ../ram13
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:14 -> ../ram14
lrwxrwxrwx 1 root root 8 Mar  8  2012 1:15 -> ../ram15
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:2 -> ../ram2
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:3 -> ../ram3
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:4 -> ../ram4
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:5 -> ../ram5
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:6 -> ../ram6
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:7 -> ../ram7
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:8 -> ../ram8
lrwxrwxrwx 1 root root 7 Mar  8  2012 1:9 -> ../ram9
lrwxrwxrwx 1 root root 6 Mar  8  2012 253:0 -> ../vda
lrwxrwxrwx 1 root root 6 Mar  8  2012 253:16 -> ../vdb
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:0 -> ../loop0
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:1 -> ../loop1
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:2 -> ../loop2
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:3 -> ../loop3
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:4 -> ../loop4
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:5 -> ../loop5
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:6 -> ../loop6
lrwxrwxrwx 1 root root 8 Mar  8  2012 7:7 -> ../loop7

/dev/char:
total 0
lrwxrwxrwx 1 root root  8 Mar  8 12:03 10:144 -> ../nvram
lrwxrwxrwx 1 root root  9 Mar  8 12:03 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 11 Mar  8 12:03 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 17 Mar  8 12:03 10:58 -> ../mapper/control
lrwxrwxrwx 1 root root 21 Mar  8 12:03 10:59 -> ../network_throughput
lrwxrwxrwx 1 root root 18 Mar  8 12:03 10:60 -> ../network_latency
lrwxrwxrwx 1 root root 18 Mar  8 12:03 10:61 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root  8 Mar  8 12:03 10:62 -> ../crash
lrwxrwxrwx 1 root root 14 Mar  8 12:03 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 15 Mar  8  2012 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 15 Mar  8  2012 13:33 -> ../input/mouse1
lrwxrwxrwx 1 root root 13 Mar  8 12:03 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Mar  8  2012 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Mar  8  2012 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Mar  8  2012 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 13 Mar  8 12:03 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root  6 Mar  8 12:03 1:1 -> ../mem
lrwxrwxrwx 1 root root  7 Mar  8 12:03 1:11 -> ../kmsg
lrwxrwxrwx 1 root root  9 Mar  8 12:03 1:12 -> ../oldmem
lrwxrwxrwx 1 root root  7 Mar  8 12:03 1:3 -> ../null
lrwxrwxrwx 1 root root  7 Mar  8 12:03 1:4 -> ../port
lrwxrwxrwx 1 root root  7 Mar  8 12:03 1:5 -> ../zero
lrwxrwxrwx 1 root root  7 Mar  8 12:03 1:7 -> ../full
lrwxrwxrwx 1 root root  9 Mar  8 12:03 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Mar  8 12:03 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Mar  8 12:03 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Mar  8 12:03 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root 11 Mar  8 12:03 249:1 -> ../vport0p1
lrwxrwxrwx 1 root root 10 Mar  8 12:03 251:0 -> ../usbmon0
lrwxrwxrwx 1 root root  7 Mar  8 12:03 254:0 -> ../rtc0
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:0 -> ../tty0
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:1 -> ../tty1
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:10 -> ../tty10
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:11 -> ../tty11
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:12 -> ../tty12
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:13 -> ../tty13
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:14 -> ../tty14
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:15 -> ../tty15
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:16 -> ../tty16
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:17 -> ../tty17
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:18 -> ../tty18
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:19 -> ../tty19
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:2 -> ../tty2
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:20 -> ../tty20
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:21 -> ../tty21
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:22 -> ../tty22
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:23 -> ../tty23
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:24 -> ../tty24
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:25 -> ../tty25
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:26 -> ../tty26
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:27 -> ../tty27
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:28 -> ../tty28
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:29 -> ../tty29
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:3 -> ../tty3
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:30 -> ../tty30
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:31 -> ../tty31
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:32 -> ../tty32
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:33 -> ../tty33
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:34 -> ../tty34
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:35 -> ../tty35
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:36 -> ../tty36
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:37 -> ../tty37
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:38 -> ../tty38
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:39 -> ../tty39
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:4 -> ../tty4
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:40 -> ../tty40
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:41 -> ../tty41
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:42 -> ../tty42
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:43 -> ../tty43
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:44 -> ../tty44
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:45 -> ../tty45
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:46 -> ../tty46
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:47 -> ../tty47
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:48 -> ../tty48
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:49 -> ../tty49
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:5 -> ../tty5
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:50 -> ../tty50
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:51 -> ../tty51
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:52 -> ../tty52
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:53 -> ../tty53
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:54 -> ../tty54
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:55 -> ../tty55
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:56 -> ../tty56
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:57 -> ../tty57
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:58 -> ../tty58
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:59 -> ../tty59
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:6 -> ../tty6
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:60 -> ../tty60
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:61 -> ../tty61
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:62 -> ../tty62
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:63 -> ../tty63
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:65 -> ../ttyS1
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:66 -> ../ttyS2
lrwxrwxrwx 1 root root  8 Mar  8 12:03 4:67 -> ../ttyS3
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:7 -> ../tty7
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:8 -> ../tty8
lrwxrwxrwx 1 root root  7 Mar  8 12:03 4:9 -> ../tty9
lrwxrwxrwx 1 root root  6 Mar  8 12:03 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Mar  8 12:03 5:1 -> ../console
lrwxrwxrwx 1 root root  7 Mar  8 12:03 5:2 -> ../ptmx
lrwxrwxrwx 1 root root  6 Mar  8 12:03 7:0 -> ../vcs
lrwxrwxrwx 1 root root  7 Mar  8 12:03 7:1 -> ../vcs1
lrwxrwxrwx 1 root root  7 Mar  8 12:03 7:128 -> ../vcsa
lrwxrwxrwx 1 root root  8 Mar  8 12:03 7:129 -> ../vcsa1

/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Mar  8 12:03 0

/dev/cpu/0:
total 0
cr--r--r-- 1 root root 203, 0 Mar  8 12:03 cpuid
crw-rw---- 1 root root 202, 0 Mar  8 12:03 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Mar  8  2012 by-path
drwxr-xr-x 2 root root 60 Mar  8  2012 by-uuid

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Mar  8  2012 pci-0000:00:03.0-virtio-pci-virtio1 -> ../../vda
lrwxrwxrwx 1 root root 9 Mar  8  2012 pci-0000:00:04.0-virtio-pci-virtio2 -> ../../vdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Mar  8  2012 b59e5b6a-2244-451a-9ad8-3a9c8451db47 -> ../../vdb

/dev/hugepages:
total 0

/dev/input:
total 0
drwxr-xr-x 2 root root    100 Mar  8  2012 by-path
crw-r----- 1 root root 13, 64 Mar  8  2012 event0
crw-r----- 1 root root 13, 65 Mar  8  2012 event1
crw-r----- 1 root root 13, 66 Mar  8  2012 event2
crw-r----- 1 root root 13, 63 Mar  8 12:03 mice
crw-r----- 1 root root 13, 32 Mar  8  2012 mouse0
crw-r----- 1 root root 13, 33 Mar  8  2012 mouse1

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Mar  8  2012 platform-i8042-serio-0-event-kbd -> ../event1
lrwxrwxrwx 1 root root 9 Mar  8  2012 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Mar  8  2012 platform-i8042-serio-1-mouse -> ../mouse1

/dev/mapper:
total 0
crw-rw---- 1 root root 10, 58 Mar  8 12:03 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Mar  8 12:03 tun

/dev/pts:
total 0

/dev/raw:
total 0
crw-rw---- 1 root disk 162, 0 Mar  8 12:03 rawctl

/dev/shm:
total 0

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Mar  8 12:03 org.libguestfs.channel.0 -> ../vport0p1
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,noatime,errors=continue 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
none /dev devtmpfs rw,relatime,size=242132k,nr_inodes=60533,mode=755 0 0
  No volume groups found
  No volume groups found
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
Module                  Size  Used by
dm_mod                 81500  0 
i2c_piix4              12608  0 
i2c_core               31276  1 i2c_piix4
virtio_blk              6671  1 
virtio_balloon          4347  0 
virtio_console         16885  0 
virtio_rng              2406  0 
virtio_net             15839  0 
virtio_pci              6687  0 
sym53c8xx              77039  0 
ext2                   67955  1 
sd_mod                 39488  0 
virtio_ring             7729  6 virtio_blk,virtio_balloon,virtio_console,virtio_rng,virtio_net,virtio_pci
virtio                  4890  6 virtio_blk,virtio_balloon,virtio_console,virtio_rng,virtio_net,virtio_pci
scsi_transport_spi     26151  1 sym53c8xx
mbcache                 8144  1 ext2
libcrc32c               1246  0 
crc7                    1428  0 
crc_t10dif              1541  1 sd_mod
crc_itu_t               1717  0 
crc_ccitt               1677  0 
ata_piix               22846  0 
Thu Mar  8 12:03:47 EST 2012
uptime: 7.81 1.05
verbose daemon enabled
linux commmand line: panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm 

[13201ms] appliance is up
closing guestfs handle 0x1df7e70 (state 2)
send_to_daemon: 0x1df7e70 g->state = 3, n = 44
recv_from_daemon: 0x1df7e70 g->state = 3, size_rtn = 0x7fff75aceafc, buf_rtn = 0x7fff75aceaf0
mount
proc 47 (umount_all) took 0.00 seconds
send_to_daemon: 0x1df7e70 g->state = 3, n = 44
recv_from_daemon: 0x1df7e70 g->state = 3, size_rtn = 0x7fff75aceafc, buf_rtn = 0x7fff75aceaf0
sending SIGTERM to process 3692
Thu Mar  8 12:03:49 2012 - starting factory process 3665
serving on 0.0.0.0:8075 view at https://127.0.0.1:8075
WARNING: No filter specified, returning first match.
WARNING: Skipping undefined property "iormConfiguration" with value "(StorageIORMInfo){
   enabled = False
   congestionThreshold = 30
 }"

Comment 11 Dave Johnson 2012-03-08 17:28:12 UTC
We figured out that the network name configure was wrong...  seem like configure is not checking its values...

good config:
          network_name: "VM Network"

bad config:
          network_name: "VM_network"

Ian is going to add a better error message... reopen

Comment 12 Dave Johnson 2012-03-08 19:28:55 UTC
aeolus-configure to detect bad vsphere values... bug 801508

Comment 14 Ian McLeod 2014-03-26 14:25:47 UTC
Per the discussion above, the failure discussed in this thread was the result of a config error, not a bug in factory.  Closing.