[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread John Edwards
Jean-Baptiste Lallement , can you explain why you think bug #606630 is
caused by this problem?

There are many reasons why the post installation script will error. You
need to look at it's output to find out what is causing this.

I am removing the duplicate flags until the error is shown to be the
same.

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread Jean-Baptiste Lallement
John, this is the same error because the fix for this bug doesn't
correctly check if the default user/group 'ftp' exits.

To reproduce :
$ sudo adduser --system --group ftpd
$ sudo apt-get install vsftpd 

In postinst the following line is wrong 
if ! getent passwd | grep -q ^${_USERNAME}
and should be at least
if ! getent passwd | grep -qw ^${_USERNAME}
or simply: 
if ! getent passwd ${_USERNAME}

Same thing for checking the existence of the group. BTW the problem
still exists in 10.10.

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread Jean-Baptiste Lallement
According to recent duplicate report #606630 this is still an issue with
vsftpd 2.2.2-3ubuntu6 when upgrading from 8.04 to 10.04

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread John Edwards
Jean-Baptiste Lallement , can you explain why you think bug #606630 is
caused by this problem?

There are many reasons why the post installation script will error. You
need to look at it's output to find out what is causing this.

I am removing the duplicate flags until the error is shown to be the
same.

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-07-17 Thread Jean-Baptiste Lallement
John, this is the same error because the fix for this bug doesn't
correctly check if the default user/group 'ftp' exits.

To reproduce :
$ sudo adduser --system --group ftpd
$ sudo apt-get install vsftpd 

In postinst the following line is wrong 
if ! getent passwd | grep -q ^${_USERNAME}
and should be at least
if ! getent passwd | grep -qw ^${_USERNAME}
or simply: 
if ! getent passwd ${_USERNAME}

Same thing for checking the existence of the group. BTW the problem
still exists in 10.10.

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-19 Thread Chuck Short
** Changed in: vsftpd (Ubuntu Lucid)
   Status: New = Fix Committed

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-19 Thread Chuck Short
** Changed in: vsftpd (Ubuntu Lucid)
   Status: New = Fix Committed

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package vsftpd - 2.2.2-3ubuntu5

---
vsftpd (2.2.2-3ubuntu5) lucid; urgency=low

  [Chuck Short]
  * debian/vsftpd.postinst: Add a group from the username selected by the user. 
(LP: #530832)
  * debian/patches/09-disable-anonymous.patch: Disable anonymous login by 
default. (LP: #528860)

  [Andres Rodriguez]
  * Add apport hook (LP: #531978):
- debian/vsftpd.apport: Added.
- debian/control: Build-depends on dh-apport.
- debian/rules: Add --with apport.
 -- Chuck Short zul...@ubuntu.com   Mon, 15 Mar 2010 15:16:32 -0400

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

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-02 Thread Mathias Gug
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = Medium

** Also affects: vsftpd (Ubuntu Lucid)
   Importance: Medium
   Status: New

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
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 530832] Re: vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group

2010-03-02 Thread Mathias Gug
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = Medium

** Also affects: vsftpd (Ubuntu Lucid)
   Importance: Medium
   Status: New

-- 
vsftpd 2.2.2-3ubuntu4 fails to upgrade because no ftp group
https://bugs.launchpad.net/bugs/530832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs