← Back to team overview

openstack team mailing list archive

Re: Cant ping private or floating IP

 

There are apparently two instances running in the compute node but nova
just see only one. Probably when I have deleted an instance earlier it had
not deleted the instance properly.

root@controller:~# nova list
+--------------------------------------+--------+--------+-------------------+
| ID                                   | Name   | Status | Networks
 |
+--------------------------------------+--------+--------+-------------------+
| 42e18cd5-de6f-4181-b238-320fe37ef6f1 | master | ACTIVE |
demo-net=10.5.5.3 |
+--------------------------------------+--------+--------+-------------------+


virsh -c qemu+ssh://root@computenode/system list
root@computenode's password:
 Id    Name                           State
----------------------------------------------------
 14    instance-0000002c              running
 18    instance-0000001e              running


Then I have deleted all instances and created a new one. But still cant
ping or ssh the new VM.

<!--

WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE

OVERWRITTEN AND LOST. Changes to this xml configuration should be made
using:
  virsh edit instance-00000035

or other application using the libvirt API.

-->

<domain type='kvm'>
  <name>instance-00000035</name>
  <uuid>2865c3a1-0b39-444d-a8a5-299961664b9c</uuid>
  <memory unit='KiB'>524288</memory>
  <currentMemory unit='KiB'>524288</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <os>
    <type arch='x86_64' machine='pc-1.0'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
  <cpu mode='host-passthrough'>
  </cpu>
  <clock offset='utc'>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='rtc' tickpolicy='catchup'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='none'/>
      <source file='/var/lib/nova/instances/instance-00000035/disk'/>
      <target dev='vda' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'\
/>
    </disk>
    <controller type='usb' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01'
function='0x2'\
/>
    </controller>
    <interface type='bridge'>
      <mac address='fa:16:3e:a2:6e:02'/>
      <source bridge='qbrff8933bf-ba'/>
      <model type='virtio'/>
      <filterref filter='nova-instance-instance-00000035-fa163ea26e02'>
        <parameter name='DHCPSERVER' value='10.5.5.2'/>
        <parameter name='IP' value='10.5.5.3'/>
        <parameter name='PROJMASK' value='255.255.255.0'/>
        <parameter name='PROJNET' value='10.5.5.0'/>
      </filterref>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'\
/>
    </interface>
    <serial type='file'>
      <source path='/var/lib/nova/instances/instance-00000035/console.log'/>
      <target port='0'/>
    </serial>
    <serial type='pty'>
      <target port='1'/>
    </serial>
    <console type='file'>
      <source path='/var/lib/nova/instances/instance-00000035/console.log'/>
      <target type='serial' port='0'/>
    </console>
    <input type='tablet' bus='usb'/>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'
keymap='en-u\
s'>
      <listen type='address' address='0.0.0.0'/>
    </graphics>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'\
/>
    </video>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05'
function='0x0'\
/>
    </memballoon>
  </devices>
</domain>
[    0.166837] io scheduler deadline registered (default)
[    0.167423] io scheduler cfq registered
[    0.167937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.168560] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.169312] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.170146] ACPI: Power Button [PWRF]
[    0.171093] ERST: Table is not found!
[    0.171635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.172268] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11
(level, high) -> IRQ 11
[    0.173342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.173965] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10
(level, high) -> IRQ 10
[    0.175396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    0.176908] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10
(level, high) -> IRQ 10
[    0.179328] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.202858] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.223658] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.245496] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.266837] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.267546] Linux agpgart interface v0.103
[    0.268626] brd: module loaded
[    0.269293] loop: module loaded
[    0.283115]  vda: vda1
[    0.285258] scsi0 : ata_piix
[    0.286262] scsi1 : ata_piix
[    0.287206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    0.288840] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[    0.290751] Fixed MDIO Bus: probed
[    0.291758] PPP generic driver version 2.4.2
[    0.292961] tun: Universal TUN/TAP device driver, 1.6
[    0.294237] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.367427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.369053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.370623] uhci_hcd: USB Universal Host Controller Interface driver
[    0.372247] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10
(level, high) -> IRQ 10
[    0.374444] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.375886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus
number 1
[    0.378008] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c040
[    0.379709] hub 1-0:1.0: USB hub found
[    0.380843] hub 1-0:1.0: 2 ports detected
[    0.382181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at
0x60,0x64 irq 1,12
[    0.383712] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.384268] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.384902] mousedev: PS/2 mouse device common for all mice
[    0.385581] rtc_cmos 00:01: RTC can wake from S4
[    0.386219] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.386944] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.387677] device-mapper: uevent: version 1.0.3
[    0.388249] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised:
dm-devel@xxxxxxxxxx
[    0.389200] cpuidle: using governor ladder
[    0.389694] cpuidle: using governor menu
[    0.390148] EFI Variables Facility v0.08 2004-May-17
[    0.390826] TCP cubic registered
[    0.391311] NET: Registered protocol family 10
[    0.392174] NET: Registered protocol family 17
[    0.392714] Registering the dns_resolver key type
[    0.393321] registered taskstats version 1
[    0.393981] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[    0.397108]   Magic number: 1:90:886
[    0.397602] rtc_cmos 00:01: setting system clock to 2013-02-20 12:52:56
UTC (1361364776)
[    0.398525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.399188] EDD information not available.
[    0.550030] Freeing unused kernel memory: 900k freed
[    0.551849] Write protecting the kernel read-only data: 12288k
[    0.560335] Freeing unused kernel memory: 1968k freed
[    0.564771] Freeing unused kernel memory: 1368k freed

info: initramfs: up at 0.56
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 0.72
[    0.722727] EXT3-fs (vda1): warning: checktime reached, running e2fsck
is recommended
Starting logging: OK
Initializing random number generator... done.
Starting network...
udhcpc (v1.18.5) started
Sending discover...
Sending select for 10.5.5.3...
Lease of 10.5.5.3 obtained, lease time 120
deleting routers
route: SIOCDELRT: No such process
adding dns 8.8.8.8
cloud-setup: checking
http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 1/30: up 0.84. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 2/30: up 191.17. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 3/30: up 381.64. request failed[    0.166837] io
scheduler deadline registered (default)
[    0.167423] io scheduler cfq registered
[    0.167937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.168560] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.169312] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.170146] ACPI: Power Button [PWRF]
[    0.171093] ERST: Table is not found!
[    0.171635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.172268] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11
(level, high) -> IRQ 11
[    0.173342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.173965] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10
(level, high) -> IRQ 10
[    0.175396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    0.176908] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10
(level, high) -> IRQ 10
[    0.179328] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.202858] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.223658] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.245496] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.266837] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.267546] Linux agpgart interface v0.103
[    0.268626] brd: module loaded
[    0.269293] loop: module loaded
[    0.283115]  vda: vda1
[    0.285258] scsi0 : ata_piix
[    0.286262] scsi1 : ata_piix
[    0.287206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    0.288840] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[    0.290751] Fixed MDIO Bus: probed
[    0.291758] PPP generic driver version 2.4.2
[    0.292961] tun: Universal TUN/TAP device driver, 1.6
[    0.294237] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.367427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.369053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.370623] uhci_hcd: USB Universal Host Controller Interface driver
[    0.372247] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10
(level, high) -> IRQ 10
[    0.374444] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.375886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus
number 1
[    0.378008] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c040
[    0.379709] hub 1-0:1.0: USB hub found
[    0.380843] hub 1-0:1.0: 2 ports detected
[    0.382181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at
0x60,0x64 irq 1,12
[    0.383712] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.384268] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.384902] mousedev: PS/2 mouse device common for all mice
[    0.385581] rtc_cmos 00:01: RTC can wake from S4
[    0.386219] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.386944] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.387677] device-mapper: uevent: version 1.0.3
[    0.388249] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised:
dm-devel@xxxxxxxxxx
[    0.389200] cpuidle: using governor ladder
[    0.389694] cpuidle: using governor menu
[    0.390148] EFI Variables Facility v0.08 2004-May-17
[    0.390826] TCP cubic registered
[    0.391311] NET: Registered protocol family 10
[    0.392174] NET: Registered protocol family 17
[    0.392714] Registering the dns_resolver key type
[    0.393321] registered taskstats version 1
[    0.393981] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[    0.397108]   Magic number: 1:90:886
[    0.397602] rtc_cmos 00:01: setting system clock to 2013-02-20 12:52:56
UTC (1361364776)
[    0.398525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.399188] EDD information not available.
[    0.550030] Freeing unused kernel memory: 900k freed
[    0.551849] Write protecting the kernel read-only data: 12288k
[    0.560335] Freeing unused kernel memory: 1968k freed
[    0.564771] Freeing unused kernel memory: 1368k freed

