tekbase7.1.8 ftp

Aktuell führen wir noch einige Anpassungen durch, das Forum wurde jedoch bereits live geschaltet.
  • Hallo alle miteinander.

    Habe tekbase 7.1.8 und php 5.5.9 sowie plesk 12... klappt soweit alles
    Nur habe ein problem ich kann weder ein Update anregen noch bei den Streams dn Calender abspeichern
    Es kommt immer ftp-server nicht erreicbar.

    hab schon alles mögliche versucht (proftp neu installiert) hab mir auch die proftpd.conf angeschaut.
    nur die Dateiordner die aufgelistet werdemn da sind keine drin weder logs noch sonst was.
    wäre dankbar für jede Hilfe.

    # To have more informations about Proftpd configuration


    # look at : http://www.proftpd.org/


    #



    # This is a basic ProFTPD configuration file (rename it to


    # 'proftpd.conf' for actual use. It establishes a single server


    # and a single anonymous login. It assumes that you have a user/group


    # "nobody" and "ftp" for normal operation and anon.



    ServerName "ProFTPD"


    #ServerType standalone


    ServerType inetd


    DefaultServer on



    <Global>


    <IfModule mod_tls.c>


    # common settings for all virtual hosts


    TLSEngine on


    TLSRequired off



    TLSLog /var/log/plesk/ftp_tls.log



    TLSRSACertificateFile /opt/psa/admin/conf/httpsd.pem


    TLSRSACertificateKeyFile /opt/psa/admin/conf/httpsd.pem



    # Authenticate clients that want to use FTP over TLS?


    TLSVerifyClient off



    # Allow SSL/TLS renegotiations when the client requests them, but


    # do not force the renegotations. Some clients do not support


    # SSL/TLS renegotiations; when mod_tls forces a renegotiation, these


    # clients will close the data connection, or there will be a timeout


    # on an idle data connection.


    TLSRenegotiate none


    PassivePorts 49152 65534


    # As of ProFTPD 1.3.3rc1, mod_tls only accepts SSL/TLS data connections


    # that reuse the SSL session of the control connection, as a security measure.


    # Unfortunately, there are some clients (e.g. curl) which do not reuse SSL sessions.


    TLSOptions NoSessionReuseRequired


    </IfModule>


    </Global>



    DefaultTransferMode binary


    UseFtpUsers off



    TimesGMT off


    SetEnv TZ :/etc/localtime


    # Port 21 is the standard FTP port.


    Port 21


    # Umask 022 is a good standard umask to prevent new dirs and files


    # from being group and world writable.


    Umask 022



    # To prevent DoS attacks, set the maximum number of child processes


    # to 30. If you need to allow more than 30 concurrent connections


    # at once, simply increase this value. Note that this ONLY works


    # in standalone mode, in inetd mode you should use an inetd server


    # that allows you to limit maximum number of processes per service


    # (such as xinetd)


    MaxInstances 30



    #Following part of this config file were generate by PSA automatically


    #Any changes in this part will be overwritten by next manipulation


    #with Anonymous FTP feature in PSA control panel.



    #Include directive should point to place where FTP Virtual Hosts configurations


    #preserved



    ScoreboardFile /var/run/proftpd_scoreboard



    # Primary log file mest be outside of system logrotate province



    TransferLog /var/log/plesk/xferlog



    #Change default group for new files and directories in vhosts dir to psacln



    <Directory /var/www/vhosts>


    GroupOwner psacln


    </Directory>



    # Enable PAM authentication


    AuthPAM on


    AuthPAMConfig proftpd





    Include /etc/proftpd.d/*.conf


    AllowOverwrite on


    UseReverseDNS off


    IdentLookups off


    DefaultRoot ~


    RequireValidShell off


    AuthUserFile /etc/proftpd/ftpd.passwd


    AuthGroupFile /etc/proftpd/ftpd.group




    MfG Rainer

  • Der Stream ist auf dem gleichen Server der funktioniert auch.
    Wenn ich in Pleskm ein ftp- account einrichte wird er abgespeichert.
    Aber über Filezilla geht er nicht.
    Habe proftpd neu gestartet kam Fehlermeldung

    root@h2015913:/# proftpd -n -d5


    2014-11-12 11:49:01,480 h2015913.stratoserver.net proftpd[25725]: using TCP rece ive buffer size of 87380 bytes


    2014-11-12 11:49:01,480 h2015913.stratoserver.net proftpd[25725]: using TCP send buffer size of 16384 bytes


    2014-11-12 11:49:01,482 h2015913.stratoserver.net proftpd[25725]: mod_tls/2.6: u sing OpenSSL 1.0.1f 6 Jan 2014


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: <IfModule>: us ing 'mod_tls.c' section at line 17


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: <Directory /va r/www/vhosts>: adding section for resolved path '/var/www/vhosts'


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: processing con figuration directory '/etc/proftpd.d'


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: <IfModule>: us ing 'mod_tls.c' section at line 8


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: mod_auth_file/ 1.0: unable to lstat AuthUserFile '/etc/proftpd/ftpd.passwd': Datei oder Verzeic hnis nicht gefunden


    2014-11-12 11:49:01,484 h2015913.stratoserver.net proftpd[25725]: fatal: AuthUse rFile: unable to use /etc/proftpd/ftpd.passwd: Datei oder Verzeichnis nicht gefu nden on line 94 of '/etc/proftpd.conf'

  • Ja alles 5 mal überprüft mit den generierten acounts geht nix.
    Nur mit user root und dem passwrt geht es

    Strato nimmt sich der Sache nicht an aber bieten son Schrott an.
    bin am überlegen ob ich den Server neu mache und zwar mit plesk 11.5 aber weiss nicht ob ich dann noch php 5.5 habe

  • ersetze mal was drinne steht in /etc/proftpd.conf mit folgendes dann sollte es gehen

    #
    # To have more informations about Proftpd configuration
    # look at : http://www.proftpd.org/
    #

    # This is a basic ProFTPD configuration file (rename it to
    # 'proftpd.conf' for actual use. It establishes a single server
    # and a single anonymous login. It assumes that you have a user/group
    # "nobody" and "ftp" for normal operation and anon.

    ServerName "ProFTPD"
    #ServerType standalone
    DefaultServer on

    <Global>
    DefaultRoot ~ psacln
    AllowOverwrite on
    <IfModule mod_tls.c>
    # common settings for all virtual hosts
    TLSEngine on
    TLSRequired off

    TLSLog /opt/psa/var/log/ftp_tls.log

    TLSRSACertificateFile /opt/psa/admin/conf/httpsd.pem
    TLSRSACertificateKeyFile /opt/psa/admin/conf/httpsd.pem

    # Authenticate clients that want to use FTP over TLS?
    TLSVerifyClient off

    # Allow SSL/TLS renegotiations when the client requests them, but
    # do not force the renegotations. Some clients do not support
    # SSL/TLS renegotiations; when mod_tls forces a renegotiation, these
    # clients will close the data connection, or there will be a timeout
    # on an idle data connection.
    TLSRenegotiate none

    # As of ProFTPD 1.3.3rc1, mod_tls only accepts SSL/TLS data connections
    # that reuse the SSL session of the control connection, as a security measure.
    # Unfortunately, there are some clients (e.g. curl) which do not reuse SSL sessions.
    TLSOptions NoSessionReuseRequired
    </IfModule>
    </Global>

    DefaultTransferMode binary
    UseFtpUsers on

    TimesGMT off
    SetEnv TZ :/etc/localtime
    # Port 21 is the standard FTP port.
    Port 21
    # Umask 022 is a good standard umask to prevent new dirs and files
    # from being group and world writable.
    Umask 022

    # To prevent DoS attacks, set the maximum number of child processes
    # to 30. If you need to allow more than 30 concurrent connections
    # at once, simply increase this value. Note that this ONLY works
    # in standalone mode, in inetd mode you should use an inetd server
    # that allows you to limit maximum number of processes per service
    # (such as xinetd)
    MaxInstances 30

    #Following part of this config file were generate by PSA automatically
    #Any changes in this part will be overwritten by next manipulation
    #with Anonymous FTP feature in PSA control panel.

    #Include directive should point to place where FTP Virtual Hosts configurations
    #preserved

    ScoreboardFile /var/run/proftpd_scoreboard

    # Primary log file mest be outside of system logrotate province

    TransferLog /opt/psa/var/log/xferlog

    #Change default group for new files and directories in vhosts dir to psacln

    <Directory /var/www/vhosts>
    GroupOwner psacln
    </Directory>

    # Enable PAM authentication
    AuthPAM off
    AuthPAMConfig proftpd

    IdentLookups off
    UseReverseDNS off

    AuthGroupFile /etc/group


    RequireValidShell off
    ServerType inetd

    TekLab Kundennummer: 12389

  • Klasse es geht alles selobst File zilla mit dem generierten account.
    Calender lässt sich abspeichern prima ich dane dir vielmals für deine Hilfe.
    MfG Rainer