nova user should not be in the nogroup group
Bug #856530 reported by
Andrew Glen-Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Oneiric |
Fix Released
|
High
|
Unassigned |
Bug Description
This is similar to LP#851860
nova-common 2011.3~
The nova package creates a nova user who's primary (and only) group membership is 'nogroup'. This results in files/directories created by the nova user having 'nogroup' group ownership. This is considered a bad thing.
Please create a 'nova' group and add the nova user to this group instead.
= Tests =
$ id nova
uid=109(nova) gid=65534(nogroup) groups=
$ find /var/lib/nova -gid 65534 | wc -l
424
Related branches
lp://qastaging/~gandelman-a/nova/lp839796_and_856530
- Chuck Short (community): Approve
-
Diff: 68 lines (+17/-9)4 files modifieddebian/changelog (+6/-0)
debian/nova-common.postinst (+10/-7)
debian/nova-compute.upstart.in (+1/-1)
debian/nova.conf (+0/-1)
tags: | added: server-o-rs |
Changed in nova (Ubuntu): | |
importance: | Undecided → High |
milestone: | none → ubuntu-11.10 |
status: | New → Confirmed |
Changed in nova (Ubuntu Oneiric): | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package nova - 2011.3-0ubuntu3
---------------
nova (2011.3-0ubuntu3) oneiric; urgency=low
[Adam Gandelman] nova-common. postinst: Create 'nova' group, add user to it nova-compute. upstart. in: Move reference of compute. conf from nova.conf to nova-compute's argv. (LP: #839796)
* debian/
(LP: #856530)
* debian/nova.conf, debian/
nova-
[Chuck Short] patches/ backport- recreate- gateway- using-dhcp. patch:
* debian/
Makes sure to recreate gateway for moved ip. (LP: #859587)
* debian/control: Update Vcs info.
[ Scott Moser ] patches/ fqdn-in- local-hostname- of-ec2- metadata. patch
* debian/
Make the 'local-hostname' in the EC2 Metadata service contain
the domainname also. (LP: #854614)
-- Chuck Short <email address hidden> Tue, 27 Sep 2011 14:56:59 -0400