[Bug 869684] Re: 530 login incorrect error after upgrade

2014-05-29 Thread Joris Decombe
*** This bug is a duplicate of bug 1160372 *** https://bugs.launchpad.net/bugs/1160372 I had the same problem for a while, turns out the file /etc/pam.d/vsftpd that comes with ubuntu is buggy... Comments the following line in /etc/pam.d/vsftpd : auth requiredpam_shells.so And

[Bug 869684] Re: 530 login incorrect error after upgrade

2013-05-03 Thread Morlok8k
*** This bug is a duplicate of bug 1160372 *** https://bugs.launchpad.net/bugs/1160372 ** This bug has been marked a duplicate of bug 1160372 Login is not possible -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in

[Bug 869684] Re: 530 login incorrect error after upgrade

2013-04-30 Thread Povl H. Pedersen
Same problem here as Matthew. Upgraded 12.04 - 12.10 - 13.04. removed the pamd/vsftpd, no success. Used the one above, no success. Added my user to the ftp group did allow anon ftp. No success. When I used the pam config above, I got an error, indicating that it is not seaching for 64-bit PAM

[Bug 869684] Re: 530 login incorrect error after upgrade

2013-04-30 Thread Alan Tello Oyola
Same problem: Upgraded 12.10 - 13.04. -- 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/869684 Title: 530 login incorrect error after upgrade To manage notifications about this bug

[Bug 869684] Re: 530 login incorrect error after upgrade

2013-03-25 Thread Matthew Darwin
I'm running into this problem as well. Only entry in auth.log is: Mar 25 11:22:55 viper vsftpd: PAM audit_log_acct_message() failed: Operation not permitted ls -l /lib/security/pam_shells.so ls: cannot access /lib/security/pam_shells.so: No such file or directory ls -l

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-11-07 Thread Teppo Sulavuori
I've been having this problem also for some time now. I did some more testing with pam configuration and found out that there is something broken(?) in using combination of pam_unix and pam_ldap with auth and account management group types. So this does NOT work (in file /etc/pam.d/vsftpd):

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-11-07 Thread Teppo Sulavuori
Oh yes, I forgot to mention: I tried this also with sssd and with that everything works ok with pam_unix being first in stack. (Configured sssd running and then replaced all pam_ldap.so with pam_sss.so in the original configuration). -- You received this bug notification because you are a

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-09-27 Thread Tetsuotram
hi, had the same problem here with a user I created just to ftp-ing (this user was created with shell /bin/false ), but SOLVED permitting the user to have a shell: usermod ftpuser -s /bin/bash -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-08-25 Thread Francois Racine
Hi, Yesterday I did the upgrade from 10.04 to 12.04. All the updates and upgrades were done on 10.04 before the upgrade to 12.04. FTP was working perfectly for months but stopped working with 12.04. I checked all the settings and they seem to be as they were before. I went to several forums and

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-08-01 Thread david martin
Hi, Im using vsftpd-2.3.5 on Ubuntu 12.04 LTS 64 bit. This problem appeared after I installed winbind. There before: sudo apt-get remove winbind sudo reboot now Solved my problem. Regards, David -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-07-21 Thread Anton Georg Mückl
Hello All, as stated in bug #992578 I continue here to add my findings. Uncommenting the line #authrequiredpam_shells.so in the file /etc/pam.d/vsftpd just made the error message lines in /var/log/auth.log disappear: vsftpd: PAM unable to dlopen(pam_shells.so):

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-07-16 Thread Robie Basak
** Summary changed: - 530 login incorrect error after upgrade to Oneiric + 530 login incorrect error after upgrade ** Description changed: + After upgrade, vsftpd no longer works. Attempts to log in fail with a + PAM authentication failure. + + Workarounds: purging and reinstalling vsftpd has

[Bug 869684] Re: 530 login incorrect error after upgrade

