[Bug 1354694] Re: useradd crashes if group list contains whitespace

2017-02-21 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.9-0ubuntu1~16.04.2 --- cloud-init (0.7.9-0ubuntu1~16.04.2) xenial-proposed; urgency=medium * debian/update-grub-legacy-ec2: fix shell syntax error. (LP: #1662221) cloud-init (0.7.9-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

[Bug 1354694] Re: useradd crashes if group list contains whitespace

2017-02-08 Thread Scott Moser
$ release="xenial" $ name="$release-1354694" $ cat >user-data <<"EOF" > #cloud-config > users: > - default > - name: foobar > gecos: "My User" > groups: sudo, adm > - name: wark > groups: [sudo, adm] > EOF $ sleep 10 $ lxc exec $name -- groups foobar error: not found $ lxc launch

[Bug 1354694] Re: useradd crashes if group list contains whitespace

2017-02-06 Thread Brian Murray
Hello Colin, or anyone else affected, Accepted cloud-init into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.7.9-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1354694] Re: useradd crashes if group list contains whitespace

2017-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.8-68-gca3ae67-0ubuntu1~16.10.1 --- cloud-init (0.7.8-68-gca3ae67-0ubuntu1~16.10.1) yakkety; urgency=medium * debian/cherry-pick: add utility for cherry picking commits from upstream into patches in debian/patches. * New

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2017-01-20 Thread Scott Moser
$ lxc launch "ubuntu-daily:$release" "$name" "--config=user.user-data=$(cat user-data)" $ cat >user-data <<"EOF" #cloud-config users: - default - name: foobar gecos: "My User" groups: sudo, adm - name: wark groups: [sudo, adm] EOF $ sleep 10 ## show failure. $ lxc exec $name --

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2017-01-20 Thread Scott Moser
** Description changed: === Begin SRU Template === [Impact] A specific usage of user data to cloud-init will fail to add a user. This cloud-config: - #cloud-config - users: - - default - - name: foobar - gecos: "My User" - groups: sudo, adm +   #cloud-config +   

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2017-01-12 Thread Brian Murray
Hello Colin, or anyone else affected, Accepted cloud-init into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/0.7.8-68-gca3ae67-0ubuntu1~16.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-23 Thread Scott Moser
This is fixed in cloud-init 0.7.9. ** Changed in: cloud-init Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694 Title: useradd crashes if group list

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-23 Thread Scott Moser
This is fixed in cloud-init 0.7.9. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694 Title: useradd crashes if group list

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-23 Thread Scott Moser
This is fixed in cloud-init 0.7.9. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694 Title: useradd crashes if group list

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-22 Thread Scott Moser
** Changed in: cloud-init Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694 Title: useradd crashes if group list contains whitespace on Fedora To

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-19 Thread Scott Moser
** Description changed: + === Begin SRU Template === + [Impact] + A specific usage of user data to cloud-init will fail to add a user. + + This cloud-config: + #cloud-config + users: + - default + - name: foobar + gecos: "My User" + groups: sudo, adm + + Will fail with

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.8-68-gca3ae67-0ubuntu1 --- cloud-init (0.7.8-68-gca3ae67-0ubuntu1) zesty; urgency=medium * New upstream snapshot. - user-groups: fix bug when groups was provided as string and had spaces (LP: #1354694) -- Scott Moser

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-16 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-16 Thread Scott Moser
Marked this back to confirmed. The fix that was applied in cbf93eb4ae9f [1] did not actually fix the problem. The user-data to show a bug is: #cloud-config users: - default - name: foobar gecos: "My User" groups: sudo, adm - name: wark groups: [sudo, adm] - name: wark2

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-16 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/313458 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694 Title: useradd crashes if group list

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-16 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Fix Released => Confirmed ** Changed in: cloud-init Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1354694

[Bug 1354694] Re: useradd crashes if group list contains whitespace on Fedora

2016-12-16 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Status: New => Fix Released ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Low ** Also affects: cloud-init (Ubuntu Xenial) Importance: Undecided