www.ProFTPD.de
13. März 2007, 19:57:19 *
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 / Proftpd läuft, kann aber nicht mehr connecten am: 09. August 2004, 08:44:42
ups, war im verkehrten Verzeichnis  :roll: , wer lesen kann is klar im Vorteil, werd das mal flucks installieren, meld mich dann wieder

//edit:

So also nachdem ich nun endlich die richtige Version installiert habe  :oops: läuft es ohne probs
Danke für die hilfe
2  ProFTPD / ProFTPD - Deutsch / Proftpd läuft, kann aber nicht mehr connecten am: 09. August 2004, 00:24:47
also hab das mit der Version getestet

compiliert mit:
Code:

./configure --with-modules=mod_ifsession:mod_rewrite:mod_ratio:mod_sql:mod_sql_mysql --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql


die proftpd.conf datei is die selbe geblieben

habe dann nochmal den proftpd -nd9 befehl eingeben und mal versucht eine Verbindung aufzubauen da kam dann schon etwas mehr raus.
Code:

vl07s27 - ProFTPD 1.2.9 (stable) (built Sun Aug 8 22:20:09 CEST 2004) standalone mode STARTUP
vl07s27 - ROOT PRIVS at main.c:2171
vl07s27 - RELINQUISH PRIVS at main.c:2177
vl07s27 - FS: using system lstat()
vl07s27 - FS: using system lstat()
vl07s27 - ROOT PRIVS at main.c:1150
vl07s27 - RELINQUISH PRIVS at main.c:1154
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - ident lookup disabled
vl07s27 - FS: using system lstat()
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - ROOT PRIVS at main.c:977
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - SETUP PRIVS at main.c:982
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - performing module session initializations
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - ROOT PRIVS at mod_sql.c:3630
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - RELINQUISH PRIVS at mod_sql.c:3632
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - ProFTPD terminating (signal 11)
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - FTP session closed.


und /usr/local/sbin/proftpd -c /usr/local/etc/proftpd.conf -d 4 -n erbrachte auch nicht viel mehr dazu
Code:

 - parsing '/usr/local/etc/proftpd.conf' configuration
 - <Directory /*>: adding section for resolved path '/*'
 - <Directory /home/ftpuser/files/data/>: adding section for resolved path '/home/ftpuser/files/data'
vl07s27 - ProFTPD 1.2.9 (stable) (built Sun Aug 8 22:20:09 CEST 2004) standalone mode STARTUP
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - ProFTPD terminating (signal 11)
vl07s27 (217.225.xxx.xx[217.225.xxx.xx]) - FTP session closed.
vl07s27 - ProFTPD terminating (signal 2)
vl07s27 - ProFTPD 1.2.9 standalone mode SHUTDOWN


die sqldatei sagt auch nicht viel neues dazu
Code:

Aug 08 23:36:33 mod_sql/4.10[14796]: backend module 'mod_sql_mysql/4.04'
Aug 08 23:36:33 mod_sql/4.10[14796]: backend api    'mod_sql_api_v1'
Aug 08 23:36:33 mod_sql/4.10[14796]: >>> sql_getconf
Aug 08 23:36:33 mod_sql/4.10[14796]: entering mysql cmd_defineconnection
Aug 08 23:36:33 mod_sql/4.10[14796]:  name: 'default'
Aug 08 23:36:33 mod_sql/4.10[14796]:  user: 'ftpuser'
Aug 08 23:36:33 mod_sql/4.10[14796]:  host: 'localhost'
Aug 08 23:36:33 mod_sql/4.10[14796]:    db: 'ftp'
Aug 08 23:36:33 mod_sql/4.10[14796]:  port: '3306'
Aug 08 23:36:33 mod_sql/4.10[14796]:   ttl: '0'
Aug 08 23:36:33 mod_sql/4.10[14796]: exiting mysql cmd_defineconnection
Aug 08 23:36:33 mod_sql/4.10[14796]: entering mysql cmd_open
3  ProFTPD / ProFTPD - Deutsch / Proftpd läuft, kann aber nicht mehr connecten am: 07. August 2004, 22:17:01
das problem der FTP Server läuft eindeutig, kann aber nicht connecten
Code:

[R] Connecting to 83.xxx.xx.xxx -> IP=83.xxx.xx.xxx PORT=2121
[R] Connection failed (Connection failed)
[R] Delaying for 120 seconds before reconnect attempt #1


Das System:

Debian Woody Stable
MYSQL Version      : 3.23.49
APACHE Version     : 1.3.26
PROFTPD Version    : 1.2.10rc3
MyFTPAdmin Version : 0.6

Compiliert habe ich PROFTPD mit:
./configure --with-modules=mod_ifsession:mod_rewrite:mod_exec:mod_ratio:mod_sql:mod_sql_mysql --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql

Die proftpd.conf datei:
Code:

# '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   "- Welcome to My ProFTPD Server -"
ServerType standalone
DefaultServer on

Port 2121
Umask 022
MaxInstances 30

UseReverseDNS off
IdentLookups off

User ftpuser
Group ftpgroup

<Global>
AllowRetrieveRestart on
AllowStoreRestart on
AllowOverwrite on
</Global>

SQLAuthTypes Crypt
SQLAuthenticate users* groups*
SQLConnectInfo ftp@localhost ftpuser 14683509
SQLUserInfo users username passwd NULL NULL homedir NULL
SQLGroupInfo groups groupname id username
SQLUserWhereClause "valid = 1"
SQLDefaultGID 100
SQLDefaultUID 500
SQLHomedirOnDemand off
RequireValidShell off
SQLLog PASS updatelogin
SQLNamedQuery updatelogin UPDATE "count=count+1, lastlogin=NOW() WHERE username = '%u'" users
SQLLOGFILE /var/log/proftpd.sql.log
debugLevel 6
Serverlog /var/log/proftpd.debug.log

### Log trafic (STOR, RETR commands)
SQLLog STOR,RETR,ERR_STOR,ERR_RETR logtrafic
SQLNamedQuery logtrafic FREEFORM "INSERT INTO history (username, filename, transfertype, transfersize, transferhost, transfertime, transferdate) VALUES('%u', '%F', '%m', %b, '%a', '%T', NOW())"

### Log user error events (ERR_* commands)
SQLLog ERR_* logevents
SQLNamedQuery logevents FREEFORM "INSERT INTO userevents (username, eventtype, description, eventdate) VALUES ('%u', '%m', '%r', NOW())"

<Directory /*>
AllowOverwrite off
<Limit WRITE>
DenyAll
AllowGroup admin
</Limit>
</Directory>


<Directory /home/ftpuser/files/data/>
<Limit READ DIRS>
DenyAll
AllowGroup ftpgroup
</Limit>
<Limit WRITE>
AllowGroup ftpgroup
</Limit>
</Directory>


DefaultRoot /home/ftpuser/files/data
AllowOverwrite on
RootLogin off


nach eingabe des /usr/local/sbin/proftpd -c /usr/local/etc/proftpd.conf -d 4 -n Befehls
kam folgende Ausgabe:
Code:

 - parsing '/usr/local/etc/proftpd.conf' configuration
 - SQLAuthenticate: use of * in SQLAuthenticate has been deprecated.  Use AuthOrder for setting authoritativeness
 - SQLAuthenticate: use of * in SQLAuthenticate has been deprecated.  Use AuthOrder for setting authoritativeness
 - <Directory /*>: adding section for resolved path '/*'
 - <Directory /home/ftpuser/files/data/Movies>: adding section for resolved path '/home/ftpuser/files/data/Movies'
 - <Directory /home/ftpuser/files/data/Music>: adding section for resolved path '/home/ftpuser/files/data/Music'
 - <Directory /home/ftpuser/files/data/Games>: adding section for resolved path '/home/ftpuser/files/data/Games'
 - ProFTPD 1.2.10rc3 (devel) (built Sat Aug 7 12:12:35 CEST 2004) standalone mode STARTUP
 - ProFTPD terminating (signal 2)
 - ProFTPD 1.2.10rc3 standalone mode SHUTDOWN
 - deleting existing scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'


nochmals: proftpd -nd9 eingeben
beschränke mich hierbei mal auf die letzten paar zeilen
Code:

vl07s27 - dispatching auth request "getgroups" to module mod_sql
vl07s27 - dispatching auth request "getgroups" to module mod_auth_file
vl07s27 - dispatching auth request "getgroups" to module mod_auth_unix
vl07s27 - SETUP PRIVS at main.c:2722
vl07s27 - ROOT PRIVS at main.c:1957
vl07s27 - RELINQUISH PRIVS at main.c:1964
vl07s27 - ROOT PRIVS at main.c:2312
vl07s27 - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'
vl07s27 - RELINQUISH PRIVS at main.c:2338
vl07s27 - ProFTPD 1.2.10rc3 (devel) (built Sat Aug 7 12:12:35 CEST 2004) standalone mode STARTUP
vl07s27 - ROOT PRIVS at main.c:2175
vl07s27 - RELINQUISH PRIVS at main.c:2177
vl07s27 - FS: using system lstat()
vl07s27 - ProFTPD terminating (signal 2)
vl07s27 - ROOT PRIVS at main.c:1836
vl07s27 - RELINQUISH PRIVS at main.c:1859
vl07s27 - ProFTPD 1.2.10rc3 standalone mode SHUTDOWN
vl07s27 - ROOT PRIVS at main.c:1866
vl07s27 - deleting existing scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'
vl07s27 - RELINQUISH PRIVS at main.c:1868


die proftpd.sql.lod datei gibt folgendes aus
Code:

Aug 07 21:37:10 mod_sql/4.11[26849]: backend module 'mod_sql_mysql/4.04'
Aug 07 21:37:10 mod_sql/4.11[26849]: backend api    'mod_sql_api_v1'
Aug 07 21:37:10 mod_sql/4.11[26849]: >>> sql_getconf
Aug 07 21:37:10 mod_sql/4.11[26849]: entering mysql cmd_defineconnection
Aug 07 21:37:10 mod_sql/4.11[26849]:  name: 'default'
Aug 07 21:37:10 mod_sql/4.11[26849]:  user: 'ftpuser'
Aug 07 21:37:10 mod_sql/4.11[26849]:  host: 'localhost'
Aug 07 21:37:10 mod_sql/4.11[26849]:    db: 'ftp'
Aug 07 21:37:10 mod_sql/4.11[26849]:  port: '3306'
Aug 07 21:37:10 mod_sql/4.11[26849]:   ttl: '0'
Aug 07 21:37:10 mod_sql/4.11[26849]: exiting mysql cmd_defineconnection
Aug 07 21:37:10 mod_sql/4.11[26849]: entering mysql cmd_open


ich weiß wirklich nicht mehr weiter, vielleicht hat ja einer einen guten Vorschlag
4  ProFTPD / ProFTPD - Deutsch / Fehler beim Connecten am: 10. Juni 2004, 17:40:47
Also richtig testen, läuft zwar als Systembenutzer, aber leider nicht als mysql benutzer. Zumal ich auch glaub das ganze ist ein wenig vermurkst mal ist es
Code:

  26426 ftpuser 22:26 proftpd (accepting connections)

und dann wieder
Code:

   26945 nobody 22:29 proftpd: (accepting connections)

wie kann ich den das ganze befreien von proftpd und neu aufspielen? Hätte bestimmt auch nicht´s dagegen wenn einer das für mich machen würde.
5  ProFTPD / ProFTPD - Deutsch / Fehler beim Connecten am: 09. Juni 2004, 23:06:37
hi, hoffe Ihr könnt mir helfen, habe einen Debian/Woody vServer auf dem ich Apche 1.3.26, Mysql Server 3.23.49 und ProFTPd 1.29 mit mod_sql laufen habe, habe zusätlich myFTPAdmin installiert und die erstmal die Konfigdatei von Stonki. Nunn habe ich das problem das wenn ich mich einloggen will das der Fehler 331 kommt.
Code:

[R] Connecting to 195.177.xxx.xxx -> IP=195.177.xxx.xxx PORT=21
[R] Connected to 195.177.xxx.xxx
[R] 220 195.177.xxx.xxx
[R] USER Xtreame
[R] 331 Password required for Xtreame.
[R] PASS (hidden)
[R] Connection failed (Connection lost)


Der User is in der Datenbank korrekt eingefügt worden und die verbindung mit der DB is auch korrekt.
Nun habe ich proftpd -n -d5 gestartet und bekomme folgende Ausgabe
Code:

vl07s27 -
vl07s27 - Config for ProFTPD Default Installation:
vl07s27 - ~ftp/
vl07s27 -  Limit
vl07s27 -   DenyAll
vl07s27 -  UserName
vl07s27 -  GroupName
vl07s27 -  UserAlias
vl07s27 -  MaxClients
vl07s27 -  DisplayLogin
vl07s27 -  DisplayFirstChdir
vl07s27 -  Umask
vl07s27 - /
vl07s27 -  AllowOverwrite
vl07s27 -  Umask
vl07s27 - DefaultServer
vl07s27 - Umask
vl07s27 - UserID
vl07s27 - UserName
vl07s27 - GroupID
vl07s27 - GroupName
vl07s27 - ProFTPD 1.2.9 (stable) (built Mon Jun 7 22:05:01 CEST 2004) standalone mode STARTUP


Habe dann auch nochmal proftpd -n -d9 durchlaufen lassen

Code:

vl07s27:~# proftpd -n -d9
 - parsing '/usr/local/etc/proftpd.conf' configuration
 - FS: using system open()
 - FS: using system read()
 - dispatching auth request "getpwnam" to module mod_sql
 - dispatching auth request "getpwnam" to module mod_auth_file
 - dispatching auth request "getpwnam" to module mod_auth_unix
 - dispatching auth request "getgrnam" to module mod_sql
 - dispatching auth request "getgrnam" to module mod_auth_file
 - dispatching auth request "getgrnam" to module mod_auth_unix
 - FS: using system read()
 - <Directory />: adding section for resolved path '/'
 - FS: using system read()
 - FS: using system close()
vl07s27 -
vl07s27 - Config for ProFTPD Default Installation:
vl07s27 - ~ftp/
vl07s27 -  Limit
vl07s27 -   DenyAll
vl07s27 -  UserName
vl07s27 -  GroupName
vl07s27 -  UserAlias
vl07s27 -  MaxClients
vl07s27 -  DisplayLogin
vl07s27 -  DisplayFirstChdir
vl07s27 -  Umask
vl07s27 - /
vl07s27 -  AllowOverwrite
vl07s27 -  Umask
vl07s27 - DefaultServer
vl07s27 - Umask
vl07s27 - UserID
vl07s27 - UserName
vl07s27 - GroupID
vl07s27 - GroupName
vl07s27 - dispatching auth request "getgroups" to module mod_sql
vl07s27 - dispatching auth request "getgroups" to module mod_auth_file
vl07s27 - dispatching auth request "getgroups" to module mod_auth_unix
vl07s27 - SETUP PRIVS at main.c:2704
vl07s27 - ROOT PRIVS at main.c:1956
vl07s27 - RELINQUISH PRIVS at main.c:1962
vl07s27 - ROOT PRIVS at main.c:2323
vl07s27 - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'
vl07s27 - RELINQUISH PRIVS at main.c:2347
vl07s27 - ROOT PRIVS at inet.c:452
vl07s27 - RELINQUISH PRIVS at inet.c:510
vl07s27 - ProFTPD 1.2.9 (stable) (built Mon Jun 7 22:05:01 CEST 2004) standalone mode STARTUP
vl07s27 - ROOT PRIVS at main.c:2171
vl07s27 - RELINQUISH PRIVS at main.c:2177
vl07s27 - FS: using system lstat()
vl07s27 - scrubbing scoreboard
vl07s27 - ROOT PRIVS at mod_core.c:194
vl07s27 - RELINQUISH PRIVS at mod_core.c:201
vl07s27 - ROOT PRIVS at mod_core.c:223
vl07s27 - RELINQUISH PRIVS at mod_core.c:251
vl07s27 - FS: using system lstat()
vl07s27 - scrubbing scoreboard
vl07s27 - ROOT PRIVS at mod_core.c:194
vl07s27 - RELINQUISH PRIVS at mod_core.c:201
vl07s27 - ROOT PRIVS at mod_core.c:223
vl07s27 - RELINQUISH PRIVS at mod_core.c:251
vl07s27 - FS: using system lstat()
vl07s27 - ProFTPD terminating (signal 2)
vl07s27 - ROOT PRIVS at main.c:1838
vl07s27 - RELINQUISH PRIVS at main.c:1859
vl07s27 - ProFTPD 1.2.9 standalone mode SHUTDOWN
vl07s27 - ROOT PRIVS at main.c:1866
vl07s27 - RELINQUISH PRIVS at main.c:1868


Mir sacht das sogut wie nichts.

Ich habe auch testweise, das root anmelden erlaubt und mit dem klappst, natürlich das passwort geändert gehabt  L&auml;chelnd
Wie bekomme ich den den jetzt zum laufen?
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.069 Sekunden mit 16 Zugriffen.