www.ProFTPD.de
13. März 2007, 22:04:18 *
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  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: Startprobleme mit Proftpd  (Gelesen 335 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Anonymous
Gast
« 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.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 16. Februar 2006, 16:09:24 »

Dein Name kann nicht aufgelöst werden. /etc/hosts oder den DNS Server anpassen
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #2 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
Gespeichert
Anonymous
Gast
« Antwort #3 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.
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #4 am: 16. Februar 2006, 18:33:14 »

proftpd -nd5
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Anonymous
Gast
« Antwort #5 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.
Gespeichert
Anonymous
Gast
« Antwort #6 am: 16. Februar 2006, 18:39:01 »

an den letzten beiden zeilen wird es wohl liegen, kann damit nur leider nicht besonders viel anfangen Traurig

danke für die hilfe !
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #7 am: 16. Februar 2006, 21:27:40 »

steht in der FAQ.
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

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.058 Sekunden mit 17 Zugriffen.