www.ProFTPD.de
13. März 2007, 21:06:26 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / No certificate files found! (konnt nix im forum finden) am: 15. Mai 2003, 13:48:50
hi again

argh also ne eigene konnte ich mir net comp. aber ich konnt mir auf meinem debian sys. eine neuere version per apt-get install. (testing) proftpd funktioniert jezt auch prima .... ABER jetz kann ich mysql net mehr nutzen
da proftpd einer version von libc6 benutzt die mit mysql wahrsch. nicht läuft bekomme ich jetz immer beim start von mysql "SEGMENTATION FAULT"

gibt es ein möglichkeit doch proftpd 1.2.5 ohne der oben genannten meldung zu starten Huch

ich weis das thema mysql gehört net hier her sorry aber da der fehler von mysql in zusammenhang mit proftpd steht und ich mir net mehr weiter helfen kann frage ich einfach hier Smiley

wie bekomme ich beides zum laufen proftpd 1.2.8  und mysql ohne "segmentation fault"

danke scho mal im vorraus


mein sys:

Pa-Risc linux hppa debian 3.0 (proftpd debs aus testing)

habe auch versucht die mysql debs aus testing zu install. aber erfolgloss

ich weis man sollte sowas nicht machen mit einem debian sys aber was blieb mir anderes übrig Traurig als die neuere proftpd version zu install.
2  ProFTPD / ProFTPD - Deutsch / No certificate files found! (konnt nix im forum finden) am: 14. Mai 2003, 23:36:14
ok erstmal danke für den tip und ich muss leider mir ne neue version selbst compil. Traurig naja mal schaun ob ich das hinbekomme
3  ProFTPD / ProFTPD - Deutsch / No certificate files found! (konnt nix im forum finden) am: 14. Mai 2003, 16:04:30
hallo

konnt leider nix über "suchen" finden bzw konnte mir da nicht geholfen werden
ich bekome beim start des proftpd diese meldung und kann damit nix anfangen Smiley könnte mir evtl. hier einer helfen danke

hier mal meine conf

Code:

ServerName                 "MarquiS FTP on Debian "
ServerType inetd
DeferWelcome off

MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite off

TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message

DenyFilter \*.*/

UseFtpUsers on # user ausschliessen /etc/ftpusers

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd off

# Uncomment this if you would use TLS module:
#TLSEngine off

# Uncomment this if you would use quota module:
#Quotas on

# Port 21 is the standard FTP port.
Port 21

# 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

# Set the user and group that the server normally runs at.
User ftp
Group nogroup

# Normally, we want files to be overwriteable.
#<Directory /*>
  # Umask 022 is a good standard umask to prevent new files and dirs
  # (second parm) from being group and world writable.
 # Umask 022  022

  #AllowOverwrite on
#</Directory>



# A basic anonymous configuration, no upload directories.
# These lines are marked with ##proftpd.deb anon access## so that they
# can be recognized, and edited by postinst.  You can remove them once
# you're sure you don't want to keep them around.

<Anonymous /home/marquis/ftp/gast>

    AnonRequirePassword on
    User ftp
    Group nogroup
    UserAlias anonymous ftp
    AuthAliasOnly on
    RequireValidShell on
    MaxClients 10
    DisplayLogin welcome.msg
    DisplayFirstChdir .message
    AllowRetrieveRestart on
    AllowStoreRestart off
<Directory *>
   <Limit STOR MKD RETR>
AllowAll
   </Limit>
   <Limit READ RMD DELE MKD>
DenyAll
   </Limit>
</Directory>
</Anonymous>


<Global>
AuthPAM off
AuthPAMAuthoritative off
</Global>


danke  :oops:
Seiten: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.068 Sekunden mit 16 Zugriffen.