[opensuse] tumbleweed update libvirtd did not start any more.
Hi, updated tumbleweed from: 20190607 -> 20191002 libvirt will not start any more. (before was running) ● libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sat 2019-10-05 16:46:22 CEST; 3min 20s ago Docs: man:libvirtd(8) https://libvirt.org Process: 9810 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=exited, status=6) Main PID: 9810 (code=exited, status=6) Oct 05 16:46:22 becherer2 systemd[1]: libvirtd.service: Service RestartSec=100ms expired, scheduling restart. Oct 05 16:46:22 becherer2 systemd[1]: libvirtd.service: Scheduled restart job, restart counter is at 5. Oct 05 16:46:22 becherer2 systemd[1]: Stopped Virtualization daemon. Oct 05 16:46:22 becherer2 systemd[1]: libvirtd.service: Start request repeated too quickly. Oct 05 16:46:22 becherer2 systemd[1]: libvirtd.service: Failed with result 'exit-code'. Oct 05 16:46:22 becherer2 systemd[1]: Failed to start Virtualization daemon. ● libvirtd.socket - Libvirt local socket Loaded: loaded (/usr/lib/systemd/system/libvirtd.socket; disabled; vendor preset: disabled) Active: failed (Result: service-start-limit-hit) since Sat 2019-10-05 16:46:22 CEST; 3min 20s ago Listen: /run/libvirt/libvirt-sock (Stream) Oct 05 16:46:21 becherer2 systemd[1]: Listening on Libvirt local socket. Oct 05 16:46:22 becherer2 systemd[1]: libvirtd.socket: Failed with result 'service-start-limit-hit'. what should this tell me???? simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
I found also this: - The job identifier is 4034. Okt 05 16:43:39 becherer2 systemd[1]: Starting Virtualization daemon... -- Subject: A start job for unit libvirtd.service has begun execution -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- A start job for unit libvirtd.service has begun execution. -- -- The job identifier is 3956. Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: info : libvirt version: 5.7.0 Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: info : hostname: becherer2 Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: error : daemonSetupNetworking:427 : --listen parameter not permitted with systemd activation sockets, see 'man libvirtd' for further guidance Okt 05 16:43:39 becherer2 systemd[1]: libvirtd.service: Main process exited, code=exited, status=6/NOTCONFIGURED -- Subject: Unit process exited -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- An ExecStart= process belonging to unit libvirtd.service has exited. -- -- The process' exit code is 'exited' and its exit status is 6. Okt 05 16:43:39 becherer2 systemd[1]: libvirtd.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The unit libvirtd.service has entered the 'failed' state with result 'exit-code'. Okt 05 16:43:39 becherer2 systemd[1]: Failed to start Virtualization daemon. -- Subject: A start job for unit libvirtd.service has failed -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- A start job for unit libvirtd.service has finished with a failure. -- -- The job identifier is 3956 and the job result is failed. Okt 05 16:43:39 becherer2 systemd[1]: libvirtd.service: Service RestartSec=100ms expired, scheduling restart. Okt 05 16:43:39 becherer2 systemd[1]: libvirtd.service: Scheduled restart job, restart counter is at 1. -- Subject: Automatic restarting of a unit has been scheduled -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ===================================================== so this seems to be the problem, but i do not understand the man page and have no idea why this happends, and how to fix. simoN -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, 2019-10-05 at 17:13 +0200, Simon Becherer wrote:
I found also this:
- The job identifier is 4034. Okt 05 16:43:39 becherer2 systemd[1]: Starting Virtualization daemon... -- Subject: A start job for unit libvirtd.service has begun execution -- Defined-By: systemd -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- A start job for unit libvirtd.service has begun execution. -- -- The job identifier is 3956. Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: info : libvirt version: 5.7.0 Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: info : hostname: becherer2 Okt 05 16:43:39 becherer2 libvirtd[9571]: 9571: error : daemonSetupNetworking:427 : --listen parameter not permitted with systemd activation sockets, see 'man libvirtd' for further guidance Okt 05 16:43:39 becherer2 systemd[1]: libvirtd.service: Main process exited, code=exited, status=6/NOTCONFIGURED -- Subject: Unit process exited ...snip
Here is a bug report at RedHat that may be helpful: https://bugzilla.redhat.com/show_bug.cgi?id=1750340 Mark -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 05.10.19 um 17:29 schrieb Mark Petersen:
Here is a bug report at RedHat that may be helpful: https://bugzilla.redhat.com/show_bug.cgi?id=1750340
thanks for the hint. i found the file: /etc/sysconfig/libvirtd and i changed the line: LIBVIRTD_ARGS="--listen" to LIBVIRTD_ARGS="" now it starts again. -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Mark Petersen
-
Simon Becherer