[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-26 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.2.2-3ubuntu6.2

---
vsftpd (2.2.2-3ubuntu6.2) lucid-proposed; urgency=low

  * debian/vsftpd.upstart:
- Fix typo. Thanks to Jürgen Kreileder (LP: #577165)
- Fix start of vsftpd even if not in standalone mode. Thanks to
  Stephane Chazelas (LP: #648202)

  [ Dustin Kirkland, Serge Hallyn ]
  * debian/vsftpd.postinst: Check that the group exists first, then the user,
then try adding the user to the group. (LP: #629234, LP: #677764)
 -- Andres Rodriguez andres...@ubuntu.com   Wed, 13 Apr 2011 18:34:25 -0400

** Changed in: vsftpd (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-25 Thread Imre Gergely
Package from -proposed tested and installs correctly on Lucid, see
below:

=== BEFORE (does not install when ftpfoo user present):
root@utest-lls32:~# useradd ftpfoo
root@utest-lls32:~# apt-get install vsftpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  vsftpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/140kB of archives.
After this operation, 471kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package vsftpd.
(Reading database ... 35120 files and directories currently installed.)
Unpacking vsftpd (from .../vsftpd_2.2.2-3ubuntu6.1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up vsftpd (2.2.2-3ubuntu6.1) ...
vsftpd user (ftp) already exists, doing nothing.
chown: invalid group: `root:ftp'
dpkg: error processing vsftpd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 vsftpd
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@utest-lls32:~# id ftpfoo
uid=1001(ftpfoo) gid=1001(ftpfoo) groups=1001(ftpfoo)
root@utest-lls32:~# id ftp
id: ftp: No such user

=== AFTER:
root@utest-lls32:~# useradd ftpfoo
root@utest-lls32:~# apt-get install vsftpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  vsftpd
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 0B/140kB of archives.
After this operation, 471kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package vsftpd.
(Reading database ... 35120 files and directories currently installed.)
Unpacking vsftpd (from .../vsftpd_2.2.2-3ubuntu6.2_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up vsftpd (2.2.2-3ubuntu6.2) ...
Adding user ftp to group ftp
vsftpd start/running, process 2353

root@utest-lls32:~# id ftpfoo
uid=1001(ftpfoo) gid=1001(ftpfoo) groups=1001(ftpfoo)
root@utest-lls32:~# id ftp
uid=104(ftp) gid=112(ftp) groups=112(ftp)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-25 Thread Clint Byrum
** Tags added: verification-done
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-19 Thread Martin Pitt
Accepted vsftpd into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: vsftpd (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-14 Thread Clint Byrum
proposed should be accepted.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp
-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-13 Thread Serge Hallyn
The fix for this bug in lucid was un-done.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/ubuntu/lucid/vsftpd/sru1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-24 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.3.0~pre2-4ubuntu2.1

---
vsftpd (2.3.0~pre2-4ubuntu2.1) maverick-proposed; urgency=low

  [ Andres Rodriguez ]
  * debian/vsftpd.upstart: Fix start of vsftpd even if not in standalone mode.
Thanks to Stephane Chazelas (LP: #648202)

  [ Serge Hallyn ]
  * debian/vsftpd.postinst: Use complete name match when checking for existing
ftp user/group, to avoid install failure. (LP: #677764)
 -- Andres Rodriguez andres...@ubuntu.com   Wed, 02 Mar 2011 12:11:46 +0100

** Changed in: vsftpd (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-09 Thread C de-Avillez
tested the SRU: installation completes without error with 'ftpfoo' and
'ftpbar' defined as users (and respective groups).

Marking verification-done.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-08 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-07 Thread Andres Rodriguez
I have tested the Maverick SRU from -proposed and everything works as
expected

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-04 Thread Martin Pitt
Accepted vsftpd into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: vsftpd (Ubuntu Maverick)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-04 Thread Martin Pitt
There are two conflicting vsftpd uploads in the lucid-proposed queue:

 vsftpd (2.2.2-3ubuntu6.1) lucid-proposed; urgency=low
 .
   * debian/vsftpd.postinst: (LP: #709194)
 - Update conditional to fix upgrade issue when user exists, but group does 
not

 vsftpd (2.2.2-3ubuntu6.1) lucid-proposed; urgency=low
 .
   [ Andres Rodriguez ]
   * debian/vsftpd.upstart:
 - Fix typo. Thanks to JÃŒrgen Kreileder (LP: #577165)
 - Fix start of vsftpd even if not in standalone mode. Thanks to
   Stephane Chazelas (LP: #648202)
 .
   [ Dustin Kirkland, Serge Hallyn ]
   * debian/vsftpd.postinst: Check that the group exists first, then the user,
 then try adding the user to the group. (LP: #629234, LP: #677764)

I rejected them both. Please reupload a merged version. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/vsftpd

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick/vsftpd

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid/vsftpd

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-02-28 Thread Andres Rodriguez
** Changed in: vsftpd (Ubuntu Lucid)
   Status: In Progress = Confirmed

** Changed in: vsftpd (Ubuntu Lucid)
 Assignee: Andres Rodriguez (andreserl) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-02-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/ubuntu/lucid/vsftpd/sru1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-02-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/ubuntu/maverick/vsftpd/sru1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2011-02-25 Thread Andres Rodriguez
** Changed in: vsftpd (Ubuntu Lucid)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Changed in: vsftpd (Ubuntu Lucid)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-31 Thread Serge Hallyn
Quoting Imre Gergely (677...@bugs.launchpad.net):
 Isn't this bug a duplicate of bug #629234 ?

No, it is not a duplicate of #629234.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-31 Thread Imre Gergely
I'm still pretty sure it's the same one, only that the other one fixes a
the .postinst script a little bit better, see comments #11 and #12.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-28 Thread Imre Gergely
Isn't this bug a duplicate of bug #629234 ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-28 Thread odonata
To my novice eye, yes they do appear to be duplicates / related.

As a user, I became involved with this partiuclar bug by reporting a
problem I had where an install of vsftpd failed along with some other
packages (Bug# 634085). Because of this I gave the developers who sent
me questions as much info as I could to help them gain insight into the
problem. But other than that my knowledge is limited. At the time I
reported my initial bug, I had no clue as to what had caused the
failure. So I was unable to locate an existing bug that matched mine so
I entered a new one.


- Original message -
From: Imre Gergely 677...@bugs.launchpad.net
To: odon...@fastmail.fm
Date: Tue, 28 Dec 2010 16:21:46 -
Subject: [Bug 677764] Re: vsftpd postinstall checks for user/group starting 
with ftp

Isn't this bug a duplicate of bug #629234 ?

-- 
You received this bug notification because you are a direct subscriber
of a duplicate bug (634085).
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

Status in “vsftpd” package in Ubuntu:
  Fix Released
Status in “vsftpd” source package in Lucid:
  Confirmed
Status in “vsftpd” source package in Maverick:
  Confirmed
Status in “vsftpd” source package in Natty:
  Fix Released
Status in “vsftpd” package in Debian:
  Fix Released

Bug description:
  Binary package hint: vsftpd

?

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd (not installed)
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 vsftpd: Install
 vsftpd: Configure
Architecture: i386
Date: Fri Nov 19 22:28:45 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: vsftpd
Title: package vsftpd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1


SRU comments:
Impact: Breaks install of vsftp if any existing user or group name begins with 
'ftp'.
How bug addressed: The vsftpd.postinst script is patched so it accepts only 
whole names 'ftp', not names beginning with 'ftp'.
Patch: See attached debdiffs.
To reproduce: Create a user or group 'ftpfoo' before installing vsftpd
Regression Potential: This should have no impact as it only changes the string 
being checked for in existing users and groups.  If there were a typo in the 
patch, it could break vsftpd installation.


To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/677764/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-23 Thread Serge Hallyn
** Changed in: vsftpd (Ubuntu Natty)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-23 Thread Serge Hallyn
** Description changed:

  Binary package hint: vsftpd
  
  ?
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: vsftpd (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
  Uname: Linux 2.6.32-25-generic i686
  AptOrdering:
-  vsftpd: Install
-  vsftpd: Configure
+  vsftpd: Install
+  vsftpd: Configure
  Architecture: i386
  Date: Fri Nov 19 22:28:45 2010
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  SourcePackage: vsftpd
  Title: package vsftpd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ 
+ 
+ SRU comments:
+ Impact: Breaks install of vsftp if any existing user or group name begins 
with 'ftp'.
+ How bug addressed: The vsftpd.postinst script is patched so it accepts only 
whole names 'ftp', not names beginning with 'ftp'.
+ Patch: See attached debdiffs.
+ To reproduce: Create a user or group 'ftpfoo' before installing vsftpd
+ Regression Potential: This should have no impact as it only changes the 
string being checked for in existing users and groups.  If there were a typo in 
the patch, it could break vsftpd installation.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-22 Thread Serge Hallyn
This has been fixed in Debian and Natty.  Need to SRU for lucid,
maverick, and probably earlier.

** Changed in: vsftpd (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-22 Thread Serge Hallyn

** Patch added: Debdiff with fix for karmic package
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/677764/+attachment/1773975/+files/karmic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-22 Thread Serge Hallyn

** Patch added: Debdiff with fix for lucid package
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/677764/+attachment/1773976/+files/lucid.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-22 Thread Serge Hallyn

** Patch added: Debdiff with fix for maverick package
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/677764/+attachment/1773980/+files/maverick.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-22 Thread Brian Murray
** Also affects: vsftpd (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: vsftpd (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: vsftpd (Ubuntu Natty)
   Importance: Medium
 Assignee: Serge Hallyn (serge-hallyn)
   Status: Confirmed

** Changed in: vsftpd (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: vsftpd (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: vsftpd (Ubuntu Maverick)
   Importance: Undecided = Medium

** Changed in: vsftpd (Ubuntu Maverick)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/677764

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-11-27 Thread Bug Watch Updater
** Changed in: vsftpd (Debian)
   Status: New = Fix Released

-- 
vsftpd postinstall checks for user/group starting with ftp
https://bugs.launchpad.net/bugs/677764
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-11-25 Thread Bug Watch Updater
** Changed in: vsftpd (Debian)
   Status: Unknown = New

-- 
vsftpd postinstall checks for user/group starting with ftp
https://bugs.launchpad.net/bugs/677764
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-11-24 Thread Serge Hallyn
** Summary changed:

- package vsftpd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ vsftpd postinstall checks for user/group starting with ftp

** Bug watch added: Debian Bug tracker #604888
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604888

** Also affects: vsftpd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604888
   Importance: Unknown
   Status: Unknown

-- 
vsftpd postinstall checks for user/group starting with ftp
https://bugs.launchpad.net/bugs/677764
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs