www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Anonymous am 16. Februar 2006, 15:41:46



Titel: Startprobleme mit Proftpd
Beitrag von: Anonymous am 16. Februar 2006, 15:41:46
Hallo,

hoffe ich finde hier Hilfe, weder die Faq's noch Google, und die Forensuche hat geholfen.

Beim Start von proftpd als standalone, erhalte ich immer folgende Fehlermeldung

Code:
- getaddrinfo 'v073' error: Name or service not known
 - warning: unable to determine IP address of 'v073'
 - error: no valid servers configured
 - Fatal: error processing configuration file '/etc/proftpd.conf'


Hier meine Config

Code:
ServerName                      "Debian"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

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

DenyFilter                      \*.*/

Port                            21
MaxInstances                    30

User                            nobody
Group                           nogroup

# 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

DefaultRoot ~
RequireValidShell no

TransferLog /var/log/proftpd.xferlog
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
ExtendedLog /var/log/proftpd.access_log WRITE,READ write
ExtendedLog /var/log/proftpd.auth_log AUTH auth

<Limit LOGIN>
DenyGroup !ftp
</Limit>

<Global>
RootLogin off
RequireValidShell off
</Global>

UseReverseDNS off
IdentLookups off


Hoffe ihr könnt mir helfen.


Titel: Re: Startprobleme mit Proftpd
Beitrag von: stonki am 16. Februar 2006, 16:09:24
Dein Name kann nicht aufgelöst werden. /etc/hosts oder den DNS Server anpassen


Titel: Startprobleme mit Proftpd
Beitrag von: Anonymous am 16. Februar 2006, 16:56:58
Kannst du mir da ein bisschen auf die Sprünge helfen, das steht im Moment drin:

Code:
127.0.0.73      localhost.localdomain   localhost       v0xx

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


und ich habe bereits versucht

Code:

127.0.0.1      localhost.localdomain   localhost       v0xx
"server ip"    localhost.localdomain localhost v0xx
       

hinzuzufügen

vielleciht habe ich etwas falsch gemacht hmmm


Titel: Startprobleme mit Proftpd
Beitrag von: Anonymous am 16. Februar 2006, 18:27:53
Habe jetzt

 127.0.0.73      localhost.localdomain   localhost       v0xx


durch

127.0.0.73      localhost.localdomain   localhost       v073

ersetzt und der Fehler ist weg.

Proftp bringt auch die ganz normale Startnachricht, das war es dann alerdings auch, kein prozess mit "ps ax" zu finden und auch per ftp programm lässt sich nicht drauf connecten.

ich verzweifle fast.


Titel: Startprobleme mit Proftpd
Beitrag von: stonki am 16. Februar 2006, 18:33:14
proftpd -nd5


Titel: Startprobleme mit Proftpd
Beitrag von: Anonymous am 16. Februar 2006, 18:38:17
ok, habe ihn jetzt als inetd zum laufen gebracht, standalone wäre mir allerdings lieber.

wenn ich ihn jedoch versuche als standalone zu starten bringt er mit proftpd -nd 5 diese meldung

Code:
v073:/# proftpd -n -d5
 - mod_tls/2.0.7: using OpenSSL 0.9.7e 25 Oct 2004
 - parsing '/etc/proftpd.conf' configuration
 - Compiling deny regex '\*.*/'.
 - Allocated deny regex at location 0x81185a8.
localhost.localdomain -
localhost.localdomain - Config for Debian:
localhost.localdomain - Limit
localhost.localdomain -  DenyGroup
localhost.localdomain - DeferWelcome
localhost.localdomain - DefaultServer
localhost.localdomain - ShowSymlinks
localhost.localdomain - TimeoutNoTransfer
localhost.localdomain - TimeoutStalled
localhost.localdomain - TimeoutIdle
localhost.localdomain - DisplayLogin
localhost.localdomain - DisplayFirstChdir
localhost.localdomain - ListOptions
localhost.localdomain - DenyFilter
localhost.localdomain - UserID
localhost.localdomain - UserName
localhost.localdomain - GroupID
localhost.localdomain - GroupName
localhost.localdomain - Umask
localhost.localdomain - DirUmask
localhost.localdomain - AllowOverwrite
localhost.localdomain - DefaultRoot
localhost.localdomain - RequireValidShell
localhost.localdomain - TransferLog
localhost.localdomain - ExtendedLog
localhost.localdomain - ExtendedLog
localhost.localdomain - IdentLookups
localhost.localdomain - RootLogin
localhost.localdomain - RequireValidShell
localhost.localdomain - deleting existing scoreboard '/var/run/proftpd/proftpd.scoreboard'
localhost.localdomain - Failed binding to 0.0.0.0, port 21: Address already in use
localhost.localdomain - Check the ServerType directive to ensure you are configured correctly.


Titel: Startprobleme mit Proftpd
Beitrag von: Anonymous am 16. Februar 2006, 18:39:01
an den letzten beiden zeilen wird es wohl liegen, kann damit nur leider nicht besonders viel anfangen :(

danke für die hilfe !


Titel: Startprobleme mit Proftpd
Beitrag von: stonki am 16. Februar 2006, 21:27:40
steht in der FAQ.