Bug 51668 - После установки не запускается демон libvirt.
Summary: После установки не запускается демон libvirt.
Status: UNCONFIRMED
Alias: None
Product: Branch p11
Classification: Unclassified
Component: libvirt (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 normal
Assignee: qa-team@altlinux.org
QA Contact: qa-p11@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-08 18:21 MSK by saber716rus
Modified: 2024-10-08 18:21 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saber716rus 2024-10-08 18:21:48 MSK
приходится в ручную запускать
root@host-220 ~ [1]# systemctl enable libvirtd.service 
Synchronizing state of libvirtd.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable libvirtd
Created symlink /etc/systemd/system/multi-user.target.wants/libvirtd.service → /usr/lib/systemd/system/libvirtd.service.
Created symlink /etc/systemd/system/sockets.target.wants/virtlockd.socket → /usr/lib/systemd/system/virtlockd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/virtlogd.socket → /usr/lib/systemd/system/virtlogd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd.socket → /usr/lib/systemd/system/libvirtd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-ro.socket → /usr/lib/systemd/system/libvirtd-ro.socket.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-admin.socket → /usr/lib/systemd/system/libvirtd-admin.socket.
Created symlink /etc/systemd/system/sockets.target.wants/virtlockd-admin.socket → /usr/lib/systemd/system/virtlockd-admin.socket.
Created symlink /etc/systemd/system/sockets.target.wants/virtlogd-admin.socket → /usr/lib/systemd/system/virtlogd-admin.socket.
root@host-220 ~# systemctl start libvirtd.service
root@host-220 ~# systemctl status libvirtd.service
● libvirtd.service - libvirt legacy monolithic daemon
     Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; preset: enabled)
     Active: active (running) since Tue 2024-10-08 18:19:25 MSK; 7s ago
TriggeredBy: ● libvirtd-ro.socket
             ● libvirtd.socket
             ● libvirtd-admin.socket
       Docs: man:libvirtd(8)
             https://libvirt.org/
   Main PID: 5024 (libvirtd)
      Tasks: 19 (limit: 32768)
     Memory: 13.4M (peak: 14.5M)
        CPU: 18ms
     CGroup: /system.slice/libvirtd.service
             └─5024 /usr/sbin/libvirtd --timeout 120

окт 08 18:19:25 host-220 systemd[1]: Starting libvirtd.service - libvirt legacy monolithic daemon...
окт 08 18:19:25 host-220 systemd[1]: Started libvirtd.service - libvirt legacy monolithic daemon.
root@host-220 ~#