Page 2 of 2 FirstFirst 12
Results 26 to 30 of 30
  1. #26
    i can't login to filemanager.

    Incorrect username or password.

    when i use filezilla it response:

    Status: Verbinden met xxx.xxx.x.xxx:21...
    Status: Verbinding wordt gemaakt, wachten op welkomstbericht...
    Antwoord: 220 ProFTPD 1.3.0 Server (Debian) [::ffff:xxx.xxx.x.xxx]
    Opdracht: USER xxx@xxx.xx
    Antwoord: 331 Password required for xxx@xxx.xx.
    Opdracht: PASS ***
    Antwoord: 530 Login incorrect.
    Fout: Kan niet verbinden met server

    can any one help me.

    thnx

  2. #27

    Filemanager Issue

    I'm having the same problem as nanometer. No matter what login info i use, it always says it's incorrect.

  3. #28

    Post Filemanager Fix

    Okay after much trial and error I have a fix for the ftp issue.

    Step 1: Backups

    nano /etc/proftpd.conf
    the do a ^X (Ctrl + X) and save it as /etc/proftpd2.conf

    Step 2: Delete BS Config

    nano /etc/proftpd.conf
    Remove everything above the "#VHCS2 Management;" Line.
    Save the Doc and Exit (Ctrl + O, Ctrl + M, Ctrl + X).

    Step 3: Include the VHCS FTP File

    nano /etc/proftpd/proftpd.conf
    Find the line
    #<IfModule mod_sql.c>
    # SQLBackend mysql
    #</IfModule>

    And make it look like this
    <IfModule mod_sql.c>
    SQLBackend mysql
    Include /etc/proftpd.conf
    </IfModule>
    Save and exit the document.

    Step 4: Disable PostgresSQL Module

    nano /etc/proftpd/modules.conf
    Comment out the following line
    LoadModule mod_sql_postgres.c
    Save and Exit

    Step 5: Restart ProFTP
    /etc/init.d/proftpd restart
    You may also want to reboot your machine, but thats
    completely optional. However that is all that needs to be
    done.

  4. #29
    Join Date
    Nov 2006
    Location
    Chicago, IL
    Posts
    71
    I have not kept up with this project as I am working on getting vhcs working on Fedora 8. Alot of the code had to be rewritten which I have done. It is not meant to be used in commercial environment. It will be a couple of more weeks before I release it, I have tried contacting the vhcs team about posting the updated version there but have had no luck. Just a little FYI.

    arche
    <<<"Health is merely the slowest possible rate at which one can die.">>>

  5. #30
    VHCS works under ubuntu. I followed a guide just tonight.

    Reinstalled the OS after i found another artical refering to alot of security issues with it tho

Page 2 of 2 FirstFirst 12

Posting Permissions

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