Current time: 09-28-2024, 11:20 PM Hello There, Guest! (LoginRegister)


Post Reply 
FTP login erfolglos
Author Message
menki Offline
Member
***

Posts: 643
Joined: May 2008
Reputation: 0
Post: #11
RE: FTP login erfolglos
mach mal zuerst:

Code:
/etc/init.d/proftpd stop

dann starte bitte den debug modus mit:

Code:
proftpd -n -d5

dann beobachte in der shell was sich tut wenn du dich verbinden willst. poste die ausgabe von dem proftpd debug hier ins forum.

ps: bene war etwas schneller... Smile

MENKI
(This post was last modified: 06-22-2009 06:09 AM by menki.)
06-22-2009 06:08 AM
Find all posts by this user Quote this message in a reply
Ryan Offline
Junior Member
*

Posts: 17
Joined: Jun 2009
Reputation: 0
Post: #12
RE: FTP login erfolglos
Wenn ich vorher beende und anschließend den proftpd -n -d5 neu ausführe, antwortet der entfernte rechner nicht mehr und mein Prog beendet die verbindung Sad.
06-22-2009 06:09 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #13
RE: FTP login erfolglos
Gibt es wenigstens ein Output ?

Greez BeNe
06-22-2009 06:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ryan Offline
Junior Member
*

Posts: 17
Joined: Jun 2009
Reputation: 0
Post: #14
RE: FTP login erfolglos
Hier mal mit Putty:


vz266:~# proftpd -n -d5
- mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- DenyFilter: compiling deny regex '\*.*/'
- <IfModule>: using 'mod_dynmasq.c' section at line 54
- <IfModule>: using 'mod_quotatab.c' section at line 91
- <IfModule>: skipping 'mod_ratio.c' section at line 95
- <IfModule>: using 'mod_delay.c' section at line 103
- <IfModule>: using 'mod_ctrls.c' section at line 107
- <IfModule>: using 'mod_ctrls_admin.c' section at line 115
vz266.worldserver.net -
vz266.worldserver.net - Config for Debian:
vz266.worldserver.net - IdentLookups
vz266.worldserver.net - DeferWelcome
vz266.worldserver.net - DefaultServer
vz266.worldserver.net - ShowSymlinks
vz266.worldserver.net - TimeoutNoTransfer
vz266.worldserver.net - TimeoutStalled
vz266.worldserver.net - TimeoutIdle
vz266.worldserver.net - DisplayLogin
vz266.worldserver.net - DisplayChdir
vz266.worldserver.net - ListOptions
vz266.worldserver.net - DenyFilter
vz266.worldserver.net - UserID
vz266.worldserver.net - UserName
vz266.worldserver.net - GroupID
vz266.worldserver.net - GroupName
vz266.worldserver.net - Umask
vz266.worldserver.net - DirUmask
vz266.worldserver.net - AllowOverwrite
vz266.worldserver.net - TransferLog
vz266.worldserver.net - QuotaEngine
vz266.worldserver.net - DelayEngine
vz266.worldserver.net - mod_lang/0.8: binding to text domain 'proftpd' using locale path '/usr/share/locale'
vz266.worldserver.net - ProFTPD 1.3.1 (stable) (built Fri Feb 27 20:37:52 UTC 2009) standalone mode STARTUP
(This post was last modified: 06-22-2009 06:12 AM by Ryan.)
06-22-2009 06:11 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #15
RE: FTP login erfolglos
Ok! Und was passiert jetzt wenn Du proftpd im Debug modul lässt und dich verbindest ?
Aber ich sehe hier schon kein mod_sql ?!
Poste bitte auch noch deine modules.conf aus dem proftpd Verzeichniss.

Greez BeNe
06-22-2009 06:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ryan Offline
Junior Member
*

Posts: 17
Joined: Jun 2009
Reputation: 0
Post: #16
RE: FTP login erfolglos
Also FlashFXP sagt schonmal Connection failes..

Bzw: Unable to connect to FTP server localhost on port 21.


# This file is used to manage DSO modules and features.
#

# This is the directory where DSO modules reside

ModulePath /usr/lib/proftpd

# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded

ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *

LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c

# Install proftpd-mod-mysql or proftpd-mod-pgsql to use this
#LoadModule mod_sql.c

# Install proftpd-mod-ldap to use this
#LoadModule mod_ldap.c

#
# 'SQLBackend mysql' or 'SQLBackend postgres' directives are required
# to have SQL authorization working. You can also comment out the
# unused module here, in alternative.
#

# Install proftpd-mod-mysql to use this
#LoadModule mod_sql_mysql.c

# Install proftpd-mod-pgsql to use this
#LoadModule mod_sql_postgres.c

LoadModule mod_radius.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c

# Install proftpd-mod-ldap to use this
#LoadModule mod_quotatab_ldap.c

# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
#LoadModule mod_quotatab_sql.c
LoadModule mod_quotatab_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
#LoadModule mod_wrap2_sql.c
LoadModule mod_dynmasq.c


# keep this module the last one
LoadModule mod_ifsession.c
06-22-2009 06:23 AM
Find all posts by this user Quote this message in a reply
MasterTH Offline
Member
***

Posts: 570
Joined: Feb 2009
Reputation: 4
Post: #17
RE: FTP login erfolglos
das sieht komisch aus Wink

Code:
#
# This file is used to manage DSO modules and features.
#

# This is the directory where DSO modules reside

ModulePath /usr/lib/proftpd

# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded

ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *

LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
LoadModule mod_sql.c
LoadModule mod_ldap.c
LoadModule mod_sql_mysql.c
LoadModule mod_sql_postgres.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c

# keep this module the last one
LoadModule mod_ifsession.c

das ist meine. Übernimm die mal, mach vorher ne sicherung. dann starte deinen ftp-server nochmal neu und teste die verbindung nochmal
06-22-2009 02:31 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #18
RE: FTP login erfolglos
Das sieht komisch aus ? Warum - ganz normale config.
Aus meiner sicht reicht es wenn er die MySQL-Module einschaltet.

Code:
# Install proftpd-mod-mysql or proftpd-mod-pgsql to use this
LoadModule mod_sql.c

# Install proftpd-mod-mysql to use this
LoadModule mod_sql_mysql.c

Greez BeNe
(This post was last modified: 06-22-2009 08:58 PM by BeNe.)
06-22-2009 03:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #19
RE: FTP login erfolglos
(06-22-2009 03:57 PM)BeNe Wrote:  Aus meiner sicht reicht es wenn er die MySQL-Module ausschaltet.

Hm - habe auch noch so eine Baustelle allerdings läuft hier ispcp in einem Xen System.
Also die MySQL-Module sollen auf off ?

Hier fehlen aber auch seltsamerweise die Kernel Module für NET also auch iptables, ipv4, ipv6 usw. könnte das auch daran liegen?
06-22-2009 08:54 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #20
RE: FTP login erfolglos
*verdammt* Sorry -> EINSCHALTET!
Die MySQL-Module müssen geladen Big Grin
Richtig gedacht aber falsch geschrieben...

Greez BeNe
06-22-2009 09:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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