Announcement

Collapse
No announcement yet.

Gproftpd doesnt start

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Gproftpd doesnt start

    I have been trying to solv this problem for a while now but now i just feel i have to ask here.

    I want a FTP server on my Kubuntu 8.10.
    Proftpd seemd good.

    And since i am really new on all of this i wanted a GUI front end and found gproftpd that was supposed to do exaclty what i was looking for.

    So did
    sudo apt-get install proftpd

    sudo apt-get install gproftpd


    So far so good...

    Now im gonna start it, go in on the menu and click on the GADMIN-proftpd, nothing happens.

    Please help me with this i dont seem to get it.

    #2
    Re: Gproftpd doesnt start

    Have you restarted your PC since install these packages? The daemons need to be running.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Gproftpd doesnt start

      Now i did.

      Didnt solve.

      How do i get the daemons running?

      I tried alt+f2 proftpd
      and this showed up:
      KDEInit couldn't start "su-to-root".:
      Could not find 'su-to-root' executable.

      Comment


        #4
        Re: Gproftpd doesnt start

        proftpd (the daemon) will already be running. Open a console and type:
        Code:
        sudo gadmin-proftpd
        and report back.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Gproftpd doesnt start

          Something flashes and then it says in the konsole:

          Segmentation fault [EDIT]Now it should be the exact word.

          Comment


            #6
            Re: Gproftpd doesnt start

            Found a similar post were he was said to check in the syslog, so i did and this is what i found:

            error:0 in libgobject-2.0.so.0.1800.2[7fe44359c000+44000]

            To bad the other guy didnt reply after this so now i am a bit stuck again.

            Comment


              #7
              Re: Gproftpd doesnt start

              Last post here http://ubuntuforums.org/archive/index.php/t-970110.html helped me out!

              "if you goto http://debian.cs.binghamton.edu/debi...admin-proftpd/ and download version gadmin-proftpd_0.3.5-2_i386.deb for 386 or gadmin-proftpd_0.3.5-2_amd64.deb for 64bit it should work. Hope this helps."

              Thanks for the help snowhog!

              Comment


                #8
                Re: Gproftpd doesnt start

                And all is working?
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Re: Gproftpd doesnt start

                  No it isnt...

                  I cant login to it from a windows vista with flashfxp.

                  What i want to have is a ftp with only one user that needs a password.

                  ServerType standalone
                  DefaultServer on
                  Umask 022
                  ServerName "My IP-number"
                  ServerIdent on "bjorn"
                  ServerAdmin @gmail.com
                  IdentLookups off
                  UseReverseDNS off
                  Port 21
                  PassivePorts 49153 65534
                  #MasqueradeAddress None
                  TimesGMT off
                  MaxInstances 30
                  MaxLoginAttempts 3
                  TimeoutLogin 10080
                  TimeoutNoTransfer 120
                  TimeoutIdle 120
                  DisplayLogin welcome.msg
                  DisplayChdir .message
                  User nobody
                  Group nobody
                  DirFakeUser off nobody
                  DirFakeGroup off nobody
                  DefaultTransferMode binary
                  AllowForeignAddress on
                  AllowRetrieveRestart on
                  AllowStoreRestart on
                  DeleteAbortedStores off
                  TransferRate RETR 220
                  TransferRate STOR 250
                  TransferRate STOU 250
                  TransferRate APPE 250
                  SystemLog /var/log/secure
                  RequireValidShell off
                  <IfModule mod_tls.c>
                  TLSEngine off
                  TLSRequired off
                  TLSVerifyClient off
                  TLSProtocol SSLv23
                  TLSLog /var/log/proftpd_tls.log
                  TLSRSACertificateFile /etc/gadmin-proftpd/certs/cert.pem
                  TLSRSACertificateKeyFile /etc/gadmin-proftpd/certs/key.pem
                  TLSCACertificateFile /etc/gadmin-proftpd/certs/cacert.pem
                  TLSRenegotiate required off
                  </IfModule>
                  <IfModule mod_ratio.c>
                  Ratios off
                  SaveRatios off
                  RatioFile "/restricted/proftpd_ratios"
                  RatioTempFile "/restricted/proftpd_ratios_temp"
                  CwdRatioMsg "Please upload first!"
                  FileRatioErrMsg "FileRatio limit exceeded, upload something first..."
                  ByteRatioErrMsg "ByteRatio limit exceeded, upload something first..."
                  LeechRatioMsg "Your ratio is unlimited."
                  </IfModule>
                  <Limit LOGIN>
                  DenyALL
                  </Limit>

                  <Anonymous /media/x264>
                  User ""
                  Group nogroup
                  AnonRequirePassword on
                  MaxClients 3 "The server is full, hosting %m users"
                  DisplayLogin welcome.msg
                  <Limit LOGIN>
                  Allow from all
                  Deny from all
                  </Limit>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  <Directory /media/Xvid>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  </Directory>
                  <Directory /media/TV>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  </Directory>
                  <Directory /media/Mp3>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  </Directory>
                  <Directory /media/Film>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  </Directory>
                  <Directory /media/Blandat>
                  <Limit LIST NLST APPE RETR DELE MKD XMKD SITE_MKDIR RMD XRMD SITE_RMDIR SITE_CHMOD PWD XPWD SIZE STAT CWD XCWD CDUP XCUP >
                  AllowAll
                  </Limit>
                  <Limit STOR STOU RNFR RNTO SITE SITE_CHGRP MTDM >
                  DenyAll
                  </Limit>
                  </Directory>
                  </Anonymous>

                  Comment

                  Working...
                  X