Advertisement
Guest User

charm.log

a guest
Dec 8th, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.57 KB | None | 0 0
  1. No command 'check' found, did you mean:
  2. Command 'vcheck' from package 'vcheck' (universe)
  3. Command 'mcheck' from package 'mtools' (main)
  4. Command 'icheck' from package 'qtmobility-dev' (universe)
  5. Command 'icheck' from package 'icheck' (universe)
  6. Command 'acheck' from package 'acheck' (universe)
  7. Command 'chuck' from package 'chuck' (universe)
  8. Command 'fcheck' from package 'fcheck' (universe)
  9. check: command not found
  10. osadmin@ojj:~$ ap addr
  11. ap: command not found
  12. osadmin@ojj:~$ ip addr
  13. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  14. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  15. inet 127.0.0.1/8 scope host lo
  16. inet6 ::1/128 scope host
  17. valid_lft forever preferred_lft forever
  18. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
  19. link/ether 00:d0:b7:83:18:27 brd ff:ff:ff:ff:ff:ff
  20. inet 192.168.122.1/24 brd 192.168.122.255 scope global eth0
  21. inet6 fe80::2d0:b7ff:fe83:1827/64 scope link
  22. valid_lft forever preferred_lft forever
  23. 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
  24. link/ether 00:1d:09:12:81:66 brd ff:ff:ff:ff:ff:ff
  25. inet 10.116.27.121/20 brd 10.116.31.255 scope global eth1
  26. inet6 fe80::21d:9ff:fe12:8166/64 scope link
  27. valid_lft forever preferred_lft forever
  28. osadmin@ojj:~$ juju status
  29. 2011-12-09 12:00:10,300 INFO Connecting to environment.
  30. machines:
  31. 0: {dns-name: oscc-01.itos.deakin.edu.au, instance-id: MTMyMjcwMDA5OS4zOTc3MjUwODAuNzk4Ng}
  32. 1: {dns-name: oscs-01.itos.deakin.edu.au, instance-id: MTMyMjcxMjI1MC42NTU5MDAzNDEuMTY1MTQ}
  33. 2: {dns-name: oscs-17.itos.deakin.edu.au, instance-id: MTMyMzIzMDI4OC4wMzk0MjQyNTkuOTI0MzM}
  34. 3: {dns-name: oscs-18.itos.deakin.edu.au, instance-id: MTMyMzIzMDI0Ni41NzQ4NDY5ODEuMDk3OTU}
  35. 4: {dns-name: oscs-19.itos.deakin.edu.au, instance-id: MTMyMzIzMDE0Mi44OTExNjI1MTQuNTY5Mjk}
  36. 5: {dns-name: oscs-20.itos.deakin.edu.au, instance-id: MTMyMzIzMDA0OS44NjEyNDQyNi4xMjk1OQ}
  37. services:
  38. glance:
  39. charm: local:oneiric/glance-31
  40. relations: {image-service: nova-cloud-controller, shared-db: mysql}
  41. units:
  42. glance/1:
  43. machine: 5
  44. public-address: oscs-20.itos.deakin.edu.au
  45. relations:
  46. image-service: {state: up}
  47. shared-db: {state: up}
  48. state: started
  49. mysql:
  50. charm: local:oneiric/mysql-108
  51. relations: {shared-db: glance}
  52. units:
  53. mysql/1:
  54. machine: 1
  55. public-address: oscs-01.itos.deakin.edu.au
  56. relations:
  57. shared-db: {state: up}
  58. state: started
  59. nova-cloud-controller:
  60. charm: local:oneiric/nova-cloud-controller-55
  61. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-compute,
  62. shared-db: mysql}
  63. units:
  64. nova-cloud-controller/1:
  65. machine: 3
  66. public-address: oscs-18.itos.deakin.edu.au
  67. relations:
  68. amqp: {state: up}
  69. image-service: {state: up}
  70. nova-network: {state: up}
  71. shared-db: {state: up}
  72. state: started
  73. nova-compute:
  74. charm: local:oneiric/nova-compute-49
  75. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-cloud-controller,
  76. shared-db: mysql}
  77. units:
  78. nova-compute/1:
  79. machine: 4
  80. public-address: oscs-19.itos.deakin.edu.au
  81. relations:
  82. amqp: {state: up}
  83. image-service: {state: up}
  84. nova-network: {state: up}
  85. shared-db: {state: up}
  86. state: started
  87. rabbitmq:
  88. charm: local:oneiric/rabbitmq-46
  89. relations: {amqp: nova-compute, cluster: rabbitmq}
  90. units:
  91. rabbitmq/1:
  92. machine: 2
  93. public-address: oscs-17.itos.deakin.edu.au
  94. relations:
  95. amqp: {state: up}
  96. cluster: {state: up}
  97. state: started
  98. 2011-12-09 12:00:12,246 INFO 'status' command finished successfully
  99. osadmin@ojj:~$ juju
  100. usage: juju [-h] [--verbose] [--log-file LOG_FILE] ...
  101.  
  102. juju cloud orchestration admin
  103.  
  104. positional arguments:
  105.  
  106. add-relation Add a relation between services in juju.
  107. add-unit Add a new service unit.
  108. bootstrap Bootstrap machine providers in the specified
  109. environment.
  110. set Set service options.
  111. debug-log Distributed juju debug log watching.
  112. debug-hooks Interactively debug a hook remotely on a service unit.
  113. deploy Deploy a charm to juju!
  114. destroy-environment
  115. Terminate all machines and other associated resources
  116. for an environment.
  117. destroy-service Destroy a running service, its units, and break its
  118. relations.
  119. expose Expose a service to the internet.
  120. open-tunnel Establish a tunnel to the environment.
  121. remove-relation Add a relation between services in juju.
  122. remove-unit Remove a service unit.
  123. resolved Mark an error as resolved in a unit or unit relation.
  124. status Display environment status information.
  125. ssh Launch an ssh shell on the given unit or machine.
  126. terminate-machine Terminate machines in an environment.
  127. unexpose Remove internet access to a service.
  128. upgrade-charm Upgrade a service's charm.
  129.  
  130. optional arguments:
  131. -h, --help show this help message and exit
  132. --verbose, -v Enable verbose logging
  133. --log-file LOG_FILE, -l LOG_FILE
  134. Log output to file
  135. juju: error: too few arguments
  136. osadmin@ojj:~$ juju resolved
  137. usage: juju resolved [-h] [--retry] [--environment ENVIRONMENT]
  138. service_unit_name [relation_name]
  139. juju resolved: error: too few arguments
  140. osadmin@ojj:~$ juju status
  141. 2011-12-09 12:05:01,107 INFO Connecting to environment.
  142. machines:
  143. 0: {dns-name: oscc-01.itos.deakin.edu.au, instance-id: MTMyMjcwMDA5OS4zOTc3MjUwODAuNzk4Ng}
  144. 1: {dns-name: oscs-01.itos.deakin.edu.au, instance-id: MTMyMjcxMjI1MC42NTU5MDAzNDEuMTY1MTQ}
  145. 2: {dns-name: oscs-17.itos.deakin.edu.au, instance-id: MTMyMzIzMDI4OC4wMzk0MjQyNTkuOTI0MzM}
  146. 3: {dns-name: oscs-18.itos.deakin.edu.au, instance-id: MTMyMzIzMDI0Ni41NzQ4NDY5ODEuMDk3OTU}
  147. 4: {dns-name: oscs-19.itos.deakin.edu.au, instance-id: MTMyMzIzMDE0Mi44OTExNjI1MTQuNTY5Mjk}
  148. 5: {dns-name: oscs-20.itos.deakin.edu.au, instance-id: MTMyMzIzMDA0OS44NjEyNDQyNi4xMjk1OQ}
  149. services:
  150. glance:
  151. charm: local:oneiric/glance-31
  152. relations: {image-service: nova-cloud-controller, shared-db: mysql}
  153. units:
  154. glance/1:
  155. machine: 5
  156. public-address: oscs-20.itos.deakin.edu.au
  157. relations:
  158. image-service: {state: up}
  159. shared-db: {state: up}
  160. state: started
  161. mysql:
  162. charm: local:oneiric/mysql-108
  163. relations: {shared-db: glance}
  164. units:
  165. mysql/1:
  166. machine: 1
  167. public-address: oscs-01.itos.deakin.edu.au
  168. relations:
  169. shared-db: {state: up}
  170. state: started
  171. nova-cloud-controller:
  172. charm: local:oneiric/nova-cloud-controller-55
  173. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-compute,
  174. shared-db: mysql}
  175. units:
  176. nova-cloud-controller/1:
  177. machine: 3
  178. public-address: oscs-18.itos.deakin.edu.au
  179. relations:
  180. amqp: {state: up}
  181. image-service: {state: up}
  182. nova-network: {state: up}
  183. shared-db: {state: up}
  184. state: started
  185. nova-compute:
  186. charm: local:oneiric/nova-compute-49
  187. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-cloud-controller,
  188. shared-db: mysql}
  189. units:
  190. nova-compute/1:
  191. machine: 4
  192. public-address: oscs-19.itos.deakin.edu.au
  193. relations: {}
  194. state: stopped
  195. rabbitmq:
  196. charm: local:oneiric/rabbitmq-46
  197. relations: {amqp: nova-compute, cluster: rabbitmq}
  198. units:
  199. rabbitmq/1:
  200. machine: 2
  201. public-address: oscs-17.itos.deakin.edu.au
  202. relations:
  203. amqp: {state: up}
  204. cluster: {state: up}
  205. state: started
  206. 2011-12-09 12:05:03,032 INFO 'status' command finished successfully
  207. osadmin@ojj:~$ juju resolved nova-compute
  208. 2011-12-09 12:05:40,469 INFO Connecting to environment.
  209. Service unit 'nova-compute' was not found
  210. 2011-12-09 12:05:40,986 ERROR Service unit 'nova-compute' was not found
  211. osadmin@ojj:~$ juju resolved nova-compute/1
  212. 2011-12-09 12:05:49,851 INFO Connecting to environment.
  213. 2011-12-09 12:05:50,469 INFO Marked unit 'nova-compute/1' as resolved
  214. 2011-12-09 12:05:50,469 INFO 'resolved' command finished successfully
  215. osadmin@ojj:~$ juju status
  216. 2011-12-09 12:06:03,803 INFO Connecting to environment.
  217. machines:
  218. 0: {dns-name: oscc-01.itos.deakin.edu.au, instance-id: MTMyMjcwMDA5OS4zOTc3MjUwODAuNzk4Ng}
  219. 1: {dns-name: oscs-01.itos.deakin.edu.au, instance-id: MTMyMjcxMjI1MC42NTU5MDAzNDEuMTY1MTQ}
  220. 2: {dns-name: oscs-17.itos.deakin.edu.au, instance-id: MTMyMzIzMDI4OC4wMzk0MjQyNTkuOTI0MzM}
  221. 3: {dns-name: oscs-18.itos.deakin.edu.au, instance-id: MTMyMzIzMDI0Ni41NzQ4NDY5ODEuMDk3OTU}
  222. 4: {dns-name: oscs-19.itos.deakin.edu.au, instance-id: MTMyMzIzMDE0Mi44OTExNjI1MTQuNTY5Mjk}
  223. 5: {dns-name: oscs-20.itos.deakin.edu.au, instance-id: MTMyMzIzMDA0OS44NjEyNDQyNi4xMjk1OQ}
  224. services:
  225. glance:
  226. charm: local:oneiric/glance-31
  227. relations: {image-service: nova-cloud-controller, shared-db: mysql}
  228. units:
  229. glance/1:
  230. machine: 5
  231. public-address: oscs-20.itos.deakin.edu.au
  232. relations:
  233. image-service: {state: up}
  234. shared-db: {state: up}
  235. state: started
  236. mysql:
  237. charm: local:oneiric/mysql-108
  238. relations: {shared-db: glance}
  239. units:
  240. mysql/1:
  241. machine: 1
  242. public-address: oscs-01.itos.deakin.edu.au
  243. relations:
  244. shared-db: {state: up}
  245. state: started
  246. nova-cloud-controller:
  247. charm: local:oneiric/nova-cloud-controller-55
  248. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-compute,
  249. shared-db: mysql}
  250. units:
  251. nova-cloud-controller/1:
  252. machine: 3
  253. public-address: oscs-18.itos.deakin.edu.au
  254. relations:
  255. amqp: {state: up}
  256. image-service: {state: up}
  257. nova-network: {state: up}
  258. shared-db: {state: up}
  259. state: started
  260. nova-compute:
  261. charm: local:oneiric/nova-compute-49
  262. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-cloud-controller,
  263. shared-db: mysql}
  264. units:
  265. nova-compute/1:
  266. machine: 4
  267. public-address: oscs-19.itos.deakin.edu.au
  268. relations: {}
  269. state: stopped
  270. rabbitmq:
  271. charm: local:oneiric/rabbitmq-46
  272. relations: {amqp: nova-compute, cluster: rabbitmq}
  273. units:
  274. rabbitmq/1:
  275. machine: 2
  276. public-address: oscs-17.itos.deakin.edu.au
  277. relations:
  278. amqp: {state: up}
  279. cluster: {state: up}
  280. state: started
  281. 2011-12-09 12:06:05,723 INFO 'status' command finished successfully
  282. osadmin@ojj:~$ ssh ubuntu@oscs-19.itos.deakin.edu.au
  283. Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-13-server x86_64)
  284.  
  285. * Documentation: https://help.ubuntu.com/11.10/serverguide/C
  286. Last login: Fri Dec 9 09:41:53 2011 from 192.168.122.1
  287. [screen is terminating]
  288. Connection to oscs-19.itos.deakin.edu.au closed.
  289. osadmin@ojj:~$ juju status
  290. 2011-12-09 12:18:45,453 INFO Connecting to environment.
  291. machines:
  292. 0: {dns-name: oscc-01.itos.deakin.edu.au, instance-id: MTMyMjcwMDA5OS4zOTc3MjUwODAuNzk4Ng}
  293. 1: {dns-name: oscs-01.itos.deakin.edu.au, instance-id: MTMyMjcxMjI1MC42NTU5MDAzNDEuMTY1MTQ}
  294. 2: {dns-name: oscs-17.itos.deakin.edu.au, instance-id: MTMyMzIzMDI4OC4wMzk0MjQyNTkuOTI0MzM}
  295. 3: {dns-name: oscs-18.itos.deakin.edu.au, instance-id: MTMyMzIzMDI0Ni41NzQ4NDY5ODEuMDk3OTU}
  296. 4: {dns-name: oscs-19.itos.deakin.edu.au, instance-id: MTMyMzIzMDE0Mi44OTExNjI1MTQuNTY5Mjk}
  297. 5: {dns-name: oscs-20.itos.deakin.edu.au, instance-id: MTMyMzIzMDA0OS44NjEyNDQyNi4xMjk1OQ}
  298. services:
  299. glance:
  300. charm: local:oneiric/glance-31
  301. relations: {image-service: nova-cloud-controller, shared-db: mysql}
  302. units:
  303. glance/1:
  304. machine: 5
  305. public-address: oscs-20.itos.deakin.edu.au
  306. relations:
  307. image-service: {state: up}
  308. shared-db: {state: up}
  309. state: started
  310. mysql:
  311. charm: local:oneiric/mysql-108
  312. relations: {shared-db: glance}
  313. units:
  314. mysql/1:
  315. machine: 1
  316. public-address: oscs-01.itos.deakin.edu.au
  317. relations:
  318. shared-db: {state: up}
  319. state: started
  320. nova-cloud-controller:
  321. charm: local:oneiric/nova-cloud-controller-55
  322. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-compute,
  323. shared-db: mysql}
  324. units:
  325. nova-cloud-controller/1:
  326. machine: 3
  327. public-address: oscs-18.itos.deakin.edu.au
  328. relations:
  329. amqp: {state: up}
  330. image-service: {state: up}
  331. nova-network: {state: up}
  332. shared-db: {state: up}
  333. state: started
  334. nova-compute:
  335. charm: local:oneiric/nova-compute-49
  336. relations: {amqp: rabbitmq, image-service: glance, nova-network: nova-cloud-controller,
  337. shared-db: mysql}
  338. units:
  339. nova-compute/1:
  340. machine: 4
  341. public-address: oscs-19.itos.deakin.edu.au
  342. relations: {}
  343. state: stopped
  344. rabbitmq:
  345. charm: local:oneiric/rabbitmq-46
  346. relations: {amqp: nova-compute, cluster: rabbitmq}
  347. units:
  348. rabbitmq/1:
  349. machine: 2
  350. public-address: oscs-17.itos.deakin.edu.au
  351. relations:
  352. amqp: {state: up}
  353. cluster: {state: up}
  354. state: started
  355. 2011-12-09 12:18:47,383 INFO 'status' command finished successfully
  356. osadmin@ojj:~$ less /var/lib/cloud/instance/user-data.txt
  357. /var/lib/cloud/instance/user-data.txt: No such file or directory
  358. osadmin@ojj:~$ ssh ubuntu@oscs-19.itos.deakin.edu.au
  359. Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-13-server x86_64)
  360.  
  361. * Documentation: https://help.ubuntu.com/11.10/serverguide/C
  362. Last login: Fri Dec 9 12:08:33 2011 from 192.168.122.1
  363. [screen is terminating]
  364. Connection to oscs-19.itos.deakin.edu.au closed.
  365. osadmin@ojj:~$ juju ssh 4
  366. 2011-12-09 13:20:02,308 INFO Connecting to environment.
  367. 2011-12-09 13:20:02,878 INFO Connecting to machine 4 at oscs-19.itos.deakin.edu.au
  368. Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-13-server x86_64)
  369.  
  370. * Documentation: https://help.ubuntu.com/11.10/serverguide/C
  371. Last login: Fri Dec 9 13:16:21 2011 from 192.168.122.1
  372. ubuntu@oscs-19:~$
  373. ubuntu@oscs-19:~$
  374. ubuntu@oscs-19:~$
  375. ubuntu@oscs-19:~$
  376. ubuntu@oscs-19:~$
  377. ubuntu@oscs-19:~$
  378. ubuntu@oscs-19:~$ sudo bash
  379. [sudo] password for ubuntu:
  380. root@oscs-19:~# ls
  381. root@oscs-19:~# cat /var/lib/juju/units/nova-compute-1/charm.log
  382. 2011-12-08 16:40:47,003:5096(0x7f6373deb720):ZOO_INFO@log_env@658: Client environment:zookeeper.version=zookeeper C client 3.3.3
  383. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@662: Client environment:host.name=oscs-19
  384. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@669: Client environment:os.name=Linux
  385. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@670: Client environment:os.arch=3.0.0-13-server
  386. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@671: Client environment:os.version=#22-Ubuntu SMP Wed Nov 2 15:09:08 UTC 2011
  387. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@679: Client environment:user.name=(null)
  388. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@687: Client environment:user.home=/root
  389. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@log_env@699: Client environment:user.dir=/
  390. 2011-12-08 16:40:47,004:5096(0x7f6373deb720):ZOO_INFO@zookeeper_init@727: Initiating client connection, host=oscc-01.itos.deakin.edu.au:2181 sessionTimeout=10000 watcher=0x7f6370ffa650 sessionId=0 sessionPasswd=<null> context=0x327ac60 flags=0
  391. 2011-12-08 16:40:47,007:5096(0x7f636f529700):ZOO_INFO@check_events@1585: initiated connection to server [192.168.122.33:2181]
  392. 2011-12-08 16:40:47,008:5096(0x7f636f529700):ZOO_INFO@check_events@1632: session establishment complete on server [192.168.122.33:2181], sessionId=0x133f7bfcfcd00a1, negotiated timeout=10000
  393. 2011-12-08 16:40:47,008: hook.executor@DEBUG: started
  394. 2011-12-08 16:40:47,067: juju.agents.unit@DEBUG: Configuration Changed
  395. 2011-12-08 16:40:47,067: juju.agents.unit@DEBUG: Configuration updated on service in a non-started state
  396. 2011-12-08 16:40:47,068: statemachine@DEBUG: unitworkflowstate: transition state (None -> installed)
  397. 2011-12-08 16:40:47,068: statemachine@DEBUG: unitworkflowstate: transition install (None -> installed) {}
  398. 2011-12-08 16:40:47,068: statemachine@DEBUG: unitworkflowstate: execute action do_install
  399. 2011-12-08 16:40:47,068: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/install
  400. 2011-12-08 16:40:50,681: hook.output@INFO: Reading package lists...
  401. 2011-12-08 16:40:50,684: hook.output@INFO:
  402.  
  403. 2011-12-08 16:40:50,694: hook.output@INFO: Building dependency tree...
  404. 2011-12-08 16:40:51,032: hook.output@INFO:
  405.  
  406. 2011-12-08 16:40:51,032: hook.output@INFO: Reading state information...
  407. 2011-12-08 16:40:51,034: hook.output@INFO:
  408.  
  409. 2011-12-08 16:40:51,432: hook.output@INFO: python-software-properties is already the newest version.
  410. python-software-properties set to manually installed.
  411. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  412.  
  413. 2011-12-08 16:40:51,450: hook.output@INFO: Ign http://security.ubuntu.com oneiric-security InRelease
  414.  
  415. 2011-12-08 16:40:51,451: hook.output@INFO: Ign http://archive.ubuntu.com oneiric InRelease
  416.  
  417. 2011-12-08 16:40:51,453: hook.output@INFO: Ign http://archive.ubuntu.com oneiric-updates InRelease
  418.  
  419. 2011-12-08 16:40:52,087: hook.output@INFO: Hit http://archive.ubuntu.com oneiric Release.gpg
  420.  
  421. 2011-12-08 16:40:52,404: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates Release.gpg
  422.  
  423. 2011-12-08 16:40:52,453: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security Release.gpg
  424.  
  425. 2011-12-08 16:40:52,726: hook.output@INFO: Hit http://archive.ubuntu.com oneiric Release
  426.  
  427. 2011-12-08 16:40:52,781: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security Release
  428.  
  429. 2011-12-08 16:40:53,044: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates Release
  430.  
  431. 2011-12-08 16:40:53,117: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/main Sources
  432.  
  433. 2011-12-08 16:40:53,361: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/main Sources
  434.  
  435. 2011-12-08 16:40:53,446: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/universe Sources
  436.  
  437. 2011-12-08 16:40:53,678: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/universe Sources
  438.  
  439. 2011-12-08 16:40:53,774: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/main amd64 Packages
  440.  
  441. 2011-12-08 16:40:53,994: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/main amd64 Packages
  442.  
  443. 2011-12-08 16:40:54,103: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/universe amd64 Packages
  444.  
  445. 2011-12-08 16:40:54,311: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/universe amd64 Packages
  446.  
  447. 2011-12-08 16:40:54,431: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/main i386 Packages
  448.  
  449. 2011-12-08 16:40:54,633: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/main i386 Packages
  450.  
  451. 2011-12-08 16:40:54,759: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/universe i386 Packages
  452.  
  453. 2011-12-08 16:40:54,950: hook.output@INFO: Hit http://archive.ubuntu.com oneiric/universe i386 Packages
  454.  
  455. 2011-12-08 16:40:55,088: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/main TranslationIndex
  456.  
  457. 2011-12-08 16:40:55,268: hook.output@INFO: Get:1 http://archive.ubuntu.com oneiric/main TranslationIndex [3289 B]
  458.  
  459. 2011-12-08 16:40:55,416: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex
  460.  
  461. 2011-12-08 16:40:55,585: hook.output@INFO: Get:2 http://archive.ubuntu.com oneiric/universe TranslationIndex [2640 B]
  462.  
  463. 2011-12-08 16:40:55,746: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/main Translation-en
  464.  
  465. 2011-12-08 16:40:55,902: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/main Sources
  466.  
  467. 2011-12-08 16:40:56,074: hook.output@INFO: Hit http://security.ubuntu.com oneiric-security/universe Translation-en
  468.  
  469. 2011-12-08 16:40:56,219: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/universe Sources
  470.  
  471. 2011-12-08 16:40:56,537: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/main amd64 Packages
  472.  
  473. 2011-12-08 16:40:56,854: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/universe amd64 Packages
  474.  
  475. 2011-12-08 16:40:57,172: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/main i386 Packages
  476.  
  477. 2011-12-08 16:40:57,489: hook.output@INFO: Hit http://archive.ubuntu.com oneiric-updates/universe i386 Packages
  478.  
  479. 2011-12-08 16:40:57,806: hook.output@INFO: Get:3 http://archive.ubuntu.com oneiric-updates/main TranslationIndex [73 B]
  480.  
  481. 2011-12-08 16:40:58,125: hook.output@INFO: Get:4 http://archive.ubuntu.com oneiric-updates/universe TranslationIndex [73 B]
  482.  
  483. 2011-12-08 16:40:58,443: hook.output@INFO: Get:5 http://archive.ubuntu.com oneiric/main Translation-en [701 kB]
  484.  
  485. 2011-12-08 16:41:02,245: hook.output@INFO: Get:6 http://archive.ubuntu.com oneiric/universe Translation-en [3165 kB]
  486.  
  487. 2011-12-08 16:41:05,133: hook.output@INFO: Get:7 http://archive.ubuntu.com oneiric-updates/main Translation-en [99.9 kB]
  488.  
  489. 2011-12-08 16:41:05,464: hook.output@INFO: Get:8 http://archive.ubuntu.com oneiric-updates/universe Translation-en [39.8 kB]
  490.  
  491. 2011-12-08 16:41:06,612: hook.output@INFO: Fetched 4012 kB in 15s (265 kB/s)
  492. Reading package lists...
  493. 2011-12-08 16:41:06,616: hook.output@INFO:
  494.  
  495. 2011-12-08 16:41:06,625: hook.output@INFO: Reading package lists...
  496. 2011-12-08 16:41:06,628: hook.output@INFO:
  497.  
  498. 2011-12-08 16:41:06,638: hook.output@INFO: Building dependency tree...
  499. 2011-12-08 16:41:06,978: hook.output@INFO:
  500.  
  501. 2011-12-08 16:41:06,978: hook.output@INFO: Reading state information...
  502. 2011-12-08 16:41:06,979: hook.output@INFO:
  503.  
  504. 2011-12-08 16:41:07,341: hook.output@INFO: The following extra packages will be installed:
  505.  
  506. 2011-12-08 16:41:07,342: hook.output@INFO: ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin
  507.  
  508. 2011-12-08 16:41:07,342: hook.output@INFO: apache2.2-common bridge-utils cpu-checker curl dnsmasq-base dnsmasq-utils
  509.  
  510. 2011-12-08 16:41:07,342: hook.output@INFO: ebtables gawk iputils-arping kpartx libaio1 libapparmor1 libapr1 libaprutil1
  511.  
  512. 2011-12-08 16:41:07,342: hook.output@INFO: libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libasyncns0
  513.  
  514. 2011-12-08 16:41:07,342: hook.output@INFO: libavahi-client3 libavahi-common-data libavahi-common3 libcurl3 libflac8
  515.  
  516. 2011-12-08 16:41:07,343: hook.output@INFO: libjson0 libnl3 libogg0 libpulse0 libsdl1.2debian libsdl1.2debian-alsa
  517.  
  518. 2011-12-08 16:41:07,343: hook.output@INFO: libsigsegv2 libsndfile1 libsysfs2 libvirt-bin libvirt0 libvorbis0a
  519.  
  520. 2011-12-08 16:41:07,343: hook.output@INFO: libvorbisenc2 libxenstore3.0 libxml2-utils libxslt1.1 msr-tools nova-common
  521.  
  522. 2011-12-08 16:41:07,343: hook.output@INFO: nova-compute open-iscsi open-iscsi-utils python-amqplib python-anyjson
  523.  
  524. 2011-12-08 16:41:07,343: hook.output@INFO: python-carrot python-daemon python-decorator python-dingus python-eventlet
  525.  
  526. 2011-12-08 16:41:07,348: hook.output@INFO: python-formencode python-gflags python-glance python-greenlet python-kombu
  527. python-ldap python-libvirt python-libxml2 python-lockfile python-lxml
  528. python-migrate python-mysqldb python-netaddr python-nose python-nova
  529. python-novaclient python-openid python-paste python-pastedeploy
  530. python-pastescript python-prettytable python-pycurl python-routes
  531. python-scgi python-sqlalchemy python-sqlalchemy-ext python-stompy
  532. python-tempita python-webob python-xattr python2.6 python2.6-minimal
  533. qemu-common qemu-kvm seabios ssl-cert vgabios vlan
  534.  
  535. 2011-12-08 16:41:07,350: hook.output@INFO: Suggested packages:
  536.  
  537. 2011-12-08 16:41:07,351: hook.output@INFO: python-psyco www-browser apache2-doc apache2-suexec apache2-suexec-custom
  538.  
  539. 2011-12-08 16:41:07,351: hook.output@INFO: libasound2-plugins libasound2-python pulseaudio policykit-1 radvd
  540.  
  541. 2011-12-08 16:41:07,351: hook.output@INFO: python-egenix-mxdatetime python-dns python-greenlet-doc python-greenlet-dev
  542.  
  543. 2011-12-08 16:41:07,351: hook.output@INFO: python-greenlet-dbg python-kombu-doc python-pymongo python-ldap-doc
  544.  
  545. 2011-12-08 16:41:07,351: hook.output@INFO: python-lxml-dbg mysql-server-5.1 mysql-server python-mysqldb-dbg ipython
  546.  
  547. 2011-12-08 16:41:07,351: hook.output@INFO: python-coverage python-suds python-pastewebkit libapache2-mod-wsgi
  548.  
  549. 2011-12-08 16:41:07,352: hook.output@INFO: libapache2-mod-python libapache2-mod-scgi python-pgsql libjs-sphinxdoc
  550.  
  551. 2011-12-08 16:41:07,352: hook.output@INFO: libjs-mochikit python-cherrypy3 python-cherrypy python-flup
  552.  
  553. 2011-12-08 16:41:07,352: hook.output@INFO: libcurl4-gnutls-dev python-pycurl-dbg python-sqlalchemy-doc python-psycopg2
  554.  
  555. 2011-12-08 16:41:07,352: hook.output@INFO: python-kinterbasdb python-pymssql python2.6-doc binutils binfmt-support ipxe
  556.  
  557. 2011-12-08 16:41:07,352: hook.output@INFO: mol-drivers-macosx openbios-sparc ubuntu-vm-builder uml-utilities
  558.  
  559. 2011-12-08 16:41:07,358: hook.output@INFO: openssl-blacklist
  560.  
  561. 2011-12-08 16:41:07,361: hook.output@INFO: The following NEW packages will be installed:
  562.  
  563. 2011-12-08 16:41:07,361: hook.output@INFO: ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin
  564.  
  565. 2011-12-08 16:41:07,361: hook.output@INFO: apache2.2-common bridge-utils cpu-checker curl dnsmasq-base dnsmasq-utils
  566.  
  567. 2011-12-08 16:41:07,362: hook.output@INFO: ebtables gawk iputils-arping kpartx libaio1 libapparmor1 libapr1 libaprutil1
  568.  
  569. 2011-12-08 16:41:07,362: hook.output@INFO: libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libasyncns0
  570.  
  571. 2011-12-08 16:41:07,362: hook.output@INFO: libavahi-client3 libavahi-common-data libavahi-common3 libcurl3 libflac8
  572.  
  573. 2011-12-08 16:41:07,362: hook.output@INFO: libjson0 libnl3 libogg0 libpulse0 libsdl1.2debian libsdl1.2debian-alsa
  574.  
  575. 2011-12-08 16:41:07,362: hook.output@INFO: libsigsegv2 libsndfile1 libsysfs2 libvirt-bin libvirt0 libvorbis0a
  576.  
  577. 2011-12-08 16:41:07,362: hook.output@INFO: libvorbisenc2 libxenstore3.0 libxml2-utils libxslt1.1 msr-tools nova-common
  578.  
  579. 2011-12-08 16:41:07,363: hook.output@INFO: nova-compute nova-compute-kvm nova-network open-iscsi open-iscsi-utils
  580.  
  581. 2011-12-08 16:41:07,363: hook.output@INFO: python-amqplib python-anyjson python-carrot python-daemon python-decorator
  582.  
  583. 2011-12-08 16:41:07,363: hook.output@INFO: python-dingus python-eventlet python-formencode python-gflags python-glance
  584.  
  585. 2011-12-08 16:41:07,366: hook.output@INFO: python-greenlet python-kombu python-ldap python-libvirt python-libxml2
  586. python-lockfile python-lxml python-migrate python-mysqldb python-netaddr
  587. python-nose python-nova python-novaclient python-openid python-paste
  588. python-pastedeploy python-pastescript python-prettytable python-pycurl
  589. python-routes python-scgi python-sqlalchemy python-sqlalchemy-ext
  590. python-stompy python-tempita python-webob python-xattr python2.6
  591. python2.6-minimal qemu-common qemu-kvm seabios ssl-cert vgabios vlan
  592.  
  593. 2011-12-08 16:41:07,427: hook.output@INFO: 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded.
  594. Need to get 23.7 MB of archives.
  595. After this operation, 108 MB of additional disk space will be used.
  596. Get:1 http://archive.ubuntu.com/ubuntu/ oneiric/main libsigsegv2 amd64 2.9-4ubuntu2 [14.6 kB]
  597.  
  598. 2011-12-08 16:41:07,441: hook.output@INFO: Get:2 http://archive.ubuntu.com/ubuntu/ oneiric/main gawk amd64 1:3.1.8+dfsg-0.1build1 [465 kB]
  599.  
  600. 2011-12-08 16:41:07,487: hook.output@INFO: Get:3 http://archive.ubuntu.com/ubuntu/ oneiric/main libasound2 amd64 1.0.24.1-0ubuntu10 [417 kB]
  601.  
  602. 2011-12-08 16:41:07,525: hook.output@INFO: Get:4 http://archive.ubuntu.com/ubuntu/ oneiric/main libasyncns0 amd64 0.8-4 [13.2 kB]
  603.  
  604. 2011-12-08 16:41:07,538: hook.output@INFO: Get:5 http://archive.ubuntu.com/ubuntu/ oneiric/main libavahi-common-data amd64 0.6.30-4ubuntu1 [22.4 kB]
  605.  
  606. 2011-12-08 16:41:07,545: hook.output@INFO: Get:6 http://archive.ubuntu.com/ubuntu/ oneiric/main libavahi-common3 amd64 0.6.30-4ubuntu1 [25.0 kB]
  607.  
  608. 2011-12-08 16:41:07,555: hook.output@INFO: Get:7 http://archive.ubuntu.com/ubuntu/ oneiric/main libavahi-client3 amd64 0.6.30-4ubuntu1 [43.2 kB]
  609.  
  610. 2011-12-08 16:41:07,569: hook.output@INFO: Get:8 http://archive.ubuntu.com/ubuntu/ oneiric/main libcurl3 amd64 7.21.6-3ubuntu3 [230 kB]
  611.  
  612. 2011-12-08 16:41:07,599: hook.output@INFO: Get:9 http://archive.ubuntu.com/ubuntu/ oneiric/main libogg0 amd64 1.2.2~dfsg-1ubuntu1 [17.2 kB]
  613.  
  614. 2011-12-08 16:41:07,604: hook.output@INFO: Get:10 http://archive.ubuntu.com/ubuntu/ oneiric/main libflac8 amd64 1.2.1-4ubuntu1 [144 kB]
  615.  
  616. 2011-12-08 16:41:07,619: hook.output@INFO: Get:11 http://archive.ubuntu.com/ubuntu/ oneiric/main libjson0 amd64 0.9-1ubuntu1 [16.3 kB]
  617.  
  618. 2011-12-08 16:41:07,630: hook.output@INFO: Get:12 http://archive.ubuntu.com/ubuntu/ oneiric/main libvorbis0a amd64 1.3.2-1ubuntu2 [103 kB]
  619.  
  620. 2011-12-08 16:41:07,642: hook.output@INFO: Get:13 http://archive.ubuntu.com/ubuntu/ oneiric/main libvorbisenc2 amd64 1.3.2-1ubuntu2 [136 kB]
  621.  
  622. 2011-12-08 16:41:07,655: hook.output@INFO: Get:14 http://archive.ubuntu.com/ubuntu/ oneiric/main libsndfile1 amd64 1.0.24-1ubuntu2 [163 kB]
  623.  
  624. 2011-12-08 16:41:07,672: hook.output@INFO: Get:15 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main libpulse0 amd64 1:1.0-0ubuntu3.1 [291 kB]
  625.  
  626. 2011-12-08 16:41:07,709: hook.output@INFO: Get:16 http://archive.ubuntu.com/ubuntu/ oneiric/main bridge-utils amd64 1.5-2ubuntu1 [31.3 kB]
  627.  
  628. 2011-12-08 16:41:07,720: hook.output@INFO: Get:17 http://archive.ubuntu.com/ubuntu/ oneiric/main seabios all 0.6.2-0ubuntu1 [67.3 kB]
  629.  
  630. 2011-12-08 16:41:07,728: hook.output@INFO: Get:18 http://archive.ubuntu.com/ubuntu/ oneiric/main vgabios all 0.6c-2ubuntu3 [164 kB]
  631.  
  632. 2011-12-08 16:41:07,754: hook.output@INFO: Get:19 http://archive.ubuntu.com/ubuntu/ oneiric/main qemu-common all 0.14.1+noroms-0ubuntu6 [23.0 kB]
  633.  
  634. 2011-12-08 16:41:07,762: hook.output@INFO: Get:20 http://archive.ubuntu.com/ubuntu/ oneiric/main libaio1 amd64 0.3.109-1ubuntu2 [6370 B]
  635.  
  636. 2011-12-08 16:41:07,765: hook.output@INFO: Get:21 http://archive.ubuntu.com/ubuntu/ oneiric/main libsdl1.2debian-alsa amd64 1.2.14-6.1ubuntu4 [191 kB]
  637.  
  638. 2011-12-08 16:41:07,794: hook.output@INFO: Get:22 http://archive.ubuntu.com/ubuntu/ oneiric/main libsdl1.2debian amd64 1.2.14-6.1ubuntu4 [1922 B]
  639.  
  640. 2011-12-08 16:41:07,806: hook.output@INFO: Get:23 http://archive.ubuntu.com/ubuntu/ oneiric/main qemu-kvm amd64 0.14.1+noroms-0ubuntu6 [3632 kB]
  641.  
  642. 2011-12-08 16:41:08,122: hook.output@INFO: Get:24 http://archive.ubuntu.com/ubuntu/ oneiric/main ajaxterm all 0.10-11ubuntu2 [44.6 kB]
  643.  
  644. 2011-12-08 16:41:08,129: hook.output@INFO: Get:25 http://archive.ubuntu.com/ubuntu/ oneiric/main libapr1 amd64 1.4.5-1 [88.8 kB]
  645.  
  646. 2011-12-08 16:41:08,150: hook.output@INFO: Get:26 http://archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1 amd64 1.3.12+dfsg-2 [74.7 kB]
  647.  
  648. 2011-12-08 16:41:08,173: hook.output@INFO: Get:27 http://archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1-dbd-sqlite3 amd64 1.3.12+dfsg-2 [10.4 kB]
  649.  
  650. 2011-12-08 16:41:08,176: hook.output@INFO: Get:28 http://archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1-ldap amd64 1.3.12+dfsg-2 [8050 B]
  651.  
  652. 2011-12-08 16:41:08,179: hook.output@INFO: Get:29 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2.2-bin amd64 2.2.20-1ubuntu1.1 [2735 kB]
  653.  
  654. 2011-12-08 16:41:08,420: hook.output@INFO: Get:30 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2-utils amd64 2.2.20-1ubuntu1.1 [86.0 kB]
  655.  
  656. 2011-12-08 16:41:08,442: hook.output@INFO: Get:31 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2.2-common amd64 2.2.20-1ubuntu1.1 [229 kB]
  657.  
  658. 2011-12-08 16:41:08,469: hook.output@INFO: Get:32 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2-mpm-worker amd64 2.2.20-1ubuntu1.1 [2292 B]
  659.  
  660. 2011-12-08 16:41:08,472: hook.output@INFO: Get:33 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2 amd64 2.2.20-1ubuntu1.1 [1478 B]
  661.  
  662. 2011-12-08 16:41:08,476: hook.output@INFO: Get:34 http://archive.ubuntu.com/ubuntu/ oneiric/main msr-tools amd64 1.2-3 [9052 B]
  663.  
  664. 2011-12-08 16:41:08,489: hook.output@INFO: Get:35 http://archive.ubuntu.com/ubuntu/ oneiric/main cpu-checker all 0.6-0ubuntu1 [6374 B]
  665.  
  666. 2011-12-08 16:41:08,493: hook.output@INFO: Get:36 http://archive.ubuntu.com/ubuntu/ oneiric/main curl amd64 7.21.6-3ubuntu3 [134 kB]
  667.  
  668. 2011-12-08 16:41:08,507: hook.output@INFO: Get:37 http://archive.ubuntu.com/ubuntu/ oneiric/main dnsmasq-base amd64 2.57-1ubuntu1 [208 kB]
  669.  
  670. 2011-12-08 16:41:08,528: hook.output@INFO: Get:38 http://archive.ubuntu.com/ubuntu/ oneiric/main dnsmasq-utils amd64 2.57-1ubuntu1 [9956 B]
  671.  
  672. 2011-12-08 16:41:08,532: hook.output@INFO: Get:39 http://archive.ubuntu.com/ubuntu/ oneiric/main ebtables amd64 2.0.9.2-2 [90.1 kB]
  673.  
  674. 2011-12-08 16:41:08,546: hook.output@INFO: Get:40 http://archive.ubuntu.com/ubuntu/ oneiric/main libsysfs2 amd64 2.1.0+repack-1 [23.9 kB]
  675.  
  676. 2011-12-08 16:41:08,558: hook.output@INFO: Get:41 http://archive.ubuntu.com/ubuntu/ oneiric/main iputils-arping amd64 3:20101006-1 [22.0 kB]
  677.  
  678. 2011-12-08 16:41:08,569: hook.output@INFO: Get:42 http://archive.ubuntu.com/ubuntu/ oneiric/main libapparmor1 amd64 2.7.0~beta1+bzr1774-1ubuntu2 [36.8 kB]
  679.  
  680. 2011-12-08 16:41:08,577: hook.output@INFO: Get:43 http://archive.ubuntu.com/ubuntu/ oneiric/main libnl3 amd64 3.0-1.1ubuntu1 [190 kB]
  681.  
  682. 2011-12-08 16:41:08,596: hook.output@INFO: Get:44 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main libxenstore3.0 amd64 4.1.1-2ubuntu4.1 [18.1 kB]
  683.  
  684. 2011-12-08 16:41:08,607: hook.output@INFO: Get:45 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main libvirt0 amd64 0.9.2-4ubuntu15.1 [726 kB]
  685.  
  686. 2011-12-08 16:41:08,672: hook.output@INFO: Get:46 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main libvirt-bin amd64 0.9.2-4ubuntu15.1 [1013 kB]
  687.  
  688. 2011-12-08 16:41:08,768: hook.output@INFO: Get:47 http://archive.ubuntu.com/ubuntu/ oneiric/main libxml2-utils amd64 2.7.8.dfsg-4 [39.8 kB]
  689.  
  690. 2011-12-08 16:41:08,778: hook.output@INFO: Get:48 http://archive.ubuntu.com/ubuntu/ oneiric/main libxslt1.1 amd64 1.1.26-7 [166 kB]
  691.  
  692. 2011-12-08 16:41:08,796: hook.output@INFO: Get:49 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main open-iscsi-utils amd64 2.0.871-0ubuntu9 [105 kB]
  693.  
  694. 2011-12-08 16:41:08,812: hook.output@INFO: Get:50 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main open-iscsi amd64 2.0.871-0ubuntu9 [590 kB]
  695.  
  696. 2011-12-08 16:41:08,872: hook.output@INFO: Get:51 http://archive.ubuntu.com/ubuntu/ oneiric/main python2.6-minimal amd64 2.6.7-4ubuntu1 [1475 kB]
  697.  
  698. 2011-12-08 16:41:09,000: hook.output@INFO: Get:52 http://archive.ubuntu.com/ubuntu/ oneiric/main python2.6 amd64 2.6.7-4ubuntu1 [2439 kB]
  699.  
  700. 2011-12-08 16:41:09,211: hook.output@INFO: Get:53 http://archive.ubuntu.com/ubuntu/ oneiric/main python-amqplib all 1.0.0-0ubuntu1 [35.0 kB]
  701.  
  702. 2011-12-08 16:41:09,216: hook.output@INFO: Get:54 http://archive.ubuntu.com/ubuntu/ oneiric/main python-anyjson all 0.3.1-1 [7316 B]
  703.  
  704. 2011-12-08 16:41:09,220: hook.output@INFO: Get:55 http://archive.ubuntu.com/ubuntu/ oneiric/main python-carrot all 0.10.7-0ubuntu1 [92.5 kB]
  705.  
  706. 2011-12-08 16:41:09,230: hook.output@INFO: Get:56 http://archive.ubuntu.com/ubuntu/ oneiric/main python-lockfile all 1:0.8-2 [8992 B]
  707.  
  708. 2011-12-08 16:41:09,234: hook.output@INFO: Get:57 http://archive.ubuntu.com/ubuntu/ oneiric/main python-daemon all 1.5.5-1 [19.8 kB]
  709.  
  710. 2011-12-08 16:41:09,238: hook.output@INFO: Get:58 http://archive.ubuntu.com/ubuntu/ oneiric/main python-decorator all 3.2.0-1ubuntu1 [45.9 kB]
  711.  
  712. 2011-12-08 16:41:09,249: hook.output@INFO: Get:59 http://archive.ubuntu.com/ubuntu/ oneiric/main python-dingus all 0.1-2ubuntu1 [9246 B]
  713.  
  714. 2011-12-08 16:41:09,253: hook.output@INFO: Get:60 http://archive.ubuntu.com/ubuntu/ oneiric/main python-greenlet amd64 0.3.1-1ubuntu4 [25.0 kB]
  715.  
  716. 2011-12-08 16:41:09,258: hook.output@INFO: Get:61 http://archive.ubuntu.com/ubuntu/ oneiric/main python-eventlet all 0.9.15-0ubuntu4 [267 kB]
  717.  
  718. 2011-12-08 16:41:09,283: hook.output@INFO: Get:62 http://archive.ubuntu.com/ubuntu/ oneiric/main python-formencode all 1.2.4-2ubuntu1 [111 kB]
  719.  
  720. 2011-12-08 16:41:09,294: hook.output@INFO: Get:63 http://archive.ubuntu.com/ubuntu/ oneiric/main python-gflags all 1.5.1-1 [39.8 kB]
  721.  
  722. 2011-12-08 16:41:09,300: hook.output@INFO: Get:64 http://archive.ubuntu.com/ubuntu/ oneiric/main python-kombu all 1.0.4-2 [79.5 kB]
  723.  
  724. 2011-12-08 16:41:09,310: hook.output@INFO: Get:65 http://archive.ubuntu.com/ubuntu/ oneiric/main python-ldap amd64 2.3.13-1 [87.7 kB]
  725.  
  726. 2011-12-08 16:41:09,328: hook.output@INFO: Get:66 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main python-libvirt amd64 0.9.2-4ubuntu15.1 [75.5 kB]
  727.  
  728. 2011-12-08 16:41:09,346: hook.output@INFO: Get:67 http://archive.ubuntu.com/ubuntu/ oneiric/main python-libxml2 amd64 2.7.8.dfsg-4 [285 kB]
  729.  
  730. 2011-12-08 16:41:09,373: hook.output@INFO: Get:68 http://archive.ubuntu.com/ubuntu/ oneiric/main python-lxml amd64 2.3-0.1build1 [1307 kB]
  731.  
  732. 2011-12-08 16:41:09,488: hook.output@INFO: Get:69 http://archive.ubuntu.com/ubuntu/ oneiric/main python-sqlalchemy all 0.6.8-1 [414 kB]
  733.  
  734. 2011-12-08 16:41:09,525: hook.output@INFO: Get:70 http://archive.ubuntu.com/ubuntu/ oneiric/main python-tempita all 0.5.1-1 [15.2 kB]
  735.  
  736. 2011-12-08 16:41:09,529: hook.output@INFO: Get:71 http://archive.ubuntu.com/ubuntu/ oneiric/main python-migrate all 0.7.1-1 [159 kB]
  737.  
  738. 2011-12-08 16:41:09,545: hook.output@INFO: Get:72 http://archive.ubuntu.com/ubuntu/ oneiric/main python-mysqldb amd64 1.2.3-0ubuntu1 [82.5 kB]
  739.  
  740. 2011-12-08 16:41:09,555: hook.output@INFO: Get:73 http://archive.ubuntu.com/ubuntu/ oneiric/main python-netaddr all 0.7.5-4 [1182 kB]
  741.  
  742. 2011-12-08 16:41:09,661: hook.output@INFO: Get:74 http://archive.ubuntu.com/ubuntu/ oneiric/main python-nose all 1.0.0-1ubuntu1 [356 kB]
  743.  
  744. 2011-12-08 16:41:09,694: hook.output@INFO: Get:75 http://archive.ubuntu.com/ubuntu/ oneiric/main python-prettytable all 0.5-1ubuntu1 [8746 B]
  745.  
  746. 2011-12-08 16:41:09,697: hook.output@INFO: Get:76 http://archive.ubuntu.com/ubuntu/ oneiric/main python-novaclient all 2.6.4~bzr112-0ubuntu1 [44.0 kB]
  747.  
  748. 2011-12-08 16:41:09,709: hook.output@INFO: Get:77 http://archive.ubuntu.com/ubuntu/ oneiric/main python-openid all 2.2.5-3 [118 kB]
  749.  
  750. 2011-12-08 16:41:09,722: hook.output@INFO: Get:78 http://archive.ubuntu.com/ubuntu/ oneiric/main python-paste all 1.7.5.1-4ubuntu1 [395 kB]
  751.  
  752. 2011-12-08 16:41:09,759: hook.output@INFO: Get:79 http://archive.ubuntu.com/ubuntu/ oneiric/main python-pastedeploy all 1.5.0-2 [28.2 kB]
  753.  
  754. 2011-12-08 16:41:09,764: hook.output@INFO: Get:80 http://archive.ubuntu.com/ubuntu/ oneiric/main python-pastescript all 1.7.3-7 [147 kB]
  755.  
  756. 2011-12-08 16:41:09,779: hook.output@INFO: Get:81 http://archive.ubuntu.com/ubuntu/ oneiric/main python-routes all 1.12.3-1 [36.6 kB]
  757.  
  758. 2011-12-08 16:41:09,789: hook.output@INFO: Get:82 http://archive.ubuntu.com/ubuntu/ oneiric/main python-scgi amd64 1.13-1build1 [20.2 kB]
  759.  
  760. 2011-12-08 16:41:09,799: hook.output@INFO: Get:83 http://archive.ubuntu.com/ubuntu/ oneiric/main python-sqlalchemy-ext amd64 0.6.8-1 [16.1 kB]
  761.  
  762. 2011-12-08 16:41:09,807: hook.output@INFO: Get:84 http://archive.ubuntu.com/ubuntu/ oneiric/main python-stompy all 0.2.5-1ubuntu1 [11.1 kB]
  763.  
  764. 2011-12-08 16:41:09,811: hook.output@INFO: Get:85 http://archive.ubuntu.com/ubuntu/ oneiric/main python-xattr amd64 0.6-1ubuntu2 [14.6 kB]
  765.  
  766. 2011-12-08 16:41:09,815: hook.output@INFO: Get:86 http://archive.ubuntu.com/ubuntu/ oneiric/main ssl-cert all 1.0.28 [12.2 kB]
  767.  
  768. 2011-12-08 16:41:09,819: hook.output@INFO: Get:87 http://archive.ubuntu.com/ubuntu/ oneiric/main kpartx amd64 0.4.9-2ubuntu1 [25.4 kB]
  769.  
  770. 2011-12-08 16:41:09,830: hook.output@INFO: Get:88 http://archive.ubuntu.com/ubuntu/ oneiric/main python-pycurl amd64 7.19.0-4ubuntu2 [76.0 kB]
  771.  
  772. 2011-12-08 16:41:09,839: hook.output@INFO: Get:89 http://archive.ubuntu.com/ubuntu/ oneiric/main python-webob all 1.0.8-1 [273 kB]
  773.  
  774. 2011-12-08 16:41:09,864: hook.output@INFO: Get:90 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main python-glance all 2011.3-0ubuntu4.1 [136 kB]
  775.  
  776. 2011-12-08 16:41:09,879: hook.output@INFO: Get:91 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main python-nova all 2011.3-0ubuntu6.2 [745 kB]
  777.  
  778. 2011-12-08 16:41:09,945: hook.output@INFO: Get:92 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main nova-common all 2011.3-0ubuntu6.2 [26.4 kB]
  779.  
  780. 2011-12-08 16:41:09,958: hook.output@INFO: Get:93 http://archive.ubuntu.com/ubuntu/ oneiric/main vlan amd64 1.9-3ubuntu3 [40.7 kB]
  781.  
  782. 2011-12-08 16:41:09,980: hook.output@INFO: Get:94 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main nova-compute-kvm all 2011.3-0ubuntu6.2 [4898 B]
  783.  
  784. 2011-12-08 16:41:09,984: hook.output@INFO: Get:95 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main nova-compute all 2011.3-0ubuntu6.2 [4686 B]
  785.  
  786. 2011-12-08 16:41:09,986: hook.output@INFO: Get:96 http://archive.ubuntu.com/ubuntu/ oneiric-updates/main nova-network all 2011.3-0ubuntu6.2 [8066 B]
  787.  
  788. 2011-12-08 16:41:10,194: hook.output@ERROR: debconf: unable to initialize frontend: Dialog
  789. debconf: (TERM is not set, so the dialog frontend is not usable.)
  790. debconf: falling back to frontend: Readline
  791.  
  792. 2011-12-08 16:41:10,285: hook.output@ERROR: debconf: unable to initialize frontend: Readline
  793. debconf: (This frontend requires a controlling tty.)
  794. debconf: falling back to frontend: Teletype
  795.  
  796. 2011-12-08 16:41:10,294: hook.output@ERROR: dpkg-preconfigure: unable to re-open stdin:
  797.  
  798. 2011-12-08 16:41:10,309: hook.output@INFO: Fetched 23.7 MB in 2s (9242 kB/s)
  799.  
  800. 2011-12-08 16:41:10,733: hook.output@INFO: Selecting previously deselected package libsigsegv2.
  801.  
  802. 2011-12-08 16:41:10,737: hook.output@INFO: (Reading database ...
  803. 2011-12-08 16:41:10,781: hook.output@INFO: 59373 files and directories currently installed.)
  804.  
  805. 2011-12-08 16:41:10,789: hook.output@INFO: Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4ubuntu2_amd64.deb) ...
  806.  
  807. 2011-12-08 16:41:11,299: hook.output@INFO: Setting up libsigsegv2 (2.9-4ubuntu2) ...
  808.  
  809. 2011-12-08 16:41:11,654: hook.output@INFO: Processing triggers for libc-bin ...
  810.  
  811. 2011-12-08 16:41:11,722: hook.output@INFO: ldconfig deferred processing now taking place
  812.  
  813. 2011-12-08 16:41:12,207: hook.output@INFO: Selecting previously deselected package gawk.
  814.  
  815. 2011-12-08 16:41:12,210: hook.output@INFO: (Reading database ...
  816. 2011-12-08 16:41:12,252: hook.output@INFO: 59381 files and directories currently installed.)
  817.  
  818. 2011-12-08 16:41:12,260: hook.output@INFO: Unpacking gawk (from .../gawk_1%3a3.1.8+dfsg-0.1build1_amd64.deb) ...
  819.  
  820. 2011-12-08 16:41:13,118: hook.output@INFO: Selecting previously deselected package libasound2.
  821.  
  822. 2011-12-08 16:41:13,124: hook.output@INFO: Unpacking libasound2 (from .../libasound2_1.0.24.1-0ubuntu10_amd64.deb) ...
  823.  
  824. 2011-12-08 16:41:13,870: hook.output@INFO: Selecting previously deselected package libasyncns0.
  825.  
  826. 2011-12-08 16:41:13,876: hook.output@INFO: Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ...
  827.  
  828. 2011-12-08 16:41:14,318: hook.output@INFO: Selecting previously deselected package libavahi-common-data.
  829.  
  830. 2011-12-08 16:41:14,326: hook.output@INFO: Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.30-4ubuntu1_amd64.deb) ...
  831.  
  832. 2011-12-08 16:41:14,946: hook.output@INFO: Selecting previously deselected package libavahi-common3.
  833.  
  834. 2011-12-08 16:41:14,951: hook.output@INFO: Unpacking libavahi-common3 (from .../libavahi-common3_0.6.30-4ubuntu1_amd64.deb) ...
  835.  
  836. 2011-12-08 16:41:15,554: hook.output@INFO: Selecting previously deselected package libavahi-client3.
  837.  
  838. 2011-12-08 16:41:15,560: hook.output@INFO: Unpacking libavahi-client3 (from .../libavahi-client3_0.6.30-4ubuntu1_amd64.deb) ...
  839.  
  840. 2011-12-08 16:41:16,154: hook.output@INFO: Selecting previously deselected package libcurl3.
  841.  
  842. 2011-12-08 16:41:16,160: hook.output@INFO: Unpacking libcurl3 (from .../libcurl3_7.21.6-3ubuntu3_amd64.deb) ...
  843.  
  844. 2011-12-08 16:41:16,830: hook.output@INFO: Selecting previously deselected package libogg0.
  845.  
  846. 2011-12-08 16:41:16,836: hook.output@INFO: Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb) ...
  847.  
  848. 2011-12-08 16:41:17,394: hook.output@INFO: Selecting previously deselected package libflac8.
  849.  
  850. 2011-12-08 16:41:17,403: hook.output@INFO: Unpacking libflac8 (from .../libflac8_1.2.1-4ubuntu1_amd64.deb) ...
  851.  
  852. 2011-12-08 16:41:18,006: hook.output@INFO: Selecting previously deselected package libjson0.
  853.  
  854. 2011-12-08 16:41:18,012: hook.output@INFO: Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_amd64.deb) ...
  855.  
  856. 2011-12-08 16:41:18,630: hook.output@INFO: Selecting previously deselected package libvorbis0a.
  857.  
  858. 2011-12-08 16:41:18,638: hook.output@INFO: Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu2_amd64.deb) ...
  859.  
  860. 2011-12-08 16:41:19,314: hook.output@INFO: Selecting previously deselected package libvorbisenc2.
  861.  
  862. 2011-12-08 16:41:19,322: hook.output@INFO: Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu2_amd64.deb) ...
  863.  
  864. 2011-12-08 16:41:20,022: hook.output@INFO: Selecting previously deselected package libsndfile1.
  865.  
  866. 2011-12-08 16:41:20,031: hook.output@INFO: Unpacking libsndfile1 (from .../libsndfile1_1.0.24-1ubuntu2_amd64.deb) ...
  867.  
  868. 2011-12-08 16:41:20,766: hook.output@INFO: Selecting previously deselected package libpulse0.
  869.  
  870. 2011-12-08 16:41:20,773: hook.output@INFO: Unpacking libpulse0 (from .../libpulse0_1%3a1.0-0ubuntu3.1_amd64.deb) ...
  871.  
  872. 2011-12-08 16:41:21,410: hook.output@INFO: Selecting previously deselected package bridge-utils.
  873.  
  874. 2011-12-08 16:41:21,417: hook.output@INFO: Unpacking bridge-utils (from .../bridge-utils_1.5-2ubuntu1_amd64.deb) ...
  875.  
  876. 2011-12-08 16:41:22,038: hook.output@INFO: Selecting previously deselected package seabios.
  877.  
  878. 2011-12-08 16:41:22,045: hook.output@INFO: Unpacking seabios (from .../seabios_0.6.2-0ubuntu1_all.deb) ...
  879.  
  880. 2011-12-08 16:41:22,538: hook.output@INFO: Selecting previously deselected package vgabios.
  881.  
  882. 2011-12-08 16:41:22,544: hook.output@INFO: Unpacking vgabios (from .../vgabios_0.6c-2ubuntu3_all.deb) ...
  883.  
  884. 2011-12-08 16:41:23,040: hook.output@INFO: Selecting previously deselected package qemu-common.
  885.  
  886. 2011-12-08 16:41:23,051: hook.output@INFO: Unpacking qemu-common (from .../qemu-common_0.14.1+noroms-0ubuntu6_all.deb) ...
  887.  
  888. 2011-12-08 16:41:23,762: hook.output@INFO: Selecting previously deselected package libaio1.
  889.  
  890. 2011-12-08 16:41:23,769: hook.output@INFO: Unpacking libaio1 (from .../libaio1_0.3.109-1ubuntu2_amd64.deb) ...
  891.  
  892. 2011-12-08 16:41:24,414: hook.output@INFO: Selecting previously deselected package libsdl1.2debian-alsa.
  893.  
  894. 2011-12-08 16:41:24,420: hook.output@INFO: Unpacking libsdl1.2debian-alsa (from .../libsdl1.2debian-alsa_1.2.14-6.1ubuntu4_amd64.deb) ...
  895.  
  896. 2011-12-08 16:41:24,938: hook.output@INFO: Selecting previously deselected package libsdl1.2debian.
  897.  
  898. 2011-12-08 16:41:24,944: hook.output@INFO: Unpacking libsdl1.2debian (from .../libsdl1.2debian_1.2.14-6.1ubuntu4_amd64.deb) ...
  899.  
  900. 2011-12-08 16:41:25,630: hook.output@INFO: Selecting previously deselected package qemu-kvm.
  901.  
  902. 2011-12-08 16:41:25,636: hook.output@INFO: Unpacking qemu-kvm (from .../qemu-kvm_0.14.1+noroms-0ubuntu6_amd64.deb) ...
  903.  
  904. 2011-12-08 16:41:27,418: hook.output@INFO: Selecting previously deselected package ajaxterm.
  905.  
  906. 2011-12-08 16:41:27,424: hook.output@INFO: Unpacking ajaxterm (from .../ajaxterm_0.10-11ubuntu2_all.deb) ...
  907.  
  908. 2011-12-08 16:41:28,194: hook.output@INFO: Selecting previously deselected package libapr1.
  909.  
  910. 2011-12-08 16:41:28,203: hook.output@INFO: Unpacking libapr1 (from .../libapr1_1.4.5-1_amd64.deb) ...
  911.  
  912. 2011-12-08 16:41:28,914: hook.output@INFO: Selecting previously deselected package libaprutil1.
  913.  
  914. 2011-12-08 16:41:28,921: hook.output@INFO: Unpacking libaprutil1 (from .../libaprutil1_1.3.12+dfsg-2_amd64.deb) ...
  915.  
  916. 2011-12-08 16:41:29,490: hook.output@INFO: Selecting previously deselected package libaprutil1-dbd-sqlite3.
  917.  
  918. 2011-12-08 16:41:29,496: hook.output@INFO: Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.12+dfsg-2_amd64.deb) ...
  919.  
  920. 2011-12-08 16:41:30,038: hook.output@INFO: Selecting previously deselected package libaprutil1-ldap.
  921.  
  922. 2011-12-08 16:41:30,045: hook.output@INFO: Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.12+dfsg-2_amd64.deb) ...
  923.  
  924. 2011-12-08 16:41:30,526: hook.output@INFO: Selecting previously deselected package apache2.2-bin.
  925.  
  926. 2011-12-08 16:41:30,534: hook.output@INFO: Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.20-1ubuntu1.1_amd64.deb) ...
  927.  
  928. 2011-12-08 16:41:31,330: hook.output@INFO: Selecting previously deselected package apache2-utils.
  929.  
  930. 2011-12-08 16:41:31,339: hook.output@INFO: Unpacking apache2-utils (from .../apache2-utils_2.2.20-1ubuntu1.1_amd64.deb) ...
  931.  
  932. 2011-12-08 16:41:32,078: hook.output@INFO: Selecting previously deselected package apache2.2-common.
  933.  
  934. 2011-12-08 16:41:32,084: hook.output@INFO: Unpacking apache2.2-common (from .../apache2.2-common_2.2.20-1ubuntu1.1_amd64.deb) ...
  935.  
  936. 2011-12-08 16:41:33,226: hook.output@INFO: Selecting previously deselected package apache2-mpm-worker.
  937.  
  938. 2011-12-08 16:41:33,233: hook.output@INFO: Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.20-1ubuntu1.1_amd64.deb) ...
  939.  
  940. 2011-12-08 16:41:33,750: hook.output@INFO: Selecting previously deselected package apache2.
  941.  
  942. 2011-12-08 16:41:33,758: hook.output@INFO: Unpacking apache2 (from .../apache2_2.2.20-1ubuntu1.1_amd64.deb) ...
  943.  
  944. 2011-12-08 16:41:34,218: hook.output@INFO: Selecting previously deselected package msr-tools.
  945.  
  946. 2011-12-08 16:41:34,224: hook.output@INFO: Unpacking msr-tools (from .../msr-tools_1.2-3_amd64.deb) ...
  947.  
  948. 2011-12-08 16:41:34,750: hook.output@INFO: Selecting previously deselected package cpu-checker.
  949.  
  950. 2011-12-08 16:41:34,758: hook.output@INFO: Unpacking cpu-checker (from .../cpu-checker_0.6-0ubuntu1_all.deb) ...
  951.  
  952. 2011-12-08 16:41:35,286: hook.output@INFO: Selecting previously deselected package curl.
  953.  
  954. 2011-12-08 16:41:35,293: hook.output@INFO: Unpacking curl (from .../curl_7.21.6-3ubuntu3_amd64.deb) ...
  955.  
  956. 2011-12-08 16:41:35,846: hook.output@INFO: Selecting previously deselected package dnsmasq-base.
  957.  
  958. 2011-12-08 16:41:35,852: hook.output@INFO: Unpacking dnsmasq-base (from .../dnsmasq-base_2.57-1ubuntu1_amd64.deb) ...
  959.  
  960. 2011-12-08 16:41:36,438: hook.output@INFO: Selecting previously deselected package dnsmasq-utils.
  961.  
  962. 2011-12-08 16:41:36,445: hook.output@INFO: Unpacking dnsmasq-utils (from .../dnsmasq-utils_2.57-1ubuntu1_amd64.deb) ...
  963.  
  964. 2011-12-08 16:41:37,182: hook.output@INFO: Selecting previously deselected package ebtables.
  965.  
  966. 2011-12-08 16:41:37,189: hook.output@INFO: Unpacking ebtables (from .../ebtables_2.0.9.2-2_amd64.deb) ...
  967.  
  968. 2011-12-08 16:41:37,858: hook.output@INFO: Selecting previously deselected package libsysfs2.
  969.  
  970. 2011-12-08 16:41:37,870: hook.output@INFO: Unpacking libsysfs2 (from .../libsysfs2_2.1.0+repack-1_amd64.deb) ...
  971.  
  972. 2011-12-08 16:41:38,270: hook.output@INFO: Selecting previously deselected package iputils-arping.
  973.  
  974. 2011-12-08 16:41:38,278: hook.output@INFO: Unpacking iputils-arping (from .../iputils-arping_3%3a20101006-1_amd64.deb) ...
  975.  
  976. 2011-12-08 16:41:38,890: hook.output@INFO: Selecting previously deselected package libapparmor1.
  977.  
  978. 2011-12-08 16:41:38,897: hook.output@INFO: Unpacking libapparmor1 (from .../libapparmor1_2.7.0~beta1+bzr1774-1ubuntu2_amd64.deb) ...
  979.  
  980. 2011-12-08 16:41:39,450: hook.output@INFO: Selecting previously deselected package libnl3.
  981.  
  982. 2011-12-08 16:41:39,457: hook.output@INFO: Unpacking libnl3 (from .../libnl3_3.0-1.1ubuntu1_amd64.deb) ...
  983.  
  984. 2011-12-08 16:41:40,026: hook.output@INFO: Selecting previously deselected package libxenstore3.0.
  985.  
  986. 2011-12-08 16:41:40,034: hook.output@INFO: Unpacking libxenstore3.0 (from .../libxenstore3.0_4.1.1-2ubuntu4.1_amd64.deb) ...
  987.  
  988. 2011-12-08 16:41:40,542: hook.output@INFO: Selecting previously deselected package libvirt0.
  989.  
  990. 2011-12-08 16:41:40,551: hook.output@INFO: Unpacking libvirt0 (from .../libvirt0_0.9.2-4ubuntu15.1_amd64.deb) ...
  991.  
  992. 2011-12-08 16:41:41,146: hook.output@INFO: Selecting previously deselected package libvirt-bin.
  993.  
  994. 2011-12-08 16:41:41,153: hook.output@INFO: Unpacking libvirt-bin (from .../libvirt-bin_0.9.2-4ubuntu15.1_amd64.deb) ...
  995.  
  996. 2011-12-08 16:41:41,830: hook.output@INFO: Selecting previously deselected package libxml2-utils.
  997.  
  998. 2011-12-08 16:41:41,839: hook.output@INFO: Unpacking libxml2-utils (from .../libxml2-utils_2.7.8.dfsg-4_amd64.deb) ...
  999.  
  1000. 2011-12-08 16:41:42,408: hook.output@INFO: Selecting previously deselected package libxslt1.1.
  1001.  
  1002. 2011-12-08 16:41:42,418: hook.output@INFO: Unpacking libxslt1.1 (from .../libxslt1.1_1.1.26-7_amd64.deb) ...
  1003.  
  1004. 2011-12-08 16:41:42,866: hook.output@INFO: Selecting previously deselected package open-iscsi-utils.
  1005.  
  1006. 2011-12-08 16:41:42,875: hook.output@INFO: Unpacking open-iscsi-utils (from .../open-iscsi-utils_2.0.871-0ubuntu9_amd64.deb) ...
  1007.  
  1008. 2011-12-08 16:41:43,470: hook.output@INFO: Selecting previously deselected package open-iscsi.
  1009.  
  1010. 2011-12-08 16:41:43,477: hook.output@INFO: Unpacking open-iscsi (from .../open-iscsi_2.0.871-0ubuntu9_amd64.deb) ...
  1011.  
  1012. 2011-12-08 16:41:44,326: hook.output@INFO: Selecting previously deselected package python2.6-minimal.
  1013.  
  1014. 2011-12-08 16:41:44,335: hook.output@INFO: Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.7-4ubuntu1_amd64.deb) ...
  1015.  
  1016. 2011-12-08 16:41:45,294: hook.output@INFO: Selecting previously deselected package python2.6.
  1017.  
  1018. 2011-12-08 16:41:45,302: hook.output@INFO: Unpacking python2.6 (from .../python2.6_2.6.7-4ubuntu1_amd64.deb) ...
  1019.  
  1020. 2011-12-08 16:41:46,574: hook.output@INFO: Selecting previously deselected package python-amqplib.
  1021.  
  1022. 2011-12-08 16:41:46,582: hook.output@INFO: Unpacking python-amqplib (from .../python-amqplib_1.0.0-0ubuntu1_all.deb) ...
  1023.  
  1024. 2011-12-08 16:41:47,278: hook.output@INFO: Selecting previously deselected package python-anyjson.
  1025.  
  1026. 2011-12-08 16:41:47,287: hook.output@INFO: Unpacking python-anyjson (from .../python-anyjson_0.3.1-1_all.deb) ...
  1027.  
  1028. 2011-12-08 16:41:47,902: hook.output@INFO: Selecting previously deselected package python-carrot.
  1029.  
  1030. 2011-12-08 16:41:47,913: hook.output@INFO: Unpacking python-carrot (from .../python-carrot_0.10.7-0ubuntu1_all.deb) ...
  1031.  
  1032. 2011-12-08 16:41:48,582: hook.output@INFO: Selecting previously deselected package python-lockfile.
  1033.  
  1034. 2011-12-08 16:41:48,590: hook.output@INFO: Unpacking python-lockfile (from .../python-lockfile_1%3a0.8-2_all.deb) ...
  1035.  
  1036. 2011-12-08 16:41:49,206: hook.output@INFO: Selecting previously deselected package python-daemon.
  1037.  
  1038. 2011-12-08 16:41:49,215: hook.output@INFO: Unpacking python-daemon (from .../python-daemon_1.5.5-1_all.deb) ...
  1039.  
  1040. 2011-12-08 16:41:49,886: hook.output@INFO: Selecting previously deselected package python-decorator.
  1041.  
  1042. 2011-12-08 16:41:49,893: hook.output@INFO: Unpacking python-decorator (from .../python-decorator_3.2.0-1ubuntu1_all.deb) ...
  1043.  
  1044. 2011-12-08 16:41:50,514: hook.output@INFO: Selecting previously deselected package python-dingus.
  1045.  
  1046. 2011-12-08 16:41:50,521: hook.output@INFO: Unpacking python-dingus (from .../python-dingus_0.1-2ubuntu1_all.deb) ...
  1047.  
  1048. 2011-12-08 16:41:51,014: hook.output@INFO: Selecting previously deselected package python-greenlet.
  1049.  
  1050. 2011-12-08 16:41:51,022: hook.output@INFO: Unpacking python-greenlet (from .../python-greenlet_0.3.1-1ubuntu4_amd64.deb) ...
  1051.  
  1052. 2011-12-08 16:41:51,666: hook.output@INFO: Selecting previously deselected package python-eventlet.
  1053.  
  1054. 2011-12-08 16:41:51,672: hook.output@INFO: Unpacking python-eventlet (from .../python-eventlet_0.9.15-0ubuntu4_all.deb) ...
  1055.  
  1056. 2011-12-08 16:41:52,502: hook.output@INFO: Selecting previously deselected package python-formencode.
  1057.  
  1058. 2011-12-08 16:41:52,511: hook.output@INFO: Unpacking python-formencode (from .../python-formencode_1.2.4-2ubuntu1_all.deb) ...
  1059.  
  1060. 2011-12-08 16:41:53,226: hook.output@INFO: Selecting previously deselected package python-gflags.
  1061.  
  1062. 2011-12-08 16:41:53,232: hook.output@INFO: Unpacking python-gflags (from .../python-gflags_1.5.1-1_all.deb) ...
  1063.  
  1064. 2011-12-08 16:41:53,970: hook.output@INFO: Selecting previously deselected package python-kombu.
  1065.  
  1066. 2011-12-08 16:41:53,978: hook.output@INFO: Unpacking python-kombu (from .../python-kombu_1.0.4-2_all.deb) ...
  1067.  
  1068. 2011-12-08 16:41:54,808: hook.output@INFO: Selecting previously deselected package python-ldap.
  1069.  
  1070. 2011-12-08 16:41:54,820: hook.output@INFO: Unpacking python-ldap (from .../python-ldap_2.3.13-1_amd64.deb) ...
  1071.  
  1072. 2011-12-08 16:41:57,364: hook.output@INFO: Selecting previously deselected package python-libvirt.
  1073.  
  1074. 2011-12-08 16:41:57,377: hook.output@INFO: Unpacking python-libvirt (from .../python-libvirt_0.9.2-4ubuntu15.1_amd64.deb) ...
  1075.  
  1076. 2011-12-08 16:41:58,123: hook.output@INFO: Selecting previously deselected package python-libxml2.
  1077.  
  1078. 2011-12-08 16:41:58,135: hook.output@INFO: Unpacking python-libxml2 (from .../python-libxml2_2.7.8.dfsg-4_amd64.deb) ...
  1079.  
  1080. 2011-12-08 16:41:58,875: hook.output@INFO: Selecting previously deselected package python-lxml.
  1081.  
  1082. 2011-12-08 16:41:58,887: hook.output@INFO: Unpacking python-lxml (from .../python-lxml_2.3-0.1build1_amd64.deb) ...
  1083.  
  1084. 2011-12-08 16:41:59,732: hook.output@INFO: Selecting previously deselected package python-sqlalchemy.
  1085.  
  1086. 2011-12-08 16:41:59,745: hook.output@INFO: Unpacking python-sqlalchemy (from .../python-sqlalchemy_0.6.8-1_all.deb) ...
  1087.  
  1088. 2011-12-08 16:42:00,697: hook.output@INFO: Selecting previously deselected package python-tempita.
  1089.  
  1090. 2011-12-08 16:42:00,710: hook.output@INFO: Unpacking python-tempita (from .../python-tempita_0.5.1-1_all.deb) ...
  1091.  
  1092. 2011-12-08 16:42:01,357: hook.output@INFO: Selecting previously deselected package python-migrate.
  1093.  
  1094. 2011-12-08 16:42:01,369: hook.output@INFO: Unpacking python-migrate (from .../python-migrate_0.7.1-1_all.deb) ...
  1095.  
  1096. 2011-12-08 16:42:02,159: hook.output@INFO: Selecting previously deselected package python-mysqldb.
  1097.  
  1098. 2011-12-08 16:42:02,172: hook.output@INFO: Unpacking python-mysqldb (from .../python-mysqldb_1.2.3-0ubuntu1_amd64.deb) ...
  1099.  
  1100. 2011-12-08 16:42:02,752: hook.output@INFO: Selecting previously deselected package python-netaddr.
  1101.  
  1102. 2011-12-08 16:42:02,765: hook.output@INFO: Unpacking python-netaddr (from .../python-netaddr_0.7.5-4_all.deb) ...
  1103.  
  1104. 2011-12-08 16:42:03,748: hook.output@INFO: Selecting previously deselected package python-nose.
  1105.  
  1106. 2011-12-08 16:42:03,761: hook.output@INFO: Unpacking python-nose (from .../python-nose_1.0.0-1ubuntu1_all.deb) ...
  1107.  
  1108. 2011-12-08 16:42:04,606: hook.output@INFO: Selecting previously deselected package python-prettytable.
  1109.  
  1110. 2011-12-08 16:42:04,619: hook.output@INFO: Unpacking python-prettytable (from .../python-prettytable_0.5-1ubuntu1_all.deb) ...
  1111.  
  1112. 2011-12-08 16:42:05,250: hook.output@INFO: Selecting previously deselected package python-novaclient.
  1113.  
  1114. 2011-12-08 16:42:05,263: hook.output@INFO: Unpacking python-novaclient (from .../python-novaclient_2.6.4~bzr112-0ubuntu1_all.deb) ...
  1115.  
  1116. 2011-12-08 16:42:05,976: hook.output@INFO: Selecting previously deselected package python-openid.
  1117.  
  1118. 2011-12-08 16:42:05,990: hook.output@INFO: Unpacking python-openid (from .../python-openid_2.2.5-3_all.deb) ...
  1119.  
  1120. 2011-12-08 16:42:06,638: hook.output@INFO: Selecting previously deselected package python-paste.
  1121.  
  1122. 2011-12-08 16:42:06,652: hook.output@INFO: Unpacking python-paste (from .../python-paste_1.7.5.1-4ubuntu1_all.deb) ...
  1123.  
  1124. 2011-12-08 16:42:07,536: hook.output@INFO: Selecting previously deselected package python-pastedeploy.
  1125.  
  1126. 2011-12-08 16:42:07,549: hook.output@INFO: Unpacking python-pastedeploy (from .../python-pastedeploy_1.5.0-2_all.deb) ...
  1127.  
  1128. 2011-12-08 16:42:08,308: hook.output@INFO: Selecting previously deselected package python-pastescript.
  1129.  
  1130. 2011-12-08 16:42:08,321: hook.output@INFO: Unpacking python-pastescript (from .../python-pastescript_1.7.3-7_all.deb) ...
  1131.  
  1132. 2011-12-08 16:42:09,111: hook.output@INFO: Selecting previously deselected package python-routes.
  1133.  
  1134. 2011-12-08 16:42:09,125: hook.output@INFO: Unpacking python-routes (from .../python-routes_1.12.3-1_all.deb) ...
  1135.  
  1136. 2011-12-08 16:42:09,728: hook.output@INFO: Selecting previously deselected package python-scgi.
  1137.  
  1138. 2011-12-08 16:42:09,742: hook.output@INFO: Unpacking python-scgi (from .../python-scgi_1.13-1build1_amd64.deb) ...
  1139.  
  1140. 2011-12-08 16:42:10,255: hook.output@INFO: Selecting previously deselected package python-sqlalchemy-ext.
  1141.  
  1142. 2011-12-08 16:42:10,268: hook.output@INFO: Unpacking python-sqlalchemy-ext (from .../python-sqlalchemy-ext_0.6.8-1_amd64.deb) ...
  1143.  
  1144. 2011-12-08 16:42:10,831: hook.output@INFO: Selecting previously deselected package python-stompy.
  1145.  
  1146. 2011-12-08 16:42:10,844: hook.output@INFO: Unpacking python-stompy (from .../python-stompy_0.2.5-1ubuntu1_all.deb) ...
  1147.  
  1148. 2011-12-08 16:42:11,425: hook.output@INFO: Selecting previously deselected package python-xattr.
  1149.  
  1150. 2011-12-08 16:42:11,438: hook.output@INFO: Unpacking python-xattr (from .../python-xattr_0.6-1ubuntu2_amd64.deb) ...
  1151.  
  1152. 2011-12-08 16:42:12,140: hook.output@INFO: Selecting previously deselected package ssl-cert.
  1153.  
  1154. 2011-12-08 16:42:12,153: hook.output@INFO: Unpacking ssl-cert (from .../ssl-cert_1.0.28_all.deb) ...
  1155.  
  1156. 2011-12-08 16:42:12,766: hook.output@INFO: Selecting previously deselected package kpartx.
  1157.  
  1158. 2011-12-08 16:42:12,780: hook.output@INFO: Unpacking kpartx (from .../kpartx_0.4.9-2ubuntu1_amd64.deb) ...
  1159.  
  1160. 2011-12-08 16:42:13,428: hook.output@INFO: Selecting previously deselected package python-pycurl.
  1161.  
  1162. 2011-12-08 16:42:13,442: hook.output@INFO: Unpacking python-pycurl (from .../python-pycurl_7.19.0-4ubuntu2_amd64.deb) ...
  1163.  
  1164. 2011-12-08 16:42:14,089: hook.output@INFO: Selecting previously deselected package python-webob.
  1165.  
  1166. 2011-12-08 16:42:14,102: hook.output@INFO: Unpacking python-webob (from .../python-webob_1.0.8-1_all.deb) ...
  1167.  
  1168. 2011-12-08 16:42:14,760: hook.output@INFO: Selecting previously deselected package python-glance.
  1169.  
  1170. 2011-12-08 16:42:14,774: hook.output@INFO: Unpacking python-glance (from .../python-glance_2011.3-0ubuntu4.1_all.deb) ...
  1171.  
  1172. 2011-12-08 16:42:15,458: hook.output@INFO: Selecting previously deselected package python-nova.
  1173.  
  1174. 2011-12-08 16:42:15,472: hook.output@INFO: Unpacking python-nova (from .../python-nova_2011.3-0ubuntu6.2_all.deb) ...
  1175.  
  1176. 2011-12-08 16:42:16,493: hook.output@INFO: Selecting previously deselected package nova-common.
  1177.  
  1178. 2011-12-08 16:42:16,508: hook.output@INFO: Unpacking nova-common (from .../nova-common_2011.3-0ubuntu6.2_all.deb) ...
  1179.  
  1180. 2011-12-08 16:42:17,146: hook.output@INFO: Selecting previously deselected package vlan.
  1181.  
  1182. 2011-12-08 16:42:17,160: hook.output@INFO: Unpacking vlan (from .../vlan_1.9-3ubuntu3_amd64.deb) ...
  1183.  
  1184. 2011-12-08 16:42:17,723: hook.output@INFO: Selecting previously deselected package nova-compute-kvm.
  1185.  
  1186. 2011-12-08 16:42:17,737: hook.output@INFO: Unpacking nova-compute-kvm (from .../nova-compute-kvm_2011.3-0ubuntu6.2_all.deb) ...
  1187.  
  1188. 2011-12-08 16:42:18,332: hook.output@INFO: Selecting previously deselected package nova-compute.
  1189.  
  1190. 2011-12-08 16:42:18,345: hook.output@INFO: Unpacking nova-compute (from .../nova-compute_2011.3-0ubuntu6.2_all.deb) ...
  1191.  
  1192. 2011-12-08 16:42:19,128: hook.output@INFO: Selecting previously deselected package nova-network.
  1193.  
  1194. 2011-12-08 16:42:19,141: hook.output@INFO: Unpacking nova-network (from .../nova-network_2011.3-0ubuntu6.2_all.deb) ...
  1195.  
  1196. 2011-12-08 16:42:19,574: hook.output@INFO: Processing triggers for man-db ...
  1197.  
  1198. 2011-12-08 16:42:19,827: hook.output@ERROR: debconf: unable to initialize frontend: Dialog
  1199. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1200. debconf: falling back to frontend: Readline
  1201.  
  1202. 2011-12-08 16:42:19,840: hook.output@ERROR: debconf: unable to initialize frontend: Readline
  1203. debconf: (This frontend requires a controlling tty.)
  1204. debconf: falling back to frontend: Teletype
  1205.  
  1206. 2011-12-08 16:42:21,184: hook.output@INFO: Processing triggers for ureadahead ...
  1207.  
  1208. 2011-12-08 16:42:21,328: hook.output@INFO: Processing triggers for ufw ...
  1209.  
  1210. 2011-12-08 16:42:21,877: hook.output@INFO: Setting up gawk (1:3.1.8+dfsg-0.1build1) ...
  1211.  
  1212. 2011-12-08 16:42:22,297: hook.output@INFO: Setting up libasound2 (1.0.24.1-0ubuntu10) ...
  1213.  
  1214. 2011-12-08 16:42:22,653: hook.output@INFO: Setting up libasyncns0 (0.8-4) ...
  1215.  
  1216. 2011-12-08 16:42:22,924: hook.output@INFO: Setting up libavahi-common-data (0.6.30-4ubuntu1) ...
  1217.  
  1218. 2011-12-08 16:42:23,135: hook.output@INFO: Setting up libavahi-common3 (0.6.30-4ubuntu1) ...
  1219.  
  1220. 2011-12-08 16:42:23,406: hook.output@INFO: Setting up libavahi-client3 (0.6.30-4ubuntu1) ...
  1221.  
  1222. 2011-12-08 16:42:23,703: hook.output@INFO: Setting up libcurl3 (7.21.6-3ubuntu3) ...
  1223.  
  1224. 2011-12-08 16:42:23,998: hook.output@INFO: Setting up libogg0 (1.2.2~dfsg-1ubuntu1) ...
  1225.  
  1226. 2011-12-08 16:42:24,286: hook.output@INFO: Setting up libflac8 (1.2.1-4ubuntu1) ...
  1227.  
  1228. 2011-12-08 16:42:24,573: hook.output@INFO: Setting up libjson0 (0.9-1ubuntu1) ...
  1229.  
  1230. 2011-12-08 16:42:24,836: hook.output@INFO: Setting up libvorbis0a (1.3.2-1ubuntu2) ...
  1231.  
  1232. 2011-12-08 16:42:25,123: hook.output@INFO: Setting up libvorbisenc2 (1.3.2-1ubuntu2) ...
  1233.  
  1234. 2011-12-08 16:42:25,387: hook.output@INFO: Setting up libsndfile1 (1.0.24-1ubuntu2) ...
  1235.  
  1236. 2011-12-08 16:42:25,674: hook.output@INFO: Setting up libpulse0 (1:1.0-0ubuntu3.1) ...
  1237.  
  1238. 2011-12-08 16:42:26,021: hook.output@INFO: Setting up bridge-utils (1.5-2ubuntu1) ...
  1239.  
  1240. 2011-12-08 16:42:26,224: hook.output@INFO: Setting up seabios (0.6.2-0ubuntu1) ...
  1241.  
  1242. 2011-12-08 16:42:26,426: hook.output@INFO: Setting up vgabios (0.6c-2ubuntu3) ...
  1243.  
  1244. 2011-12-08 16:42:26,622: hook.output@INFO: Setting up qemu-common (0.14.1+noroms-0ubuntu6) ...
  1245.  
  1246. 2011-12-08 16:42:26,808: hook.output@INFO: Setting up libaio1 (0.3.109-1ubuntu2) ...
  1247.  
  1248. 2011-12-08 16:42:27,096: hook.output@INFO: Setting up libsdl1.2debian-alsa (1.2.14-6.1ubuntu4) ...
  1249.  
  1250. 2011-12-08 16:42:27,383: hook.output@INFO: Setting up libsdl1.2debian (1.2.14-6.1ubuntu4) ...
  1251.  
  1252. 2011-12-08 16:42:27,638: hook.output@INFO: Setting up qemu-kvm (0.14.1+noroms-0ubuntu6) ...
  1253.  
  1254. 2011-12-08 16:42:29,211: hook.output@INFO: qemu-kvm start/running
  1255.  
  1256. 2011-12-08 16:42:29,409: hook.output@INFO: Setting up ajaxterm (0.10-11ubuntu2) ...
  1257.  
  1258. 2011-12-08 16:42:31,621: hook.output@INFO: * Starting web based terminal:
  1259.  
  1260. 2011-12-08 16:42:31,800: hook.output@INFO: ...done.
  1261.  
  1262. 2011-12-08 16:42:32,063: hook.output@INFO: Setting up libapr1 (1.4.5-1) ...
  1263.  
  1264. 2011-12-08 16:42:32,433: hook.output@INFO: Setting up libaprutil1 (1.3.12+dfsg-2) ...
  1265.  
  1266. 2011-12-08 16:42:32,779: hook.output@INFO: Setting up libaprutil1-dbd-sqlite3 (1.3.12+dfsg-2) ...
  1267.  
  1268. 2011-12-08 16:42:33,073: hook.output@INFO: Setting up libaprutil1-ldap (1.3.12+dfsg-2) ...
  1269.  
  1270. 2011-12-08 16:42:33,359: hook.output@INFO: Setting up apache2.2-bin (2.2.20-1ubuntu1.1) ...
  1271.  
  1272. 2011-12-08 16:42:33,580: hook.output@INFO: Setting up apache2-utils (2.2.20-1ubuntu1.1) ...
  1273.  
  1274. 2011-12-08 16:42:33,782: hook.output@INFO: Setting up apache2.2-common (2.2.20-1ubuntu1.1) ...
  1275.  
  1276. 2011-12-08 16:42:40,964: hook.output@INFO: Enabling site default.
  1277.  
  1278. 2011-12-08 16:42:41,023: hook.output@INFO: Enabling module alias.
  1279.  
  1280. 2011-12-08 16:42:41,075: hook.output@INFO: Enabling module autoindex.
  1281.  
  1282. 2011-12-08 16:42:41,127: hook.output@INFO: Enabling module dir.
  1283.  
  1284. 2011-12-08 16:42:41,180: hook.output@INFO: Enabling module env.
  1285.  
  1286. 2011-12-08 16:42:41,232: hook.output@INFO: Enabling module mime.
  1287.  
  1288. 2011-12-08 16:42:41,284: hook.output@INFO: Enabling module negotiation.
  1289.  
  1290. 2011-12-08 16:42:41,336: hook.output@INFO: Enabling module setenvif.
  1291.  
  1292. 2011-12-08 16:42:41,389: hook.output@INFO: Enabling module status.
  1293.  
  1294. 2011-12-08 16:42:41,441: hook.output@INFO: Enabling module auth_basic.
  1295.  
  1296. 2011-12-08 16:42:41,493: hook.output@INFO: Enabling module deflate.
  1297.  
  1298. 2011-12-08 16:42:41,545: hook.output@INFO: Enabling module authz_default.
  1299.  
  1300. 2011-12-08 16:42:41,598: hook.output@INFO: Enabling module authz_user.
  1301.  
  1302. 2011-12-08 16:42:41,650: hook.output@INFO: Enabling module authz_groupfile.
  1303.  
  1304. 2011-12-08 16:42:41,702: hook.output@INFO: Enabling module authn_file.
  1305.  
  1306. 2011-12-08 16:42:41,754: hook.output@INFO: Enabling module authz_host.
  1307.  
  1308. 2011-12-08 16:42:41,815: hook.output@INFO: Enabling module reqtimeout.
  1309.  
  1310. 2011-12-08 16:42:41,924: hook.output@INFO: Setting up apache2-mpm-worker (2.2.20-1ubuntu1.1) ...
  1311.  
  1312. 2011-12-08 16:42:42,251: hook.output@INFO: * Starting web server apache2
  1313.  
  1314. 2011-12-08 16:42:42,274: hook.output@INFO: ...done.
  1315.  
  1316. 2011-12-08 16:42:42,378: hook.output@INFO: Setting up apache2 (2.2.20-1ubuntu1.1) ...
  1317.  
  1318. 2011-12-08 16:42:42,589: hook.output@INFO: Setting up msr-tools (1.2-3) ...
  1319.  
  1320. 2011-12-08 16:42:42,793: hook.output@INFO: Setting up cpu-checker (0.6-0ubuntu1) ...
  1321.  
  1322. 2011-12-08 16:42:42,995: hook.output@INFO: Setting up curl (7.21.6-3ubuntu3) ...
  1323.  
  1324. 2011-12-08 16:42:43,207: hook.output@INFO: Setting up dnsmasq-base (2.57-1ubuntu1) ...
  1325.  
  1326. 2011-12-08 16:42:43,410: hook.output@INFO: Setting up dnsmasq-utils (2.57-1ubuntu1) ...
  1327.  
  1328. 2011-12-08 16:42:43,621: hook.output@INFO: Setting up ebtables (2.0.9.2-2) ...
  1329.  
  1330. 2011-12-08 16:42:44,071: hook.output@INFO: Setting up libsysfs2 (2.1.0+repack-1) ...
  1331.  
  1332. 2011-12-08 16:42:44,334: hook.output@INFO: Setting up iputils-arping (3:20101006-1) ...
  1333.  
  1334. 2011-12-08 16:42:44,536: hook.output@INFO: Setting up libapparmor1 (2.7.0~beta1+bzr1774-1ubuntu2) ...
  1335.  
  1336. 2011-12-08 16:42:44,816: hook.output@INFO: Setting up libnl3 (3.0-1.1ubuntu1) ...
  1337.  
  1338. 2011-12-08 16:42:45,095: hook.output@INFO: Setting up libxenstore3.0 (4.1.1-2ubuntu4.1) ...
  1339.  
  1340. 2011-12-08 16:42:45,374: hook.output@INFO: Setting up libvirt0 (0.9.2-4ubuntu15.1) ...
  1341.  
  1342. 2011-12-08 16:42:45,670: hook.output@INFO: Setting up libvirt-bin (0.9.2-4ubuntu15.1) ...
  1343.  
  1344. 2011-12-08 16:42:47,969: hook.output@INFO: Adding group `libvirtd' (GID 116) ...
  1345.  
  1346. 2011-12-08 16:42:48,190: hook.output@INFO: Done.
  1347.  
  1348. 2011-12-08 16:42:49,771: hook.output@INFO: libvirt-bin start/running, process 7467
  1349.  
  1350. 2011-12-08 16:42:50,007: hook.output@INFO: Setting up libxml2-utils (2.7.8.dfsg-4) ...
  1351.  
  1352. 2011-12-08 16:42:50,453: hook.output@INFO: Setting up libxslt1.1 (1.1.26-7) ...
  1353.  
  1354. 2011-12-08 16:42:50,740: hook.output@INFO: Setting up open-iscsi-utils (2.0.871-0ubuntu9) ...
  1355.  
  1356. 2011-12-08 16:42:50,946: hook.output@INFO: Setting up open-iscsi (2.0.871-0ubuntu9) ...
  1357.  
  1358. 2011-12-08 16:42:51,413: hook.output@ERROR: update-rc.d: warning: open-iscsi stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (0 6)
  1359.  
  1360. 2011-12-08 16:42:51,430: hook.output@INFO: * Starting iSCSI initiator service iscsid
  1361.  
  1362. 2011-12-08 16:42:51,814: hook.output@INFO: ...done.
  1363.  
  1364. 2011-12-08 16:42:51,816: hook.output@INFO: * Setting up iSCSI targets
  1365.  
  1366. 2011-12-08 16:42:51,820: hook.output@INFO: ...done.
  1367.  
  1368. 2011-12-08 16:42:51,906: hook.output@INFO: Setting up python2.6-minimal (2.6.7-4ubuntu1) ...
  1369.  
  1370. 2011-12-08 16:42:52,709: hook.output@INFO: Linking and byte-compiling packages for runtime python2.6...
  1371.  
  1372. 2011-12-08 16:43:19,498: hook.output@INFO: Setting up python2.6 (2.6.7-4ubuntu1) ...
  1373.  
  1374. 2011-12-08 16:43:21,787: hook.output@INFO: Setting up python-amqplib (1.0.0-0ubuntu1) ...
  1375.  
  1376. 2011-12-08 16:43:22,394: hook.output@INFO: Setting up python-anyjson (0.3.1-1) ...
  1377.  
  1378. 2011-12-08 16:43:22,948: hook.output@INFO: Setting up python-carrot (0.10.7-0ubuntu1) ...
  1379.  
  1380. 2011-12-08 16:43:23,971: hook.output@INFO: Setting up python-lockfile (1:0.8-2) ...
  1381.  
  1382. 2011-12-08 16:43:24,501: hook.output@INFO: Setting up python-daemon (1.5.5-1) ...
  1383.  
  1384. 2011-12-08 16:43:26,602: hook.output@INFO: Setting up python-decorator (3.2.0-1ubuntu1) ...
  1385.  
  1386. 2011-12-08 16:43:27,052: hook.output@INFO: Setting up python-dingus (0.1-2ubuntu1) ...
  1387.  
  1388. 2011-12-08 16:43:27,480: hook.output@INFO: Setting up python-greenlet (0.3.1-1ubuntu4) ...
  1389.  
  1390. 2011-12-08 16:43:27,758: hook.output@INFO: Setting up python-eventlet (0.9.15-0ubuntu4) ...
  1391.  
  1392. 2011-12-08 16:43:28,320: hook.output@INFO: Setting up python-formencode (1.2.4-2ubuntu1) ...
  1393.  
  1394. 2011-12-08 16:43:28,824: hook.output@INFO: Setting up python-gflags (1.5.1-1) ...
  1395.  
  1396. 2011-12-08 16:43:29,269: hook.output@INFO: Setting up python-kombu (1.0.4-2) ...
  1397.  
  1398. 2011-12-08 16:43:29,799: hook.output@INFO: Setting up python-ldap (2.3.13-1) ...
  1399.  
  1400. 2011-12-08 16:43:30,252: hook.output@INFO: Setting up python-libvirt (0.9.2-4ubuntu15.1) ...
  1401.  
  1402. 2011-12-08 16:43:30,705: hook.output@INFO: Setting up python-libxml2 (2.7.8.dfsg-4) ...
  1403.  
  1404. 2011-12-08 16:43:31,242: hook.output@INFO: Setting up python-lxml (2.3-0.1build1) ...
  1405.  
  1406. 2011-12-08 16:43:31,745: hook.output@INFO: Setting up python-sqlalchemy (0.6.8-1) ...
  1407.  
  1408. 2011-12-08 16:43:32,759: hook.output@INFO: Setting up python-tempita (0.5.1-1) ...
  1409.  
  1410. 2011-12-08 16:43:33,145: hook.output@INFO: Setting up python-migrate (0.7.1-1) ...
  1411.  
  1412. 2011-12-08 16:43:33,584: hook.output@INFO: Setting up python-mysqldb (1.2.3-0ubuntu1) ...
  1413.  
  1414. 2011-12-08 16:43:33,932: hook.output@INFO: Setting up python-netaddr (0.7.5-4) ...
  1415.  
  1416. 2011-12-08 16:43:34,335: hook.output@INFO: Setting up python-nose (1.0.0-1ubuntu1) ...
  1417.  
  1418. 2011-12-08 16:43:34,675: hook.output@INFO: Setting up python-prettytable (0.5-1ubuntu1) ...
  1419.  
  1420. 2011-12-08 16:43:35,003: hook.output@INFO: Setting up python-novaclient (2.6.4~bzr112-0ubuntu1) ...
  1421.  
  1422. 2011-12-08 16:43:35,383: hook.output@INFO: Setting up python-openid (2.2.5-3) ...
  1423.  
  1424. 2011-12-08 16:43:35,731: hook.output@INFO: Setting up python-paste (1.7.5.1-4ubuntu1) ...
  1425.  
  1426. 2011-12-08 16:43:36,368: hook.output@INFO: Setting up python-pastedeploy (1.5.0-2) ...
  1427.  
  1428. 2011-12-08 16:43:36,697: hook.output@INFO: Setting up python-pastescript (1.7.3-7) ...
  1429.  
  1430. 2011-12-08 16:43:37,177: hook.output@INFO: Setting up python-routes (1.12.3-1) ...
  1431.  
  1432. 2011-12-08 16:43:37,532: hook.output@INFO: Setting up python-scgi (1.13-1build1) ...
  1433.  
  1434. 2011-12-08 16:43:37,870: hook.output@INFO: Setting up python-sqlalchemy-ext (0.6.8-1) ...
  1435.  
  1436. 2011-12-08 16:43:38,074: hook.output@INFO: Setting up python-stompy (0.2.5-1ubuntu1) ...
  1437.  
  1438. 2011-12-08 16:43:38,410: hook.output@INFO: Setting up python-xattr (0.6-1ubuntu2) ...
  1439.  
  1440. 2011-12-08 16:43:38,755: hook.output@INFO: Setting up ssl-cert (1.0.28) ...
  1441.  
  1442. 2011-12-08 16:43:39,094: hook.output@ERROR: debconf: unable to initialize frontend: Dialog
  1443. debconf: (TERM is not set, so the dialog frontend is not usable.)
  1444. debconf: falling back to frontend: Readline
  1445.  
  1446. 2011-12-08 16:43:39,108: hook.output@ERROR: debconf: unable to initialize frontend: Readline
  1447. debconf: (This frontend requires a controlling tty.)
  1448. debconf: falling back to frontend: Teletype
  1449.  
  1450. 2011-12-08 16:43:40,914: hook.output@INFO: Setting up kpartx (0.4.9-2ubuntu1) ...
  1451.  
  1452. 2011-12-08 16:43:41,117: hook.output@INFO: Setting up python-pycurl (7.19.0-4ubuntu2) ...
  1453.  
  1454. 2011-12-08 16:43:41,446: hook.output@INFO: Setting up python-webob (1.0.8-1) ...
  1455.  
  1456. 2011-12-08 16:43:41,841: hook.output@INFO: Setting up python-glance (2011.3-0ubuntu4.1) ...
  1457.  
  1458. 2011-12-08 16:43:43,830: hook.output@INFO: Setting up python-nova (2011.3-0ubuntu6.2) ...
  1459.  
  1460. 2011-12-08 16:43:45,692: hook.output@INFO: Setting up nova-common (2011.3-0ubuntu6.2) ...
  1461.  
  1462. 2011-12-08 16:43:46,311: hook.output@INFO: Adding system user `nova' (UID 109) ...
  1463. Adding new user `nova' (UID 109) with group `nova' ...
  1464.  
  1465. 2011-12-08 16:43:46,943: hook.output@INFO: Not creating home directory `/var/lib/nova'.
  1466.  
  1467. 2011-12-08 16:44:05,785: hook.output@ERROR: /usr/lib/python2.7/dist-packages/migrate/changeset/schema.py:124: MigrateDeprecationWarning: Passing a Column object to alter_column is deprecated. Just pass in keyword parameters instead.
  1468. MigrateDeprecationWarning
  1469.  
  1470. 2011-12-08 16:44:10,344: hook.output@INFO: Setting up vlan (1.9-3ubuntu3) ...
  1471.  
  1472. 2011-12-08 16:44:10,892: hook.output@INFO: Setting up nova-network (2011.3-0ubuntu6.2) ...
  1473.  
  1474. 2011-12-08 16:44:11,295: hook.output@INFO: nova-network start/running, process 8327
  1475.  
  1476. 2011-12-08 16:44:11,421: hook.output@INFO: Setting up nova-compute-kvm (2011.3-0ubuntu6.2) ...
  1477.  
  1478. 2011-12-08 16:44:11,779: hook.output@INFO: Setting up nova-compute (2011.3-0ubuntu6.2) ...
  1479.  
  1480. 2011-12-08 16:44:12,309: hook.output@INFO: Adding user `nova' to group `libvirtd' ...
  1481.  
  1482. 2011-12-08 16:44:12,312: hook.output@INFO: Adding user nova to group libvirtd
  1483.  
  1484. 2011-12-08 16:44:12,671: hook.output@INFO: Done.
  1485.  
  1486. 2011-12-08 16:44:12,731: hook.output@INFO: nova-compute start/running, process 8389
  1487.  
  1488. 2011-12-08 16:44:12,971: hook.output@INFO: Processing triggers for libc-bin ...
  1489.  
  1490. 2011-12-08 16:44:13,141: hook.output@INFO: ldconfig deferred processing now taking place
  1491.  
  1492. 2011-12-08 16:44:13,470: hook.output@INFO: Processing triggers for python-support ...
  1493.  
  1494. 2011-12-08 16:44:15,778: hook.output@INFO: nova-compute stop/waiting
  1495.  
  1496. 2011-12-08 16:44:15,800: hook.output@INFO: nova-network stop/waiting
  1497.  
  1498. 2011-12-08 16:44:15,802: hook.output@DEBUG: hook install exited, exit code 0.
  1499. 2011-12-08 16:44:15,811: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/install
  1500. 2011-12-08 16:44:15,818: statemachine@DEBUG: unitworkflowstate: transition complete install (state installed) {}
  1501. 2011-12-08 16:44:15,819: statemachine@DEBUG: unitworkflowstate: transition state (installed -> started)
  1502. 2011-12-08 16:44:15,820: statemachine@DEBUG: unitworkflowstate: transition start (installed -> started) {}
  1503. 2011-12-08 16:44:15,821: statemachine@DEBUG: unitworkflowstate: execute action do_start
  1504. 2011-12-08 16:44:15,821: unit.lifecycle@DEBUG: pre-start acquire, running:False
  1505. 2011-12-08 16:44:15,821: unit.lifecycle@DEBUG: start running, unit lifecycle
  1506. 2011-12-08 16:44:15,821: hook.executor@INFO: Hook does not exist, skipping /var/lib/juju/units/nova-compute-1/charm/hooks/config-changed
  1507. 2011-12-08 16:44:15,821: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/start
  1508. 2011-12-08 16:44:19,747: hook.output@DEBUG: hook start exited, exit code 0.
  1509. 2011-12-08 16:44:19,755: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/start
  1510. 2011-12-08 16:44:19,755: unit.lifecycle@DEBUG: starting service relation watch
  1511. 2011-12-08 16:44:19,755: unit.lifecycle@DEBUG: starting unit relation resolved watch
  1512. 2011-12-08 16:44:19,756: unit.lifecycle@DEBUG: relation resolved changed
  1513. 2011-12-08 16:44:19,756: unit.lifecycle@INFO: processing relation resolved changed
  1514. 2011-12-08 16:44:19,789: unit.lifecycle@DEBUG: services changed old:None new:[<ServiceRelationState name:shared-db role:client id:relation-0000000011>]
  1515. 2011-12-08 16:44:19,789: unit.lifecycle@DEBUG: processing relations changed
  1516. 2011-12-08 16:44:19,798: unit.lifecycle@DEBUG: Starting new relation: shared-db
  1517. 2011-12-08 16:44:19,799: statemachine@DEBUG: relationworkflowstate: transition start (None -> up) {}
  1518. 2011-12-08 16:44:19,799: statemachine@DEBUG: relationworkflowstate: execute action do_start
  1519. 2011-12-08 16:44:19,799: hook.scheduler@DEBUG: start
  1520. 2011-12-08 16:44:19,825: unit.relation.watch@DEBUG: relation watcher start
  1521. 2011-12-08 16:44:19,825: unit.relation.lifecycle@DEBUG: started relation:shared-db lifecycle
  1522. 2011-12-08 16:44:19,833: hook.scheduler@DEBUG: relation change old:[], new:['mysql/1'], modified:()
  1523. 2011-12-08 16:44:19,834: hook.scheduler@DEBUG: executing hook for mysql/1:joined
  1524. 2011-12-08 16:44:19,834: unit.relation.lifecycle@DEBUG: Executing hook shared-db-relation-joined
  1525. 2011-12-08 16:44:19,834: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-joined
  1526. 2011-12-08 16:44:19,839: statemachine@DEBUG: relationworkflowstate: transition complete start (state up) {}
  1527. 2011-12-08 16:44:19,840: unit.lifecycle@DEBUG: started unit lifecycle
  1528. 2011-12-08 16:44:19,848: statemachine@DEBUG: unitworkflowstate: transition complete start (state started) {}
  1529. 2011-12-08 16:44:24,098: unit.hook.api@DEBUG: Get unit setting: 'private-address'
  1530. 2011-12-08 16:44:24,424: unit.hook.api@INFO: db_joined: requesting database access to nova for nova@oscs-19.itos.deakin.edu.au
  1531. 2011-12-08 16:44:25,465: unit.hook.api@DEBUG: Get unit setting: 'private-address'
  1532. 2011-12-08 16:44:25,816: hook.output@DEBUG: hook shared-db-relation-joined exited, exit code 0.
  1533. 2011-12-08 16:44:25,828: hook.output@DEBUG: Flushed values for hook 'shared-db-relation-joined'
  1534. Setting changed: u'database'=u'nova' (was unset)
  1535. Setting changed: u'hostname'=u'oscs-19.itos.deakin.edu.au' (was unset)
  1536. Setting changed: u'username'=u'nova' (was unset)
  1537. 2011-12-08 16:44:25,828: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-joined
  1538. 2011-12-08 16:44:25,829: unit.relation.lifecycle@DEBUG: Executing hook shared-db-relation-changed
  1539. 2011-12-08 16:44:25,829: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-changed
  1540. 2011-12-08 16:44:27,671: unit.relation.watch@DEBUG: relation watcher settings change <ClientEvent changed at '/relations/relation-0000000011/settings/unit-0000000010' state: connected>
  1541. 2011-12-08 16:44:27,672: hook.scheduler@DEBUG: relation change old:(), new:(), modified:['mysql/1']
  1542. 2011-12-08 16:44:30,363: hook.output@INFO: db_changed: Configuring nova.conf for access to nova
  1543.  
  1544. 2011-12-08 16:44:30,393: hook.output@INFO: nova-compute start/running, process 8585
  1545.  
  1546. 2011-12-08 16:44:30,417: hook.output@INFO: nova-network start/running, process 8601
  1547.  
  1548. 2011-12-08 16:44:30,418: hook.output@DEBUG: hook shared-db-relation-changed exited, exit code 0.
  1549. 2011-12-08 16:44:30,431: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-changed
  1550. 2011-12-08 16:44:30,432: hook.scheduler@DEBUG: executing hook for mysql/1:modified
  1551. 2011-12-08 16:44:30,432: unit.relation.lifecycle@DEBUG: Executing hook shared-db-relation-changed
  1552. 2011-12-08 16:44:30,432: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-changed
  1553. 2011-12-08 16:44:35,806: hook.output@INFO: db_changed: Configuring nova.conf for access to nova
  1554.  
  1555. 2011-12-08 16:44:36,107: unit.hook.api@INFO: nova-compute: sql_connection=mysql://nova:rdC1QcyCnPsj573u@oscs-01.itos.deakin.edu.au/nova already set exit 0
  1556. 2011-12-08 16:44:36,171: hook.output@INFO: nova-compute start/running, process 8933
  1557.  
  1558. 2011-12-08 16:44:36,203: hook.output@INFO: nova-network start/running, process 8949
  1559.  
  1560. 2011-12-08 16:44:36,205: hook.output@DEBUG: hook shared-db-relation-changed exited, exit code 0.
  1561. 2011-12-08 16:44:36,220: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/shared-db-relation-changed
  1562. 2011-12-08 16:45:02,647: unit.lifecycle@DEBUG: services changed old:[<ServiceRelationState name:shared-db role:client id:relation-0000000011>] new:[<ServiceRelationState name:shared-db role:client id:relation-0000000011>, <ServiceRelationState name:amqp role:client id:relation-0000000013>]
  1563. 2011-12-08 16:45:02,647: unit.lifecycle@DEBUG: processing relations changed
  1564. 2011-12-08 16:45:02,655: unit.lifecycle@DEBUG: Starting new relation: amqp
  1565. 2011-12-08 16:45:02,656: statemachine@DEBUG: relationworkflowstate: transition start (None -> up) {}
  1566. 2011-12-08 16:45:02,656: statemachine@DEBUG: relationworkflowstate: execute action do_start
  1567. 2011-12-08 16:45:02,656: hook.scheduler@DEBUG: start
  1568. 2011-12-08 16:45:02,686: unit.relation.watch@DEBUG: relation watcher start
  1569. 2011-12-08 16:45:02,686: unit.relation.lifecycle@DEBUG: started relation:amqp lifecycle
  1570. 2011-12-08 16:45:02,695: hook.scheduler@DEBUG: relation change old:[], new:['rabbitmq/1'], modified:()
  1571. 2011-12-08 16:45:02,695: hook.scheduler@DEBUG: executing hook for rabbitmq/1:joined
  1572. 2011-12-08 16:45:02,695: unit.relation.lifecycle@DEBUG: Executing hook amqp-relation-joined
  1573. 2011-12-08 16:45:02,696: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-joined
  1574. 2011-12-08 16:45:02,701: statemachine@DEBUG: relationworkflowstate: transition complete start (state up) {}
  1575. 2011-12-08 16:45:07,112: unit.hook.api@INFO: amqp_joined: requesting credentials for nova
  1576. 2011-12-08 16:45:07,136: hook.output@INFO: amqp_joined: requesting credentials for nova
  1577.  
  1578. 2011-12-08 16:45:07,825: hook.output@DEBUG: hook amqp-relation-joined exited, exit code 0.
  1579. 2011-12-08 16:45:07,837: hook.output@DEBUG: Flushed values for hook 'amqp-relation-joined'
  1580. Setting changed: u'username'=u'nova' (was unset)
  1581. Setting changed: u'vhost'=u'nova' (was unset)
  1582. 2011-12-08 16:45:07,837: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-joined
  1583. 2011-12-08 16:45:07,837: unit.relation.lifecycle@DEBUG: Executing hook amqp-relation-changed
  1584. 2011-12-08 16:45:07,837: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-changed
  1585. 2011-12-08 16:45:12,350: hook.output@INFO: amqp_changed: RABBIT_HOST||RABBIT_PASSWORD not set. Peer not ready? Exit 0 and retry
  1586.  
  1587. 2011-12-08 16:45:12,351: hook.output@DEBUG: hook amqp-relation-changed exited, exit code 0.
  1588. 2011-12-08 16:45:12,362: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-changed
  1589. 2011-12-08 16:45:13,091: unit.relation.watch@DEBUG: relation watcher settings change <ClientEvent changed at '/relations/relation-0000000013/settings/unit-0000000011' state: connected>
  1590. 2011-12-08 16:45:13,092: hook.scheduler@DEBUG: relation change old:(), new:(), modified:['rabbitmq/1']
  1591. 2011-12-08 16:45:13,092: hook.scheduler@DEBUG: executing hook for rabbitmq/1:modified
  1592. 2011-12-08 16:45:13,092: unit.relation.lifecycle@DEBUG: Executing hook amqp-relation-changed
  1593. 2011-12-08 16:45:13,093: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-changed
  1594. 2011-12-08 16:45:17,677: hook.output@INFO: amqp_changed: Setting rabbit config in nova.conf: oscs-17.itos.deakin.edu.au nova quuabucheu
  1595.  
  1596. 2011-12-08 16:45:17,730: hook.output@INFO: nova-compute start/running, process 9345
  1597.  
  1598. 2011-12-08 16:45:17,763: hook.output@INFO: nova-network start/running, process 9361
  1599.  
  1600. 2011-12-08 16:45:17,764: hook.output@DEBUG: hook amqp-relation-changed exited, exit code 0.
  1601. 2011-12-08 16:45:17,778: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/amqp-relation-changed
  1602. 2011-12-08 16:45:40,757: unit.lifecycle@DEBUG: services changed old:[<ServiceRelationState name:shared-db role:client id:relation-0000000011>, <ServiceRelationState name:amqp role:client id:relation-0000000013>] new:[<ServiceRelationState name:nova-network role:client id:relation-0000000015>, <ServiceRelationState name:shared-db role:client id:relation-0000000011>, <ServiceRelationState name:amqp role:client id:relation-0000000013>]
  1603. 2011-12-08 16:45:40,757: unit.lifecycle@DEBUG: processing relations changed
  1604. 2011-12-08 16:45:40,772: unit.lifecycle@DEBUG: Starting new relation: nova-network
  1605. 2011-12-08 16:45:40,773: statemachine@DEBUG: relationworkflowstate: transition start (None -> up) {}
  1606. 2011-12-08 16:45:40,773: statemachine@DEBUG: relationworkflowstate: execute action do_start
  1607. 2011-12-08 16:45:40,773: hook.scheduler@DEBUG: start
  1608. 2011-12-08 16:45:40,809: unit.relation.watch@DEBUG: relation watcher start
  1609. 2011-12-08 16:45:40,809: unit.relation.lifecycle@DEBUG: started relation:nova-network lifecycle
  1610. 2011-12-08 16:45:40,819: hook.scheduler@DEBUG: relation change old:[], new:['nova-cloud-controller/1'], modified:()
  1611. 2011-12-08 16:45:40,819: hook.scheduler@DEBUG: executing hook for nova-cloud-controller/1:joined
  1612. 2011-12-08 16:45:40,819: unit.relation.lifecycle@DEBUG: Executing hook nova-network-relation-joined
  1613. 2011-12-08 16:45:40,819: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-joined
  1614. 2011-12-08 16:45:40,824: statemachine@DEBUG: relationworkflowstate: transition complete start (state up) {}
  1615. 2011-12-08 16:45:43,821: unit.relation.watch@DEBUG: relation watcher settings change <ClientEvent changed at '/relations/relation-0000000015/settings/unit-0000000012' state: connected>
  1616. 2011-12-08 16:45:43,822: hook.scheduler@DEBUG: relation change old:(), new:(), modified:['nova-cloud-controller/1']
  1617. 2011-12-08 16:45:44,740: hook.output@DEBUG: hook nova-network-relation-joined exited, exit code 0.
  1618. 2011-12-08 16:45:44,786: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-joined
  1619. 2011-12-08 16:45:44,786: unit.relation.lifecycle@DEBUG: Executing hook nova-network-relation-changed
  1620. 2011-12-08 16:45:44,786: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed
  1621. 2011-12-08 16:45:48,940: hook.output@INFO: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed: configuring FlatDHCPManager network manager
  1622.  
  1623. 2011-12-08 16:45:50,046: hook.output@INFO: nova-compute start/running, process 9634
  1624.  
  1625. 2011-12-08 16:45:50,099: hook.output@INFO: nova-network start/running, process 9650
  1626.  
  1627. 2011-12-08 16:45:50,101: hook.output@DEBUG: hook nova-network-relation-changed exited, exit code 0.
  1628. 2011-12-08 16:45:50,127: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed
  1629. 2011-12-08 16:45:50,128: hook.scheduler@DEBUG: executing hook for nova-cloud-controller/1:modified
  1630. 2011-12-08 16:45:50,128: unit.relation.lifecycle@DEBUG: Executing hook nova-network-relation-changed
  1631. 2011-12-08 16:45:50,128: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed
  1632. 2011-12-08 16:45:57,578: hook.output@INFO: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed: configuring FlatDHCPManager network manager
  1633.  
  1634. 2011-12-08 16:45:58,847: unit.hook.api@INFO: nova-compute: network_manager=nova.network.manager.FlatDHCPManager already set exit 0
  1635. 2011-12-08 16:45:59,177: unit.hook.api@INFO: nova-compute: flat_interface=eth0 already set exit 0
  1636. 2011-12-08 16:45:59,514: unit.hook.api@INFO: nova-compute: ec2_dmz_host=192.168.122.18 already set exit 0
  1637. 2011-12-08 16:45:59,580: hook.output@INFO: nova-compute start/running, process 9923
  1638.  
  1639. 2011-12-08 16:45:59,613: hook.output@INFO: nova-network start/running, process 9939
  1640.  
  1641. 2011-12-08 16:45:59,614: hook.output@DEBUG: hook nova-network-relation-changed exited, exit code 0.
  1642. 2011-12-08 16:45:59,627: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/nova-network-relation-changed
  1643. 2011-12-08 16:46:13,353: unit.lifecycle@DEBUG: services changed old:[<ServiceRelationState name:nova-network role:client id:relation-0000000015>, <ServiceRelationState name:shared-db role:client id:relation-0000000011>, <ServiceRelationState name:amqp role:client id:relation-0000000013>] new:[<ServiceRelationState name:nova-network role:client id:relation-0000000015>, <ServiceRelationState name:image-service role:client id:relation-0000000017>, <ServiceRelationState name:shared-db role:client id:relation-0000000011>, <ServiceRelationState name:amqp role:client id:relation-0000000013>]
  1644. 2011-12-08 16:46:13,353: unit.lifecycle@DEBUG: processing relations changed
  1645. 2011-12-08 16:46:13,363: unit.lifecycle@DEBUG: Starting new relation: image-service
  1646. 2011-12-08 16:46:13,363: statemachine@DEBUG: relationworkflowstate: transition start (None -> up) {}
  1647. 2011-12-08 16:46:13,363: statemachine@DEBUG: relationworkflowstate: execute action do_start
  1648. 2011-12-08 16:46:13,364: hook.scheduler@DEBUG: start
  1649. 2011-12-08 16:46:13,406: unit.relation.watch@DEBUG: relation watcher start
  1650. 2011-12-08 16:46:13,406: unit.relation.lifecycle@DEBUG: started relation:image-service lifecycle
  1651. 2011-12-08 16:46:13,418: hook.scheduler@DEBUG: relation change old:[], new:['glance/1'], modified:()
  1652. 2011-12-08 16:46:13,418: hook.scheduler@DEBUG: executing hook for glance/1:joined
  1653. 2011-12-08 16:46:13,418: unit.relation.lifecycle@DEBUG: Executing hook image-service-relation-joined
  1654. 2011-12-08 16:46:13,418: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-joined
  1655. 2011-12-08 16:46:13,423: statemachine@DEBUG: relationworkflowstate: transition complete start (state up) {}
  1656. 2011-12-08 16:46:16,134: unit.relation.watch@DEBUG: relation watcher settings change <ClientEvent changed at '/relations/relation-0000000017/settings/unit-0000000014' state: connected>
  1657. 2011-12-08 16:46:16,135: hook.scheduler@DEBUG: relation change old:(), new:(), modified:['glance/1']
  1658. 2011-12-08 16:46:17,331: hook.output@DEBUG: hook image-service-relation-joined exited, exit code 0.
  1659. 2011-12-08 16:46:17,383: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-joined
  1660. 2011-12-08 16:46:17,384: unit.relation.lifecycle@DEBUG: Executing hook image-service-relation-changed
  1661. 2011-12-08 16:46:17,384: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-changed
  1662. 2011-12-08 16:46:21,619: hook.output@INFO: nova-compute start/running, process 10121
  1663.  
  1664. 2011-12-08 16:46:21,653: hook.output@INFO: nova-network start/running, process 10137
  1665.  
  1666. 2011-12-08 16:46:21,654: hook.output@DEBUG: hook image-service-relation-changed exited, exit code 0.
  1667. 2011-12-08 16:46:21,666: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-changed
  1668. 2011-12-08 16:46:21,666: hook.scheduler@DEBUG: executing hook for glance/1:modified
  1669. 2011-12-08 16:46:21,666: unit.relation.lifecycle@DEBUG: Executing hook image-service-relation-changed
  1670. 2011-12-08 16:46:21,666: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-changed
  1671. 2011-12-08 16:46:26,506: unit.hook.api@INFO: nova-compute: glance_api_servers=oscs-20.itos.deakin.edu.au:9292 already set exit 0
  1672. 2011-12-08 16:46:26,583: hook.output@INFO: nova-compute start/running, process 10357
  1673.  
  1674. 2011-12-08 16:46:26,654: hook.output@INFO: nova-network start/running, process 10373
  1675.  
  1676. 2011-12-08 16:46:26,656: hook.output@DEBUG: hook image-service-relation-changed exited, exit code 0.
  1677. 2011-12-08 16:46:26,717: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/image-service-relation-changed
  1678. 2011-12-09 12:00:37,374: statemachine@DEBUG: unitworkflowstate: transition state (started -> stopped)
  1679. 2011-12-09 12:00:37,376: statemachine@DEBUG: unitworkflowstate: transition stop (started -> stopped) {}
  1680. 2011-12-09 12:00:37,376: statemachine@DEBUG: unitworkflowstate: execute action do_stop
  1681. 2011-12-09 12:00:37,376: unit.lifecycle@DEBUG: pre-stop acquire, running:True
  1682. 2011-12-09 12:00:37,376: unit.lifecycle@DEBUG: stopping relation lifecycles
  1683. 2011-12-09 12:00:37,378: statemachine@DEBUG: relationworkflowstate: transition state (up -> down)
  1684. 2011-12-09 12:00:37,379: statemachine@DEBUG: relationworkflowstate: transition stop (up -> down) {}
  1685. 2011-12-09 12:00:37,379: statemachine@DEBUG: relationworkflowstate: execute action do_stop
  1686. 2011-12-09 12:00:37,379: unit.relation.watch@DEBUG: relation watcher stop
  1687. 2011-12-09 12:00:37,379: hook.scheduler@DEBUG: stop
  1688. 2011-12-09 12:00:37,379: unit.relation.lifecycle@DEBUG: stopped relation:nova-network lifecycle
  1689. 2011-12-09 12:00:37,391: statemachine@DEBUG: relationworkflowstate: transition complete stop (state down) {}
  1690. 2011-12-09 12:00:37,392: statemachine@DEBUG: relationworkflowstate: transition state (up -> down)
  1691. 2011-12-09 12:00:37,393: statemachine@DEBUG: relationworkflowstate: transition stop (up -> down) {}
  1692. 2011-12-09 12:00:37,393: statemachine@DEBUG: relationworkflowstate: execute action do_stop
  1693. 2011-12-09 12:00:37,394: unit.relation.watch@DEBUG: relation watcher stop
  1694. 2011-12-09 12:00:37,394: hook.scheduler@DEBUG: stop
  1695. 2011-12-09 12:00:37,394: unit.relation.lifecycle@DEBUG: stopped relation:image-service lifecycle
  1696. 2011-12-09 12:00:37,411: statemachine@DEBUG: relationworkflowstate: transition complete stop (state down) {}
  1697. 2011-12-09 12:00:37,412: statemachine@DEBUG: relationworkflowstate: transition state (up -> down)
  1698. 2011-12-09 12:00:37,413: statemachine@DEBUG: relationworkflowstate: transition stop (up -> down) {}
  1699. 2011-12-09 12:00:37,414: statemachine@DEBUG: relationworkflowstate: execute action do_stop
  1700. 2011-12-09 12:00:37,414: unit.relation.watch@DEBUG: relation watcher stop
  1701. 2011-12-09 12:00:37,414: hook.scheduler@DEBUG: stop
  1702. 2011-12-09 12:00:37,414: unit.relation.lifecycle@DEBUG: stopped relation:shared-db lifecycle
  1703. 2011-12-09 12:00:37,424: statemachine@DEBUG: relationworkflowstate: transition complete stop (state down) {}
  1704. 2011-12-09 12:00:37,426: statemachine@DEBUG: relationworkflowstate: transition state (up -> down)
  1705. 2011-12-09 12:00:37,427: statemachine@DEBUG: relationworkflowstate: transition stop (up -> down) {}
  1706. 2011-12-09 12:00:37,427: statemachine@DEBUG: relationworkflowstate: execute action do_stop
  1707. 2011-12-09 12:00:37,427: unit.relation.watch@DEBUG: relation watcher stop
  1708. 2011-12-09 12:00:37,427: hook.scheduler@DEBUG: stop
  1709. 2011-12-09 12:00:37,427: unit.relation.lifecycle@DEBUG: stopped relation:amqp lifecycle
  1710. 2011-12-09 12:00:37,438: statemachine@DEBUG: relationworkflowstate: transition complete stop (state down) {}
  1711. 2011-12-09 12:00:37,438: hook.executor@DEBUG: Running hook: /var/lib/juju/units/nova-compute-1/charm/hooks/stop
  1712. 2011-12-09 12:00:41,407: hook.output@DEBUG: hook stop exited, exit code 0.
  1713. 2011-12-09 12:00:41,415: hook.executor@DEBUG: Hook complete: /var/lib/juju/units/nova-compute-1/charm/hooks/stop
  1714. 2011-12-09 12:00:41,415: unit.lifecycle@DEBUG: stopped unit lifecycle
  1715. 2011-12-09 12:00:41,427: statemachine@DEBUG: unitworkflowstate: transition complete stop (state stopped) {}
  1716. 2011-12-09 12:00:41,428:5096(0x7f6373deb720):ZOO_INFO@zookeeper_close@2304: Closing zookeeper sessionId=0x133f7bfcfcd00a1 to [192.168.122.33:2181]
  1717.  
  1718. 2011-12-09 12:49:29,418:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@658: Client environment:zookeeper.version=zookeeper C client 3.3.3
  1719. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@662: Client environment:host.name=oscs-19
  1720. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@669: Client environment:os.name=Linux
  1721. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@670: Client environment:os.arch=3.0.0-13-server
  1722. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@671: Client environment:os.version=#22-Ubuntu SMP Wed Nov 2 15:09:08 UTC 2011
  1723. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@679: Client environment:user.name=(null)
  1724. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@687: Client environment:user.home=/root
  1725. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@log_env@699: Client environment:user.dir=/home/ubuntu
  1726. 2011-12-09 12:49:29,438:13571(0x7f1ba4bfa720):ZOO_INFO@zookeeper_init@727: Initiating client connection, host=oscc-01.itos.deakin.edu.au:2181 sessionTimeout=10000 watcher=0x7f1ba2279650 sessionId=0 sessionPasswd=<null> context=0x33dab50 flags=0
  1727. 2011-12-09 12:49:29,441:13571(0x7f1b9ff6c700):ZOO_INFO@check_events@1585: initiated connection to server [192.168.122.33:2181]
  1728. 2011-12-09 12:49:29,442:13571(0x7f1b9ff6c700):ZOO_INFO@check_events@1632: session establishment complete on server [192.168.122.33:2181], sessionId=0x133f7bfcfcd00c2, negotiated timeout=10000
  1729. 2011-12-09 12:49:29,443: hook.executor@DEBUG: started
  1730. 2011-12-09 12:49:29,592: juju.agents.unit@INFO: Resolved detected, firing retry transition
  1731. 2011-12-09 12:49:29,599: juju.agents.unit@ERROR: Unknown error while transitioning for resolved
  1732. Traceback (most recent call last):
  1733. File "/usr/lib/python2.7/dist-packages/juju/agents/unit.py", line 164, in cb_watch_resolved
  1734. yield self.workflow.fire_transition_alias("retry_hook")
  1735. InvalidTransitionError: No transition found for alias:retry_hook state:stopped
  1736. 2011-12-09 12:49:29,602: juju.agents.unit@DEBUG: Configuration Changed
  1737. 2011-12-09 12:49:29,602: juju.agents.unit@DEBUG: Configuration updated on service in a non-started state
  1738. 2011-12-09 12:58:20,070:13571(0x7f1b9ff6c700):ZOO_WARN@zookeeper_interest@1461: Exceeded deadline by 11ms
  1739.  
  1740.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement