Problems with Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Mana

Discussion in 'HOWTO-Related Questions' started by ikkem, May 4, 2007.

  1. ikkem

    ikkem Member

    I tried to setup a preftpd but I get this error message

    help please....

    thanks in advance....
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/pure-ftpd/conf/CreateHomeDir? Did you put
    Code:
    echo "yes" > /etc/pure-ftpd/conf/CreateHomeDir
    into it? That's a command you must run on the shell, and this command puts
    Code:
    yes
    into /etc/pure-ftpd/conf/CreateHomeDir. So all that must be in /etc/pure-ftpd/conf/CreateHomeDir is
    Code:
    yes
     
  3. ikkem

    ikkem Member

    Thanks for reacting....
    I followed your post now I get this error message :
    thanks in advance....
     
    Last edited: May 4, 2007
  4. ikkem

    ikkem Member

    The output of ls -l /home is:
    thanks in advance
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /etc/pure-ftpd/conf
    ?
     
  6. ikkem

    ikkem Member

    The output of ls -la /etc/pure-ftpd/conf is:

    thanks in advance....
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Can you try to restart Pureftpd?
     
  8. ikkem

    ikkem Member

    I restarted pureftp....:

    thanks in advance....
     
    Last edited: May 6, 2007
  9. ikkem

    ikkem Member

    When I try to connect through gftp I get this error message....
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Are you sure you're using the correct password?
     
  11. ikkem

    ikkem Member

    I used the password from the example in the how to....
    the password is 'secret'....
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Please compare your configuration again with the one from the tutorial. Maybe you made a typo somewhere.
     
  13. ikkem

    ikkem Member

    Thanks for reacting I finally got the ftpserver running I had to adjust the proftp conf file....
    @Falko how do I upload files or do I just have to move the files to a certain directory I never setup ftp before so this is new to me.....
    thanks in advance....
     
    Last edited: May 9, 2007
  14. falko

    falko Super Moderator Howtoforge Staff

    You need an FTP client such as WS_FTP or SmartFTP for windows or gFTP for Linux. There you type in your FTP server's hostname or IP address, your FTP username and your password.
     
  15. ikkem

    ikkem Member

    thanks for reacting....
    I will try it later on
     
  16. ikkem

    ikkem Member

    I tried to create a second user but the directory for the user was not created ....
    did I overlook something?
    thanks in advance....
     
  17. falko

    falko Super Moderator Howtoforge Staff

    Did you get any error messages? What's in the logs?
     
  18. ikkem

    ikkem Member

    hi ....
    which log files should I check?
    the gedit /var/log/mysql.log file seems to be empty
    thanks in advance
     
  19. falko

    falko Super Moderator Howtoforge Staff

    All files in the /var/log directory.
     
  20. ikkem

    ikkem Member

    hi....:)
    I checked the files but have not found a solution yet....

    when I try to login on phpmyadmin I get this instead of the login screen
     

Share This Page