Activity log for bug #1354471

Date Who What changed Old value New value Message
2014-08-08 14:28:19 Björn Tillenius bug added bug
2014-08-08 14:28:36 Björn Tillenius tags cloud-installer landscape
2014-08-08 14:28:46 Björn Tillenius bug added subscriber Landscape
2014-08-13 08:41:18 Liam Young nova-compute (Juju Charms Collection): assignee Liam Young (gnuoy)
2014-08-13 08:51:43 Liam Young nova-compute (Juju Charms Collection): importance Undecided High
2014-08-13 16:37:08 Liam Young branch linked lp:~gnuoy/charms/trusty/nova-compute/stable-charm-sync
2014-08-22 09:18:33 Chris Glass nova-compute (Juju Charms Collection): status New In Progress
2014-08-26 14:21:21 Launchpad Janitor branch linked lp:~gnuoy/charm-helpers/stable-central-apt-cache-function
2014-08-27 07:05:30 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceilometer/stable-charm-sync
2014-08-27 07:06:21 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceilometer-agent/stable-charm-sync
2014-08-27 07:07:21 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/cinder-ceph/stable-charm-sync
2014-08-27 07:08:24 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/heat/stable-charm-sync
2014-08-27 07:11:21 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/cinder/stable-charmhelper-sync
2014-08-27 07:14:20 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/glance/stable-charmhelper-sync
2014-08-27 07:14:27 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/keystone/stable-charmhelper-sync
2014-08-27 07:15:33 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/nova-cloud-controller/stable-charmhelper-sync
2014-08-27 07:16:20 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/nova-compute/stable-charmhelper-sync
2014-08-27 07:17:20 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/openstack-dashboard/stable-charmhelper-sync
2014-08-27 07:17:25 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/quantum-gateway/stable-charmhelper-sync
2014-08-27 07:18:21 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/swift-proxy/stable-charmhelper-sync
2014-08-27 07:19:21 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/swift-storage/stable-charmhelper-sync
2014-09-12 10:39:11 James Page nova-compute (Juju Charms Collection): status In Progress Fix Released
2014-09-17 14:13:08 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceph-radosgw/next-charmhelper-sync
2014-09-25 15:34:22 Liam Young branch linked lp:~tribaal/charms/trusty/ceph-radosgw/resync-stable-charm-helpers
2014-09-26 08:20:15 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/ceph/next
2014-09-26 08:26:27 Launchpad Janitor branch linked lp:~openstack-charmers/charms/trusty/ceph-osd/next
2014-09-26 08:34:08 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceph/stable-charmhelper-sync
2014-09-26 08:36:32 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceph-osd/stable-charmhelper-sync
2014-09-26 09:23:33 Launchpad Janitor branch linked lp:~gnuoy/charms/trusty/ceph-radosgw/stable-pkgrevno-from-charmhelpers
2014-09-27 02:15:00 David Britton description I got the following error when deploying a cloud: 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/contrib/openstack/context.py", line 353, in __call__ 2014-08-08 14:06:28 INFO cloud-compute-relation-changed ensure_packages(['ceph-common']) 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/contrib/openstack/context.py", line 54, in ensure_packages 2014-08-08 14:06:28 INFO cloud-compute-relation-changed required = filter_installed_packages(packages) 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/fetch/__init__.py", line 117, in filter_installed_packages 2014-08-08 14:06:28 INFO cloud-compute-relation-changed cache = apt_pkg.Cache() 2014-08-08 14:06:28 INFO cloud-compute-relation-changed SystemError: E:Problem renaming the file /var/cache/apt/srcpkgcache.bin.QeVQku to /var/cache/apt/srcpkgcache.bin - rename (2: No such file or directory), E:The package lists or status file could not be parsed or opened. 2014-08-08 14:06:28 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 1 This is cs:trusty/nova-compute-3. Looking the fetch/__init__.py, it has code to build the cache in memory, but it seems like it's not working as intended. I got the following error when deploying a cloud: 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/contrib/openstack/context.py", line 353, in __call__ 2014-08-08 14:06:28 INFO cloud-compute-relation-changed ensure_packages(['ceph-common']) 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/contrib/openstack/context.py", line 54, in ensure_packages 2014-08-08 14:06:28 INFO cloud-compute-relation-changed required = filter_installed_packages(packages) 2014-08-08 14:06:28 INFO cloud-compute-relation-changed File "/var/lib/juju/agents/unit-nova-compute-2/charm/hooks/charmhelpers/fetch/__init__.py", line 117, in filter_installed_packages 2014-08-08 14:06:28 INFO cloud-compute-relation-changed cache = apt_pkg.Cache() 2014-08-08 14:06:28 INFO cloud-compute-relation-changed SystemError: E:Problem renaming the file /var/cache/apt/srcpkgcache.bin.QeVQku to /var/cache/apt/srcpkgcache.bin - rename (2: No such file or directory), E:The package lists or status file could not be parsed or opened. 2014-08-08 14:06:28 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 1 This is cs:trusty/nova-compute-3. Looking the fetch/__init__.py, it has code to build the cache in memory, but it seems like it's not working as intended.