nova-common postinst fails to complete for new installations
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova (Ubuntu) |
Fix Released
|
Critical
|
James Page |
Bug Description
2011.3-0ubuntu4 introduced a change to the postinst to fixup permissions for upgrades to ensure that files in /var/lib/nova with group ownership of root or nogroup switched to nova
Unfortunately this does not take into account new installs - the permissions on /var/lib/nova remain as root:root so the nova-manage db sync command fails as the end of the postinst maintainer script.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nova-common 2011.3-0ubuntu4
ProcVersionSign
Uname: Linux 3.0.0-11-virtual i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Mon Oct 3 09:27:50 2011
Ec2AMI: ami-5a6c5e2e
Ec2AMIManifest: (unknown)
Ec2Availability
Ec2InstanceType: m1.small
Ec2Kernel: aki-64695810
Ec2Ramdisk: unavailable
NovaConf: Error: [Errno 13] Permission denied: '/etc/nova/
PackageArchitec
ProcEnviron:
LC_CTYPE=
LC_COLLATE=
LANG=en_US.UTF-8
LC_MESSAGES=
SHELL=/bin/bash
SourcePackage: nova
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Scott Moser: Approve
-
Diff: 33 lines (+13/-1)2 files modifieddebian/changelog (+8/-0)
debian/nova-common.postinst (+5/-1)
Changed in nova (Ubuntu): | |
importance: | Undecided → High |
importance: | High → Critical |
status: | New → In Progress |
assignee: | nobody → James Page (james-page) |
milestone: | none → ubuntu-11.10 |
tags: | added: server-o-rs |
Also caused nova-api to stop working generally as well.