www.ProFTPD.de
13. März 2007, 19:52:39 *
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  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: 530 Login incorrect  (Gelesen 462 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« am: 01. Oktober 2006, 20:25:46 »

Hallo,

ich kann mich mit keinem einzigen erstellten FTP-User mehr einloggen Traurig

Ich habe ProFTPMysql installiert und ProFTPD ausgeschaltet. Nun weiß ich leider nicht, warum ich mich nicht mehr einloggen kann.

Der Befehl proftpd -d9 funktioniert auch nicht mehr. Wie lautet der Debugmodusbefehl richtig?

Und wie kann ich mich wieder einloggen?

LG
Gespeichert
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« Antwort #1 am: 01. Oktober 2006, 21:02:49 »

...also ich habe pure-ftpd-mysql installiert und mit sysvconfig ftpd ausgeschaltet.

Vielleicht hilft es ja, wenn ich die Config mal poste....
Code:
# 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/nogroup" and "ftp" for normal operation and anon.

<global>
SQLConnectInfo vadmin vadmin XXXXXXXX
SQLUserInfo ftp login password uid gid home shell
SQLAuthenticate on
SQLAuthTypes Crypt
</global>

ServerName                      "meinserver"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"
DefaultRoot                     "~"

DenyFilter                      \*.*/

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

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

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

# Uncomment this if you would use ratio module:
#Ratios                         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                            nobody
Group                           nogroup

<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
# Normally, we want files to be overwriteable.
  AllowOverwrite                on
</Directory>

# A basic anonymous configuration, no upload directories.
# <Anonymous ~ftp>
#   User                                ftp
#   Group                               nogroup
#   # We want clients to be able to login with "anonymous" as well as "ftp"
#   UserAlias                   anonymous ftp
#
#   RequireValidShell           off
#
#   # Limit the maximum number of anonymous logins
#   MaxClients                  10
#
#   # We want 'welcome.msg' displayed at login, and '.message' displayed
#   # in each newly chdired directory.
#   DisplayLogin                        welcome.msg
#   DisplayFirstChdir           .message
#
#   # Limit WRITE everywhere in the anonymous chroot
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask                           022  022
#   #            <Limit READ WRITE>
#   #            DenyAll
#   #            </Limit>
#   #            <Limit STOR>
#   #            AllowAll
#   #            </Limit>
#   # </Directory>
#
# </Anonymous>





Gespeichert
VolGas
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 771



Profil anzeigen
« Antwort #2 am: 02. Oktober 2006, 04:47:59 »

Hallo,

ich habe nur mal kurz darübergesehen - versuche es einmal mit "RequireValidShell off".

mfg.
  VolGas
Gespeichert
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« Antwort #3 am: 02. Oktober 2006, 10:54:54 »

RequireValidShell           off

ist bereits in der Config so geschrieben  Augen rollen aber dthx
Daran liegt es nicht ...
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #4 am: 02. Oktober 2006, 11:16:40 »

DEBUG LOG ! Steht doch alles in der FAQ
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
VolGas
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 771



Profil anzeigen
« Antwort #5 am: 02. Oktober 2006, 13:57:43 »

RequireValidShell           off

ist bereits in der Config so geschrieben  Augen rollen aber dthx
Daran liegt es nicht ...

Steht zwar drin, ist aber auskommentiert!
Entferne das "#" davor!
Daran leigt es wohl.

mfg.
  VolGas
Gespeichert
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« Antwort #6 am: 02. Oktober 2006, 17:17:38 »

Ok ja...ich habe das # mal weggemacht, leider ändert sich nichts.

Der Debuglog funktioniert nicht stonki Zwinkernd
Gespeichert
VolGas
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 771



Profil anzeigen
« Antwort #7 am: 02. Oktober 2006, 17:43:16 »

Meine Güte!
Hast Du die FAQ in diesem Punkt nicht richtig gelesen?
Dann ist Dir sicher aufgefallen, das der "d"-Parameter alleine nicht reicht!
Um es abzukürzen: mit z.B. "proftpd -nd5" klappt es!

mfg.
  VolGas
Gespeichert
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« Antwort #8 am: 02. Oktober 2006, 19:49:36 »

.... proftpd -nd5 sowie proftpd -n -d5 und proftpd -n -d9 funktionieren nicht überall kommt folgende Fehlermeldung:

-bash: proftpd: command not found

Gespeichert
NifNaV
ProFTPD
*
Offline Offline

Beiträge: 8


Profil anzeigen E-Mail
« Antwort #9 am: 02. Oktober 2006, 21:24:15 »

Hmmm...ich komme einfach nicht weiter....

Kann es evtl. daran liegen, dass er den Befehl nicht erkennt, weil ich im sysconfig in der proftpd und in der pure-ftpd-mysql die "S"- und "K"-Werte geändert habe?


LG
Gespeichert
VolGas
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 771



Profil anzeigen
« Antwort #10 am: 02. Oktober 2006, 23:39:32 »

Nein, daran kann es nicht liegen.
Außerdem ist der pureFTPd und der ProFTPD zwei gänzlich unterschiedliche FTP-Server.
Und was wird wohl "command not found" heißen?

Wenn Du nicht einmal weißt, welchen Server Du im Einsatz hast, scheinbar absolut keine
Linux-Grundkenntnisse hast und wohl auch nicht gewillt bist, dies zu ändern und auch nur
drei Gehirnzellen gleichzeitig dafür zu nutzen, dann sehe ich absolut keinen Sinn, diesen
Thread hier weiter zu führen.

Das kann ja wohl alles nicht wahr sein!
Du verschwendest Stonki's, meine, und die Zeit aller, die dies hier lesen.

Aus diesem Grund schließe ich hiermit diesen Thread eigenmächtig.
(Stonki, ich hoffe, Du bist mit der Aktion einverstanden!)

Das heißt aber nicht, daß wir Dir hier nicht hefen wollen:
Wenn Dir irgendwann klar ist, was Du da auf Deiner Maschine hast und dann eine konkrete
Frage zum ProFTPD hast, die nicht schon in der FAQ beantwortet ist, kannst Du ja hier wieder
einen neuen Thread eröffen.

mfg.
  VolGas
« Letzte Änderung: 03. Oktober 2006, 10:23:41 von VolGas » Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

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.061 Sekunden mit 16 Zugriffen.