Current time: 09-28-2024, 07:25 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Probleme mit dem FTP Server
Author Message
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #41
RE: Probleme mit dem FTP Server
Guten Morgen!

So,da ist er wieder.... und gleich ein problem:

Habe ihn mit "/etc/init.d/proftpd stop" gestoppt, wollte dann mit "proftpd -n -d5" weitermachen, aber da kommt nur das... , woran liegt denn das nun schon wieder??


Code:
vz146:~# /etc/init.d/proftpd stop
Stopping ftp server: proftpd.
vz146:~# proftpd -n -d5
- disabling runtime support for IPv6 connections
- warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release.  Please use the DisplayChdir directive.
- DenyFilter: compiling deny regex '\*.*/'
- Fatal: unknown configuration directive 'Uncomment' on line 57 of '/etc/proftpd/proftpd.conf'


Grüße Tobi
08-03-2009 05:00 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #42
RE: Probleme mit dem FTP Server
naja, also, das erste:
ein Befehl in der proftpd.conf wird in späteren Versionen nicht mehr unterstützt werden (das ist HEUTE mal egal).

dann - deine conf ist nicht mehr ganz ok - da sind einige Zeilen nicht mit Kommentaren versehen:

Code:
Uncomment this if you are using NIS or LDAP to retrieve passwords:
PersistentPasswd         off
  
Port 21 is the standard FTP port.
Port                       21
  
In some cases you have to specify passive ports range to by-pass
firewall limitations. Ephemeral ports can be used for that, but
feel free to use a more narrow range.

Besser wäre zB:
Code:
#Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd         off
  
#Port 21 is the standard FTP port.
Port                       21
  
#In some cases you have to specify passive ports range to by-pass
#firewall limitations. Ephemeral ports can be used for that, but
#feel free to use a more narrow range.

ich würde mal Ausschau halten nach einer korrekten proftpd.conf

/J
08-03-2009 05:04 PM
Visit this user's website Find all posts by this user
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #43
RE: Probleme mit dem FTP Server
hi, wo bekomm ich denn die "korrekten proftpd.conf" her?

hatte die hier genommen und nur die Zahlen davor entfernt:
http://www.isp-control.net/ispcp/browser...oftpd.conf

und dann halt meine sql daten eingegeben...


hmmm
08-03-2009 05:24 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #44
RE: Probleme mit dem FTP Server
Hast wohl auch die # teilweise entfernt...

Ganz unten gibt's nen Link da - "original Format"...
http://www.isp-control.net/ispcp/export/...oftpd.conf

da sind keine Zeilennummern...

/J
08-03-2009 05:29 PM
Visit this user's website Find all posts by this user
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #45
RE: Probleme mit dem FTP Server
hallo, ok, danke...

habe die version jetzt genommen, meien sql daten eingetrage und den server neu gestartet, das ist dabei rausgekommen:


Code:
vz146:~# /etc/init.d/proftpd stop
Stopping ftp server: proftpd.
vz146:~# proftpd -n -d5
- disabling runtime support for IPv6 connections
- warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release.  Please use the DisplayChdir directive.
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: skipping 'mod_quotatab.c' section at line 123
- <IfModule>: skipping 'mod_ratio.c' section at line 138
- <IfModule>: using 'mod_delay.c' section at line 145
- <IfModule>: using 'mod_ctrls.c' section at line 149
- <IfModule>: skipping 'mod_ctrls_admin.c' section at line 157
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 165 of '/etc/proftpd/proftpd.conf'
vz146:~#

Grüße tobi
08-03-2009 05:52 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #46
RE: Probleme mit dem FTP Server
a propos der deprecated Warnung: Nimm die proftpd-1.3...
http://www.isp-control.net/ispcp/browser...an/proftpd

da sind dann auch die Module geladen...

Für lenny wäre demnach das die richtige... :-)

http://www.isp-control.net/ispcp/export/...conf.lenny

/Joxi
08-03-2009 06:09 PM
Visit this user's website Find all posts by this user
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #47
RE: Probleme mit dem FTP Server
hi, wie für lenny?

Bahnhof...

Soll ich die datei in proftpd.conf umbenenne? also ohne "1.3"
(This post was last modified: 08-03-2009 06:15 PM by tobiii.)
08-03-2009 06:12 PM
Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #48
RE: Probleme mit dem FTP Server
Quote:hi, wie für lenny?
Debian hat für jede Version einen Namen.
Die aktuelle ist Lenny, der Vorgänger war Etch.
Code:
# cat /etc/debian_version
Sagt die die Versionsnummer, sollte 5.0.2 sein.
Wenn dem so ist, dann bitte die Lenny Konfiguration nehmen.

Greez BeNe
08-03-2009 06:32 PM
Visit this user's website Find all posts by this user
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #49
RE: Probleme mit dem FTP Server
Hi, ok... habe nicht die "lenny" genommen, da es sich um Version 5.0.1 handelt.

Habe die "proftpd1.3.conf" genommen, meine SQL Daten eingefügt, und in "proftpf.conf" umbenannt...

Hier das ergebnis:


Code:
vz146:~# /etc/init.d/proftpd stop
Stopping ftp server: proftpd.
vz146:~# proftpd -n -d5
- mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- Fatal: unknown configuration directive 'Install' on line 18 of '/etc/proftpd/                                 modules.conf'
vz146:~#

Grüße
tobi
08-03-2009 06:42 PM
Find all posts by this user
tobiii Offline
Junior Member
*

Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #50
RE: Probleme mit dem FTP Server
hm...

weiß keiner rat? woran es jetzt hängt?
08-03-2009 11:40 PM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)