info: initramfs: up at 0.56
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 0.72
[    0.722727] EXT3-fs (vda1): warning: checktime reached, running e2fsck
is recommended
Starting logging: OK
Initializing random number generator... done.
Starting network...
udhcpc (v1.18.5) started
Sending discover...
Sending select for 10.5.5.3...
Lease of 10.5.5.3 obtained, lease time 120
deleting routers
route: SIOCDELRT: No such process
adding dns 8.8.8.8
cloud-setup: checking
http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 1/30: up 0.84. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 2/30: up 191.17. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 3/30: up 381.64. request failed

root@computenode:~# ip a show vnet0
101: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
master qbrff8933bf-ba state UNKNOWN qlen 500
    link/ether fe:16:3e:a2:6e:02 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fc16:3eff:fea2:6e02/64 scope link
       valid_lft forever preferred_lft forever

root@computenode:~# brctl show
bridge name bridge id STP enabled interfaces
br-int 0000.ae9b4309af40 no qvo9953270e-8f
qvoff8933bf-ba
br-tun 0000.5ae3c0afa445 no
qbr9953270e-8f 8000.3af429d83467 no qvb9953270e-8f
qbrff8933bf-ba 8000.5e093174864c no qvbff8933bf-ba
vnet0


The instance log:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-12-virtual (buildd@crested) (gcc
version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct
7 18:19:02 UTC 2011 (Ubuntu 3.0.0-12.20-virtual 3.0.4)
[    0.000000] Command line: LABEL=cirros-rootfs ro console=tty0
console=ttyS0 console=hvc0
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
[    0.000000]  BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
[    0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
[    0.000000] RAMDISK: 1fdf9000 - 1ffed000
[    0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 000000001fffd7b0 00034 (v01 BOCHS  BXPCRSDT
00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 000000001fffff80 00074 (v01 BOCHS  BXPCFACP
00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 000000001fffd9b0 02589 (v01   BXPC   BXDSDT
00000001 INTL 20100528)
[    0.000000] ACPI: FACS 000000001fffff40 00040
[    0.000000] ACPI: SSDT 000000001fffd910 0009E (v01 BOCHS  BXPCSSDT
00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 000000001fffd830 00072 (v01 BOCHS  BXPCAPIC
00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 000000001fffd7f0 00038 (v01 BOCHS  BXPCHPET
00000001 BXPC 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000001fffd000
[    0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
[    0.000000]   NODE_DATA [000000001fff5000 - 000000001fff9fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1ce28c1, boot clock
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x0001fffd
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap:
20000000:deffc000)
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64
nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s79296
r8192 d23104 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:1fa128c1, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 129157
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: LABEL=cirros-rootfs ro
console=tty0 console=ttyS0 console=hvc0
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 497852k/524276k available (6206k kernel code,
460k absent, 25964k reserved, 6907k data, 900k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0,
CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't
want memory cgroups
[    0.000000] Detected 3392.282 MHz processor.
[    0.008000] Calibrating delay loop (skipped) preset value.. 6784.56
BogoMIPS (lpj=13569128)
[    0.008000] pid_max: default: 32768 minimum: 301
[    0.008000] Security Framework initialized
[    0.008000] AppArmor: AppArmor initialized
[    0.008000] Yama: becoming mindful.
[    0.008000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.008292] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.009146] Mount-cache hash table entries: 256
[    0.009772] Initializing cgroup subsys cpuacct
[    0.010285] Initializing cgroup subsys memory
[    0.010791] Initializing cgroup subsys devices
[    0.011312] Initializing cgroup subsys freezer
[    0.012004] Initializing cgroup subsys net_cls
[    0.012523] Initializing cgroup subsys blkio
[    0.013027] Initializing cgroup subsys perf_event
[    0.013608] mce: CPU supports 10 MCE banks
[    0.014264] SMP alternatives: switching to UP code
[    0.028279] Freeing SMP alternatives: 24k freed
[    0.028805] ACPI: Core revision 20110413
[    0.029869] ftrace: allocating 26075 entries in 103 pages
[    0.032199] Enabling x2apic
[    0.032576] Enabled x2apic
[    0.036005] Switched APIC routing to physical x2apic.
[    0.037122] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.037755] CPU0: Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz stepping 09
[    0.040002] Performance Events: unsupported p6 CPU model 58 no PMU
driver, software events only.
[    0.040002] Brought up 1 CPUs
[    0.040002] Total of 1 processors activated (6784.56 BogoMIPS).
[    0.040002] devtmpfs: initialized
[    0.040252] print_constraints: dummy:
[    0.040734] Time: 12:52:56  Date: 02/20/13
[    0.041230] NET: Registered protocol family 16
[    0.041798] ACPI: bus type pci registered
[    0.042317] PCI: Using configuration type 1 for base access
[    0.043298] bio: create slab <bio-0> at 0
[    0.044935] ACPI: Interpreter enabled
[    0.045378] ACPI: (supports S0 S3 S4 S5)
[    0.046026] ACPI: Using IOAPIC for interrupt routing
[    0.048451] ACPI: No dock devices found.
[    0.048911] HEST: Table not found.
[    0.049321] PCI: Ignoring host bridge windows from ACPI; if
necessary, use "pci=use_crs" and report a bug
[    0.050338] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.052351] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by
PIIX4 ACPI
[    0.053173] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.068180]  pci0000:00: Unable to request _OSC control (_OSC
support mask: 0x1e)
[    0.072782] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.073647] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.074501] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.075362] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.076190] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
[    0.077090] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.077982] vgaarb: loaded
[    0.078336] vgaarb: bridge control possible 0000:00:02.0
[    0.079070] SCSI subsystem initialized
[    0.079669] usbcore: registered new interface driver usbfs
[    0.080016] usbcore: registered new interface driver hub
[    0.080613] usbcore: registered new device driver usb
[    0.081265] PCI: Using ACPI for IRQ routing
[    0.081952] NetLabel: Initializing
[    0.082368] NetLabel:  domain hash size = 128
[    0.082869] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.083417] NetLabel:  unlabeled traffic allowed by default
[    0.084051] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.084774] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.085480] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    0.092086] Switching to clocksource kvm-clock
[    0.095414] Switched to NOHz mode on CPU #0
[    0.097611] AppArmor: AppArmor Filesystem Enabled
[    0.098148] pnp: PnP ACPI init
[    0.098557] ACPI: bus type pnp registered
[    0.099474] pnp: PnP ACPI: found 8 devices
[    0.099943] ACPI: ACPI bus type pnp unregistered
[    0.105880] NET: Registered protocol family 2
[    0.106424] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.107293] TCP established hash table entries: 16384 (order: 6,
262144 bytes)
[    0.108257] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.109056] TCP: Hash tables configured (established 16384 bind 16384)
[    0.109725] TCP reno registered
[    0.110113] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.110736] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.111434] NET: Registered protocol family 1
[    0.111938] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.112577] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.113189] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.114074] Trying to unpack rootfs image as initramfs...
[    0.120216] audit: initializing netlink socket (disabled)
[    0.120809] type=2000 audit(1361364777.116:1): initialized
[    0.150148] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.156115] VFS: Disk quotas dquot_6.5.2
[    0.156620] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.157660] fuse init (API version 7.16)
[    0.158180] msgmni has been set to 972
[    0.161560] Freeing initrd memory: 2000k freed
[    0.165512] Block layer SCSI generic (bsg) driver version 0.4
loaded (major 253)
[    0.166371] io scheduler noop registered
[    0.166837] io scheduler deadline registered (default)
[    0.167423] io scheduler cfq registered
[    0.167937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.168560] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.169312] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.170146] ACPI: Power Button [PWRF]
[    0.171093] ERST: Table is not found!
[    0.171635] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.172268] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI
11 (level, high) -> IRQ 11
[    0.173342] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[    0.173965] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI
10 (level, high) -> IRQ 10
[    0.175396] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[    0.176908] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI
10 (level, high) -> IRQ 10
[    0.179328] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.202858] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.223658] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.245496] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.266837] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.267546] Linux agpgart interface v0.103
[    0.268626] brd: module loaded
[    0.269293] loop: module loaded
[    0.283115]  vda: vda1
[    0.285258] scsi0 : ata_piix
[    0.286262] scsi1 : ata_piix
[    0.287206] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    0.288840] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[    0.290751] Fixed MDIO Bus: probed
[    0.291758] PPP generic driver version 2.4.2
[    0.292961] tun: Universal TUN/TAP device driver, 1.6
[    0.294237] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.367427] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.369053] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.370623] uhci_hcd: USB Universal Host Controller Interface driver
[    0.372247] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI
10 (level, high) -> IRQ 10
[    0.374444] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    0.375886] uhci_hcd 0000:00:01.2: new USB bus registered, assigned
bus number 1
[    0.378008] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c040
[    0.379709] hub 1-0:1.0: USB hub found
[    0.380843] hub 1-0:1.0: 2 ports detected
[    0.382181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU]
at 0x60,0x64 irq 1,12
[    0.383712] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.384268] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.384902] mousedev: PS/2 mouse device common for all mice
[    0.385581] rtc_cmos 00:01: RTC can wake from S4
[    0.386219] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.386944] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    0.387677] device-mapper: uevent: version 1.0.3
[    0.388249] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02)
initialised: dm-devel@xxxxxxxxxx
[    0.389200] cpuidle: using governor ladder
[    0.389694] cpuidle: using governor menu
[    0.390148] EFI Variables Facility v0.08 2004-May-17
[    0.390826] TCP cubic registered
[    0.391311] NET: Registered protocol family 10
[    0.392174] NET: Registered protocol family 17
[    0.392714] Registering the dns_resolver key type
[    0.393321] registered taskstats version 1
[    0.393981] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[    0.397108]   Magic number: 1:90:886
[    0.397602] rtc_cmos 00:01: setting system clock to 2013-02-20
12:52:56 UTC (1361364776)
[    0.398525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.399188] EDD information not available.
[    0.550030] Freeing unused kernel memory: 900k freed
[    0.551849] Write protecting the kernel read-only data: 12288k
[    0.560335] Freeing unused kernel memory: 1968k freed
[    0.564771] Freeing unused kernel memory: 1368k freed

