Anlegen von Domain schlägt immer wieder fehl [GELÖST]
-
- Posts: 28
- Joined: Thu 26. Oct 2017, 11:55
Anlegen von Domain schlägt immer wieder fehl
# journalctl -xe
.
.
-- The error number returned by this process is 2.
Dec 20 09:23:02 srv25.sbls.at systemd[1]: apache2.service: Control process exited, code=exited status=226
Dec 20 09:23:02 srv25.sbls.at systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: Unit apache2.service has finished reloading its configuration
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit apache2.service has finished reloading its configuration
--
-- The result is failed.
Dec 20 09:23:02 srv25.sbls.at sudo[32095]: pam_unix(sudo:session): session closed for user root
Dec 20 09:23:12 srv25.sbls.at sudo[32105]: root : TTY=unknown ; PWD=/root ; USER=root ; COMMAND=/usr/sbin/service apache2 reload
Dec 20 09:23:12 srv25.sbls.at sudo[32105]: pam_unix(sudo:session): session opened for user root by (uid=0)
Dec 20 09:23:12 srv25.sbls.at systemd[1]: Reloading The Apache HTTP Server.
-- Subject: Unit apache2.service has begun reloading its configuration
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit apache2.service has begun reloading its configuration
Dec 20 09:23:12 srv25.sbls.at systemd[32111]: apache2.service: Failed at step NAMESPACE spawning /usr/sbin/apachectl: No such file or directory
-- Subject: Process /usr/sbin/apachectl could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The process /usr/sbin/apachectl could not be executed and failed.
--
-- The error number returned by this process is 2.
Dec 20 09:23:12 srv25.sbls.at systemd[1]: apache2.service: Control process exited, code=exited status=226
Dec 20 09:23:12 srv25.sbls.at systemd[1]: Reload failed for The Apache HTTP Server.
-- Subject: Unit apache2.service has finished reloading its configuration
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit apache2.service has finished reloading its configuration
Die neusten Log-Einträge - update log
[20-Dec-2017 09:30:01] INFO --> load tasks ... 2 found
[20-Dec-2017 09:30:01] DEBUG --> task type IDs: 500, 600
[20-Dec-2017 09:30:01] DEBUG --> Bind: __construct()
[20-Dec-2017 09:30:01] DEBUG --> Bind: writeConfig()
[20-Dec-2017 09:30:01] DEBUG --> Bind: checkDirectory()
[20-Dec-2017 09:30:01] DEBUG --> Bind: directory "/etc/bind/keyhelp_domains/" already exists
[20-Dec-2017 09:30:01] DEBUG --> Bind: getNameserver()
[20-Dec-2017 09:30:01] DEBUG --> Bind: 2 nameservers found
[20-Dec-2017 09:30:01] DEBUG --> Bind: getIPs()
[20-Dec-2017 09:30:01] DEBUG --> Bind: 2 ips found
[20-Dec-2017 09:30:01] DEBUG --> Bind: generate zone file for domain "gzracing.at"
[20-Dec-2017 09:30:01] INFO --> Bind: write zone file for domain "gzracing.at"
[20-Dec-2017 09:30:01] DEBUG --> Bind: generateKeyhelpConf()
[20-Dec-2017 09:30:01] INFO --> Bind: write config file "named.conf.keyhelp"
[20-Dec-2017 09:30:01] DEBUG --> Bind: checkSyntax()
[20-Dec-2017 09:30:01] DEBUG --> Bind: syntax ok
[20-Dec-2017 09:30:01] INFO --> Bind: reload bind config
[20-Dec-2017 09:30:02] DEBUG --> Apache: applyAllConfigChanges()
[20-Dec-2017 09:30:02] DEBUG --> Apache: checkDirectories()
[20-Dec-2017 09:30:02] DEBUG --> Apache: cleanAll()
[20-Dec-2017 09:30:02] DEBUG --> Apache: cleanVhosts()
[20-Dec-2017 09:30:02] DEBUG --> Apache: cleanCustomVhosts()
[20-Dec-2017 09:30:02] DEBUG --> Apache: cleanPhpFpmPools()
[20-Dec-2017 09:30:02] DEBUG --> Apache: cleanHtpasswd()
[20-Dec-2017 09:30:02] DEBUG --> Apache: getUserIdsWithModifiedDomains()
[20-Dec-2017 09:30:02] DEBUG --> Apache: we will now apply configs changes of user id "25"
[20-Dec-2017 09:30:02] DEBUG --> Apache: config data loaded for user id "25" ("gzr001rk")
[20-Dec-2017 09:30:02] DEBUG --> load domain "gzracing.at"
[20-Dec-2017 09:30:02] DEBUG --> domain without ssl option
[20-Dec-2017 09:30:02] DEBUG --> Apache: add vhost container for domain "gzracing.at"
[20-Dec-2017 09:30:02] DEBUG --> Apache: save config to "/etc/apache2/keyhelp/vhosts/gzr001rk.conf"
[20-Dec-2017 09:30:02] DEBUG --> PHP-FPM: add php-fpm pool "[gzr001rk]" for domain "gzracing.at"
[20-Dec-2017 09:30:02] DEBUG --> save config to "/etc/php/7.0/fpm/keyhelp_pool/gzr001rk.conf"
[20-Dec-2017 09:30:02] DEBUG --> Apache: reloadApache()
[20-Dec-2017 09:30:02] DEBUG --> Apache: syntax ok
[20-Dec-2017 09:30:02] DEBUG --> Apache: reloading apache
[20-Dec-2017 09:30:02] DEBUG --> apache reported an error while reloading, we sleep for some seconds and try again...
[20-Dec-2017 09:30:12] ERROR --> Apache: failed to reload
Re: Anlegen von Domain schlägt immer wieder fehl [GELÖST]
das Problem hatten wir auch schon auf einem unserer Server. Bei uns hat ein Apache restart geholfen, also
Code: Select all
service apache2 restart
Viele Grüße,
Lars
-
- Posts: 28
- Joined: Thu 26. Oct 2017, 11:55
Re: Anlegen von Domain schlägt immer wieder fehl
