byghis

openstack - cactus - multinode - error networking 01

Oct 20th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.56 KB | None | 0 0
  1. HOST: PITUBA
  2.  
  3. edward@pituba:~/cactus$ sudo nova-manage service list
  4. pituba nova-compute enabled :-) 2011-10-21 02:18:37
  5. pituba nova-volume enabled :-) 2011-10-21 02:18:33
  6. pituba nova-scheduler enabled :-) 2011-10-21 02:18:32
  7. pituba nova-network enabled :-) 2011-10-21 02:18:33
  8. jaku nova-compute enabled :-) 2011-10-21 02:18:40
  9. jaku nova-network enabled :-) 2011-10-21 02:18:41
  10.  
  11. edward@pituba:~/cactus$ cat /etc/nova/nova.conf
  12. --dhcpbridge_flagfile=/etc/nova/nova.conf
  13. --dhcpbridge=/usr/bin/nova-dhcpbridge
  14. --logdir=/var/log/nova
  15. --instances_path=/storage/public/instances
  16. --state_path=/var/lib/nova
  17. --lock_path=/var/lock/nova
  18. --verbose
  19. --my_ip=139.82.2.181
  20. --s3_host=139.82.2.181
  21. --rabbit_host=139.82.2.181
  22. --cc_host=139.82.2.181
  23. --network_host=139.82.2.181
  24. --ec2_url="http://139.82.2.181:8773/services/Cloud"
  25. --sql_connection=mysql://nova:[email protected]/nova
  26. --libvirt_type=kvm
  27. --glance_api_servers=139.82.2.181:9292
  28. --image_service=nova.image.glance.GlanceImageService
  29. --network_manager=nova.network.manager.FlatDHCPManager
  30. --flat_network_dhcp_start=10.0.0.3
  31. --public_interface=eth0
  32. --flat_interface=eth0
  33. --flat_injected=false
  34. --fixed_range=10.0.0.0/25
  35. --network_size=128
  36. --FAKE_subdomain=ec2
  37. --routing_source_ip=139.82.2.181
  38. --iscsi_ip_prefix=139.82.
  39. --vlan_interface=eth0
  40. --verbose
  41.  
  42. edward@pituba:~/cactus$ cat /etc/network/interfaces
  43. # This file describes the network interfaces available on your system
  44. # and how to activate them. For more information, see interfaces(5).
  45.  
  46. # The loopback network interface
  47. auto lo
  48. iface lo inet loopback
  49.  
  50. # The primary network interface
  51. auto br0
  52. iface br0 inet static
  53. address 139.82.2.181
  54. netmask 255.255.255.192
  55. broadcast 139.82.2.191
  56. gateway 139.82.2.129
  57.  
  58. pre-up ifconfig eth0
  59. pre-up ifconfig eth0 0.0.0.0 promisc up
  60. pre-up brctl addbr br0
  61. pre-up brctl addif br0 eth0
  62. bridge_fd 9
  63. bridge_hello 2
  64. bridge_maxage 12
  65. bridge_stp off
  66.  
  67. #(see dummy0.sh)
  68. iface eth0 inet static
  69. address 139.82.2.189
  70. netmask 255.255.255.192
  71. broadcast 139.82.2.191
  72. gateway 139.82.2.129
  73.  
  74.  
  75. edward@pituba:~/cactus$ euca-describe-instances
  76. RESERVATION r-u3smi2kq book default
  77. 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
  78. RESERVATION r-j03sb1t6 book default
  79. 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
  80. RESERVATION r-6y6rfntk book default
  81. 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
  82. RESERVATION r-d0xagq8e book default
  83. 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
  84.  
  85. edward@pituba:~/cactus$ ifconfig
  86. br0 Link encap:Ethernet HWaddr 00:1c:c0:1a:fd:33
  87. inet addr:139.82.2.181 Bcast:139.82.2.191 Mask:255.255.255.192
  88. inet6 addr: fec0::e:21c:c0ff:fe1a:fd33/64 Scope:Site
  89. inet6 addr: 2002:8b52:291:e:21c:c0ff:fe1a:fd33/64 Scope:Global
  90. inet6 addr: fe80::21c:c0ff:fe1a:fd33/64 Scope:Link
  91. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  92. RX packets:770542 errors:0 dropped:0 overruns:0 frame:0
  93. TX packets:380634 errors:0 dropped:0 overruns:0 carrier:0
  94. collisions:0 txqueuelen:0
  95. RX bytes:483050943 (483.0 MB) TX bytes:438813158 (438.8 MB)
  96.  
  97. br100 Link encap:Ethernet HWaddr fe:16:3e:21:74:89
  98. inet addr:10.0.0.1 Bcast:10.0.0.127 Mask:255.255.255.128
  99. inet6 addr: fe80::d479:5bff:fe21:9ec3/64 Scope:Link
  100. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  101. RX packets:1485 errors:0 dropped:0 overruns:0 frame:0
  102. TX packets:1427 errors:0 dropped:0 overruns:0 carrier:0
  103. collisions:0 txqueuelen:0
  104. RX bytes:158589 (158.5 KB) TX bytes:198511 (198.5 KB)
  105.  
  106. eth0 Link encap:Ethernet HWaddr 00:1c:c0:1a:fd:33
  107. inet6 addr: fe80::21c:c0ff:fe1a:fd33/64 Scope:Link
  108. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
  109. RX packets:771410 errors:0 dropped:721 overruns:0 frame:0
  110. TX packets:616082 errors:0 dropped:0 overruns:0 carrier:0
  111. collisions:122498 txqueuelen:1000
  112. RX bytes:493969852 (493.9 MB) TX bytes:454390599 (454.3 MB)
  113. Interrupt:20 Memory:90380000-903a0000
  114.  
  115. lo Link encap:Local Loopback
  116. inet addr:127.0.0.1 Mask:255.0.0.0
  117. inet6 addr: ::1/128 Scope:Host
  118. UP LOOPBACK RUNNING MTU:16436 Metric:1
  119. RX packets:1356386 errors:0 dropped:0 overruns:0 frame:0
  120. TX packets:1356386 errors:0 dropped:0 overruns:0 carrier:0
  121. collisions:0 txqueuelen:0
  122. RX bytes:1859484254 (1.8 GB) TX bytes:1859484254 (1.8 GB)
  123.  
  124. virbr0 Link encap:Ethernet HWaddr 06:55:0f:c0:dd:34
  125. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  126. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  127. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  128. TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
  129. collisions:0 txqueuelen:0
  130. RX bytes:0 (0.0 B) TX bytes:5476 (5.4 KB)
  131.  
  132. vnet0 Link encap:Ethernet HWaddr fe:16:3e:35:12:4d
  133. inet6 addr: fe80::fc16:3eff:fe35:124d/64 Scope:Link
  134. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  135. RX packets:230 errors:0 dropped:0 overruns:0 frame:0
  136. TX packets:245 errors:0 dropped:0 overruns:0 carrier:0
  137. collisions:0 txqueuelen:500
  138. RX bytes:27200 (27.2 KB) TX bytes:37588 (37.5 KB)
  139.  
  140. vnet1 Link encap:Ethernet HWaddr fe:16:3e:26:22:43
  141. inet6 addr: fe80::fc16:3eff:fe26:2243/64 Scope:Link
  142. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  143. RX packets:211 errors:0 dropped:0 overruns:0 frame:0
  144. TX packets:226 errors:0 dropped:0 overruns:0 carrier:0
  145. collisions:0 txqueuelen:500
  146. RX bytes:24845 (24.8 KB) TX bytes:27252 (27.2 KB)
  147.  
  148. vnet2 Link encap:Ethernet HWaddr fe:16:3e:21:74:89
  149. inet6 addr: fe80::fc16:3eff:fe21:7489/64 Scope:Link
  150. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  151. RX packets:199 errors:0 dropped:0 overruns:0 frame:0
  152. TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
  153. collisions:0 txqueuelen:500
  154. RX bytes:23329 (23.3 KB) TX bytes:24755 (24.7 KB)
  155.  
  156. edward@pituba:~/cactus$ brctl show
  157. bridge name bridge id STP enabled interfaces
  158. br0 8000.001cc01afd33 no eth0
  159. br100 8000.fe163e217489 no vnet0
  160. vnet1
  161. vnet2
  162. virbr0 8000.000000000000 yes
  163. edward@pituba:~/cactus$ route -n
  164. Kernel IP routing table
  165. Destination Gateway Genmask Flags Metric Ref Use Iface
  166. 139.82.2.128 0.0.0.0 255.255.255.192 U 0 0 0 br0
  167. 10.0.0.0 0.0.0.0 255.255.255.128 U 0 0 0 br100
  168. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  169. 0.0.0.0 139.82.2.129 0.0.0.0 UG 100 0 0 br0
  170.  
  171.  
  172. HOST: JAKU
  173.  
  174. edward@jaku:~$ sudo nova-manage service list
  175. [sudo] password for edward:
  176. pituba nova-compute enabled :-) 2011-10-21 02:22:17
  177. pituba nova-volume enabled :-) 2011-10-21 02:22:14
  178. pituba nova-scheduler enabled :-) 2011-10-21 02:22:13
  179. pituba nova-network enabled :-) 2011-10-21 02:22:14
  180. jaku nova-compute enabled :-) 2011-10-21 02:22:12
  181. jaku nova-network enabled :-) 2011-10-21 02:22:12
  182.  
  183. edward@jaku:~$ cat /etc/nova/nova.conf
  184. --dhcpbridge_flagfile=/etc/nova/nova.conf
  185. --dhcpbridge=/usr/bin/nova-dhcpbridge
  186. --logdir=/var/log/nova
  187. --instances_path=/storage/public/instances
  188. --state_path=/var/lib/nova
  189. --lock_path=/var/lock/nova
  190. --verbose
  191. --my_ip=139.82.2.157
  192. --s3_host=139.82.2.181
  193. --rabbit_host=139.82.2.181
  194. --cc_host=139.82.2.181
  195. --network_host=139.82.2.181
  196. --ec2_url="http://139.82.2.181:8773/services/Cloud"
  197. --sql_connection=mysql://nova:[email protected]/nova
  198. --libvirt_type=kvm
  199. --glance_api_servers=139.82.2.181:9292
  200. --glance_host=139.82.2.181
  201. --image_service=nova.image.glance.GlanceImageService
  202. --network_manager=nova.network.manager.FlatDHCPManager
  203. --flat_network_dhcp_start=10.0.0.3
  204. --public_interface=eth0
  205. --flat_interface=eth0
  206. --flat_injected=false
  207. --fixed_range=10.0.0.0/25
  208. --network_size=128
  209. --FAKE_subdomain=ec2
  210. --routing_source_ip=139.82.2.157
  211. --vlan_interface=eth0
  212. --network_host=pituba
  213. --verbose
  214.  
  215. edward@jaku:~$ cat /etc/network/interfaces
  216. # This file describes the network interfaces available on your system
  217. # and how to activate them. For more information, see interfaces(5).
  218.  
  219. # The loopback network interface
  220. auto lo
  221. iface lo inet loopback
  222.  
  223. #
  224. # node-controller
  225. #
  226. auto br0
  227. iface br0 inet static
  228. address 139.82.2.157
  229. netmask 255.255.255.192
  230. broadcast 139.82.2.191
  231. gateway 139.82.2.129
  232.  
  233. ## functional - ok
  234. ##bridge_ports eth0
  235. pre-up ifconfig eth0
  236. pre-up ifconfig eth0 0.0.0.0 promisc up
  237. pre-up brctl addbr br0
  238. pre-up brctl addif br0 eth0
  239. bridge_fd 9
  240. bridge_hello 2
  241. bridge_maxage 12
  242. bridge_stp off
  243. ##bridge_maxwait 0
  244.  
  245. iface eth0 inet static
  246. address 139.82.2.159
  247. netmask 255.255.255.192
  248. broadcast 139.82.2.191
  249. gateway 139.82.2.129
  250.  
  251. edward@jaku:~$ ifconfig
  252. br0 Link encap:Ethernet HWaddr 00:1e:37:cc:5d:c9
  253. inet addr:139.82.2.157 Bcast:139.82.2.191 Mask:255.255.255.192
  254. inet6 addr: fec0::e:21e:37ff:fecc:5dc9/64 Scope:Site
  255. inet6 addr: 2002:8b52:291:e:21e:37ff:fecc:5dc9/64 Scope:Global
  256. inet6 addr: fe80::21e:37ff:fecc:5dc9/64 Scope:Link
  257. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  258. RX packets:265797 errors:0 dropped:0 overruns:0 frame:0
  259. TX packets:233272 errors:0 dropped:0 overruns:0 carrier:0
  260. collisions:0 txqueuelen:0
  261. RX bytes:214715040 (214.7 MB) TX bytes:164730142 (164.7 MB)
  262.  
  263. br100 Link encap:Ethernet HWaddr fe:16:3e:18:05:6b
  264. inet6 addr: fe80::5451:3bff:fe5c:799a/64 Scope:Link
  265. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  266. RX packets:30 errors:0 dropped:0 overruns:0 frame:0
  267. TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
  268. collisions:0 txqueuelen:0
  269. RX bytes:8760 (8.7 KB) TX bytes:5472 (5.4 KB)
  270.  
  271. eth0 Link encap:Ethernet HWaddr 00:1e:37:cc:5d:c9
  272. inet6 addr: fe80::21e:37ff:fecc:5dc9/64 Scope:Link
  273. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
  274. RX packets:502349 errors:0 dropped:2002 overruns:0 frame:0
  275. TX packets:321567 errors:82 dropped:0 overruns:0 carrier:82
  276. collisions:65650 txqueuelen:1000
  277. RX bytes:444178410 (444.1 MB) TX bytes:170555843 (170.5 MB)
  278. Interrupt:20 Memory:fe000000-fe020000
  279.  
  280. lo Link encap:Local Loopback
  281. inet addr:127.0.0.1 Mask:255.0.0.0
  282. inet6 addr: ::1/128 Scope:Host
  283. UP LOOPBACK RUNNING MTU:16436 Metric:1
  284. RX packets:30 errors:0 dropped:0 overruns:0 frame:0
  285. TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
  286. collisions:0 txqueuelen:0
  287. RX bytes:2034 (2.0 KB) TX bytes:2034 (2.0 KB)
  288.  
  289. virbr0 Link encap:Ethernet HWaddr 7e:28:77:05:9c:02
  290. inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
  291. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  292. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  293. TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
  294. collisions:0 txqueuelen:0
  295. RX bytes:0 (0.0 B) TX bytes:4854 (4.8 KB)
  296.  
  297. vnet0 Link encap:Ethernet HWaddr fe:16:3e:18:05:6b
  298. inet6 addr: fe80::fc16:3eff:fe18:56b/64 Scope:Link
  299. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  300. RX packets:35 errors:0 dropped:0 overruns:0 frame:0
  301. TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
  302. collisions:0 txqueuelen:500
  303. RX bytes:9618 (9.6 KB) TX bytes:5394 (5.3 KB)
  304.  
  305. edward@jaku:~$ brctl show
  306. bridge name bridge id STP enabled interfaces
  307. br0 8000.001e37cc5dc9 no eth0
  308. br100 8000.fe163e18056b no vnet0
  309. virbr0 8000.000000000000 yes
  310.  
  311. edward@jaku:~$ route -n
  312. Kernel IP routing table
  313. Destination Gateway Genmask Flags Metric Ref Use Iface
  314. 139.82.2.128 0.0.0.0 255.255.255.192 U 0 0 0 br0
  315. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  316. 0.0.0.0 139.82.2.129 0.0.0.0 UG 100 0 0 br0
  317. edward@jaku:~$
  318.  
  319.  
  320.  
  321. ---
  322.  
  323.  
  324. edward@pituba:~/cactus$ cat /storage/public/instances/instance-000000ee/console.log
  325. [ 0.000000] Initializing cgroup subsys cpuset
  326. [ 0.000000] Initializing cgroup subsys cpu
  327. [ 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)
  328. [ 0.000000] Command line: root=/dev/vda console=ttyS0
  329. [ 0.000000] BIOS-provided physical RAM map:
  330. [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
  331. [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
  332. [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
  333. [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
  334. [ 0.000000] BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
  335. [ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
  336. [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
  337. [ 0.000000] NX (Execute Disable) protection: active
  338. [ 0.000000] DMI 2.4 present.
  339. [ 0.000000] No AGP bridge found
  340. [ 0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
  341. [ 0.000000] PAT not supported by CPU.
  342. [ 0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
  343. [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
  344. [ 0.000000] ACPI: RSDP 00000000000fdaa0 00014 (v00 BOCHS )
  345. [ 0.000000] ACPI: RSDT 000000001fffd6a0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
  346. [ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
  347. [ 0.000000] ACPI: DSDT 000000001fffd8a0 02560 (v01 BXPC BXDSDT 00000001 INTL 20100528)
  348. [ 0.000000] ACPI: FACS 000000001ffffe00 00040
  349. [ 0.000000] ACPI: SSDT 000000001fffd800 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
  350. [ 0.000000] ACPI: APIC 000000001fffd720 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
  351. [ 0.000000] ACPI: HPET 000000001fffd6e0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
  352. [ 0.000000] No NUMA configuration found
  353. [ 0.000000] Faking a node at 0000000000000000-000000001fffd000
  354. [ 0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
  355. [ 0.000000] NODE_DATA [000000001fff5000 - 000000001fff9fff]
  356. [ 0.000000] kvm-clock: Using msrs 12 and 11
  357. [ 0.000000] kvm-clock: cpu 0, msr 0:1adca81, boot clock
  358. [ 0.000000] Zone PFN ranges:
  359. [ 0.000000] DMA 0x00000010 -> 0x00001000
  360. [ 0.000000] DMA32 0x00001000 -> 0x00100000
  361. [ 0.000000] Normal empty
  362. [ 0.000000] Movable zone start PFN for each node
  363. [ 0.000000] early_node_map[2] active PFN ranges
  364. [ 0.000000] 0: 0x00000010 -> 0x0000009d
  365. [ 0.000000] 0: 0x00000100 -> 0x0001fffd
  366. [ 0.000000] ACPI: PM-Timer IO Port: 0xb008
  367. [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  368. [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
  369. [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
  370. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  371. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
  372. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  373. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
  374. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
  375. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  376. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  377. [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
  378. [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
  379. [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
  380. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
  381. [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
  382. [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deffc000)
  383. [ 0.000000] Booting paravirtualized kernel on KVM
  384. [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
  385. [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fc00000 s83840 r8192 d22656 u2097152
  386. [ 0.000000] kvm-clock: cpu 0, msr 0:1fc13a81, primary cpu clock
  387. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129156
  388. [ 0.000000] Policy zone: DMA32
  389. [ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
  390. [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
  391. [ 0.000000] Checking aperture...
  392. [ 0.000000] No AGP bridge found
  393. [ 0.000000] Memory: 501940k/524276k available (6041k kernel code, 460k absent, 21876k reserved, 4997k data, 880k init)
  394. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  395. [ 0.000000] Hierarchical RCU implementation.
  396. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  397. [ 0.000000] RCU-based detection of stalled CPUs is disabled.
  398. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16
  399. [ 0.000000] Console: colour VGA+ 80x25
  400. [ 0.000000] console [ttyS0] enabled
  401. [ 0.000000] allocated 5242880 bytes of page_cgroup
  402. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  403. [ 0.000000] Detected 2400.084 MHz processor.
  404. [ 0.020000] Calibrating delay loop (skipped) preset value.. 4800.16 BogoMIPS (lpj=24000840)
  405. [ 0.020000] pid_max: default: 32768 minimum: 301
  406. [ 0.020000] Security Framework initialized
  407. [ 0.020000] AppArmor: AppArmor initialized
  408. [ 0.020000] Yama: becoming mindful.
  409. [ 0.020000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  410. [ 0.020000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  411. [ 0.020000] Mount-cache hash table entries: 256
  412. [ 0.020000] Initializing cgroup subsys ns
  413. [ 0.020015] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
  414. [ 0.021389] Initializing cgroup subsys cpuacct
  415. [ 0.022096] Initializing cgroup subsys memory
  416. [ 0.022795] Initializing cgroup subsys devices
  417. [ 0.023507] Initializing cgroup subsys freezer
  418. [ 0.024211] Initializing cgroup subsys net_cls
  419. [ 0.024948] Initializing cgroup subsys blkio
  420. [ 0.025762] mce: CPU supports 10 MCE banks
  421. [ 0.026680] SMP alternatives: switching to UP code
  422. [ 0.143104] Freeing SMP alternatives: 20k freed
  423. [ 0.143929] ACPI: Core revision 20110112
  424. [ 0.145807] ftrace: allocating 24682 entries in 97 pages
  425. [ 0.150155] Setting APIC routing to flat
  426. [ 0.152636] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  427. [ 0.153579] CPU0: Intel QEMU Virtual CPU version 0.14.0 stepping 03
  428. [ 0.160000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
  429. [ 0.160000] Brought up 1 CPUs
  430. [ 0.160000] Total of 1 processors activated (4800.16 BogoMIPS).
  431. [ 0.160000] devtmpfs: initialized
  432. [ 0.160000] print_constraints: dummy:
  433. [ 0.160000] Time: 2:00:32 Date: 10/21/11
  434. [ 0.160000] NET: Registered protocol family 16
  435. [ 0.160000] ACPI: bus type pci registered
  436. [ 0.160000] PCI: Using configuration type 1 for base access
  437. [ 0.160735] bio: create slab <bio-0> at 0
  438. [ 0.163874] ACPI: Interpreter enabled
  439. [ 0.164482] ACPI: (supports S0 S3 S4 S5)
  440. [ 0.165205] ACPI: Using IOAPIC for interrupt routing
  441. [ 0.170929] ACPI: No dock devices found.
  442. [ 0.171549] HEST: Table not found.
  443. [ 0.172086] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
  444. [ 0.173589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  445. [ 0.177242] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
  446. [ 0.178378] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
  447. [ 0.213878] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
  448. [ 0.215032] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
  449. [ 0.216092] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
  450. [ 0.217150] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
  451. [ 0.218206] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
  452. [ 0.219457] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  453. [ 0.220004] vgaarb: loaded
  454. [ 0.220876] SCSI subsystem initialized
  455. [ 0.221862] usbcore: registered new interface driver usbfs
  456. [ 0.222739] usbcore: registered new interface driver hub
  457. [ 0.223617] usbcore: registered new device driver usb
  458. [ 0.224725] wmi: Mapper loaded
  459. [ 0.225219] PCI: Using ACPI for IRQ routing
  460. [ 0.226348] NetLabel: Initializing
  461. [ 0.226897] NetLabel: domain hash size = 128
  462. [ 0.227581] NetLabel: protocols = UNLABELED CIPSOv4
  463. [ 0.228507] NetLabel: unlabeled traffic allowed by default
  464. [ 0.230097] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
  465. [ 0.231221] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  466. [ 0.232074] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
  467. [ 0.240116] Switching to clocksource kvm-clock
  468. [ 0.249236] Switched to NOHz mode on CPU #0
  469. [ 0.254228] AppArmor: AppArmor Filesystem Enabled
  470. [ 0.255025] pnp: PnP ACPI init
  471. [ 0.255529] ACPI: bus type pnp registered
  472. [ 0.257052] pnp: PnP ACPI: found 6 devices
  473. [ 0.257702] ACPI: ACPI bus type pnp unregistered
  474. [ 0.265459] NET: Registered protocol family 2
  475. [ 0.266245] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
  476. [ 0.267678] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
  477. [ 0.269247] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  478. [ 0.270767] TCP: Hash tables configured (established 16384 bind 16384)
  479. [ 0.271796] TCP reno registered
  480. [ 0.272305] UDP hash table entries: 256 (order: 1, 8192 bytes)
  481. [ 0.273250] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  482. [ 0.274404] NET: Registered protocol family 1
  483. [ 0.275115] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  484. [ 0.276064] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  485. [ 0.276988] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  486. [ 0.278560] audit: initializing netlink socket (disabled)
  487. [ 0.279472] type=2000 audit(1319162433.270:1): initialized
  488. [ 0.295761] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  489. [ 0.298878] VFS: Disk quotas dquot_6.5.2
  490. [ 0.299553] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  491. [ 0.301337] fuse init (API version 7.16)
  492. [ 0.302069] msgmni has been set to 980
  493. [ 0.303050] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  494. [ 0.304258] io scheduler noop registered
  495. [ 0.304874] io scheduler deadline registered (default)
  496. [ 0.305707] io scheduler cfq registered
  497. [ 0.306431] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  498. [ 0.307317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  499. [ 0.308526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
  500. [ 0.309683] ACPI: Power Button [PWRF]
  501. [ 0.311802] ERST: Table is not found!
  502. [ 0.312606] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
  503. [ 0.313533] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
  504. [ 0.315110] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
  505. [ 0.316031] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
  506. [ 0.317537] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  507. [ 0.341535] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
  508. [ 0.365158] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
  509. [ 0.367445] Linux agpgart interface v0.103
  510. [ 0.369550] brd: module loaded
  511. [ 0.370834] loop: module loaded
  512. [ 0.435047] vda: unknown partition table
  513. [ 0.436151] i2c-core: driver [adp5520] using legacy suspend method
  514. [ 0.437597] i2c-core: driver [adp5520] using legacy resume method
  515. [ 0.440144] scsi0 : ata_piix
  516. [ 0.441038] scsi1 : ata_piix
  517. [ 0.441797] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
  518. [ 0.443381] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
  519. [ 0.445523] Fixed MDIO Bus: probed
  520. [ 0.446375] PPP generic driver version 2.4.2
  521. [ 0.447474] tun: Universal TUN/TAP device driver, 1.6
  522. [ 0.448665] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  523. [ 0.450342] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  524. [ 0.451904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  525. [ 0.453366] uhci_hcd: USB Universal Host Controller Interface driver
  526. [ 0.454687] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
  527. [ 0.456037] uhci_hcd 0000:00:01.2: UHCI Host Controller
  528. [ 0.456924] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
  529. [ 0.458218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
  530. [ 0.459325] hub 1-0:1.0: USB hub found
  531. [ 0.462533] hub 1-0:1.0: 2 ports detected
  532. [ 0.463444] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
  533. [ 0.466055] serio: i8042 KBD port at 0x60,0x64 irq 1
  534. [ 0.466973] serio: i8042 AUX port at 0x60,0x64 irq 12
  535. [ 0.467978] mousedev: PS/2 mouse device common for all mice
  536. [ 0.469151] rtc_cmos 00:01: RTC can wake from S4
  537. [ 0.470109] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  538. [ 0.471329] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
  539. [ 0.472680] device-mapper: uevent: version 1.0.3
  540. [ 0.473607] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: [email protected]
  541. [ 0.475573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
  542. [ 0.478342] device-mapper: multipath: version 1.2.0 loaded
  543. [ 0.479327] device-mapper: multipath round-robin: version 1.0.0 loaded
  544. [ 0.480698] cpuidle: using governor ladder
  545. [ 0.481348] cpuidle: using governor menu
  546. [ 0.482333] TCP cubic registered
  547. [ 0.483126] NET: Registered protocol family 10
  548. [ 0.484417] NET: Registered protocol family 17
  549. [ 0.488575] Registering the dns_resolver key type
  550. [ 0.489668] registered taskstats version 1
  551. [ 0.490610] Magic number: 15:771:5
  552. [ 0.491491] rtc_cmos 00:01: setting system clock to 2011-10-21 02:00:32 UTC (1319162432)
  553. [ 0.492873] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  554. [ 0.494061] EDD information not available.
  555. [ 0.630630] md: Waiting for all devices to be available before autodetect
  556. [ 0.632276] md: If you don't use raid, use raid=noautodetect
  557. [ 0.633890] md: Autodetecting RAID arrays.
  558. [ 0.634916] md: Scanned 0 and added 0 devices.
  559. [ 0.635988] md: autorun ...
  560. [ 0.636674] md: ... autorun DONE.
  561. [ 0.637793] EXT3-fs (vda): error: couldn't mount because of unsupported optional features (240)
  562. [ 0.640168] EXT2-fs (vda): error: couldn't mount because of unsupported optional features (240)
  563. [ 0.651327] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
  564. [ 0.653216] VFS: Mounted root (ext4 filesystem) readonly on device 252:0.
  565. [ 0.655327] devtmpfs: mounted
  566. [ 0.658457] Freeing unused kernel memory: 880k freed
  567. [ 0.660082] Write protecting the kernel read-only data: 10240k
  568. [ 0.662431] Freeing unused kernel memory: 84k freed
  569. [ 0.668441] Freeing unused kernel memory: 1416k freed
  570. [ 1.290168] Refined TSC clocksource calibration: 2400.084 MHz.
  571. lxcmount stop/pre-start, process 45
  572. init: udev-fallback-graphics main process (299) terminated with status 1
  573. init: plymouth main process (47) killed by SEGV signal
  574. init: plymouth-splash main process (302) terminated with status 2
  575. cloud-init start-local running: Fri, 21 Oct 2011 02:00:37 +0000. up 5.27 seconds
  576. no instance data found in start-local
  577. init: cloud-init-local main process (203) terminated with status 1
  578. init: cloud-init-nonet main process (304) killed by TERM signal
  579. cloud-init start running: Fri, 21 Oct 2011 02:00:38 +0000. up 6.16 seconds
  580. found data source: DataSourceEc2
  581. mountall: Event failed
  582. init: plymouth-log main process (387) terminated with status 1
  583. * Starting AppArmor profiles 2011-10-21 02:00:43,560 - cc_mounts.py[WARNING]: Failed to enable swap
  584. 2011-10-21 02:00:43,594 - cc_mounts.py[WARNING]: 'mount -a' failed
  585. [ OK ]
  586. Generating locales...
  587. landscape-client is not configured, please run landscape-config.
  588. en_US.UTF-8... done
  589. Generation complete.
  590. Generating public/private rsa key pair.
  591. Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
  592. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
  593. The key fingerprint is:
  594. 77:0c:87:e3:e5:51:67:e6:d9:d9:13:c6:8c:2f:f3:62 root@i-000000ee
  595. The key's randomart image is:
  596. +--[ RSA 2048]----+
  597. | =o+|
  598. | . o.B*|
  599. | + + .++|
  600. | . B + ..|
  601. | S o + + |
  602. | . . E . |
  603. | . . |
  604. | |
  605. | |
  606. +-----------------+
  607. Generating public/private dsa key pair.
  608. Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
  609. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
  610. The key fingerprint is:
  611. 5a:fa:83:c0:da:f2:98:07:c0:f5:1d:01:f3:b8:d0:32 root@i-000000ee
  612. The key's randomart image is:
  613. +--[ DSA 1024]----+
  614. | o... |
  615. | .. +. |
  616. |. .E.o... |
  617. |.. +... |
  618. | . . . S |
  619. | . o + |
  620. | + .o. |
  621. | ooo ... |
  622. | o+. .. |
  623. +-----------------+
  624. ec2:
  625. ec2: #############################################################
  626. ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
  627. 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)
  628. 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)
  629. ec2: -----END SSH HOST KEY FINGERPRINTS-----
  630. ec2: #############################################################
  631. ec2:
  632. ec2: #############################################################
  633. ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
  634. 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)
  635. 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)
  636. ec2: -----END SSH HOST KEY FINGERPRINTS-----
  637. ec2: #############################################################
  638. cloud-init boot finished at Fri, 21 Oct 2011 02:01:07 +0000. Up 35.40 seconds
  639. edward@pituba:~/cactus$
  640.  
  641.  
  642. edward@pituba:~/cactus$ cat /storage/public/instances/instance-000000f1/console.log
  643. [ 0.000000] Initializing cgroup subsys cpuset
  644. [ 0.000000] Initializing cgroup subsys cpu
  645. [ 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)
  646. [ 0.000000] Command line: root=/dev/vda console=ttyS0
  647. [ 0.000000] BIOS-provided physical RAM map:
  648. [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
  649. [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
  650. [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
  651. [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
  652. [ 0.000000] BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
  653. [ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
  654. [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
  655. [ 0.000000] NX (Execute Disable) protection: active
  656. [ 0.000000] DMI 2.4 present.
  657. [ 0.000000] No AGP bridge found
  658. [ 0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
  659. [ 0.000000] PAT not supported by CPU.
  660. [ 0.000000] found SMP MP-table at [ffff8800000fd790] fd790
  661. [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
  662. [ 0.000000] ACPI: RSDP 00000000000fd740 00014 (v00 BOCHS )
  663. [ 0.000000] ACPI: RSDT 000000001fffdc40 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
  664. [ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
  665. [ 0.000000] ACPI: DSDT 000000001fffde40 01FB7 (v01 BXPC BXDSDT 00000001 INTL 20090123)
  666. [ 0.000000] ACPI: FACS 000000001ffffe00 00040
  667. [ 0.000000] ACPI: SSDT 000000001fffdda0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
  668. [ 0.000000] ACPI: APIC 000000001fffdcc0 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
  669. [ 0.000000] ACPI: HPET 000000001fffdc80 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
  670. [ 0.000000] No NUMA configuration found
  671. [ 0.000000] Faking a node at 0000000000000000-000000001fffd000
  672. [ 0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
  673. [ 0.000000] NODE_DATA [000000001fff5000 - 000000001fff9fff]
  674. [ 0.000000] kvm-clock: Using msrs 12 and 11
  675. [ 0.000000] kvm-clock: cpu 0, msr 0:1adca81, boot clock
  676. [ 0.000000] Zone PFN ranges:
  677. [ 0.000000] DMA 0x00000010 -> 0x00001000
  678. [ 0.000000] DMA32 0x00001000 -> 0x00100000
  679. [ 0.000000] Normal empty
  680. [ 0.000000] Movable zone start PFN for each node
  681. [ 0.000000] early_node_map[2] active PFN ranges
  682. [ 0.000000] 0: 0x00000010 -> 0x0000009d
  683. [ 0.000000] 0: 0x00000100 -> 0x0001fffd
  684. [ 0.000000] ACPI: PM-Timer IO Port: 0xb008
  685. [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  686. [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
  687. [ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
  688. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  689. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
  690. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  691. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
  692. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
  693. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  694. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  695. [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
  696. [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
  697. [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
  698. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
  699. [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
  700. [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deffc000)
  701. [ 0.000000] Booting paravirtualized kernel on KVM
  702. [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
  703. [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fc00000 s83840 r8192 d22656 u2097152
  704. [ 0.000000] kvm-clock: cpu 0, msr 0:1fc13a81, primary cpu clock
  705. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129156
  706. [ 0.000000] Policy zone: DMA32
  707. [ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
  708. [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
  709. [ 0.000000] Checking aperture...
  710. [ 0.000000] No AGP bridge found
  711. [ 0.000000] Memory: 501940k/524276k available (6041k kernel code, 460k absent, 21876k reserved, 4997k data, 880k init)
  712. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  713. [ 0.000000] Hierarchical RCU implementation.
  714. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  715. [ 0.000000] RCU-based detection of stalled CPUs is disabled.
  716. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16
  717. [ 0.000000] Console: colour VGA+ 80x25
  718. [ 0.000000] console [ttyS0] enabled
  719. [ 0.000000] allocated 5242880 bytes of page_cgroup
  720. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  721. [ 0.000000] Detected 1994.862 MHz processor.
  722. [ 0.020000] Calibrating delay loop (skipped) preset value.. 3989.72 BogoMIPS (lpj=19948620)
  723. [ 0.020000] pid_max: default: 32768 minimum: 301
  724. [ 0.020000] Security Framework initialized
  725. [ 0.020000] AppArmor: AppArmor initialized
  726. [ 0.020012] Yama: becoming mindful.
  727. [ 0.021606] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  728. [ 0.025052] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  729. [ 0.028013] Mount-cache hash table entries: 256
  730. [ 0.030602] Initializing cgroup subsys ns
  731. [ 0.032198] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
  732. [ 0.035528] Initializing cgroup subsys cpuacct
  733. [ 0.037241] Initializing cgroup subsys memory
  734. [ 0.038925] Initializing cgroup subsys devices
  735. [ 0.040022] Initializing cgroup subsys freezer
  736. [ 0.041749] Initializing cgroup subsys net_cls
  737. [ 0.043445] Initializing cgroup subsys blkio
  738. [ 0.045328] mce: CPU supports 10 MCE banks
  739. [ 0.047432] SMP alternatives: switching to UP code
  740. [ 0.279056] Freeing SMP alternatives: 20k freed
  741. [ 0.280131] ACPI: Core revision 20110112
  742. [ 0.283437] ftrace: allocating 24682 entries in 97 pages
  743. [ 0.290278] Setting APIC routing to flat
  744. [ 0.295338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  745. [ 0.300005] CPU0: Intel QEMU Virtual CPU version 0.14.0 stepping 03
  746. [ 0.310000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
  747. [ 0.310000] Brought up 1 CPUs
  748. [ 0.310000] Total of 1 processors activated (3989.72 BogoMIPS).
  749. [ 0.310000] devtmpfs: initialized
  750. [ 0.313437] print_constraints: dummy:
  751. [ 0.315073] Time: 2:07:07 Date: 10/21/11
  752. [ 0.316759] NET: Registered protocol family 16
  753. [ 0.318750] ACPI: bus type pci registered
  754. [ 0.320269] PCI: Using configuration type 1 for base access
  755. [ 0.323933] bio: create slab <bio-0> at 0
  756. [ 0.331569] ACPI: Interpreter enabled
  757. [ 0.333022] ACPI: (supports S0 S3 S4 S5)
  758. [ 0.334748] ACPI: Using IOAPIC for interrupt routing
  759. [ 0.342972] ACPI: No dock devices found.
  760. [ 0.344476] HEST: Table not found.
  761. [ 0.345776] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
  762. [ 0.349351] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  763. [ 0.356578] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
  764. [ 0.360034] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
  765. [ 0.406732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
  766. [ 0.409466] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
  767. [ 0.410870] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
  768. [ 0.413423] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
  769. [ 0.415947] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
  770. [ 0.420237] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  771. [ 0.423453] vgaarb: loaded
  772. [ 0.425335] SCSI subsystem initialized
  773. [ 0.427520] usbcore: registered new interface driver usbfs
  774. [ 0.429657] usbcore: registered new interface driver hub
  775. [ 0.430102] usbcore: registered new device driver usb
  776. [ 0.432418] wmi: Mapper loaded
  777. [ 0.433614] PCI: Using ACPI for IRQ routing
  778. [ 0.436102] NetLabel: Initializing
  779. [ 0.437427] NetLabel: domain hash size = 128
  780. [ 0.440005] NetLabel: protocols = UNLABELED CIPSOv4
  781. [ 0.442046] NetLabel: unlabeled traffic allowed by default
  782. [ 0.444303] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
  783. [ 0.447023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  784. [ 0.449077] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
  785. [ 0.460152] Switching to clocksource kvm-clock
  786. [ 0.468251] Switched to NOHz mode on CPU #0
  787. [ 0.487592] AppArmor: AppArmor Filesystem Enabled
  788. [ 0.489488] pnp: PnP ACPI init
  789. [ 0.490802] ACPI: bus type pnp registered
  790. [ 0.493960] pnp: PnP ACPI: found 6 devices
  791. [ 0.495524] ACPI: ACPI bus type pnp unregistered
  792. [ 0.506609] NET: Registered protocol family 2
  793. [ 0.508622] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
  794. [ 0.512088] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
  795. [ 0.515673] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  796. [ 0.518973] TCP: Hash tables configured (established 16384 bind 16384)
  797. [ 0.521687] TCP reno registered
  798. [ 0.522907] UDP hash table entries: 256 (order: 1, 8192 bytes)
  799. [ 0.525145] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  800. [ 0.527711] NET: Registered protocol family 1
  801. [ 0.529407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
  802. [ 0.531895] pci 0000:00:01.0: PIIX3: Enabling Passive Release
  803. [ 0.534104] pci 0000:00:01.0: Activating ISA DMA hang workarounds
  804. [ 0.537471] audit: initializing netlink socket (disabled)
  805. [ 0.539534] type=2000 audit(1319162828.530:1): initialized
  806. [ 0.570194] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  807. [ 0.576568] VFS: Disk quotas dquot_6.5.2
  808. [ 0.578204] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  809. [ 0.582113] fuse init (API version 7.16)
  810. [ 0.583828] msgmni has been set to 980
  811. [ 0.586015] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  812. [ 0.588877] io scheduler noop registered
  813. [ 0.590526] io scheduler deadline registered (default)
  814. [ 0.592593] io scheduler cfq registered
  815. [ 0.594246] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  816. [ 0.596392] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  817. [ 0.599142] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
  818. [ 0.602114] ACPI: Power Button [PWRF]
  819. [ 0.605842] ERST: Table is not found!
  820. [ 0.607707] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
  821. [ 0.610147] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
  822. [ 0.613905] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
  823. [ 0.616126] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
  824. [ 0.619683] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  825. [ 0.650418] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
  826. [ 0.680658] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
  827. [ 0.685391] Linux agpgart interface v0.103
  828. [ 0.689877] brd: module loaded
  829. [ 0.692698] loop: module loaded
  830. [ 0.696666] vda: unknown partition table
  831. [ 0.698381] i2c-core: driver [adp5520] using legacy suspend method
  832. [ 0.700784] i2c-core: driver [adp5520] using legacy resume method
  833. [ 0.704625] scsi0 : ata_piix
  834. [ 0.705963] scsi1 : ata_piix
  835. [ 0.707161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
  836. [ 0.709795] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
  837. [ 0.713307] Fixed MDIO Bus: probed
  838. [ 0.714696] PPP generic driver version 2.4.2
  839. [ 0.716418] tun: Universal TUN/TAP device driver, 1.6
  840. [ 0.718326] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  841. [ 0.720992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  842. [ 0.723615] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  843. [ 0.725968] uhci_hcd: USB Universal Host Controller Interface driver
  844. [ 0.728514] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
  845. [ 0.731874] uhci_hcd 0000:00:01.2: UHCI Host Controller
  846. [ 0.733956] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
  847. [ 0.737147] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
  848. [ 0.739731] hub 1-0:1.0: USB hub found
  849. [ 0.764780] hub 1-0:1.0: 2 ports detected
  850. [ 0.766771] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
  851. [ 0.771934] serio: i8042 KBD port at 0x60,0x64 irq 1
  852. [ 0.774023] serio: i8042 AUX port at 0x60,0x64 irq 12
  853. [ 0.776301] mousedev: PS/2 mouse device common for all mice
  854. [ 0.779089] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
  855. [ 0.782019] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
  856. [ 0.784764] device-mapper: uevent: version 1.0.3
  857. [ 0.786886] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: [email protected]
  858. [ 0.791420] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
  859. [ 0.797305] device-mapper: multipath: version 1.2.0 loaded
  860. [ 0.799657] device-mapper: multipath round-robin: version 1.0.0 loaded
  861. [ 0.802817] cpuidle: using governor ladder
  862. [ 0.804545] cpuidle: using governor menu
  863. [ 0.806604] TCP cubic registered
  864. [ 0.808198] NET: Registered protocol family 10
  865. [ 0.811235] NET: Registered protocol family 17
  866. [ 0.813202] Registering the dns_resolver key type
  867. [ 0.815482] registered taskstats version 1
  868. [ 0.817667] Magic number: 15:874:106
  869. [ 0.819550] rtc_cmos 00:01: setting system clock to 2011-10-21 02:07:08 UTC (1319162828)
  870. [ 0.822978] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  871. [ 0.825704] EDD information not available.
  872. [ 0.951619] md: Waiting for all devices to be available before autodetect
  873. [ 0.955867] md: If you don't use raid, use raid=noautodetect
  874. [ 0.959895] md: Autodetecting RAID arrays.
  875. [ 0.962648] md: Scanned 0 and added 0 devices.
  876. [ 0.965505] md: autorun ...
  877. [ 0.967303] md: ... autorun DONE.
  878. [ 0.970001] EXT3-fs (vda): error: couldn't mount because of unsupported optional features (240)
  879. [ 0.975892] EXT2-fs (vda): error: couldn't mount because of unsupported optional features (240)
  880. [ 0.993028] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
  881. [ 0.997720] VFS: Mounted root (ext4 filesystem) readonly on device 252:0.
  882. [ 1.003039] devtmpfs: mounted
  883. [ 1.009564] Freeing unused kernel memory: 880k freed
  884. [ 1.013763] Write protecting the kernel read-only data: 10240k
  885. [ 1.019322] Freeing unused kernel memory: 84k freed
  886. [ 1.031510] Freeing unused kernel memory: 1416k freed
  887. [ 1.560197] Refined TSC clocksource calibration: 1994.862 MHz.
  888. lxcmount stop/pre-start, process 45
  889. init: udev-fallback-graphics main process (253) terminated with status 1
  890. init: plymouth-splash main process (256) terminated with status 2
  891. init: plymouth main process (47) killed by SEGV signal
  892. cloud-init start-local running: Fri, 21 Oct 2011 02:08:43 +0000. up 95.33 seconds
  893. no instance data found in start-local
  894. init: cloud-init-local main process (225) terminated with status 1
  895. cloud-init start running: Fri, 21 Oct 2011 02:08:45 +0000. up 98.00 seconds
  896. 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
  897.  
  898. 2011-10-21 02:08:45,742 - DataSourceEc2.py[WARNING]: 02:08:45 [ 1/30]: url error [[Errno 101] Network is unreachable]
  899.  
  900. 2011-10-21 02:08:46,748 - DataSourceEc2.py[WARNING]: 02:08:46 [ 2/30]: url error [[Errno 101] Network is unreachable]
  901.  
  902. 2011-10-21 02:08:47,753 - DataSourceEc2.py[WARNING]: 02:08:47 [ 3/30]: url error [[Errno 101] Network is unreachable]
  903.  
  904. 2011-10-21 02:08:48,758 - DataSourceEc2.py[WARNING]: 02:08:48 [ 4/30]: url error [[Errno 101] Network is unreachable]
  905.  
  906. 2011-10-21 02:08:49,763 - DataSourceEc2.py[WARNING]: 02:08:49 [ 5/30]: url error [[Errno 101] Network is unreachable]
  907.  
  908. 2011-10-21 02:08:52,319 - DataSourceEc2.py[WARNING]: 02:08:52 [ 6/30]: url error [[Errno 101] Network is unreachable]
  909.  
  910. 2011-10-21 02:08:54,325 - DataSourceEc2.py[WARNING]: 02:08:54 [ 7/30]: url error [[Errno 101] Network is unreachable]
  911.  
  912. 2011-10-21 02:08:57,091 - DataSourceEc2.py[WARNING]: 02:08:57 [ 8/30]: url error [[Errno 101] Network is unreachable]
  913.  
  914. 2011-10-21 02:08:59,099 - DataSourceEc2.py[WARNING]: 02:08:59 [ 9/30]: url error [[Errno 101] Network is unreachable]
  915.  
  916. 2011-10-21 02:09:01,447 - DataSourceEc2.py[WARNING]: 02:09:01 [10/30]: url error [[Errno 101] Network is unreachable]
  917.  
  918. 2011-10-21 02:09:03,453 - DataSourceEc2.py[WARNING]: 02:09:03 [11/30]: url error [[Errno 101] Network is unreachable]
  919.  
  920. 2011-10-21 02:09:06,461 - DataSourceEc2.py[WARNING]: 02:09:06 [12/30]: url error [[Errno 101] Network is unreachable]
  921.  
  922. 2011-10-21 02:09:13,725 - DataSourceEc2.py[WARNING]: 02:09:13 [13/30]: url error [[Errno 101] Network is unreachable]
  923.  
  924. 2011-10-21 02:09:18,283 - DataSourceEc2.py[WARNING]: 02:09:18 [14/30]: url error [[Errno 101] Network is unreachable]
  925.  
  926. 2011-10-21 02:09:27,678 - DataSourceEc2.py[WARNING]: 02:09:27 [15/30]: url error [[Errno 101] Network is unreachable]
  927.  
  928. 2011-10-21 02:09:30,687 - DataSourceEc2.py[WARNING]: 02:09:30 [16/30]: url error [[Errno 101] Network is unreachable]
  929.  
  930. 2011-10-21 02:09:34,697 - DataSourceEc2.py[WARNING]: 02:09:34 [17/30]: url error [[Errno 101] Network is unreachable]
  931.  
  932. 2011-10-21 02:09:38,707 - DataSourceEc2.py[WARNING]: 02:09:38 [18/30]: url error [[Errno 101] Network is unreachable]
  933.  
  934. 2011-10-21 02:09:42,717 - DataSourceEc2.py[WARNING]: 02:09:42 [19/30]: url error [[Errno 101] Network is unreachable]
  935.  
  936. 2011-10-21 02:09:46,727 - DataSourceEc2.py[WARNING]: 02:09:46 [20/30]: url error [[Errno 101] Network is unreachable]
  937.  
  938. 2011-10-21 02:09:50,737 - DataSourceEc2.py[WARNING]: 02:09:50 [21/30]: url error [[Errno 101] Network is unreachable]
  939.  
  940. 2011-10-21 02:09:55,747 - DataSourceEc2.py[WARNING]: 02:09:55 [22/30]: url error [[Errno 101] Network is unreachable]
  941.  
  942. 2011-10-21 02:10:00,759 - DataSourceEc2.py[WARNING]: 02:10:00 [23/30]: url error [[Errno 101] Network is unreachable]
  943.  
  944. 2011-10-21 02:10:05,770 - DataSourceEc2.py[WARNING]: 02:10:05 [24/30]: url error [[Errno 101] Network is unreachable]
  945.  
  946. 2011-10-21 02:10:10,781 - DataSourceEc2.py[WARNING]: 02:10:10 [25/30]: url error [[Errno 101] Network is unreachable]
  947.  
  948. 2011-10-21 02:10:15,792 - DataSourceEc2.py[WARNING]: 02:10:15 [26/30]: url error [[Errno 101] Network is unreachable]
  949.  
  950. 2011-10-21 02:10:21,804 - DataSourceEc2.py[WARNING]: 02:10:21 [27/30]: url error [[Errno 101] Network is unreachable]
  951.  
  952. 2011-10-21 02:10:27,816 - DataSourceEc2.py[WARNING]: 02:10:27 [28/30]: url error [[Errno 101] Network is unreachable]
  953.  
  954. 2011-10-21 02:10:33,828 - DataSourceEc2.py[WARNING]: 02:10:33 [29/30]: url error [[Errno 101] Network is unreachable]
  955.  
  956. 2011-10-21 02:10:39,839 - DataSourceEc2.py[WARNING]: 02:10:39 [30/30]: url error [[Errno 101] Network is unreachable]
  957.  
  958. 2011-10-21 02:10:45,851 - DataSourceEc2.py[CRITICAL]: giving up on md after 120 seconds
  959.  
  960. no instance data found in start
  961. init: cloud-init main process (318) terminated with status 1
  962. mountall: Event failed
  963. mountall: Plymouth command failed
  964. mountall: Plymouth command failed
  965. mountall: Plymouth command failed
  966. mountall: Plymouth command failed
  967. mountall: Disconnected from Plymouth
  968. init: plymouth-log main process (352) terminated with status 1
  969. * Starting AppArmor profiles [ OK ]
  970. landscape-client is not configured, please run landscape-config.
  971. edward@pituba:~/cactus$
  972.  
  973.  
Advertisement
Add Comment
Please, Sign In to add comment