$50 paypal if you can solve this SIMPLE Linux FTP problem.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luc
    Confirmed User
    • Nov 2002
    • 1130

    #1

    $50 paypal if you can solve this SIMPLE Linux FTP problem.

    Ok, I'm screwing up something simple but can't figure out what.

    My FTP server is running on a Linux 9.0 box.

    I can connect to it, but it won't let me login. Always says "Login
    Incorrect". SSH, etc works fine, just not FTP.

    I know the ftp server pulls a list of current users, so I created
    a user "ftpadmin".

    useradd -gusers -pxxxxx -d/home/ftpadmin -m ftpadmin

    I can su to the user via SSH, but I can't FTP in as that user.

    Anyone know what the hell I'm doing wrong? Is there anything
    else I need to edit? I changed my vsftpd.conf to not allow
    anonymous connections, but that's about all I did as far as
    changing conf settings (and of course I restarted the FTP
    server).

    First person to solve this for me gets $50 paypal. just tell
    me what to do.

    thanks!
    luc l.
    » Looking for Type-in domais? Page Rank domains? Alexa domains? Popular domains?
    » Domain Research Tool can scan hundreds of thousands of domains to find whatever you're looking for.
    » Auto-appraise domains and send automated domain offers in bulk with just one click.
    » Full support for Proxy Servers and International Overture. Try it Free.
  • colpanic
    Confirmed User
    • May 2004
    • 1007

    #2
    Try this:

    [root@deep ] /# mkdir /home/ftp
    [root@deep ] /# useradd -d /home/ftp/ftpadmin/ -s /dev/null ftpadmin > /dev/null 2>&1
    [root@deep ] /# passwd ftpadmin



    Changing password for user ftpadmin
    New UNIX password:
    Retype new UNIX password:
    passwd: all authentication tokens updated successfully
    I like ducks.

    Comment

    • Luc
      Confirmed User
      • Nov 2002
      • 1130

      #3
      i tried that already, went through every walkthrough on google.
      fuck it. i'll just reinstall linux again and see if that helps.
      » Looking for Type-in domais? Page Rank domains? Alexa domains? Popular domains?
      » Domain Research Tool can scan hundreds of thousands of domains to find whatever you're looking for.
      » Auto-appraise domains and send automated domain offers in bulk with just one click.
      » Full support for Proxy Servers and International Overture. Try it Free.

      Comment

      • colpanic
        Confirmed User
        • May 2004
        • 1007

        #4
        hold on.. thats not needed.

        Whats in your /etc/ftpaccess file? Did you configure it to allow the users?
        I like ducks.

        Comment

        • colpanic
          Confirmed User
          • May 2004
          • 1007

          #5
          try adding this to the ftpaccess file.

          allow-uid ftpadmin
          I like ducks.

          Comment

          • johndoebob
            Confirmed User
            • Mar 2004
            • 3405

            #6
            There is no Linux 9.0 I guess you mean Red Hat 9.0 .

            I prefer ProFTPd or PureFTPd.

            Maybe that helps:

            http://www.siliconvalleyccie.com/lin...ftp-server.htm

            Comment

            • swedguy
              Confirmed User
              • Jan 2002
              • 7981

              #7
              echo $SHELL

              What ever it prints, check in /etc/shells if it exists there. If it doesn't, there you got your problem.

              Comment

              • NoCarrier
                We need more free porn
                • Mar 2002
                • 16356

                #8
                del *.*

                Comment

                • vas
                  Confirmed User
                  • Dec 2003
                  • 562

                  #9
                  Originally posted by NoCarrier
                  del *.*
                  its rm -rf * in linux ;p
                  icq: 375956791

                  Comment

                  • thebizbucket
                    Confirmed User
                    • Jul 2004
                    • 191

                    #10
                    remove username from /etc/ftpusers


                    lmk if i get my 50$
                    Once used rectally, the thermometer should not be used orally, for sanitary reasons.

                    Comment

                    • Dirty F
                      Too lazy to set a custom title
                      • Jul 2001
                      • 59204

                      #11
                      Originally posted by NoCarrier
                      del *.*
                      Ahahaha

                      Comment

                      Working...