2012-07-16 Thread Robie Basak
** Description changed: After upgrade, vsftpd no longer works. Attempts to log in fail with a PAM authentication failure. Workarounds: purging and reinstalling vsftpd has worked for some people, but not others. Bug status: Reason unknown. No steps to reproduce have been found.

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-07-11 Thread ant2ne
I too have this bug but # apt-get remove vsftpd # rm /etc/pam.d/vsftpd # apt-get install vsftpd did not work for me. -- 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/869684 Title:

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-06-22 Thread author
I had this problem also, the method about (thanks Steve Brown) worked like a champ. -- 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/869684 Title: 530 login incorrect error after

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-05-08 Thread Sikkepitje
This happend on Ubuntu Server x64 12.04 after i upgraded from 11.10 last week. No FTP user could log in any more. /var/log/auth.log showed: May 8 10:37:59 bcweb1 vsftpd: PAM unable to dlopen(pam_shells.so): /lib/security/pam_shells.so: cannot open shared object file: No such file or directory

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-02-21 Thread Nick McCloud
Last December I setup 10.04 on a machine as a LAMP with vsftpd: Changed the conf: Removed the anonymous access, enable write access, chroot users to their home directory set local_umask to 022 All good. Do it today (21st Feb 2012) but just Apache, transmission and vsftpd, change the conf as

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-02-20 Thread Nigel Gale
Hi - no go for me, I have: apt-get purge vsftpd rm /etc/pam.d/vsftpd Checked that vsftpd.conf was removed Manually removed ftp group as this had some users in apt-get install vsftpd /etc/pam.d/vsftp NOT recreated Added user back into ftp group Still can't access, I have attached the authlog

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-01-23 Thread Alexander Jones
Steven's solution fixes it for me. 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/869684 Title: 530 login incorrect error after upgrade to Oneiric To manage notifications

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-01-18 Thread Steven Brown
Just wanted to report back that I was able to solve my issue by: apt-get remove vsftpd rm /etc/pam.d/vsftpd (figuring it will recreate it) apt-get install vsftpd Now it works fine. The /etc/pam.d/vsftpd was NOT recreated. -- You received this bug notification because you are a member of

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2012-01-13 Thread Steven Brown
I would like to throw my hat in the ring. I have the same issue after upgrading to Oneiric.Is there a work around for this? I tried symlinking the pam_shells.so file but it then fails with a memory allocation error. -- You received this bug notification because you are a member of Ubuntu

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-12-05 Thread Robie Basak
With this bug affecting only four people after two months, it appears that this bug affects only a minority of users in perhaps more unusual configurations. Thus I'm reducing Importance to Medium as per the guidelines at https://wiki.ubuntu.com/Bugs/Importance. I'd love to fix this but I'm in the

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-12-05 Thread Nigel Gale
Probably a lot of lurkers hoping it will be fixed soon. How can we assist you to investigate further? I would offer SSH into my box but can't because I can't allocate an external IP. Could someone else? This is causing quite a lot of extra work having to manually load patches to me Drupal dev

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-23 Thread Nigel Gale
I of course understand that Ubuntu is FOSS, but any chance of this being allocated to someone to fix? Nearly seven weeks after reporting as a High priorty. Thanks -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in Ubuntu.

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-18 Thread Lee Davis
I have the exact same issue upgrading from 11.04-server i386 It was a clean install and was only used as an FTP server (running vsftp). I get a 530 login incorrect when attempting to connect to the server. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-14 Thread Nigel Gale
I have the same problem having upgraded from 10.04 on AMD 64. I can confirm that: /lib/security/pam_shells.so does not exist /lib/x86_64-linux-gnu/security/pam_shells.so does exist I have carried out update process. I am still unable to FTP using user accounts. -- You received this bug

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-14 Thread Duane Barry
Thanks. I assume that every bit information helps. I can also confirm (thx Nigel) that: /lib/security/pam_shells.so does not exist and /lib/x86_64-linux-gnu/security/pam_shells.so does exist cheers -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-11-11 Thread Robie Basak
I have been unable to reproduce this both on a fresh installation of Oneiric and on an upgrade from Natty (using cloud images). In both cases I added a password to the ubuntu user, installed vsftpd from the archive and successfully FTPd into it using ftp, connecting to both localhost and to the IP

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-28 Thread Robie Basak
** Changed in: vsftpd (Ubuntu) Status: Incomplete = 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/869684 Title: 530 login incorrect error after upgrade to Oneiric

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-28 Thread Robie Basak
** Changed in: vsftpd (Ubuntu) Importance: Undecided = High -- 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/869684 Title: 530 login incorrect error after upgrade to Oneiric To

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-23 Thread KommerszUnicum
In my system the local login works only when the anonymous access is enabled in the conf file (after the upgrade to oneiric). anonymous_enable=YES -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in Ubuntu.

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-19 Thread Gionn
Even on a fresh install, it fails (amd64). -- 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/869684 Title: 530 login incorrect error after upgrade to Oneiric To manage notifications

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-18 Thread Duane Barry
Same problem occurs after update from Natty to Oneiric. Package affected: vsftpd 2.3.2-3ubuntu5 Actions taken before problem occurs. 1. Update from Maverick to Natty with do-release-update 2. Update from Natty to Oneiric with do-release-update The problem was detected after the update from

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-07 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read How to report bugs effectively

[Bug 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-06 Thread Alexander Jones
** Attachment added: Config file https://bugs.launchpad.net/bugs/869684/+attachment/2520964/+files/vsftpd.conf -- 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/869684 Title: 530