Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HOST: PITUBA
- edward@pituba:~/cactus$ sudo nova-manage service list
- pituba nova-compute enabled :-) 2011-10-21 02:18:37
- pituba nova-volume enabled :-) 2011-10-21 02:18:33
- pituba nova-scheduler enabled :-) 2011-10-21 02:18:32
- pituba nova-network enabled :-) 2011-10-21 02:18:33
- jaku nova-compute enabled :-) 2011-10-21 02:18:40
- jaku nova-network enabled :-) 2011-10-21 02:18:41
- edward@pituba:~/cactus$ cat /etc/nova/nova.conf
- --dhcpbridge_flagfile=/etc/nova/nova.conf
- --dhcpbridge=/usr/bin/nova-dhcpbridge
- --logdir=/var/log/nova
- --instances_path=/storage/public/instances
- --state_path=/var/lib/nova
- --lock_path=/var/lock/nova
- --verbose
- --my_ip=139.82.2.181
- --s3_host=139.82.2.181
- --rabbit_host=139.82.2.181
- --cc_host=139.82.2.181
- --network_host=139.82.2.181
- --ec2_url="http://139.82.2.181:8773/services/Cloud"
- --sql_connection=mysql://nova:[email protected]/nova
- --libvirt_type=kvm
- --glance_api_servers=139.82.2.181:9292
- --image_service=nova.image.glance.GlanceImageService
- --network_manager=nova.network.manager.FlatDHCPManager
- --flat_network_dhcp_start=10.0.0.3
- --public_interface=eth0
- --flat_interface=eth0
- --flat_injected=false
- --fixed_range=10.0.0.0/25
- --network_size=128
- --FAKE_subdomain=ec2
- --routing_source_ip=139.82.2.181
- --iscsi_ip_prefix=139.82.
- --vlan_interface=eth0
- --verbose
- edward@pituba:~/cactus$ cat /etc/network/interfaces
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto br0
- iface br0 inet static
- address 139.82.2.181
- netmask 255.255.255.192
- broadcast 139.82.2.191
- gateway 139.82.2.129
- pre-up ifconfig eth0
- pre-up ifconfig eth0 0.0.0.0 promisc up
- pre-up brctl addbr br0
- pre-up brctl addif br0 eth0
- bridge_fd 9
- bridge_hello 2
- bridge_maxage 12
- bridge_stp off
- #(see dummy0.sh)
- iface eth0 inet static
- address 139.82.2.189
- netmask 255.255.255.192
- broadcast 139.82.2.191
- gateway 139.82.2.129
- edward@pituba:~/cactus$ euca-describe-instances
- RESERVATION r-u3smi2kq book default
- INSTANCE i-000000ee ami-00000007 10.0.0.22 10.0.0.22 running edward (book, pituba) 0 m1.tiny 2011-10-21T02:00:26Znova
- RESERVATION r-j03sb1t6 book default
- INSTANCE i-000000ef ami-00000007 10.0.0.24 10.0.0.24 running edward (book, pituba) 0 m1.tiny 2011-10-21T02:01:32Znova
- RESERVATION r-6y6rfntk book default
- INSTANCE i-000000f1 ami-00000007 10.0.0.26 10.0.0.26 running edward (book, jaku) 0 m1.tiny 2011-10-21T02:04:36Znova
- RESERVATION r-d0xagq8e book default
- INSTANCE i-000000f0 ami-00000007 10.0.0.25 10.0.0.25 running edward (book, pituba) 0 m1.tiny 2011-10-21T02:03:43Znova
- edward@pituba:~/cactus$ ifconfig
- br0 Link encap:Ethernet HWaddr 00:1c:c0:1a:fd:33
- inet addr:139.82.2.181 Bcast:139.82.2.191 Mask:255.255.255.192
- inet6 addr: fec0::e:21c:c0ff:fe1a:fd33/64 Scope:Site
- inet6 addr: 2002:8b52:291:e:21c:c0ff:fe1a:fd33/64 Scope:Global
- inet6 addr: fe80::21c:c0ff:fe1a:fd33/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:770542 errors:0 dropped:0 overruns:0 frame:0
- TX packets:380634 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:483050943 (483.0 MB) TX bytes:438813158 (438.8 MB)
- br100 Link encap:Ethernet HWaddr fe:16:3e:21:74:89
- inet addr:10.0.0.1 Bcast:10.0.0.127 Mask:255.255.255.128
- inet6 addr: fe80::d479:5bff:fe21:9ec3/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:1485 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1427 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:158589 (158.5 KB) TX bytes:198511 (198.5 KB)
- eth0 Link encap:Ethernet HWaddr 00:1c:c0:1a:fd:33
- inet6 addr: fe80::21c:c0ff:fe1a:fd33/64 Scope:Link
- UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
- RX packets:771410 errors:0 dropped:721 overruns:0 frame:0
- TX packets:616082 errors:0 dropped:0 overruns:0 carrier:0
- collisions:122498 txqueuelen:1000
- RX bytes:493969852 (493.9 MB) TX bytes:454390599 (454.3 MB)
- Interrupt:20 Memory:90380000-903a0000
- 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:1356386 errors:0 dropped:0 overruns:0 frame:0
- TX packets:1356386 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:1859484254 (1.8 GB) TX bytes:1859484254 (1.8 GB)
- virbr0 Link encap:Ethernet HWaddr 06:55:0f:c0:dd:34
- inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:0 (0.0 B) TX bytes:5476 (5.4 KB)
- vnet0 Link encap:Ethernet HWaddr fe:16:3e:35:12:4d
- inet6 addr: fe80::fc16:3eff:fe35:124d/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:230 errors:0 dropped:0 overruns:0 frame:0
- TX packets:245 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:500
- RX bytes:27200 (27.2 KB) TX bytes:37588 (37.5 KB)
- vnet1 Link encap:Ethernet HWaddr fe:16:3e:26:22:43
- inet6 addr: fe80::fc16:3eff:fe26:2243/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:211 errors:0 dropped:0 overruns:0 frame:0
- TX packets:226 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:500
- RX bytes:24845 (24.8 KB) TX bytes:27252 (27.2 KB)
- vnet2 Link encap:Ethernet HWaddr fe:16:3e:21:74:89
- inet6 addr: fe80::fc16:3eff:fe21:7489/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:199 errors:0 dropped:0 overruns:0 frame:0
- TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:500
- RX bytes:23329 (23.3 KB) TX bytes:24755 (24.7 KB)
- edward@pituba:~/cactus$ brctl show
- bridge name bridge id STP enabled interfaces
- br0 8000.001cc01afd33 no eth0
- br100 8000.fe163e217489 no vnet0
- vnet1
- vnet2
- virbr0 8000.000000000000 yes
- edward@pituba:~/cactus$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 139.82.2.128 0.0.0.0 255.255.255.192 U 0 0 0 br0
- 10.0.0.0 0.0.0.0 255.255.255.128 U 0 0 0 br100
- 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
- 0.0.0.0 139.82.2.129 0.0.0.0 UG 100 0 0 br0
- HOST: JAKU
- edward@jaku:~$ sudo nova-manage service list
- [sudo] password for edward:
- pituba nova-compute enabled :-) 2011-10-21 02:22:17
- pituba nova-volume enabled :-) 2011-10-21 02:22:14
- pituba nova-scheduler enabled :-) 2011-10-21 02:22:13
- pituba nova-network enabled :-) 2011-10-21 02:22:14
- jaku nova-compute enabled :-) 2011-10-21 02:22:12
- jaku nova-network enabled :-) 2011-10-21 02:22:12
- edward@jaku:~$ cat /etc/nova/nova.conf
- --dhcpbridge_flagfile=/etc/nova/nova.conf
- --dhcpbridge=/usr/bin/nova-dhcpbridge
- --logdir=/var/log/nova
- --instances_path=/storage/public/instances
- --state_path=/var/lib/nova
- --lock_path=/var/lock/nova
- --verbose
- --my_ip=139.82.2.157
- --s3_host=139.82.2.181
- --rabbit_host=139.82.2.181
- --cc_host=139.82.2.181
- --network_host=139.82.2.181
- --ec2_url="http://139.82.2.181:8773/services/Cloud"
- --sql_connection=mysql://nova:[email protected]/nova
- --libvirt_type=kvm
- --glance_api_servers=139.82.2.181:9292
- --glance_host=139.82.2.181
- --image_service=nova.image.glance.GlanceImageService
- --network_manager=nova.network.manager.FlatDHCPManager
- --flat_network_dhcp_start=10.0.0.3
- --public_interface=eth0
- --flat_interface=eth0
- --flat_injected=false
- --fixed_range=10.0.0.0/25
- --network_size=128
- --FAKE_subdomain=ec2
- --routing_source_ip=139.82.2.157
- --vlan_interface=eth0
- --network_host=pituba
- --verbose
- edward@jaku:~$ cat /etc/network/interfaces
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- #
- # node-controller
- #
- auto br0
- iface br0 inet static
- address 139.82.2.157
- netmask 255.255.255.192
- broadcast 139.82.2.191
- gateway 139.82.2.129
- ## functional - ok
- ##bridge_ports eth0
- pre-up ifconfig eth0
- pre-up ifconfig eth0 0.0.0.0 promisc up
- pre-up brctl addbr br0
- pre-up brctl addif br0 eth0
- bridge_fd 9
- bridge_hello 2
- bridge_maxage 12
- bridge_stp off
- ##bridge_maxwait 0
- iface eth0 inet static
- address 139.82.2.159
- netmask 255.255.255.192
- broadcast 139.82.2.191
- gateway 139.82.2.129
- edward@jaku:~$ ifconfig
- br0 Link encap:Ethernet HWaddr 00:1e:37:cc:5d:c9
- inet addr:139.82.2.157 Bcast:139.82.2.191 Mask:255.255.255.192
- inet6 addr: fec0::e:21e:37ff:fecc:5dc9/64 Scope:Site
- inet6 addr: 2002:8b52:291:e:21e:37ff:fecc:5dc9/64 Scope:Global
- inet6 addr: fe80::21e:37ff:fecc:5dc9/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:265797 errors:0 dropped:0 overruns:0 frame:0
- TX packets:233272 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:214715040 (214.7 MB) TX bytes:164730142 (164.7 MB)
- br100 Link encap:Ethernet HWaddr fe:16:3e:18:05:6b
- inet6 addr: fe80::5451:3bff:fe5c:799a/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:30 errors:0 dropped:0 overruns:0 frame:0
- TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:8760 (8.7 KB) TX bytes:5472 (5.4 KB)
- eth0 Link encap:Ethernet HWaddr 00:1e:37:cc:5d:c9
- inet6 addr: fe80::21e:37ff:fecc:5dc9/64 Scope:Link
- UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
- RX packets:502349 errors:0 dropped:2002 overruns:0 frame:0
- TX packets:321567 errors:82 dropped:0 overruns:0 carrier:82
- collisions:65650 txqueuelen:1000
- RX bytes:444178410 (444.1 MB) TX bytes:170555843 (170.5 MB)
- Interrupt:20 Memory:fe000000-fe020000
- 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:30 errors:0 dropped:0 overruns:0 frame:0
- TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:2034 (2.0 KB) TX bytes:2034 (2.0 KB)
- virbr0 Link encap:Ethernet HWaddr 7e:28:77:05:9c:02
- inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:0 (0.0 B) TX bytes:4854 (4.8 KB)
- vnet0 Link encap:Ethernet HWaddr fe:16:3e:18:05:6b
- inet6 addr: fe80::fc16:3eff:fe18:56b/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:35 errors:0 dropped:0 overruns:0 frame:0
- TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:500
- RX bytes:9618 (9.6 KB) TX bytes:5394 (5.3 KB)
- edward@jaku:~$ brctl show
- bridge name bridge id STP enabled interfaces
- br0 8000.001e37cc5dc9 no eth0
- br100 8000.fe163e18056b no vnet0
- virbr0 8000.000000000000 yes
- edward@jaku:~$ route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 139.82.2.128 0.0.0.0 255.255.255.192 U 0 0 0 br0
- 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
- 0.0.0.0 139.82.2.129 0.0.0.0 UG 100 0 0 br0
- edward@jaku:~$
- ---
- edward@pituba:~/cactus$ cat /storage/public/instances/instance-000000ee/console.log
- [ 0.000000] Initializing cgroup subsys cpuset
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Linux version 2.6.38-8-virtual (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 04:06:34 UTC 2011 (Ubuntu 2.6.38-8.42-virtual 2.6.38.2)
- [ 0.000000] Command line: root=/dev/vda console=ttyS0
- [ 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] PAT not supported by CPU.
- [ 0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
- [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
- [ 0.000000] ACPI: RSDP 00000000000fdaa0 00014 (v00 BOCHS )
- [ 0.000000] ACPI: RSDT 000000001fffd6a0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
- [ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
- [ 0.000000] ACPI: DSDT 000000001fffd8a0 02560 (v01 BXPC BXDSDT 00000001 INTL 20100528)
- [ 0.000000] ACPI: FACS 000000001ffffe00 00040
- [ 0.000000] ACPI: SSDT 000000001fffd800 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
- [ 0.000000] ACPI: APIC 000000001fffd720 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
- [ 0.000000] ACPI: HPET 000000001fffd6e0 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 12 and 11
- [ 0.000000] kvm-clock: cpu 0, msr 0:1adca81, 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 28 pages/cpu @ffff88001fc00000 s83840 r8192 d22656 u2097152
- [ 0.000000] kvm-clock: cpu 0, msr 0:1fc13a81, primary cpu clock
- [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129156
- [ 0.000000] Policy zone: DMA32
- [ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
- [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
- [ 0.000000] Checking aperture...
- [ 0.000000] No AGP bridge found
- [ 0.000000] Memory: 501940k/524276k available (6041k kernel code, 460k absent, 21876k reserved, 4997k data, 880k 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] RCU-based detection of stalled CPUs is disabled.
- [ 0.000000] NR_IRQS:4352 nr_irqs:256 16
- [ 0.000000] Console: colour VGA+ 80x25
- [ 0.000000] console [ttyS0] enabled
- [ 0.000000] allocated 5242880 bytes of page_cgroup
- [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
- [ 0.000000] Detected 2400.084 MHz processor.
- [ 0.020000] Calibrating delay loop (skipped) preset value.. 4800.16 BogoMIPS (lpj=24000840)
- [ 0.020000] pid_max: default: 32768 minimum: 301
- [ 0.020000] Security Framework initialized
- [ 0.020000] AppArmor: AppArmor initialized
- [ 0.020000] Yama: becoming mindful.
- [ 0.020000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
- [ 0.020000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
- [ 0.020000] Mount-cache hash table entries: 256
- [ 0.020000] Initializing cgroup subsys ns
- [ 0.020015] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
- [ 0.021389] Initializing cgroup subsys cpuacct
- [ 0.022096] Initializing cgroup subsys memory
- [ 0.022795] Initializing cgroup subsys devices
- [ 0.023507] Initializing cgroup subsys freezer
- [ 0.024211] Initializing cgroup subsys net_cls
- [ 0.024948] Initializing cgroup subsys blkio
- [ 0.025762] mce: CPU supports 10 MCE banks
- [ 0.026680] SMP alternatives: switching to UP code
- [ 0.143104] Freeing SMP alternatives: 20k freed
- [ 0.143929] ACPI: Core revision 20110112
- [ 0.145807] ftrace: allocating 24682 entries in 97 pages
- [ 0.150155] Setting APIC routing to flat
- [ 0.152636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
- [ 0.153579] CPU0: Intel QEMU Virtual CPU version 0.14.0 stepping 03
- [ 0.160000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
- [ 0.160000] Brought up 1 CPUs
- [ 0.160000] Total of 1 processors activated (4800.16 BogoMIPS).
- [ 0.160000] devtmpfs: initialized
- [ 0.160000] print_constraints: dummy:
- [ 0.160000] Time: 2:00:32 Date: 10/21/11
- [ 0.160000] NET: Registered protocol family 16
- [ 0.160000] ACPI: bus type pci registered
- [ 0.160000] PCI: Using configuration type 1 for base access
- [ 0.160735] bio: create slab <bio-0> at 0
- [ 0.163874] ACPI: Interpreter enabled
- [ 0.164482] ACPI: (supports S0 S3 S4 S5)
- [ 0.165205] ACPI: Using IOAPIC for interrupt routing
- [ 0.170929] ACPI: No dock devices found.
- [ 0.171549] HEST: Table not found.
- [ 0.172086] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
- [ 0.173589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
- [ 0.177242] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
- [ 0.178378] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
- [ 0.213878] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
- [ 0.215032] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
- [ 0.216092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
- [ 0.217150] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
- [ 0.218206] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
- [ 0.219457] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
- [ 0.220004] vgaarb: loaded
- [ 0.220876] SCSI subsystem initialized
- [ 0.221862] usbcore: registered new interface driver usbfs
- [ 0.222739] usbcore: registered new interface driver hub
- [ 0.223617] usbcore: registered new device driver usb
- [ 0.224725] wmi: Mapper loaded
- [ 0.225219] PCI: Using ACPI for IRQ routing
- [ 0.226348] NetLabel: Initializing
- [ 0.226897] NetLabel: domain hash size = 128
- [ 0.227581] NetLabel: protocols = UNLABELED CIPSOv4
- [ 0.228507] NetLabel: unlabeled traffic allowed by default
- [ 0.230097] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
- [ 0.231221] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
- [ 0.232074] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
- [ 0.240116] Switching to clocksource kvm-clock
- [ 0.249236] Switched to NOHz mode on CPU #0
- [ 0.254228] AppArmor: AppArmor Filesystem Enabled
- [ 0.255025] pnp: PnP ACPI init
- [ 0.255529] ACPI: bus type pnp registered
- [ 0.257052] pnp: PnP ACPI: found 6 devices
- [ 0.257702] ACPI: ACPI bus type pnp unregistered
- [ 0.265459] NET: Registered protocol family 2
- [ 0.266245] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
- [ 0.267678] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
- [ 0.269247] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
- [ 0.270767] TCP: Hash tables configured (established 16384 bind 16384)
- [ 0.271796] TCP reno registered
- [ 0.272305] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.273250] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.274404] NET: Registered protocol family 1
- [ 0.275115] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
- [ 0.276064] pci 0000:00:01.0: PIIX3: Enabling Passive Release
- [ 0.276988] pci 0000:00:01.0: Activating ISA DMA hang workarounds
- [ 0.278560] audit: initializing netlink socket (disabled)
- [ 0.279472] type=2000 audit(1319162433.270:1): initialized
- [ 0.295761] HugeTLB registered 2 MB page size, pre-allocated 0 pages
- [ 0.298878] VFS: Disk quotas dquot_6.5.2
- [ 0.299553] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
- [ 0.301337] fuse init (API version 7.16)
- [ 0.302069] msgmni has been set to 980
- [ 0.303050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
- [ 0.304258] io scheduler noop registered
- [ 0.304874] io scheduler deadline registered (default)
- [ 0.305707] io scheduler cfq registered
- [ 0.306431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
- [ 0.307317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
- [ 0.308526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
- [ 0.309683] ACPI: Power Button [PWRF]
- [ 0.311802] ERST: Table is not found!
- [ 0.312606] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
- [ 0.313533] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
- [ 0.315110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
- [ 0.316031] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
- [ 0.317537] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
- [ 0.341535] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
- [ 0.365158] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
- [ 0.367445] Linux agpgart interface v0.103
- [ 0.369550] brd: module loaded
- [ 0.370834] loop: module loaded
- [ 0.435047] vda: unknown partition table
- [ 0.436151] i2c-core: driver [adp5520] using legacy suspend method
- [ 0.437597] i2c-core: driver [adp5520] using legacy resume method
- [ 0.440144] scsi0 : ata_piix
- [ 0.441038] scsi1 : ata_piix
- [ 0.441797] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
- [ 0.443381] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
- [ 0.445523] Fixed MDIO Bus: probed
- [ 0.446375] PPP generic driver version 2.4.2
- [ 0.447474] tun: Universal TUN/TAP device driver, 1.6
- [ 0.448665] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
- [ 0.450342] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 0.451904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 0.453366] uhci_hcd: USB Universal Host Controller Interface driver
- [ 0.454687] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
- [ 0.456037] uhci_hcd 0000:00:01.2: UHCI Host Controller
- [ 0.456924] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
- [ 0.458218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
- [ 0.459325] hub 1-0:1.0: USB hub found
- [ 0.462533] hub 1-0:1.0: 2 ports detected
- [ 0.463444] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
- [ 0.466055] serio: i8042 KBD port at 0x60,0x64 irq 1
- [ 0.466973] serio: i8042 AUX port at 0x60,0x64 irq 12
- [ 0.467978] mousedev: PS/2 mouse device common for all mice
- [ 0.469151] rtc_cmos 00:01: RTC can wake from S4
- [ 0.470109] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
- [ 0.471329] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
- [ 0.472680] device-mapper: uevent: version 1.0.3
- [ 0.473607] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: [email protected]
- [ 0.475573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
- [ 0.478342] device-mapper: multipath: version 1.2.0 loaded
- [ 0.479327] device-mapper: multipath round-robin: version 1.0.0 loaded
- [ 0.480698] cpuidle: using governor ladder
- [ 0.481348] cpuidle: using governor menu
- [ 0.482333] TCP cubic registered
- [ 0.483126] NET: Registered protocol family 10
- [ 0.484417] NET: Registered protocol family 17
- [ 0.488575] Registering the dns_resolver key type
- [ 0.489668] registered taskstats version 1
- [ 0.490610] Magic number: 15:771:5
- [ 0.491491] rtc_cmos 00:01: setting system clock to 2011-10-21 02:00:32 UTC (1319162432)
- [ 0.492873] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
- [ 0.494061] EDD information not available.
- [ 0.630630] md: Waiting for all devices to be available before autodetect
- [ 0.632276] md: If you don't use raid, use raid=noautodetect
- [ 0.633890] md: Autodetecting RAID arrays.
- [ 0.634916] md: Scanned 0 and added 0 devices.
- [ 0.635988] md: autorun ...
- [ 0.636674] md: ... autorun DONE.
- [ 0.637793] EXT3-fs (vda): error: couldn't mount because of unsupported optional features (240)
- [ 0.640168] EXT2-fs (vda): error: couldn't mount because of unsupported optional features (240)
- [ 0.651327] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
- [ 0.653216] VFS: Mounted root (ext4 filesystem) readonly on device 252:0.
- [ 0.655327] devtmpfs: mounted
- [ 0.658457] Freeing unused kernel memory: 880k freed
- [ 0.660082] Write protecting the kernel read-only data: 10240k
- [ 0.662431] Freeing unused kernel memory: 84k freed
- [ 0.668441] Freeing unused kernel memory: 1416k freed
- [ 1.290168] Refined TSC clocksource calibration: 2400.084 MHz.
- lxcmount stop/pre-start, process 45
- init: udev-fallback-graphics main process (299) terminated with status 1
- init: plymouth main process (47) killed by SEGV signal
- init: plymouth-splash main process (302) terminated with status 2
- cloud-init start-local running: Fri, 21 Oct 2011 02:00:37 +0000. up 5.27 seconds
- no instance data found in start-local
- init: cloud-init-local main process (203) terminated with status 1
- init: cloud-init-nonet main process (304) killed by TERM signal
- cloud-init start running: Fri, 21 Oct 2011 02:00:38 +0000. up 6.16 seconds
- found data source: DataSourceEc2
- mountall: Event failed
- init: plymouth-log main process (387) terminated with status 1
- * Starting AppArmor profiles 2011-10-21 02:00:43,560 - cc_mounts.py[WARNING]: Failed to enable swap
- 2011-10-21 02:00:43,594 - cc_mounts.py[WARNING]: 'mount -a' failed
- [ OK ]
- Generating locales...
- landscape-client is not configured, please run landscape-config.
- en_US.UTF-8... done
- Generation complete.
- Generating public/private rsa key pair.
- Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
- Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
- The key fingerprint is:
- 77:0c:87:e3:e5:51:67:e6:d9:d9:13:c6:8c:2f:f3:62 root@i-000000ee
- The key's randomart image is:
- +--[ RSA 2048]----+
- | =o+|
- | . o.B*|
- | + + .++|
- | . B + ..|
- | S o + + |
- | . . E . |
- | . . |
- | |
- | |
- +-----------------+
- Generating public/private dsa key pair.
- Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
- Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
- The key fingerprint is:
- 5a:fa:83:c0:da:f2:98:07:c0:f5:1d:01:f3:b8:d0:32 root@i-000000ee
- The key's randomart image is:
- +--[ DSA 1024]----+
- | o... |
- | .. +. |
- |. .E.o... |
- |.. +... |
- | . . . S |
- | . o + |
- | + .o. |
- | ooo ... |
- | o+. .. |
- +-----------------+
- ec2:
- ec2: #############################################################
- ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
- ec2: 2048 77:0c:87:e3:e5:51:67:e6:d9:d9:13:c6:8c:2f:f3:62 /etc/ssh/ssh_host_rsa_key.pub (RSA)
- ec2: 1024 5a:fa:83:c0:da:f2:98:07:c0:f5:1d:01:f3:b8:d0:32 /etc/ssh/ssh_host_dsa_key.pub (DSA)
- ec2: -----END SSH HOST KEY FINGERPRINTS-----
- ec2: #############################################################
- ec2:
- ec2: #############################################################
- ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
- ec2: 2048 77:0c:87:e3:e5:51:67:e6:d9:d9:13:c6:8c:2f:f3:62 /etc/ssh/ssh_host_rsa_key.pub (RSA)
- ec2: 1024 5a:fa:83:c0:da:f2:98:07:c0:f5:1d:01:f3:b8:d0:32 /etc/ssh/ssh_host_dsa_key.pub (DSA)
- ec2: -----END SSH HOST KEY FINGERPRINTS-----
- ec2: #############################################################
- cloud-init boot finished at Fri, 21 Oct 2011 02:01:07 +0000. Up 35.40 seconds
- edward@pituba:~/cactus$
- edward@pituba:~/cactus$ cat /storage/public/instances/instance-000000f1/console.log
- [ 0.000000] Initializing cgroup subsys cpuset
- [ 0.000000] Initializing cgroup subsys cpu
- [ 0.000000] Linux version 2.6.38-8-virtual (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu3) ) #42-Ubuntu SMP Mon Apr 11 04:06:34 UTC 2011 (Ubuntu 2.6.38-8.42-virtual 2.6.38.2)
- [ 0.000000] Command line: root=/dev/vda console=ttyS0
- [ 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] PAT not supported by CPU.
- [ 0.000000] found SMP MP-table at [ffff8800000fd790] fd790
- [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
- [ 0.000000] ACPI: RSDP 00000000000fd740 00014 (v00 BOCHS )
- [ 0.000000] ACPI: RSDT 000000001fffdc40 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
- [ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
- [ 0.000000] ACPI: DSDT 000000001fffde40 01FB7 (v01 BXPC BXDSDT 00000001 INTL 20090123)
- [ 0.000000] ACPI: FACS 000000001ffffe00 00040
- [ 0.000000] ACPI: SSDT 000000001fffdda0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
- [ 0.000000] ACPI: APIC 000000001fffdcc0 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
- [ 0.000000] ACPI: HPET 000000001fffdc80 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 12 and 11
- [ 0.000000] kvm-clock: cpu 0, msr 0:1adca81, 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 28 pages/cpu @ffff88001fc00000 s83840 r8192 d22656 u2097152
- [ 0.000000] kvm-clock: cpu 0, msr 0:1fc13a81, primary cpu clock
- [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129156
- [ 0.000000] Policy zone: DMA32
- [ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
- [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
- [ 0.000000] Checking aperture...
- [ 0.000000] No AGP bridge found
- [ 0.000000] Memory: 501940k/524276k available (6041k kernel code, 460k absent, 21876k reserved, 4997k data, 880k 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] RCU-based detection of stalled CPUs is disabled.
- [ 0.000000] NR_IRQS:4352 nr_irqs:256 16
- [ 0.000000] Console: colour VGA+ 80x25
- [ 0.000000] console [ttyS0] enabled
- [ 0.000000] allocated 5242880 bytes of page_cgroup
- [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
- [ 0.000000] Detected 1994.862 MHz processor.
- [ 0.020000] Calibrating delay loop (skipped) preset value.. 3989.72 BogoMIPS (lpj=19948620)
- [ 0.020000] pid_max: default: 32768 minimum: 301
- [ 0.020000] Security Framework initialized
- [ 0.020000] AppArmor: AppArmor initialized
- [ 0.020012] Yama: becoming mindful.
- [ 0.021606] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
- [ 0.025052] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
- [ 0.028013] Mount-cache hash table entries: 256
- [ 0.030602] Initializing cgroup subsys ns
- [ 0.032198] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
- [ 0.035528] Initializing cgroup subsys cpuacct
- [ 0.037241] Initializing cgroup subsys memory
- [ 0.038925] Initializing cgroup subsys devices
- [ 0.040022] Initializing cgroup subsys freezer
- [ 0.041749] Initializing cgroup subsys net_cls
- [ 0.043445] Initializing cgroup subsys blkio
- [ 0.045328] mce: CPU supports 10 MCE banks
- [ 0.047432] SMP alternatives: switching to UP code
- [ 0.279056] Freeing SMP alternatives: 20k freed
- [ 0.280131] ACPI: Core revision 20110112
- [ 0.283437] ftrace: allocating 24682 entries in 97 pages
- [ 0.290278] Setting APIC routing to flat
- [ 0.295338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
- [ 0.300005] CPU0: Intel QEMU Virtual CPU version 0.14.0 stepping 03
- [ 0.310000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
- [ 0.310000] Brought up 1 CPUs
- [ 0.310000] Total of 1 processors activated (3989.72 BogoMIPS).
- [ 0.310000] devtmpfs: initialized
- [ 0.313437] print_constraints: dummy:
- [ 0.315073] Time: 2:07:07 Date: 10/21/11
- [ 0.316759] NET: Registered protocol family 16
- [ 0.318750] ACPI: bus type pci registered
- [ 0.320269] PCI: Using configuration type 1 for base access
- [ 0.323933] bio: create slab <bio-0> at 0
- [ 0.331569] ACPI: Interpreter enabled
- [ 0.333022] ACPI: (supports S0 S3 S4 S5)
- [ 0.334748] ACPI: Using IOAPIC for interrupt routing
- [ 0.342972] ACPI: No dock devices found.
- [ 0.344476] HEST: Table not found.
- [ 0.345776] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
- [ 0.349351] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
- [ 0.356578] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
- [ 0.360034] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
- [ 0.406732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
- [ 0.409466] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
- [ 0.410870] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
- [ 0.413423] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
- [ 0.415947] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
- [ 0.420237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
- [ 0.423453] vgaarb: loaded
- [ 0.425335] SCSI subsystem initialized
- [ 0.427520] usbcore: registered new interface driver usbfs
- [ 0.429657] usbcore: registered new interface driver hub
- [ 0.430102] usbcore: registered new device driver usb
- [ 0.432418] wmi: Mapper loaded
- [ 0.433614] PCI: Using ACPI for IRQ routing
- [ 0.436102] NetLabel: Initializing
- [ 0.437427] NetLabel: domain hash size = 128
- [ 0.440005] NetLabel: protocols = UNLABELED CIPSOv4
- [ 0.442046] NetLabel: unlabeled traffic allowed by default
- [ 0.444303] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
- [ 0.447023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
- [ 0.449077] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
- [ 0.460152] Switching to clocksource kvm-clock
- [ 0.468251] Switched to NOHz mode on CPU #0
- [ 0.487592] AppArmor: AppArmor Filesystem Enabled
- [ 0.489488] pnp: PnP ACPI init
- [ 0.490802] ACPI: bus type pnp registered
- [ 0.493960] pnp: PnP ACPI: found 6 devices
- [ 0.495524] ACPI: ACPI bus type pnp unregistered
- [ 0.506609] NET: Registered protocol family 2
- [ 0.508622] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
- [ 0.512088] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
- [ 0.515673] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
- [ 0.518973] TCP: Hash tables configured (established 16384 bind 16384)
- [ 0.521687] TCP reno registered
- [ 0.522907] UDP hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.525145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
- [ 0.527711] NET: Registered protocol family 1
- [ 0.529407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
- [ 0.531895] pci 0000:00:01.0: PIIX3: Enabling Passive Release
- [ 0.534104] pci 0000:00:01.0: Activating ISA DMA hang workarounds
- [ 0.537471] audit: initializing netlink socket (disabled)
- [ 0.539534] type=2000 audit(1319162828.530:1): initialized
- [ 0.570194] HugeTLB registered 2 MB page size, pre-allocated 0 pages
- [ 0.576568] VFS: Disk quotas dquot_6.5.2
- [ 0.578204] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
- [ 0.582113] fuse init (API version 7.16)
- [ 0.583828] msgmni has been set to 980
- [ 0.586015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
- [ 0.588877] io scheduler noop registered
- [ 0.590526] io scheduler deadline registered (default)
- [ 0.592593] io scheduler cfq registered
- [ 0.594246] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
- [ 0.596392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
- [ 0.599142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
- [ 0.602114] ACPI: Power Button [PWRF]
- [ 0.605842] ERST: Table is not found!
- [ 0.607707] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
- [ 0.610147] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
- [ 0.613905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
- [ 0.616126] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
- [ 0.619683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
- [ 0.650418] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
- [ 0.680658] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
- [ 0.685391] Linux agpgart interface v0.103
- [ 0.689877] brd: module loaded
- [ 0.692698] loop: module loaded
- [ 0.696666] vda: unknown partition table
- [ 0.698381] i2c-core: driver [adp5520] using legacy suspend method
- [ 0.700784] i2c-core: driver [adp5520] using legacy resume method
- [ 0.704625] scsi0 : ata_piix
- [ 0.705963] scsi1 : ata_piix
- [ 0.707161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
- [ 0.709795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
- [ 0.713307] Fixed MDIO Bus: probed
- [ 0.714696] PPP generic driver version 2.4.2
- [ 0.716418] tun: Universal TUN/TAP device driver, 1.6
- [ 0.718326] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
- [ 0.720992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 0.723615] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 0.725968] uhci_hcd: USB Universal Host Controller Interface driver
- [ 0.728514] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
- [ 0.731874] uhci_hcd 0000:00:01.2: UHCI Host Controller
- [ 0.733956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
- [ 0.737147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
- [ 0.739731] hub 1-0:1.0: USB hub found
- [ 0.764780] hub 1-0:1.0: 2 ports detected
- [ 0.766771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
- [ 0.771934] serio: i8042 KBD port at 0x60,0x64 irq 1
- [ 0.774023] serio: i8042 AUX port at 0x60,0x64 irq 12
- [ 0.776301] mousedev: PS/2 mouse device common for all mice
- [ 0.779089] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
- [ 0.782019] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
- [ 0.784764] device-mapper: uevent: version 1.0.3
- [ 0.786886] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: [email protected]
- [ 0.791420] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
- [ 0.797305] device-mapper: multipath: version 1.2.0 loaded
- [ 0.799657] device-mapper: multipath round-robin: version 1.0.0 loaded
- [ 0.802817] cpuidle: using governor ladder
- [ 0.804545] cpuidle: using governor menu
- [ 0.806604] TCP cubic registered
- [ 0.808198] NET: Registered protocol family 10
- [ 0.811235] NET: Registered protocol family 17
- [ 0.813202] Registering the dns_resolver key type
- [ 0.815482] registered taskstats version 1
- [ 0.817667] Magic number: 15:874:106
- [ 0.819550] rtc_cmos 00:01: setting system clock to 2011-10-21 02:07:08 UTC (1319162828)
- [ 0.822978] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
- [ 0.825704] EDD information not available.
- [ 0.951619] md: Waiting for all devices to be available before autodetect
- [ 0.955867] md: If you don't use raid, use raid=noautodetect
- [ 0.959895] md: Autodetecting RAID arrays.
- [ 0.962648] md: Scanned 0 and added 0 devices.
- [ 0.965505] md: autorun ...
- [ 0.967303] md: ... autorun DONE.
- [ 0.970001] EXT3-fs (vda): error: couldn't mount because of unsupported optional features (240)
- [ 0.975892] EXT2-fs (vda): error: couldn't mount because of unsupported optional features (240)
- [ 0.993028] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
- [ 0.997720] VFS: Mounted root (ext4 filesystem) readonly on device 252:0.
- [ 1.003039] devtmpfs: mounted
- [ 1.009564] Freeing unused kernel memory: 880k freed
- [ 1.013763] Write protecting the kernel read-only data: 10240k
- [ 1.019322] Freeing unused kernel memory: 84k freed
- [ 1.031510] Freeing unused kernel memory: 1416k freed
- [ 1.560197] Refined TSC clocksource calibration: 1994.862 MHz.
- lxcmount stop/pre-start, process 45
- init: udev-fallback-graphics main process (253) terminated with status 1
- init: plymouth-splash main process (256) terminated with status 2
- init: plymouth main process (47) killed by SEGV signal
- cloud-init start-local running: Fri, 21 Oct 2011 02:08:43 +0000. up 95.33 seconds
- no instance data found in start-local
- init: cloud-init-local main process (225) terminated with status 1
- cloud-init start running: Fri, 21 Oct 2011 02:08:45 +0000. up 98.00 seconds
- 2011-10-21 02:08:45,738 - DataSourceEc2.py[WARNING]: waiting for metadata service at http://169.254.169.254/2009-04-04/meta-data/instance-id
- 2011-10-21 02:08:45,742 - DataSourceEc2.py[WARNING]: 02:08:45 [ 1/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:46,748 - DataSourceEc2.py[WARNING]: 02:08:46 [ 2/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:47,753 - DataSourceEc2.py[WARNING]: 02:08:47 [ 3/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:48,758 - DataSourceEc2.py[WARNING]: 02:08:48 [ 4/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:49,763 - DataSourceEc2.py[WARNING]: 02:08:49 [ 5/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:52,319 - DataSourceEc2.py[WARNING]: 02:08:52 [ 6/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:54,325 - DataSourceEc2.py[WARNING]: 02:08:54 [ 7/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:57,091 - DataSourceEc2.py[WARNING]: 02:08:57 [ 8/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:08:59,099 - DataSourceEc2.py[WARNING]: 02:08:59 [ 9/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:01,447 - DataSourceEc2.py[WARNING]: 02:09:01 [10/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:03,453 - DataSourceEc2.py[WARNING]: 02:09:03 [11/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:06,461 - DataSourceEc2.py[WARNING]: 02:09:06 [12/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:13,725 - DataSourceEc2.py[WARNING]: 02:09:13 [13/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:18,283 - DataSourceEc2.py[WARNING]: 02:09:18 [14/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:27,678 - DataSourceEc2.py[WARNING]: 02:09:27 [15/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:30,687 - DataSourceEc2.py[WARNING]: 02:09:30 [16/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:34,697 - DataSourceEc2.py[WARNING]: 02:09:34 [17/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:38,707 - DataSourceEc2.py[WARNING]: 02:09:38 [18/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:42,717 - DataSourceEc2.py[WARNING]: 02:09:42 [19/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:46,727 - DataSourceEc2.py[WARNING]: 02:09:46 [20/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:50,737 - DataSourceEc2.py[WARNING]: 02:09:50 [21/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:09:55,747 - DataSourceEc2.py[WARNING]: 02:09:55 [22/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:00,759 - DataSourceEc2.py[WARNING]: 02:10:00 [23/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:05,770 - DataSourceEc2.py[WARNING]: 02:10:05 [24/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:10,781 - DataSourceEc2.py[WARNING]: 02:10:10 [25/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:15,792 - DataSourceEc2.py[WARNING]: 02:10:15 [26/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:21,804 - DataSourceEc2.py[WARNING]: 02:10:21 [27/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:27,816 - DataSourceEc2.py[WARNING]: 02:10:27 [28/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:33,828 - DataSourceEc2.py[WARNING]: 02:10:33 [29/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:39,839 - DataSourceEc2.py[WARNING]: 02:10:39 [30/30]: url error [[Errno 101] Network is unreachable]
- 2011-10-21 02:10:45,851 - DataSourceEc2.py[CRITICAL]: giving up on md after 120 seconds
- no instance data found in start
- init: cloud-init main process (318) terminated with status 1
- mountall: Event failed
- mountall: Plymouth command failed
- mountall: Plymouth command failed
- mountall: Plymouth command failed
- mountall: Plymouth command failed
- mountall: Disconnected from Plymouth
- init: plymouth-log main process (352) terminated with status 1
- * Starting AppArmor profiles [ OK ]
- landscape-client is not configured, please run landscape-config.
- edward@pituba:~/cactus$
Advertisement
Add Comment
Please, Sign In to add comment