Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FTP Quit

Featured Replies

I was using illegal characters in the password which caused problems getting email working. I changed the MySQL passwords to one that used only letters and numbers for the root and froxlor users using phpMyAdmin. I then updated the passwords in all the configuration files. When this was done FTP no longer worked. I made sure all the passwords were changed by using grep to find all the old passwords in a recursive search in the entire /etc directory and also the php code where froxlor resides in /var/www/froxlor.

 

Is there a way to get pure-ftpd-mysql to output what it read from the file:

/etc/pure-ftpd/db/mysql.conf

?

 

I want to know because my FTP client cannot make a connection so I would like to verify it read this file correctly. The message I get from the FTP client is that the login or password is incorrect.

 

My OS is Debian Lenny.

 

This is the entry from the FTP attempt in /var/log/syslog:

 

May 23 11:20:14 debian pure-ftpd: (?@...) [iNFO] New connection from dsl092-045-132.lax1.dsl.speakeasy.net
May 23 11:20:14 debian pure-ftpd: (?@...) [ERROR] The SQL server seems to be down [Access denied for user 'froxlor'@'localhost' (using password: YES)]
May 23 11:20:14 debian pure-ftpd: (?@...) [WARNING] Authentication failed for user [Webmaster]
May 23 11:20:17 debian pure-ftpd: (?@...) [iNFO] Logout.

But I was able to log in to mysql from the command line with the command:

mysql -u froxlor -p froxlor

using the password for the froxlor user in the file /etc/pure-ftpd/db/mysql.conf

 

I had made sure the problem is not the firewall by executing the command:

/sbin/iptables -A INPUT -p tcp --dport  3306 -j ACCEPT

 

The result of netstat is:

:~# netstat -ntulp | grep mysql
tcp        0      0 127.0.0.1:3306          0.0.0.0:*     LISTEN 29616/mysqld

 

So the SQL server does seem to be up.

 

The privileges for froxlor are:

 

The MySQL grants for froxlor@%
GRANT USAGE ON *.* TO 'froxlor'@'%'
GRANT ALL PRIVILEGES ON `froxlor`.* TO 'froxlor'@'...

 

I need to know how to get my FTP client connected.

  • Author

This problem disappeared when MySQL was upgraded. So it appears to have been a MySQL bug.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.