Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Need help.
I had followed the vsftpd instructions from http://dns323.kood.org/howto:vsftpd with some modifications.
Firmware: 1.09
Fun_Plug: 0.7
Upgraded openssl from e to openssl-1.0.0g-oarm-1
Installed vsftpd-2.3.5-oarm-1
I'm getting this error from the log file: /ffp/sbin/vsftpd: can't load library 'libnsl.so.0'
Please advise what to do next?
Offline
load library problem solved:
copied the missing files from /lib to /ffp/lib
but now I'm having another problem.
from FileZilla message, I'm getting this error:
GnuTLS error -12: A TLS fatal alert has been received.
The vsftpd service killed by itself.
Offline
thamch wrote:
copied the missing files from /lib to /ffp/lib
That is not the right action. The files might be incompatible, and cause all kinds of problems, like the one you're facing now.
According to Fonz' MANIFEST file, you should install uClibc-solibs-0.9.30.3-oarm-1. (Assuming you are using 0.7/oabi)
Offline
Mijzelf wrote:
thamch wrote:
copied the missing files from /lib to /ffp/lib
That is not the right action. The files might be incompatible, and cause all kinds of problems, like the one you're facing now.
According to Fonz' MANIFEST file, you should install uClibc-solibs-0.9.30.3-oarm-1. (Assuming you are using 0.7/oabi)
Hi Mijzelf, thanks for the reply.
I had reinstall ffp and now vsftpd able to run successfully.
However, I'm still getting the error from FileZilla.
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Error: GnuTLS error -15: An unexpected TLS packet was received.
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
Any idea how to fix this?
All this are testing in LAN with firewall turned off.
Offline
This one, maybe:
http://forums.gentoo.org/viewtopic-p-7051410.html
You could use strace to find out what vsftpd actually tries to open.
Offline