Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello,
I have tried to install vsftpd (ffc 0.7 is installed fine) on my DNS-320, using the tutorial from http://dns323.kood.org/howto:vsftpd, but after downloading the package, I got "invalid package name" when running "funpkg -i vsftpd-2.0.7-2.tgz"...
Can someone help me to solve this issue, and maybe point me up to instructions valid for the latest vsftpd (which is 3.0.0, I guess...).
Thanks,
Gustavo
Offline
Mijzelf, perfect!
Thanks a lot.
Offline
gfadel
Where you able to install vsftpd and run it without problems?
I've installed vsftpd without issues but when I've started it with my config keep getting connection refused when I try to connect.
Same config worked fine with vsftpd 2.0.4 on ffp 0.5.
Is there vsftpd 2.0.4 for ffp 0.7 somewhere??
Thanks
s4intt
Offline
s4intt wrote:
gfadel
Where you able to install vsftpd and run it without problems?
I've installed vsftpd without issues but when I've started it with my config keep getting connection refused when I try to connect.
Same config worked fine with vsftpd 2.0.4 on ffp 0.5.
Is there vsftpd 2.0.4 for ffp 0.7 somewhere??
Thanks
s4intt
s4intt,
I have followed the instructions from Mijzelf, in post #2.
cheers,
Gustavo
Offline
but where you able successfully run vsftpd and have clients connecting?
when I try to start it with vsftpd.sh
#!/ffp/bin/sh
# PROVIDE: vsftpd
# REQUIRE: LOGIN
. /ffp/etc/ffp.subr
name="vsftpd"
command="/ffp/sbin/vsftpd"
vsftpd_flags="/ffp/etc/vsftpd.conf"
required_files="/ffp/etc/vsftpd.conf"
start_cmd="vsftpd_start"
vsftpd_start()
{
proc_start_bg "$command"
}
run_rc_command "$1"
I get:
: command not found
: command not found
: No such file or directory/ffp.subr
Any ideas?
Offline
Try to run
sh -x /ffp/start/vsftpd.sh
Maybe that tells what happens.
Offline
Thanks
I'm getting below:
$'\r'
: command not foundh: line 2:
+ $'\r'
: command not foundh: line 5:
+ . $'/ffp/etc/ffp.subr\r'
: No such file or directory6: /ffp/etc/ffp.subr
Offline
I guess the file doesn't have Linux line endings. Did you edit it with some Windows editor?
Offline
No I didn't. It was working fine on ffp 0.5. I've only migrated to 0.7 one day, installed vsftpd copied over config and user files and all that errors appeared...
I wonder if I should start from the scratch... without old config files and use
vsftpd /ffp/etc/vsftpd.conf >/dev/null 2>&1 </dev/null &
to start it rather than vsftpd.sh
Thanks
Offline