proftpd lässt sich nicht neu starten

FerdiNator

New Member
Guten Tag nochmal. Bei mir lässt sich irgendwie nicht proftpd neu starten bzw. starten, wie mir gerade aufgefallen ist. Mit dem Befehl

Code:
/etc/init.d/proftpd restart

erscheint das dann:

Code:
[....] Restarting proftpd (via systemctl): proftpd.serviceJob for proftpd.service failed. See 'systemctl status proftpd.service' and 'journalctl -xn' for details.
 failed!

Im 1. "Log" was da steht was man ansehen soll steht das:

Code:
● proftpd.service - LSB: Starts ProFTPD daemon
   Loaded: loaded (/etc/init.d/proftpd)
   Active: failed (Result: exit-code) since Fri 2016-09-09 15:54:48 CEST; 15s ago
  Process: 31775 ExecStart=/etc/init.d/proftpd start (code=exited, status=1/FAILURE)

Sep 09 15:54:48 root.MEINSERVER.de proftpd[31775]: Starting ftp server: proftpd2016-09-09 15:54:48,477 root.MEINSERVER.de proftpd[31781]: warning: unable to determine IP address of 'root.MEINSERVER.de'
Sep 09 15:54:48 root.MEINSERVER.de proftpd[31775]: 2016-09-09 15:54:48,477 root.MEINSERVER.de proftpd[31781]: error: no valid servers configured
Sep 09 15:54:48 root.MEINSERVER.de proftpd[31775]: 2016-09-09 15:54:48,477 root.MEINSERVER.de proftpd[31781]: fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
Sep 09 15:54:48 root.MEINSERVER.de proftpd[31775]: failed!
Sep 09 15:54:48 root.MEINSERVER.de systemd[1]: proftpd.service: control process exited, code=exited status=1
Sep 09 15:54:48 root.MEINSERVER.de systemd[1]: Failed to start LSB: Starts ProFTPD daemon.
Sep 09 15:54:48 root.MEINSERVER.de systemd[1]: Unit proftpd.service entered failed state.

"unable to determine IP address of 'root.MEINSERVER.de"

heißt das, ich brauche die subdomain root weil der Hostname so lautet oder was?


Im Journal ist, wie ich finde, das hier auffällig:

Code:
Sep 09 16:05:02 root.MEINSERVER.de postfix/trivial-rewrite[32407]: warning: do not list domain MEINSERVER.de in BOTH mydestination and virtual_mailbox_domains
Sep 09 16:05:02 root.MEINSERVER.de postfix/trivial-rewrite[32407]: warning: do not list domain MEINSERVER.de in BOTH mydestination and virtual_mailbox_domains

Was genau bedeutet das aber? config defekt? Habe da aber meines Wissens nach nichts gemacht... Da ich nicht mehr weiter weiß frage ich nun hier, was ich tun muss :confused:
 
Last edited by a moderator:
Code:
Sep 09 16:05:02 root.MEINSERVER.de postfix/trivial-rewrite[32407]: warning: do not list domain MEINSERVER.de in BOTH mydestination and virtual_mailbox_domains
Sep 09 16:05:02 root.MEINSERVER.de postfix/trivial-rewrite[32407]: warning: do not list domain MEINSERVER.de in BOTH mydestination and virtual_mailbox_domains

Das ist von Postfix. Die Meldung ist doch aber eindeutig.

--
.A.
 
habs geändert - dennoch noch viele Meldungen - Fehler sind das aber nicht oder?

