Results 1 to 7 of 7

Thread: vsftpd broken after updates today

  1. #1
    Join Date
    Sep 2006
    Beans
    558

    vsftpd broken after updates today

    Is anyone else having problems with vsftpd over their LAN after updating today? I can't even FTP into the localhost anymore. None of my config files were changed. All I get is authentication errors. Please help.

  2. #2
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Beans
    1,393
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: vsftpd broken after updates today

    Show the specific error messages. Also check your logs.

    Code:
    grep -r ftp /var/log

  3. #3
    Join Date
    Sep 2006
    Beans
    558

    Re: vsftpd broken after updates today

    Code:
    /var/log/auth.log:May 10 02:04:28 garage vsftpd: PAM unable to dlopen(/lib/security/pam_smbpass.so)
    /var/log/auth.log:May 10 02:04:28 garage vsftpd: PAM [error: /lib/security/pam_smbpass.so: cannot open shared object file: No such file or directory]
    /var/log/auth.log:May 10 02:04:28 garage vsftpd: PAM adding faulty module: /lib/security/pam_smbpass.so
    There's just a bunch of messages like that. vsftpd is the only ftp daemon I have installed. Just prior to updating and rebooting I was ftp'ing between boxes.

  4. #4
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Beans
    1,393
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: vsftpd broken after updates today

    When you said you were getting authentication errors, were you talking about the information in /var/log/auth.log or something else?

    What happens exactly when you try to do an ftp connection and transfer?

  5. #5
    Join Date
    Sep 2006
    Beans
    558

    Re: vsftpd broken after updates today

    I just get 530 login incorrect errors. It doesn't matter what FTP client I use. It happens from both machines on the LAN. This is really strange. I didn't change any config files. vsftpd.conf, /etc/shells,

  6. #6
    Join Date
    Sep 2006
    Beans
    558

    Re: vsftpd broken after updates today

    I just figured out that I can use SFTP instead. This is still very strange to me as to why regular FTP stopped working. Oh well, I'm probably better off with SFTP anyway. I'd still like to figure this out though.

  7. #7
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Beans
    1,393
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: vsftpd broken after updates today

    Quote Originally Posted by mocha View Post
    I just get 530 login incorrect errors. It doesn't matter what FTP client I use. It happens from both machines on the LAN. This is really strange. I didn't change any config files. vsftpd.conf, /etc/shells,
    Hrrm. If you are getting that error codes, then one of the logs in /var/log should contain a record of it. There should be more than what you posted earlier. The default log location is /var/log/vsftpd.log. You might check your vsftpd.conf and make sure logging is enabled.

    Could it be as simple as the password being in the wrong case?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •