[ubuntu server 20.04] systemctl issue
Posted: Sat Apr 25, 2020 9:19 pm
Hi,
I just came from installing f@h client on a ubuntu server 20.04, but there is an issue with systemctl (see below).
top shows the client is running.
Is there anything I should do to get systemctl handle f@h client as a service?
I just came from installing f@h client on a ubuntu server 20.04, but there is an issue with systemctl (see below).
top shows the client is running.
Is there anything I should do to get systemctl handle f@h client as a service?
Code: Select all
gustavo@srv:~$ sudo tail -f /var/log/syslog
Apr 25 21:08:13 srv systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Apr 25 21:08:14 srv systemd[1]: Reloading.
Apr 25 21:08:14 srv systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Apr 25 21:08:15 srv systemd[1]: Starting LSB: Folding@home Client...
Apr 25 21:08:15 srv FAHClient[21254]: Starting fahclient ... FAIL
Apr 25 21:08:15 srv systemd[1]: FAHClient.service: Control process exited, code=exited, status=1/FAILURE
Apr 25 21:08:15 srv systemd[1]: FAHClient.service: Failed with result 'exit-code'.
Apr 25 21:08:15 srv systemd[1]: Failed to start LSB: Folding@home Client.
Apr 25 21:08:15 srv systemd[1]: Reloading.
Apr 25 21:08:15 srv systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Apr 25 21:09:01 srv CRON[21342]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
^C
gustavo@srv:~$ sudo systemctl status FAHClient
● FAHClient.service - LSB: Folding@home Client
Loaded: loaded (/etc/init.d/FAHClient; generated)
Active: failed (Result: exit-code) since Sat 2020-04-25 18:08:15 -03; 1min 31s ago
Docs: man:systemd-sysv-generator(8)
Tasks: 16 (limit: 4494)
Memory: 112.7M
CGroup: /system.slice/FAHClient.service
├─21263 /usr/bin/FAHClient /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
├─21265 /usr/bin/FAHClient --child /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
├─21331 /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/v7/lin/64bit/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01>
└─21335 /var/lib/fahclient/cores/cores.foldingathome.org/v7/lin/64bit/Core_a7.fah/FahCore_a7 -dir 00 -suffix 01 -version 706 -lifeline >
Apr 25 18:08:15 srv systemd[1]: Starting LSB: Folding@home Client...
Apr 25 18:08:15 srv FAHClient[21254]: Starting fahclient ... FAIL
Apr 25 18:08:15 srv systemd[1]: FAHClient.service: Control process exited, code=exited, status=1/FAILURE
Apr 25 18:08:15 srv systemd[1]: FAHClient.service: Failed with result 'exit-code'.
Apr 25 18:08:15 srv systemd[1]: Failed to start LSB: Folding@home Client.