www.ProFTPD.de
13. März 2007, 20:23:10 *
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 / Re: Login incorrect 530, werde aus log nicht schlau am: 03. August 2006, 16:57:31
Hallo VolGas,
auf einmal geht es auch ohne Masquerade. Gestern habe ich den FTP 3mal per init.d/proftpd restart gestartet. Heute bin ich mal lokal per FTP draufgegangen, ging danach via Internet ging auch ?? Wahrscheinlich lag es dennoch an dem IdentLookup. Vielen Dank !!

gruss bejay
2  ProFTPD / ProFTPD - Deutsch / Re: Login incorrect 530, werde aus log nicht schlau am: 03. August 2006, 08:38:41
Hallo,
hat leider auch nicht mehr gebracht. Ich habe das Debian mit manueller Paketauswahl online aufgesetzt, Apache 1.3 und Proftpd als deb Paket. Pam ist da irgendwie standardmäßig dabei, zumindest gib es in pam.d eine proftpd:

Code:
#%PAM-1.0
auth       required     pam_listfile.so item=user sense=deny file=/etc/ftpusers
onerr=succeed
@include common-auth

# This is disabled because anonymous logins will fail otherwise,
# unless you give the 'ftp' user a valid shell, or /bin/false and add
# /bin/false to /etc/shells.
#auth       required    pam_shells.so

@include common-account
@include common-session


Hier auch mal meine derzeitige proftpd.conf:

Code:
ServerName "orimail"
ServerType standalone
DefaultServer on
debugLevel 6
Serverlog /var/log/proftpd.debug.log
UseReverseDNS off
IdentLookups off
RequireValidShell off
Port 21
Umask 022
MaxInstances 30
User nobody
Group nogroup
DefaultRoot ~
AllowOverwrite on


Ich habe im Moment nicht die geringste Ahnung wo ich suchen sollte (PAM vielleicht?)
Gruss
bejay
3  ProFTPD / ProFTPD - Deutsch / Login incorrect 530, werde aus log nicht schlau am: 02. August 2006, 16:19:45
Hallo,
ich habe eine Debian Sarge mit einer DynDns hinter einem Router. Mein User "is4sale" hat im Moment sbin/false. Ich habe ihm probeweise eine Shell gegeben und dort konnte er sich mit seinem PW anmelden. Ich habe die einfache conf   ala FAQ und erhalte folgendes Logfile:
Code:
orimail:/var/log# vi proftpd.debug.log
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): performing ident lookup
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): ident connection failed: Connection re
fused
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): ident lookup returned 'UNKNOWN'
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): connected - local  : 192.168.1.34:21
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): connected - remote : 145.254.126.204:2
414
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): FTP session opened.
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): dispatching PRE_CMD command 'USER is4s
ale' to mod_rewrite
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): dispatching PRE_CMD command 'USER is4s
ale' to mod_tls
Aug 02 15:56:48 orimail proftpd[1055] localhost.localdomain (dialin-145-254-126-
204.pools.arcor-ip.net[145.254.126.204]): dispatching PRE_CMD command 'USER is4s
ale' to mod_core

Tipps ?

Gruss Bejay
4  ProFTPD / ProFTPD - Deutsch / hier das debug am: 24. September 2004, 16:56:09
Hallo,
nachdem ich nun noch mehr gelesen habe hier die neue debug:


http://www.auto-uebelein.de/debug.htm

Ich bin ratlos

Gruss
bejay
5  ProFTPD / ProFTPD - Deutsch / Problem proftpd mysql login am: 24. September 2004, 16:07:33
Hallo :?:
hier das Ergebnis:
Code:
vs-241-23:~# fuser -n tcp 21
21/tcp:              30767
vs-241-23:~# ps aux|grep 30767
nobody   30767  0.0  0.1  3392  724 ?        S    Sep22   0:00 proftpd (accepting connections)
root      5362  0.0  0.0  1332  424 pts/1    S    15:00   0:00 grep 30767
vs-241-23:~#


servertype in proftpd.con : standalone

in inetd ist die Zeile mit proftpd auskommentiert :
Code:
#<off># ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/proftpd


Was könnte es noch sein ?

Gruss
bejay
6  ProFTPD / ProFTPD - Deutsch / Problem proftpd mysql login am: 23. September 2004, 23:20:02
Hallo,
ich kann mich nicht einloggen

"proftpd -nd9" ergibt in den letzten Zeilen :

Code:
vs-241-23.vs.winprofi.de - SQLAuthTypes
vs-241-23.vs.winprofi.de - SQLAuthenticate
vs-241-23.vs.winprofi.de - SQLConnectInfo
vs-241-23.vs.winprofi.de - SQLUserTable
vs-241-23.vs.winprofi.de - SQLUsernameField
vs-241-23.vs.winprofi.de - SQLPasswordField
vs-241-23.vs.winprofi.de - SQLUidField
vs-241-23.vs.winprofi.de - SQLGidField
vs-241-23.vs.winprofi.de - SQLHomedirField
vs-241-23.vs.winprofi.de - SQLShellField
vs-241-23.vs.winprofi.de - SQLGroupTable
vs-241-23.vs.winprofi.de - SQLGroupnameField
vs-241-23.vs.winprofi.de - SQLGroupGIDField
vs-241-23.vs.winprofi.de - SQLGroupMembersField
vs-241-23.vs.winprofi.de - SQLUserWhereClause
vs-241-23.vs.winprofi.de - SQLLog_PASS
vs-241-23.vs.winprofi.de - SQLNamedQuery_login
vs-241-23.vs.winprofi.de - SQLLog_RETR
vs-241-23.vs.winprofi.de - SQLNamedQuery_download
vs-241-23.vs.winprofi.de - SQLLog_STOR
vs-241-23.vs.winprofi.de - SQLNamedQuery_upload
vs-241-23.vs.winprofi.de - Failed binding to 0.0.0.0, port 21: Address already in use
vs-241-23.vs.winprofi.de - Check the ServerType directive to ensure you are configured correctly.


Tipps ? Wo kann ich noch nachsehen was da schief läuft ?
Installiert habe ich Proftpd mit apt-get aus einem Debian Paket also sollte es nicht am Patch liegen. Die proftpd.conf ist von SysCp und sieht richtig aus.
Gruß
bejay
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.062 Sekunden mit 16 Zugriffen.