Failed to get properties: Activation of org.freedesktop.systemd1 timed out

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
CT-999-bash-4.2# service httpd status
Redirecting to /bin/systemctl status httpd.service
Failed to get properties: Connection timed out
CT-999-bash-4.2# service ntpd status
Redirecting to /bin/systemctl status ntpd.service
Failed to get properties: Activation of org.freedesktop.systemd1 timed out
 
Hi.

after i rebuild apache


Hello

Fresh install of apache 2.4.23 not compiled mod_systemd.so by default. Workaround:

mkdir -p /usr/local/directadmin/custombuild/custom/ap2
cp /usr/local/directadmin/custombuild/configure/ap2/configure.apache /usr/local/directadmin/custombuild/custom/ap2/

add line like this

"--enable-headers" \
"--enable-systemd"

run ./build apache

Voila!

PS. Bug has been reported to DA support helpdesk.

=================================

Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Enabling httpd in systemd...
Failed to execute operation: Connection timed out
Failed to execute operation: Activation of org.freedesktop.systemd1 timed out
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using 188.166.xxx.xxx for your server IP
Restarting apache.
Failed to stop httpd.service: Activation of org.freedesktop.systemd1 timed out
Failed to get load state of httpd.service: Activation of org.freedesktop.systemd1 timed out
 
Back
Top