Code:
-- Logs begin at Thu 2016-09-08 14:58:07 CEST, end at Fri 2016-09-09 18:50:01 CEST. --
Sep 09 18:50:01 root.DOMAIN.de postfix/cleanup[4260]: D26E5A0237: message-id=<20160909165001.D26E5A0237@root596259.kms4.cc>
Sep 09 18:50:01 root.DOMAIN.de postfix/qmgr[6524]: D26E5A0237: from=<>, size=42067, nrcpt=1 (queue active)
Sep 09 18:50:01 root.DOMAIN.de postfix/bounce[4269]: C2F31A0238: sender non-delivery notification: D26E5A0237
Sep 09 18:50:01 root.DOMAIN.de postfix/qmgr[6524]: C2F31A0238: removed
Sep 09 18:50:01 root.DOMAIN.de postfix/cleanup[4260]: D4708A0239: message-id=<20160909165001.D26E5A0237@root596259.kms4.cc>
Sep 09 18:50:01 root.DOMAIN.de postfix/local[4264]: D26E5A0237: to=<root@root596259.kms4.cc>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (forwarded as D4708A023
9)
Sep 09 18:50:01 root.DOMAIN.de postfix/qmgr[6524]: D26E5A0237: removed
Sep 09 18:50:01 root.DOMAIN.de postfix/qmgr[6524]: D4708A0239: from=<>, size=42205, nrcpt=1 (queue active)
Sep 09 18:50:01 root.DOMAIN.de postfix/pipe[4265]: D4708A0239: to=<root@DOMAIN.de>, orig_to=<root@root596259.kms4.cc>, relay=dovecot, delay=0.03, delays=0.01/0/0/0.02, dsn=5.1.1, status
=bounced (user unknown)
Sep 09 18:50:01 root.DOMAIN.de postfix/qmgr[6524]: D4708A0239: removed


Aber in "systemctl status proftpd.service" sind noch viele Fehler:

Code:
Sep 09 18:52:57 root.DOMAIN.de proftpd[4312]: 2016-09-09 18:52:57,911 root.DOMAIN.de proftpd[4318]: warning: unable to determine IP address of 'root.DOMAIN.de'
Sep 09 18:52:57 root.DOMAIN.de proftpd[4312]: 2016-09-09 18:52:57,911 root.DOMAIN.de proftpd[4318]: error: no valid servers configured
Sep 09 18:52:57 root.DOMAIN.de proftpd[4312]: 2016-09-09 18:52:57,911 root.DOMAIN.de proftpd[4318]: fatal: error processing configuration file '/etc/proftpd/proftpd.conf'

Was genau muss ich da jetzt tun?
 
Last edited by a moderator:
Ausgabe von check-config:

Code:
root@root:/etc# /etc/init.d/proftpd check-config
2016-09-09 18:56:12,350 root.DOMAIN.de proftpd[4435]: warning: handling possibly truncated configuration data at line 188 of '/etc/proftpd/proftpd.conf'
2016-09-09 18:56:12,350 root.DOMAIN.de proftpd[4435]: warning: unable to determine IP address of 'root.DOMAIN.de'
2016-09-09 18:56:12,350 root.DOMAIN.de proftpd[4435]: error: no valid servers configured
2016-09-09 18:56:12,351 root.DOMAIN.de proftpd[4435]: fatal: error processing configuration file '/etc/proftpd/proftpd.conf'


Ab Zeile 188 steht aber nur das.

Code:
# Include other custom configuration files
Include /etc/proftpd/conf.d/

der Ordner "conf.d" ist leer - wie auch auf einem anderen Server wo es funtkioniert :/
 
Code:
root@root:/etc# /etc/init.d/proftpd check-config
2016-09-09 18:56:12,350 root.DOMAIN.de proftpd[4435]: warning: unable to determine IP address of 'root.DOMAIN.de'
2016-09-09 18:56:12,350 root.DOMAIN.de proftpd[4435]: error: no valid servers configured

Da steht alles relevante.
Die weiteren Schritte musst du als Administrator kennen.
 
Was muss ich denn tun?...

Die weiteren Schritte musst du als Administrator kennen.

Das solltest du als Serveradmin selbst erkennen können.

Ich persönlich werde dir keine weiteren Tipps o.ä. geben.
Wenn du nicht weißt, wie du einen Server zu administrieren hast, fahre ihn herunter, und miete dir einen Webspace oder Managed (V)Server.

Alles andere ist meiner Ansicht nach grob fahrlässig.
 
Back
Top