[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2010-04-12 Thread Bug Watch Updater
** Changed in: motion (Debian) Status: New => Fix Released -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubun

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package motion - 3.2.11-2ubuntu0.1 --- motion (3.2.11-2ubuntu0.1) karmic-proposed; urgency=low * Fixed debian/motion.postinst : Really test if group "motion" exits (LP: #394755) -- Jean-Baptiste LallementSat, 21 Nov 2009 22:32:34 +0100 ** Changed

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-08 Thread Martin Pitt
motion (3.2.11-2ubuntu2) lucid; urgency=low * debian/motion.postinst : use getent return code instead of command output -- Jean-Baptiste LallementMon, 30 Nov 2009 21:53:28 +0100 ** Changed in: motion (Ubuntu) Status: Fix Committed => Fix Released -- motion failed to install/upgra

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-08 Thread BART
** Changed in: motion (Ubuntu) Status: Fix Released => Fix Committed -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-08 Thread Martin Pitt
** Tags added: verification-done ** Tags removed: verification-needed -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic-proposed/motion -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-12-07 Thread Martin Pitt
lucid update sponsored. ** Changed in: motion (Ubuntu Karmic) Status: New => In Progress ** Changed in: motion (Ubuntu Karmic) Status: In Progress => Fix Committed ** Tags added: verification-needed -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-30 Thread Jean-Baptiste Lallement
And another one for the SRU. ** Attachment added: "motion_3.2.11-2ubuntu0.1.debdiff" http://launchpadlibrarian.net/36269438/motion_3.2.11-2ubuntu0.1.debdiff ** Attachment removed: "motion_3.2.11-2ubuntu0.1.debdiff" http://launchpadlibrarian.net/36137440/motion_3.2.11-2ubuntu0.1.debdiff --

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-30 Thread Jean-Baptiste Lallement
You're right Martin. Here is a new version of the patch for lucid. ** Attachment added: "motion_3.2.11-2ubuntu2.debdiff" http://launchpadlibrarian.net/36269318/motion_3.2.11-2ubuntu2.debdiff ** Attachment removed: "motion_3.2.11-2build2.debdiff" http://launchpadlibrarian.net/35929534/motion

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-30 Thread Martin Pitt
-if ! id -g motion >/dev/null 2>&1; then +if [ ! "$(getent group motion)" ]; then The original command doesn't work of course, but the second looks broken, too: Why do you use $() for grabbing the command output? I think you mean if ! getent group motion >/dev/null; then ? --

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-26 Thread Fabrice Coutadeur
Debdiff for the SRU ** Attachment added: "motion_3.2.11-2ubuntu0.1.debdiff" http://launchpadlibrarian.net/36137440/motion_3.2.11-2ubuntu0.1.debdiff -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notifica

Re: [Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-26 Thread FAYC
Hi Jean Baptiste! Thanks for your fast and complete reply : I'll check it out when I get a bit of time for that : It's not my stuff to write command lines, I'm just an humble artist who try to built medias on my ARTISTX OS (based Ubuntu), and over all, who want to boycott all Windows ("windaube")

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/motion -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-24 Thread Fabrice Coutadeur
Please follow the sru process to get it fixed in Karmic. Thanks, Fabrice -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package motion - 3.2.11-2ubuntu1 --- motion (3.2.11-2ubuntu1) lucid; urgency=low * Fixed debian/motion.postinst : Really test if group "motion" exits (LP: #394755) -- Jean-Baptiste LallementSat, 21 Nov 2009 22:32:34 +0100 ** Changed in: motion (U

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-24 Thread Fabrice Coutadeur
Uploaded. Thank for your contribution. I've changed the version to ubuntu1, and updated the maintainer in debian/control. Please take care of that in your next debdiff ;-) Thanks again, Fabrice ** Also affects: motion (Ubuntu Karmic) Importance: Undecided Status: New ** Changed in: m

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-23 Thread Jean-Baptiste Lallement
** Description changed: Binary package hint: motion when ubuntu upgraded I lost my ATI driver and now motion fails to upgrade ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 9.04 ErrorMessage: subprocess post-installation script returned error exit status 1 Pack

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-22 Thread Bug Watch Updater
** Changed in: motion (Debian) Status: Unknown => New -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-21 Thread Jean-Baptiste Lallement
** Bug watch added: Debian Bug tracker #557416 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557416 ** Also affects: motion (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557416 Importance: Unknown Status: Unknown -- motion failed to install/upgrade : chown: inv

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-21 Thread Jean-Baptiste Lallement
Here is a patch proposal. ** Attachment added: "motion_3.2.11-2build2.debdiff" http://launchpadlibrarian.net/35929534/motion_3.2.11-2build2.debdiff -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/394755 You received this bug notific

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-21 Thread Jean-Baptiste Lallement
The following code in postinst script is buggy and doesn't do what is expected: = add_group_if_missing() { if [ -x /usr/sbin/addgroup ]; then if ! id -g motion >/dev/null 2>&1; then addgroup --force-badname motion || true fi fi } = 'id -g' returns t

[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'

2009-11-21 Thread Jean-Baptiste Lallement
** Summary changed: - motion install trouble + motion failed to install/upgrade : chown: invalid group: `motion:motion' ** Changed in: motion (Ubuntu) Status: New => Confirmed -- motion failed to install/upgrade : chown: invalid group: `motion:motion' https://bugs.launchpad.net/bugs/3947