info: initramfs: up at 0.56
NOCHANGE: partition 1 is size 64260. it cannot be grown
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 0.72
[    0.722727] EXT3-fs (vda1): warning: checktime reached, running
e2fsck is recommended
Starting logging: OK
Initializing random number generator... done.
Starting network...
udhcpc (v1.18.5) started
Sending discover...
Sending select for 10.5.5.3...
Lease of 10.5.5.3 obtained, lease time 120
deleting routers
route: SIOCDELRT: No such process
adding dns 8.8.8.8
cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 1/30: up 0.84. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 2/30: up 191.17. request failed
wget: can't connect to remote host (169.254.169.254): Connection timed out
cloud-setup: failed 3/30: up 381.64. request failed


Thanks for the help!


On 20 February 2013 11:57, Sylvain Bauza <sylvain.bauza@xxxxxxxxxxxx> wrote:

>  Could you please paste :
>  - /etc/libvirt/qemu/<your_instance_id>.xml
>  - ip a show vnet0
>  - brctl show
>
> Sounds like your virtual device is not created. Could you please launch a
> new VM and paste /var/log/nova/nova-compute.log ?
>
> Thanks,
> -Sylvain
>
> Le 18/02/2013 19:03, Chathura M. Sarathchandra Magurawalage a écrit :
>
> Hello guys,
>
>  I think I have found something which could be the potential cause of
> this problem. I checked my /var/log/libvirt/libvirtd.log and found this.
> These errors occur when I spawn a VM or on reboot.
>
>  2013-02-18 14:38:04.654+0000: 22383: info : libvirt version: 0.9.13
> 2013-02-18 14:38:04.654+0000: 22383: error :
> virNWFilterSnoopLeaseFileRefresh:1882 :
> open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory
> 2013-02-18 17:53:53.793+0000: 22372: error : virNWFilterDHCPSnoopEnd:2113
> : internal error ifname "vnet0" not in key map
> 2013-02-18 17:53:53.795+0000: 22372: error : virNetDevGetIndex:657 :
> Unable to get index for interface vnet0: No such device
> 2013-02-18 17:53:58.311+0000: 22370: warning : x86Decode:1346 : Preferred
> CPU model SandyBridge not allowed by hypervisor; closest supported model
> will be used
> (END)
>
>
>  Could this be the problem?
>
>  Thanks
>
>
> -----------------------------------------------------------------------------------------------------------------------------
> Chathura Madhusanka Sarathchandra Magurawalage.
> 1NW.2.1, Desk 2
> School of Computer Science and Electronic Engineering
> University Of Essex
>  United Kingdom.
>
>  Email: csarata@xxxxxxxxxxx
>           chathura.sarathchandra@xxxxxxxxx <77.chathura@xxxxxxxxx>
>            77.chathura@xxxxxxxxx
>
>
> On 18 February 2013 14:37, Chathura M. Sarathchandra Magurawalage <
> 77.chathura@xxxxxxxxx> wrote:
>
>> I have spawned a VM using cirros-0.3.0-x86_64 image, but it hangs on the
>> bootup. The log is as follows.
>>
>>  [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Linux version 3.0.0-12-virtual (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 18:19:02 UTC 2011 (Ubuntu 3.0.0-12.20-virtual 3.0.4)
>> [    0.000000] Command line: LABEL=cirros-rootfs ro console=tty0 console=ttyS0 console=hvc0
>> [    0.000000] KERNEL supported cpus:
>> [    0.000000]   Intel GenuineIntel
>> [    0.000000]   AMD AuthenticAMD
>> [    0.000000]   Centaur CentaurHauls
>> [    0.000000] BIOS-provided physical RAM map:
>> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
>> [    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>> [    0.000000]  BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
>> [    0.000000]  BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
>> [    0.000000] NX (Execute Disable) protection: active
>> [    0.000000] DMI 2.4 present.
>> [    0.000000] No AGP bridge found
>> [    0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
>> [    0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
>> [    0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
>> [    0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
>> [    0.000000] RAMDISK: 1fdf9000 - 1ffed000
>> [    0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS )
>> [    0.000000] ACPI: RSDT 000000001fffd7b0 00034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
>> [    0.000000] ACPI: FACP 000000001fffff80 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
>> [    0.000000] ACPI: DSDT 000000001fffd9b0 02589 (v01   BXPC   BXDSDT 00000001 INTL 20100528)
>> [    0.000000] ACPI: FACS 000000001fffff40 00040
>> [    0.000000] ACPI: SSDT 000000001fffd910 0009E (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
>> [    0.000000] ACPI: APIC 000000001fffd830 00072 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
>> [    0.000000] ACPI: HPET 000000001fffd7f0 00038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
>> [    0.000000] No NUMA configuration found
>> [    0.000000] Faking a node at 0000000000000000-000000001fffd000
>> [    0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
>> [    0.000000]   NODE_DATA [000000001fff5000 - 000000001fff9fff]
>> [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
>> [    0.000000] kvm-clock: cpu 0, msr 0:1ce28c1, boot clock
>> [    0.000000] Zone PFN ranges:
>> [    0.000000]   DMA      0x00000010 -> 0x00001000
>> [    0.000000]   DMA32    0x00001000 -> 0x00100000
>> [    0.000000]   Normal   empty
>> [    0.000000] Movable zone start PFN for each node
>> [    0.000000] early_node_map[2] active PFN ranges
>> [    0.000000]     0: 0x00000010 -> 0x0000009d
>> [    0.000000]     0: 0x00000100 -> 0x0001fffd
>> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
>> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
>> [    0.000000] Using ACPI (MADT) for SMP configuration information
>> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>> [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
>> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
>> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
>> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
>> [    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
>> [    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deffc000)
>> [    0.000000] Booting paravirtualized kernel on KVM
>> [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
>> [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s79296 r8192 d23104 u2097152
>> [    0.000000] kvm-clock: cpu 0, msr 0:1fa128c1, primary cpu clock
>> [    0.000000] KVM setup async PF for cpu 0
>> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 129157
>> [    0.000000] Policy zone: DMA32
>> [    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty0 console=ttyS0 console=hvc0
>> [    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
>> [    0.000000] Checking aperture...
>> [    0.000000] No AGP bridge found
>> [    0.000000] Memory: 497852k/524276k available (6206k kernel code, 460k absent, 25964k reserved, 6907k data, 900k init)
>> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
>> [    0.000000] Hierarchical RCU implementation.
>> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
>> [    0.000000] NR_IRQS:4352 nr_irqs:256 16
>> [    0.000000] Console: colour VGA+ 80x25
>> [    0.000000] console [tty0] enabled
>> [    0.000000] console [ttyS0] enabled
>> [    0.000000] allocated 4194304 bytes of page_cgroup
>> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
>> [    0.000000] Detected 3392.282 MHz processor.
>> [    0.008000] Calibrating delay loop (skipped) preset value.. 6784.56 BogoMIPS (lpj=13569128)
>> [    0.008000] pid_max: default: 32768 minimum: 301
>> [    0.008000] Security Framework initialized
>> [    0.008000] AppArmor: AppArmor initialized
>> [    0.008000] Yama: becoming mindful.
>> [    0.008000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
>> [    0.008311] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
>> [    0.009201] Mount-cache hash table entries: 256
>> [    0.009886] Initializing cgroup subsys cpuacct
>> [    0.010420] Initializing cgroup subsys memory
>> [    0.010935] Initializing cgroup subsys devices
>> [    0.011450] Initializing cgroup subsys freezer
>> [    0.012006] Initializing cgroup subsys net_cls
>> [    0.012517] Initializing cgroup subsys blkio
>> [    0.013021] Initializing cgroup subsys perf_event
>> [    0.013606] CPU: CPU feature xsave disabled, no CPUID level 0xd
>> [    0.014314] mce: CPU supports 10 MCE banks
>> [    0.015067] SMP alternatives: switching to UP code
>> [    0.031928] Freeing SMP alternatives: 24k freed
>> [    0.032017] ACPI: Core revision 20110413
>> [    0.033120] ftrace: allocating 26075 entries in 103 pages
>> [    0.040157] Enabling x2apic
>> [    0.040543] Enabled x2apic
>> [    0.041005] Switched APIC routing to physical x2apic.
>> [    0.042112] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
>> [    0.042735] CPU0: Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz stepping 0b
>> [    0.044002] Performance Events: unsupported p6 CPU model 15 no PMU driver, software events only.
>> [    0.044002] Brought up 1 CPUs
>> [    0.044002] Total of 1 processors activated (6784.56 BogoMIPS).
>> [    0.044002] devtmpfs: initialized
>> [    0.044758] print_constraints: dummy:
>> [    0.045261] Time: 13:23:57  Date: 02/18/13
>> [    0.045781] NET: Registered protocol family 16
>> [    0.046397] ACPI: bus type pci registered
>> [    0.046931] PCI: Using configuration type 1 for base access
>> [    0.047944] bio: create slab <bio-0> at 0
>> [    0.049221] ACPI: Interpreter enabled
>> [    0.049724] ACPI: (supports S0 S3 S4 S5)
>> [    0.050400] ACPI: Using IOAPIC for interrupt routing
>> [    0.053342] ACPI: No dock devices found.
>> [    0.053823] HEST: Table not found.
>> [    0.054309] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>> [    0.055363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
>> [    0.057394] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
>> [    0.058290] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
>> [    0.070449]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
>> [    0.077527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
>> [    0.079626] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
>> [    0.081053] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
>> [    0.083131] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
>> [    0.085052] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
>> [    0.086160] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>> [    0.087084] vgaarb: loaded
>> [    0.088006] vgaarb: bridge control possible 0000:00:02.0
>> [    0.088772] SCSI subsystem initialized
>> [    0.089402] usbcore: registered new interface driver usbfs
>> [    0.090049] usbcore: registered new interface driver hub
>> [    0.090671] usbcore: registered new device driver usb
>> [    0.091366] PCI: Using ACPI for IRQ routing
>> [    0.092226] NetLabel: Initializing
>> [    0.092659] NetLabel:  domain hash size = 128
>> [    0.093166] NetLabel:  protocols = UNLABELED CIPSOv4
>> [    0.093735] NetLabel:  unlabeled traffic allowed by default
>> [    0.094424] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
>> [    0.095239] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>> [    0.096008] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
>> [    0.100104] Switching to clocksource kvm-clock
>> [    0.103381] Switched to NOHz mode on CPU #0
>> [    0.105479] AppArmor: AppArmor Filesystem Enabled
>> [    0.106028] pnp: PnP ACPI init
>> [    0.106426] ACPI: bus type pnp registered
>> [    0.107361] pnp: PnP ACPI: found 8 devices
>> [    0.107834] ACPI: ACPI bus type pnp unregistered
>> [    0.113757] NET: Registered protocol family 2
>> [    0.114308] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
>> [    0.115168] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
>> [    0.116126] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
>> [    0.116924] TCP: Hash tables configured (established 16384 bind 16384)
>> [    0.117635] TCP reno registered
>> [    0.118036] UDP hash table entries: 256 (order: 1, 8192 bytes)
>> [    0.118658] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
>> [    0.119360] NET: Registered protocol family 1
>> [    0.119870] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
>> [    0.120514] pci 0000:00:01.0: PIIX3: Enabling Passive Release
>> [    0.121133] pci 0000:00:01.0: Activating ISA DMA hang workarounds
>> [    0.122087] Trying to unpack rootfs image as initramfs...
>> [    0.128136] audit: initializing netlink socket (disabled)
>> [    0.128732] type=2000 audit(1361193838.124:1): initialized
>> [    0.156191] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>> [    0.160939] VFS: Disk quotas dquot_6.5.2
>> [    0.161482] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> [    0.167538] Freeing initrd memory: 2000k freed
>> [    0.168234] fuse init (API version 7.16)
>> [    0.168760] msgmni has been set to 976
>> [    0.172508] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
>> [    0.173426] io scheduler noop registered
>> [    0.173901] io scheduler deadline registered (default)
>> [    0.174499] io scheduler cfq registered
>> [    0.175032] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> [    0.175661] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
>> [    0.176455] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> [    0.177316] ACPI: Power Button [PWRF]
>> [    0.178304] ERST: Table is not found!
>> [    0.178861] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
>> [    0.179487] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11
>> [    0.180578] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
>> [    0.181201] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10
>> [    0.182651] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
>> [    0.184109] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
>> [    0.186494] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
>> [    0.209836] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    0.231178] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>> [    0.252936] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    0.276078] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>> [    0.276821] Linux agpgart interface v0.103
>> [    0.277915] brd: module loaded
>> [    0.278589] loop: module loaded
>> [    0.296757]  vda: vda1
>> [    0.298843] scsi0 : ata_piix
>> [    0.299883] scsi1 : ata_piix
>> [    0.300868] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
>> [    0.302557] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
>> [    0.304569] Fixed MDIO Bus: probed
>> [    0.305629] PPP generic driver version 2.4.2
>> [    0.306840] tun: Universal TUN/TAP device driver, 1.6
>> [    0.308173] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
>> [    0.384685] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [    0.386400] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> [    0.387933] uhci_hcd: USB Universal Host Controller Interface driver
>> [    0.389589] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10
>> [    0.391806] uhci_hcd 0000:00:01.2: UHCI Host Controller
>> [    0.393273] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
>> [    0.395388] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c040
>> [    0.397118] hub 1-0:1.0: USB hub found
>> [    0.397792] hub 1-0:1.0: 2 ports detected
>> [    0.398326] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
>> [    0.399659] serio: i8042 KBD port at 0x60,0x64 irq 1
>> [    0.400272] serio: i8042 AUX port at 0x60,0x64 irq 12
>> [    0.400857] mousedev: PS/2 mouse device common for all mice
>> [    0.401539] rtc_cmos 00:01: RTC can wake from S4
>> [    0.402183] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
>> [    0.402875] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
>> [    0.403594] device-mapper: uevent: version 1.0.3
>> [    0.404188] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@xxxxxxxxxx
>> [    0.405131] cpuidle: using governor ladder
>> [    0.405608] cpuidle: using governor menu
>> [    0.406083] EFI Variables Facility v0.08 2004-May-17
>> [    0.406733] TCP cubic registered
>> [    0.407238] NET: Registered protocol family 10
>> [    0.408067] NET: Registered protocol family 17
>> [    0.408585] Registering the dns_resolver key type
>> [    0.409217] registered taskstats version 1
>> [    0.409861] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
>> [    0.413008]   Magic number: 1:528:382
>> [    0.413527] rtc_cmos 00:01: setting system clock to 2013-02-18 13:23:57 UTC (1361193837)
>> [    0.414461] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
>> [    0.415109] EDD information not available.
>> [    0.564916] Freeing unused kernel memory: 900k freed
>> [    0.566068] Write protecting the kernel read-only data: 12288k
>> [    0.574550] Freeing unused kernel memory: 1968k freed
>> [    0.579346] Freeing unused kernel memory: 1368k freed
>>
>> info: initramfs: up at 0.58
>> NOCHANGE: partition 1 is size 64260. it cannot be grown
>> info: initramfs loading root from /dev/vda1
>> info: /etc/init.d/rc.sysinit: up at 0.75
>> [    0.754862] EXT3-fs (vda1): warning: checktime reached, running e2fsck is recommended
>> Starting logging: OK
>> Initializing random number generator... done.
>> Starting network...
>> udhcpc (v1.18.5) started
>> Sending discover...
>> Sending select for 10.5.5.5...
>> Lease of 10.5.5.5 obtained, lease time 120
>> deleting routers
>> route: SIOCDELRT: No such process
>> adding dns 8.8.8.8
>> cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 1/30: up 0.85. request failed
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 2/30: up 191.17. request failed
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 3/30: up 381.64. request failed
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 4/30: up 572.10. request failed
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 5/30: up 762.57. request failed
>> wget: can't connect to remote host (169.254.169.254): Connection timed out
>> cloud-setup: failed 6/30: up 953.03. request failed
>>
>>  Then again I created another compute node and spawned another VM on there and it wont hang and lets me log in. But does not get an ip. Its log is as follows.
>>
>>  [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Linux version 3.0.0-12-virtual (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 18:19:02 UTC 2011 (Ubuntu 3.0.0-12.20-virtual 3.0.4)
>> [    0.000000] Command line: LABEL=cirros-rootfs ro console=tty0 console=ttyS0 console=hvc0
>> [    0.000000] KERNEL supported cpus:
>> [    0.000000]   Intel GenuineIntel
>> [    0.000000]   AMD AuthenticAMD
>> [    0.000000]   Centaur CentaurHauls
>> [    0.000000] BIOS-provided physical RAM map:
>> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
>> [    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>> [    0.000000]  BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
>> [    0.000000]  BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
>> [    0.000000] NX (Execute Disable) protection: active
>> [    0.000000] DMI 2.4 present.
>> [    0.000000] No AGP bridge found
>> [    0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
>> [    0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
>> [    0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
>> [    0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
>> [    0.000000] RAMDISK: 1fdf9000 - 1ffed000
>> [    0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS )
>> [    0.000000] ACPI: RSDT 000000001fffd7b0 00034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
>> [    0.000000] ACPI: FACP 000000001fffff80 00074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
>> [    0.000000] ACPI: DSDT 000000001fffd9b0 02589 (v01   BXPC   BXDSDT 00000001 INTL 20100528)
>> [    0.000000] ACPI: FACS 000000001fffff40 00040
>> [    0.000000] ACPI: SSDT 000000001fffd910 0009E (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
>> [    0.000000] ACPI: APIC 000000001fffd830 00072 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
>> [    0.000000] ACPI: HPET 000000001fffd7f0 00038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
>> [    0.000000] No NUMA configuration found
>> [    0.000000] Faking a node at 0000000000000000-000000001fffd000
>> [    0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
>> [    0.000000]   NODE_DATA [000000001fff5000 - 000000001fff9fff]
>> [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
>> [    0.000000] kvm-clock: cpu 0, msr 0:1ce28c1, boot clock
>> [    0.000000] Zone PFN ranges:
>> [    0.000000]   DMA      0x00000010 -> 0x00001000
>> [    0.000000]   DMA32    0x00001000 -> 0x00100000
>> [    0.000000]   Normal   empty
>> [    0.000000] Movable zone start PFN for each node
>> [    0.000000] early_node_map[2] active PFN ranges
>> [    0.000000]     0: 0x00000010 -> 0x0000009d
>> [    0.000000]     0: 0x00000100 -> 0x0001fffd
>> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
>> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
>> [    0.000000] Using ACPI (MADT) for SMP configuration information
>> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>> [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
>> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
>> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
>> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
>> [    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
>> [    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deffc000)
>> [    0.000000] Booting paravirtualized kernel on KVM
>> [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
>> [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s79296 r8192 d23104 u2097152
>> [    0.000000] kvm-clock: cpu 0, msr 0:1fa128c1, primary cpu clock
>> [    0.000000] KVM setup async PF for cpu 0
>> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 129157
>> [    0.000000] Policy zone: DMA32
>> [    0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty0 console=ttyS0 console=hvc0
>> [    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
>> [    0.000000] Checking aperture...
>> [    0.000000] No AGP bridge found
>> [    0.000000] Memory: 497852k/524276k available (6206k kernel code, 460k absent, 25964k reserved, 6907k data, 900k init)
>> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
>> [    0.000000] Hierarchical RCU implementation.
>> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
>> [    0.000000] NR_IRQS:4352 nr_irqs:256 16
>> [    0.000000] Console: colour VGA+ 80x25
>> [    0.000000] console [tty0] enabled
>> [    0.000000] console [ttyS0] enabled
>> [    0.000000] allocated 4194304 bytes of page_cgroup
>> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
>> [    0.000000] Detected 2388.000 MHz processor.
>> [    0.008000] Calibrating delay loop (skipped) preset value.. 4776.00 BogoMIPS (lpj=9552000)
>> [    0.008000] pid_max: default: 32768 minimum: 301
>> [    0.008060] Security Framework initialized
>> [    0.009366] AppArmor: AppArmor initialized
>> [    0.012006] Yama: becoming mindful.
>> [    0.013281] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
>> [    0.016066] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
>> [    0.018349] Mount-cache hash table entries: 256
>> [    0.020129] Initializing cgroup subsys cpuacct
>> [    0.021491] Initializing cgroup subsys memory
>> [    0.022851] Initializing cgroup subsys devices
>> [    0.024016] Initializing cgroup subsys freezer
>> [    0.025363] Initializing cgroup subsys net_cls
>> [    0.026715] Initializing cgroup subsys blkio
>> [    0.028030] Initializing cgroup subsys perf_event
>> [    0.029573] mce: CPU supports 10 MCE banks
>> [    0.031197] SMP alternatives: switching to UP code
>> [    0.147933] Freeing SMP alternatives: 24k freed
>> [    0.148079] ACPI: Core revision 20110413
>> [    0.150559] ftrace: allocating 26075 entries in 103 pages
>> [    0.157762] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
>> [    0.159467] CPU0: Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz stepping 0b
>> [    0.164009] Performance Events: unsupported p6 CPU model 15 no PMU driver, software events only.
>> [    0.164009] Brought up 1 CPUs
>> [    0.164014] Total of 1 processors activated (4776.00 BogoMIPS).
>> [    0.166755] devtmpfs: initialized
>> [    0.170360] print_constraints: dummy:
>> [    0.172104] Time: 13:24:44  Date: 02/18/13
>> [    0.173418] NET: Registered protocol family 16
>> [    0.174937] ACPI: bus type pci registered
>> [    0.176142] PCI: Using configuration type 1 for base access
>> [    0.178569] bio: create slab <bio-0> at 0
>> [    0.182563] ACPI: Interpreter enabled
>> [    0.184015] ACPI: (supports S0 S3 S4 S5)
>> [    0.185710] ACPI: Using IOAPIC for interrupt routing
>> [    0.191250] ACPI: No dock devices found.
>> [    0.192014] HEST: Table not found.
>> [    0.193107] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>> [    0.196032] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
>> [    0.201426] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
>> [    0.203612] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
>> [    0.222828]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
>> [    0.230916] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
>> [    0.233519] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
>> [    0.236105] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
>> [    0.238340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
>> [    0.240838] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
>> [    0.243162] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>> [    0.244018] vgaarb: loaded
>> [    0.244970] vgaarb: bridge control possible 0000:00:02.0
>> [    0.248376] SCSI subsystem initialized
>> [    0.249892] usbcore: registered new interface driver usbfs
>> [    0.251464] usbcore: registered new interface driver hub
>> [    0.252071] usbcore: registered new device driver usb
>> [    0.253742] PCI: Using ACPI for IRQ routing
>> [    0.256479] NetLabel: Initializing
>> [    0.257580] NetLabel:  domain hash size = 128
>> [    0.258875] NetLabel:  protocols = UNLABELED CIPSOv4
>> [    0.260035] NetLabel:  unlabeled traffic allowed by default
>> [    0.261665] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
>> [    0.264019] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>> [    0.265888] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
>> [    0.272194] Switching to clocksource kvm-clock
>> [    0.274531] Switched to NOHz mode on CPU #0
>> [    0.285035] AppArmor: AppArmor Filesystem Enabled
>> [    0.286499] pnp: PnP ACPI init
>> [    0.287542] ACPI: bus type pnp registered
>> [    0.289770] pnp: PnP ACPI: found 8 devices
>> [    0.291018] ACPI: ACPI bus type pnp unregistered
>> [    0.298943] NET: Registered protocol family 2
>> [    0.300379] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
>> [    0.302578] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
>> [    0.305173] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
>> [    0.307360] TCP: Hash tables configured (established 16384 bind 16384)
>> [    0.309146] TCP reno registered
>> [    0.310196] UDP hash table entries: 256 (order: 1, 8192 bytes)
>> [    0.311822] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
>> [    0.313682] NET: Registered protocol family 1
>> [    0.315006] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
>> [    0.316674] pci 0000:00:01.0: PIIX3: Enabling Passive Release
>> [    0.318307] pci 0000:00:01.0: Activating ISA DMA hang workarounds
>> [    0.320480] audit: initializing netlink socket (disabled)
>> [    0.322019] type=2000 audit(1361193885.316:1): initialized
>> [    0.344239] Trying to unpack rootfs image as initramfs...
>> [    0.358871] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>> [    0.365890] VFS: Disk quotas dquot_6.5.2
>> [    0.367186] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> [    0.376084] fuse init (API version 7.16)
>> [    0.377439] msgmni has been set to 972
>> [    0.392139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
>> [    0.394429] io scheduler noop registered
>> [    0.395634] io scheduler deadline registered (default)
>> [    0.397194] io scheduler cfq registered
>> [    0.399476] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> [    0.401085] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
>> [    0.402998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> [    0.405233] ACPI: Power Button [PWRF]
>> [    0.417377] ERST: Table is not found!
>> [    0.418791] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
>> [    0.420438] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11
>> [    0.432170] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
>> [    0.433814] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10
>> [    0.438359] Freeing initrd memory: 2000k freed
>> [    0.441355] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
>> [    0.443792] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
>> [    0.447889] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
>> [    0.472678] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    0.496702] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>> [    0.521704] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    0.545496] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
>> [    0.547267] Linux agpgart interface v0.103
>> [    0.549897] brd: module loaded
>> [    0.551553] loop: module loaded
>> [    0.554797]  vda: vda1
>> [    0.556875] scsi0 : ata_piix
>> [    0.558025] scsi1 : ata_piix
>> [    0.559060] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
>> [    0.560911] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
>> [    0.563676] Fixed MDIO Bus: probed
>> [    0.565407] PPP generic driver version 2.4.2
>> [    0.567404] tun: Universal TUN/TAP device driver, 1.6
>> [    0.569609] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
>> [    0.606807] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [    0.609530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> [    0.612116] uhci_hcd: USB Universal Host Controller Interface driver
>> [    0.614760] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 10 (level, high) -> IRQ 10
>> [    0.618308] uhci_hcd 0000:00:01.2: UHCI Host Controller
>> [    0.619885] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
>> [    0.622297] uhci_hcd 0000:00:01.2: irq 10, io base 0x0000c040
>> [    0.624142] hub 1-0:1.0: USB hub found
>> [    0.625358] hub 1-0:1.0: 2 ports detected
>> [    0.626777] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
>> [    0.630038] serio: i8042 KBD port at 0x60,0x64 irq 1
>> [    0.631498] serio: i8042 AUX port at 0x60,0x64 irq 12
>> [    0.633058] mousedev: PS/2 mouse device common for all mice
>> [    0.634804] rtc_cmos 00:01: RTC can wake from S4
>> [    0.636473] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
>> [    0.638306] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
>> [    0.640167] device-mapper: uevent: version 1.0.3
>> [    0.641633] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@xxxxxxxxxx
>> [    0.644149] cpuidle: using governor ladder
>> [    0.645427] cpuidle: using governor menu
>> [    0.646682] EFI Variables Facility v0.08 2004-May-17
>> [    0.648412] TCP cubic registered
>> [    0.649633] NET: Registered protocol family 10
>> [    0.651585] NET: Registered protocol family 17
>> [    0.652979] Registering the dns_resolver key type
>> [    0.654619] registered taskstats version 1
>> [    0.656246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
>> [    0.671472]   Magic number: 1:81:433
>> [    0.672837] rtc_cmos 00:01: setting system clock to 2013-02-18 13:24:45 UTC (1361193885)
>> [    0.675260] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
>> [    0.676968] EDD information not available.
>> [    0.814934] Freeing unused kernel memory: 900k freed
>> [    0.817578] Write protecting the kernel read-only data: 12288k
>> [    0.827394] Freeing unused kernel memory: 1968k freed
>> [    0.834295] Freeing unused kernel memory: 1368k freed
>>
>> info: initramfs: up at 0.85
>> NOCHANGE: partition 1 is size 64260. it cannot be grown
>> info: initramfs loading root from /dev/vda1
>> info: /etc/init.d/rc.sysinit: up at 1.09
>> [    1.100339] EXT3-fs (vda1): warning: checktime reached, running e2fsck is recommended
>> Starting logging: OK
>> Initializing random number generator... done.
>> Starting network...
>> udhcpc (v1.18.5) started
>> Sending discover...
>> Sending discover...
>> Sending discover...
>> No lease, failing
>> WARN: /etc/rc3.d/S40-network failed
>> cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 1/30: up 10.43. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 2/30: up 11.45. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 3/30: up 12.47. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 4/30: up 13.48. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 5/30: up 14.49. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 6/30: up 15.51. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 7/30: up 16.52. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 8/30: up 17.54. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 9/30: up 18.55. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 10/30: up 19.57. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 11/30: up 20.58. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 12/30: up 21.60. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 13/30: up 22.61. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 14/30: up 23.62. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 15/30: up 24.64. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 16/30: up 25.65. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 17/30: up 26.66. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 18/30: up 27.68. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 19/30: up 28.69. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 20/30: up 29.71. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 21/30: up 30.72. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 22/30: up 31.73. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 23/30: up 32.75. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 24/30: up 33.76. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 25/30: up 34.77. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 26/30: up 35.78. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 27/30: up 36.82. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 28/30: up 37.83. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 29/30: up 38.85. request failed
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-setup: failed 30/30: up 39.86. request failed
>> cloud-setup: after 30 fails, debugging
>> cloud-setup: running debug (30 tries reached)
>> ############ debug start ##############
>> ### /etc/rc.d/init.d/sshd start
>> /etc/rc3.d/S45-cloud-setup: line 66: /etc/rc.d/init.d/sshd: not found
>> route: fscanf
>> ### ifconfig -a
>> eth0      Link encap:Ethernet  HWaddr FA:16:3E:4B:FE:5F
>>           inet6 addr: fe80::f816:3eff:fe4b:fe5f/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:13 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:1706 (1.6 KiB)  TX bytes:1224 (1.1 KiB)
>>
>> lo        Link encap:Local Loopback
>>           inet addr:127.0.0.1  Mask:255.0.0.0
>>           inet6 addr: ::1/128 Scope:Host
>>           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)
>>
>> ### route -n
>> Kernel IP routing table
>> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
>> route: fscanf
>> ### cat /etc/resolv.conf
>> cat: can't open '/etc/resolv.conf': No such file or directory
>> ### gateway not found
>> /etc/rc3.d/S45-cloud-setup: line 66: can't open /etc/resolv.conf: no such file
>> ### pinging nameservers
>> ### uname -a
>> Linux cirros 3.0.0-12-virtual #20-Ubuntu SMP Fri Oct 7 18:19:02 UTC 2011 x86_64 GNU/Linux
>> ### lsmod
>> Module                  Size  Used by    Not tainted
>> vfat                   17585  0
>> fat                    61475  1 vfat
>> isofs                  40253  0
>> ip_tables              27473  0
>> x_tables               29846  1 ip_tables
>> pcnet32                42078  0
>> 8139cp                 27412  0
>> ne2k_pci               13691  0
>> 8390                   18856  1 ne2k_pci
>> e1000                 108573  0
>> acpiphp                24080  0
>> ### dmesg | tail
>> [    1.214878] acpiphp: Slot [30] registered
>> [    1.214899] acpiphp: Slot [31] registered
>> [    1.228073] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
>> [    1.228076] e1000: Copyright (c) 1999-2006 Intel Corporation.
>> [    1.236351] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
>> [    1.242803] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
>> [    1.250444] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
>> [    1.260202] ip_tables: (C) 2000-2006 Netfilter Core Team
>> [    1.344253] Refined TSC clocksource calibration: 2387.967 MHz.
>> [    2.108346] eth0: IPv6 duplicate address fe80::f816:3eff:fe4b:fe5f detected!
>> ### tail -n 25 /var/log/messages
>> Feb 18 06:24:46 cirros kern.info kernel: [    0.948101] usb 1-1: new full speed USB device number 2 using uhci_hcd
>> Feb 18 06:24:46 cirros kern.info kernel: [    0.971567] EXT3-fs: barriers not enabled
>> Feb 18 06:24:46 cirros kern.info kernel: [    0.971818] kjournald starting.  Commit interval 5 seconds
>> Feb 18 06:24:46 cirros kern.info kernel: [    0.971836] EXT3-fs (vda1): mounted filesystem with ordered data mode
>> Feb 18 06:24:46 cirros kern.warn kernel: [    1.100339] EXT3-fs (vda1): warning: checktime reached, running e2fsck is recommended
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.103064] EXT3-fs (vda1): using internal journal
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.213929] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214172] acpiphp: Slot [1] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214207] acpiphp: Slot [2] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214228] acpiphp: Slot [3] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214249] acpiphp: Slot [4] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214289] acpiphp: Slot [5] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214312] acpiphp: Slot [6] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214335] acpiphp: Slot [7] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214358] acpiphp: Slot [8] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214380] acpiphp: Slot [9] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.214403] acpiphp: Slot [10] registered
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.228073] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.228076] e1000: Copyright (c) 1999-2006 Intel Corporation.
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.236351] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.242803] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.250444] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@xxxxxxxxxxxxxxxx
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.260202] ip_tables: (C) 2000-2006 Netfilter Core Team
>> Feb 18 06:24:46 cirros kern.info kernel: [    1.344253] Refined TSC clocksource calibration: 2387.967 MHz.
>> Feb 18 06:24:46 cirros kern.info kernel: [    2.108346] eth0: IPv6 duplicate address fe80::f816:3eff:fe4b:fe5f detected!
>> ############ debug end   ##############
>> cloud-setup: failed to read iid from metadata. tried 30
>> WARN: /etc/rc3.d/S45-cloud-setup failed
>> Starting dropbear sshd: generating rsa key... generating dsa key... OK
>> ===== cloud-final: system completely up in 41.37 seconds ====
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>>   instance-id:
>>   public-ipv4:
>>   local-ipv4 :
>> wget: can't connect to remote host (169.254.169.254): Network is unreachable
>> cloud-userdata: failed to read instance id
>> WARN: /etc/rc3.d/S99-cloud-userdata failed
>>   ____               ____  ____
>>  / __/ __ ____ ____ / __ \/ __/
>> / /__ / // __// __// /_/ /\ \
>> \___//_//_/  /_/   \____/___/
>>  http://launchpad.net/cirros
>>
>>
>>
>> login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
>>
>> cirros login:
>>
>> Additionally when I try to create more than 5 instances it throws the following exception.
>>
>> Error: Quota exceeded for instances: Requested 1, but already used 10 of 10 instances (HTTP 413) (Request-ID: req-09f00a85-900b-4f11-94fe-e7f8e4311032)
>>
>> Thanks.
>>
>>
>>
>> On 18 February 2013 13:30, Chathura M. Sarathchandra Magurawalage <
>> 77.chathura@xxxxxxxxx> wrote:
>>
>>> Yes definitely I will post it here for future reference for anybody.
>>>
>>> On 18 February 2013 13:28, Guilherme Russi <luisguilherme.cr@xxxxxxxxx>wrote:
>>>
>>>> Got it, I have one virtual interface too, to make the management and VM
>>>> conf part. If you find anything, let me know, please.
>>>>
>>>> Thanks.
>>>>
>>>>
>>>>
>>>> 2013/2/18 Chathura M. Sarathchandra Magurawalage <77.chathura@xxxxxxxxx
>>>> >
>>>>
>>>>> I have only got 1 NIC but got two virtual interface for two different
>>>>> networks. I have got network node in the same physical machine too.
>>>>>
>>>>>
>>>>> On 18 February 2013 13:15, Guilherme Russi <luisguilherme.cr@xxxxxxxxx
>>>>> > wrote:
>>>>>
>>>>>> How did you install your controller node? I mean, mine I have 2 NICs
>>>>>> and I installed the network node at the same physical machine.
>>>>>>
>>>>>>
>>>>>> 2013/2/18 Chathura M. Sarathchandra Magurawalage <
>>>>>> 77.chathura@xxxxxxxxx>
>>>>>>
>>>>>>  Hello Guilherme,
>>>>>>>
>>>>>>>  No, I am still having the problem :(
>>>>>>>
>>>>>>>
>>>>>>>  On 18 February 2013 13:01, Guilherme Russi <
>>>>>>> luisguilherme.cr@xxxxxxxxx> wrote:
>>>>>>>
>>>>>>>> Hello Chathura,
>>>>>>>>
>>>>>>>>  Have succeeded with your network? I'm having problems with mine
>>>>>>>> too.
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> Guilherme.
>>>>>>>>
>>>>>>>>
>>>>>>>> 2013/2/17 Chathura M. Sarathchandra Magurawalage <
>>>>>>>> 77.chathura@xxxxxxxxx>
>>>>>>>>
>>>>>>>>  Hope you had a good night sleep :)
>>>>>>>>>
>>>>>>>>>  Yes sure I will be on irc. my nickname is chathura77
>>>>>>>>>
>>>>>>>>>  Thanks
>>>>>>>>>
>>>>>>>>>  On 17 February 2013 13:15, Jean-Baptiste RANSY <
>>>>>>>>> jean-baptiste.ransy@xxxxxxxxxx> wrote:
>>>>>>>>>
>>>>>>>>>>  ping
>>>>>>>>>>
>>>>>>>>>> Are you on IRC ?
>>>>>>>>>>
>>>>>>>>>> JB
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 02/17/2013 04:07 AM, Jean-Baptiste RANSY wrote:
>>>>>>>>>>
>>>>>>>>>>  Add Cirros Image to Glance :)
>>>>>>>>>>
>>>>>>>>>> Username: cirros
>>>>>>>>>> Password: cubswin:)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://docs.openstack.org/trunk/openstack-compute/install/apt/content/uploading-to-glance.html
>>>>>>>>>>
>>>>>>>>>> to join your VM, it's a bit dirty but you can :
>>>>>>>>>> - put your computer in the same subnet as your controller (
>>>>>>>>>> 192.168.2.0/24)
>>>>>>>>>> - then adds a static route to the subnet of your VM. (ip route
>>>>>>>>>> add 10.5.5.0/24 gw 192.168.2.151)
>>>>>>>>>> (192.168.2.151 is the quantum gateway)
>>>>>>>>>>
>>>>>>>>>> I'm going to sleep, we will continue tomorrow.
>>>>>>>>>>
>>>>>>>>>> JB
>>>>>>>>>>
>>>>>>>>>> PS : You also should get some sleep :)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 02/17/2013 03:53 AM, Chathura M. Sarathchandra Magurawalage
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>  oh that's weird.
>>>>>>>>>>
>>>>>>>>>>  I still get this error. couldnt this be because I cannot ping
>>>>>>>>>> the VM in the first place?. Because as far as I know metadata takes care of
>>>>>>>>>> ssh keys. But what if you cant reach the VM in the first place?
>>>>>>>>>>
>>>>>>>>>>  no instance data found in start-local
>>>>>>>>>>
>>>>>>>>>> ci-info: lo    : 1 127.0.0.1       255.0.0.0       .
>>>>>>>>>>
>>>>>>>>>> ci-info: eth0  : 1 10.5.5.3        255.255.255.0   fa:16:3e:a7:28:25
>>>>>>>>>>
>>>>>>>>>> ci-info: route-0: 0.0.0.0         10.5.5.1        0.0.0.0         eth0   UG
>>>>>>>>>>
>>>>>>>>>> ci-info: route-1: 10.5.5.0        0.0.0.0         255.255.255.0   eth0   U
>>>>>>>>>>
>>>>>>>>>> cloud-init start running: Sun, 17 Feb 2013 02:45:35 +0000. up 3.51 seconds
>>>>>>>>>>
>>>>>>>>>> 2013-02-17 02:48:25,840 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]: url error [timed out]
>>>>>>>>>>
>>>>>>>>>> 2013-02-17 02:49:16,893 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [101/120s]: url error [timed out]
>>>>>>>>>>
>>>>>>>>>> 2013-02-17 02:49:34,912 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [119/120s]: url error [timed out]
>>>>>>>>>>
>>>>>>>>>> 2013-02-17 02:49:35,913 - DataSourceEc2.py[CRITICAL]: giving up on md after 120 seconds
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> no instance data found in start
>>>>>>>>>>
>>>>>>>>>> Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
>>>>>>>>>>
>>>>>>>>>>  * Starting AppArmor profiles       [80G
>>>>>>>>>> [74G[ OK ]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  On 17 February 2013 02:41, Jean-Baptiste RANSY <
>>>>>>>>>> jean-baptiste.ransy@xxxxxxxxxx> wrote:
>>>>>>>>>>
>>>>>>>>>>>  For me, it's normal that you are not able to curl
>>>>>>>>>>> 169.254.169.254 from your compute and controller nodes : Same thing on my
>>>>>>>>>>> side, but my VM get their metadata.
>>>>>>>>>>>
>>>>>>>>>>> Try to lunch an instance.
>>>>>>>>>>>
>>>>>>>>>>> JB
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 02/17/2013 03:35 AM, Chathura M. Sarathchandra Magurawalage
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  root@computernode:~# curl -v  http://169.254.169.254
>>>>>>>>>>> * About to connect() to 169.254.169.254 port 80 (#0)
>>>>>>>>>>> *   Trying 169.254.169.254...
>>>>>>>>>>>
>>>>>>>>>>>  root@controller:~# curl -v  http://169.254.169.254
>>>>>>>>>>> * About to connect() to 169.254.169.254 port 80 (#0)
>>>>>>>>>>> *   Trying 169.254.169.254...
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  root@athena:~# iptables -L -n -v
>>>>>>>>>>> Chain INPUT (policy ACCEPT 59009 packets, 22M bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>> 59493   22M quantum-l3-agent-INPUT  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>> 59493   22M nova-api-INPUT  all  --  *      *       0.0.0.0/0
>>>>>>>>>>>          0.0.0.0/0
>>>>>>>>>>>   484 73533 ACCEPT     47   --  *      *       0.0.0.0/0
>>>>>>>>>>>      0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain FORWARD (policy ACCEPT 707 packets, 47819 bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>   707 47819 quantum-filter-top  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>   707 47819 quantum-l3-agent-FORWARD  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>   707 47819 nova-filter-top  all  --  *      *       0.0.0.0/0
>>>>>>>>>>> 0.0.0.0/0
>>>>>>>>>>>   707 47819 nova-api-FORWARD  all  --  *      *       0.0.0.0/0
>>>>>>>>>>> 0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain OUTPUT (policy ACCEPT 56022 packets, 22M bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>> 56022   22M quantum-filter-top  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>> 56022   22M quantum-l3-agent-OUTPUT  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>> 56022   22M nova-filter-top  all  --  *      *       0.0.0.0/0
>>>>>>>>>>> 0.0.0.0/0
>>>>>>>>>>> 56022   22M nova-api-OUTPUT  all  --  *      *       0.0.0.0/0
>>>>>>>>>>> 0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-FORWARD (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-INPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0
>>>>>>>>>>>      192.168.2.225        tcp dpt:8775
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-OUTPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-local (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-filter-top (2 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>> 56729   22M nova-api-local  all  --  *      *       0.0.0.0/0
>>>>>>>>>>>          0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-filter-top (2 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>> 56729   22M quantum-l3-agent-local  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-FORWARD (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-INPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0
>>>>>>>>>>>      192.168.2.225        tcp dpt:8775
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-OUTPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-local (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  root@athena:~# iptables -L -n -v -t nat
>>>>>>>>>>> Chain PREROUTING (policy ACCEPT 3212 packets, 347K bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>  3212  347K quantum-l3-agent-PREROUTING  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>  3212  347K nova-api-PREROUTING  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain INPUT (policy ACCEPT 639 packets, 84948 bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain OUTPUT (policy ACCEPT 3180 packets, 213K bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>  3180  213K quantum-l3-agent-OUTPUT  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>  3180  213K nova-api-OUTPUT  all  --  *      *       0.0.0.0/0
>>>>>>>>>>> 0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>  3726  247K quantum-l3-agent-POSTROUTING  all  --  *      *
>>>>>>>>>>>   0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>     0     0 nova-api-POSTROUTING  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>     0     0 quantum-postrouting-bottom  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>     0     0 nova-postrouting-bottom  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-OUTPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-POSTROUTING (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-PREROUTING (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-float-snat (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-api-snat (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 nova-api-float-snat  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain nova-postrouting-bottom (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 nova-api-snat  all  --  *      *       0.0.0.0/0
>>>>>>>>>>>          0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-OUTPUT (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-POSTROUTING (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>  3726  247K ACCEPT     all  --  !qg-6f8374cb-cb !qg-6f8374cb-cb
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0            ! ctstate DNAT
>>>>>>>>>>>     0     0 ACCEPT     all  --  *      *       10.5.5.0/24
>>>>>>>>>>>      192.168.2.225
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-PREROUTING (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 DNAT       tcp  --  *      *       0.0.0.0/0
>>>>>>>>>>>      169.254.169.254      tcp dpt:80 to:192.168.2.225:8775
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-float-snat (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-l3-agent-snat (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 quantum-l3-agent-float-snat  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>     0     0 SNAT       all  --  *      *       10.5.5.0/24
>>>>>>>>>>>      0.0.0.0/0            to:192.168.2.151
>>>>>>>>>>>
>>>>>>>>>>>  Chain quantum-postrouting-bottom (1 references)
>>>>>>>>>>>  pkts bytes target     prot opt in     out     source
>>>>>>>>>>>     destination
>>>>>>>>>>>     0     0 quantum-l3-agent-snat  all  --  *      *
>>>>>>>>>>> 0.0.0.0/0            0.0.0.0/0
>>>>>>>>>>>
>>>>>>>>>>> thanks.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  On 17 February 2013 02:25, Jean-Baptiste RANSY <
>>>>>>>>>>> jean-baptiste.ransy@xxxxxxxxxx> wrote:
>>>>>>>>>>>
>>>>>>>>>>>>  Controller node :
>>>>>>>>>>>> # iptables -L -n -v
>>>>>>>>>>>> # iptables -L -n -v -t nat
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 02/17/2013 03:18 AM, Chathura M. Sarathchandra Magurawalage
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> You should be able to curl 169.254.169.254 from compute node,
>>>>>>>>>>>> which I cant at the moment.
>>>>>>>>>>>>
>>>>>>>>>>>>  I have got the bridge set up in the l3_agent.ini
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>   _______________________________________________
>>>>>>>>>> Mailing list: https://launchpad.net/~openstack
>>>>>>>>>> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
>>>>>>>>>> Unsubscribe : https://launchpad.net/~openstack
>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Mailing list: https://launchpad.net/~openstack
>>>>>>>>> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
>>>>>>>>> Unsubscribe : https://launchpad.net/~openstack
>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
>

Follow ups

References