Results 1 to 3 of 3

Thread: vsftp error on Oleg 7g

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    vsftp error on Oleg 7g

    Hi all, anyone can help?
    vsftp working fine on Oleg 7f. After upgraed to 7g, the vsftp unable to connect shown error :

    500 OOPS: vsftpd: not configured for standalone, must be started from inetd. Connection closed by remote host.

    I have searched the web but seems only me having this issue : (

  2. #2
    Try adding (or changing) the line:

    Code:
    listen=YES
    to your vsftpd.conf file. This should allow it to run in standalone mode so that it is running all the time.

    An alternative is to install xinetd which is a more advanced version of inetd. This is a program that listens for incoming connections and starts vsftpd or any other server only when a request is recieved, this means that the servers only run when needed saving memory etc. There are other advantages as well.

    Code:
    ipkg install xinetd
    and then create a file called vsftpd in /opt/etc/xinetd.d/ containing:

    Code:
    # description: The vsftpd FTP server serves FTP connections.
    # it uses normal, unencrypted usernames and passwords for auth
    service ftp
    {
    disable = no
    socket_type = stream
    user = sensi
    server = /opt/sbin/vsftpd
    server_args = /opt/etc/vsftpd.conf
    wait = no
    nice = 10
    only_from = 0.0.0.0/0
    }
    I have xinetd to configured to start samba, swat, dropbear, vsftpd and rsync.

  3. #3

    Thanks a lot Sensimilla.

    Quote Originally Posted by sensimilla View Post
    Try adding (or changing) the line:

    Code:
    listen=YES
    to your vsftpd.conf file. This should allow it to run in standalone mode so that it is running all the time.

    An alternative is to install xinetd which is a more advanced version of inetd. This is a program that listens for incoming connections and starts vsftpd or any other server only when a request is recieved, this means that the servers only run when needed saving memory etc. There are other advantages as well.

    Code:
    ipkg install xinetd
    and then create a file called vsftpd in /opt/etc/xinetd.d/ containing:

    Code:
    # description: The vsftpd FTP server serves FTP connections.
    # it uses normal, unencrypted usernames and passwords for auth
    service ftp
    {
    disable = no
    socket_type = stream
    user = sensi
    server = /opt/sbin/vsftpd
    server_args = /opt/etc/vsftpd.conf
    wait = no
    nice = 10
    only_from = 0.0.0.0/0
    }
    I have xinetd to configured to start samba, swat, dropbear, vsftpd and rsync.

    Thanks a lot Sesimilla, today is sunday, i try all day to search around and I can say tried almost all method i can found from internet, includign listen= yes. It shoudl work but actually not. I was very frustrated, I step by step search the reason, FINALLY, i reformat my HD, and only 2 mins, I have the vsftp back. <CRY>

    This is the 2nd time the HD having corrupted file. May be i am saving chinese character filename and crash the FS.

    Anyway, thanks for you help Sesimilla, I am now focusing how to save chinese character file now... : ) hope can find a soultuion : )

Similar Threads

  1. upgrade naar oleg. snap er niks van.
    By raas in forum Dutch Discussion - Nederlands
    Replies: 7
    Last Post: 13-08-2007, 20:07
  2. How to get ip_conntrack_rtsp module on oleg fw
    By efreeze in forum WL-500gP Q&A
    Replies: 0
    Last Post: 19-06-2007, 04:10
  3. New Asus firmware, old Oleg firmware
    By JuggernauT in forum WL-500gP Firmware Discussion
    Replies: 0
    Last Post: 26-09-2006, 13:26
  4. twonky media server, network drive with oleg firmware
    By black_bottom in forum WL-HDD Q&A
    Replies: 3
    Last Post: 22-03-2006, 07:15

Posting Permissions

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