FTP cannot login, lots of warnings in ISPconfig too

Discussion in 'General' started by talkingnews, Feb 10, 2011.

  1. talkingnews

    talkingnews New Member

    Right now, my website it up, my ispconfig can be access, and I can ssh to the vps server. But ftp won't connect. Waits for welcome message, then nothing ever happens. All accounts.

    Restarted with service pure-ftpd-mysql restart
    Nothing
    Rebooted whole VPS. Nothing.

    Rebooted router to get a fresh IP in case it was some weird banning thing.
    Nothing.

    This has happened before, but I didn't do anything, and next day it had cleared itself.

    What I DID notice was errors suddenly in ispconfig like

    Code:
    Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined index: sites:ftp_user:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187
    I've read a few threads about checking the DB - repaired all ispconfig and mysql tables, all were OK except for:

    mysql.general_log check Error You can't use locks with log tables.
    mysql.slow_log check Error You can't use locks with log tables.

    Does anyone know how I can get back into my ftp?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    To fix the php notices, please set the correct error_reporting level in the php.ini file(s) and rstart apache:

    error_reporting = E_ALL & ~E_NOTICE

    Regarding the FTP issue, please post the output of:

    cat /proc/user_beancounters
     
  3. talkingnews

    talkingnews New Member

    Ah, that was just me trying to find a way of getting apache to show me errors.
    Didn't work anyway, so changed it back now.

    No such file, searched the whole filesystem. And then this forum.
    It appears this has something to do with VPS, and I'm on a VPS, but I don't run it. Could it be something to do with the host machine then?
     
  4. talkingnews

    talkingnews New Member

    Cookies and Firefox in FTP? That's a new one for me!

    I'm using filezilla as my ftp client, but was also using pspad. Both are working fine this morning. Nothing to do with browsers, this is FTP.
     
  5. nababan

    nababan New Member

    i am install pure-ftpd-mysql on debian and cannot login via filezilla.
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Which guide (URL) did you use?

    Did you try both active and passive transfers in your FTP client?

    Do you have any error messages that you can share with us?
     
  7. nababan

    nababan New Member

    I am using this guide: http://www.howtoforge.com/pureftpd_mysql_virtual_hosting

    I don't know about both active and passive transfers in FTP client
    Could you explain to me?

    Sorry, i am just a newbie on UNIX/Linux Debian :)
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What Debian version do you use?

    You can configure your FTP client to use active or passive mode for an FTP connection. I suggest you try both. If one succeeds while the other does not, it's most likely a firewall problem.
     
  9. nababan

    nababan New Member

    I use Debian 6 Squeeze on Virtual Private Server wit OpenVZ
     
  10. falko

    falko Super Moderator Howtoforge Staff

  11. nababan

    nababan New Member

Share This Page