Bug 1919994 - Silverblue: unable to add user to libvirt group
Summary: Silverblue: unable to add user to libvirt group
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: ostree
Version: 35
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Colin Walters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-25 14:20 UTC by Sampson Fung
Modified: 2022-05-31 08:10 UTC (History)
25 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-01-28 17:38:07 UTC
Type: Bug


Attachments (Terms of Use)

Description Sampson Fung 2021-01-25 14:20:50 UTC
Description of problem:
When adding user to the group, group not found
When trying to create the group, group already existed

Version-Release number of selected component (if applicable):
Not sure in the main system.

But inside toolbox

$ rpm -qa | grep shadow-util
shadow-utils-4.8.1-4.fc33.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Silverblue, fully updated
2. $sudo usermod -a -G libvirt $(whoami)
usermod: group 'libvirt' does not exist
3. $sudo groupadd --system libvirt
groupadd: group 'libvirt' already exists


Actual results:
usermod: group 'libvirt' does not exist
groupadd: group 'libvirt' already exists

Expected results:
Either group can be created OR members can be added

Additional info:
$ rpm-ostree status
State: idle
Deployments:
● ostree://fedora:fedora/33/x86_64/silverblue
                   Version: 33.20210124.0 (2021-01-24T00:47:14Z)
                BaseCommit: b2d6c625a8d44f4d96a966e911db2d7bdfbe9a0e78812210c7c1dde00529ec74
              GPGSignature: Valid signature by 963A2BEB02009608FE67EA4249FD77499570FF31
           LayeredPackages: f3 fedora-workstation-repositories google-chrome hdparm ibus-cangjie-engine-cangjie libvirt-daemon-config-network libvirt-daemon-kvm
                            python-libvirt python-lxml qemu-kvm smartmontools virt-install virt-manager virt-viewer

Comment 1 Iker Pedrosa 2021-01-26 15:40:16 UTC
For me it's not clear whether libvirt group exists or not. Can you execute "getent group libvirt" and post the output? This will help me focus on usermod or groupadd utilities.

Bu the way, what do you mean by toolbox?

Comment 2 Sampson Fung 2021-01-27 05:22:21 UTC
(In reply to Iker Pedrosa from comment #1)

# sudo getent group libvirt
libvirt:x:965:

> Bu the way, what do you mean by toolbox?

https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/

I run the command to check the version of shadow-utils again now:

[mainsystem]$sudo rpm -qa shadow-utils
warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
shadow-utils-4.8.1-5.fc33.x86_64

[user@toolbox ntfs.8t]$sudo rpm -qa shadow-utils
shadow-utils-4.8.1-4.fc33.x86_64

Sorry for the confusions.

Comment 3 Iker Pedrosa 2021-01-27 10:25:12 UTC
So the user libvirt exists, then the problem is related with adding a user to a group. I'll try to reproduce the problem myself, but in the meanwhile, can you clarify other aspects of the bug? Is this a fresh Fedora install or an updated system? Did you reboot the system after the install/update? If not, can you reboot it and check again whether the user can be added to libvirt group?

By the way, thank you for clarifying what toolbox means.

Comment 4 Sampson Fung 2021-01-27 12:29:15 UTC
It is a fresh Silverblue installation - the whole disk is reformated for this installation.

While cannot reboot this machine now, I tested on another Silverblue notebook machine.  

Same results.

Comment 5 Sampson Fung 2021-01-27 13:37:01 UTC
Just installed a guest VM from the lastest Silverblue compose https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20210124.n.0/compose/Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-Rawhide-20210124.n.0.iso

Problem is fixed:

rpm -qa | grep shadow-util
shadow-utils-4.8.1-6.fc34.x86_64
[sf@fedora ~]$ sudo usermod -a -G libvirt sf
usermod: group 'libvirt' does not exist
[sf@fedora ~]$ sudo groupadd --system libvirt
[sf@fedora ~]$ sudo usermod -a -G libvirt sf

$ sudo rpm-ostree status
State: idle
Deployments:
● ostree://fedora:fedora/rawhide/x86_64/silverblue
                   Version: Rawhide.20210124.n.0 (2021-01-24T06:10:50Z)
                    Commit: 3bdf365e26b2203dab58dc9f5e1b7f840d14515b95d8084070bd4b0848dc503f
              GPGSignature: Valid signature by 963A2BEB02009608FE67EA4249FD77499570FF31

Comment 6 Iker Pedrosa 2021-01-27 14:38:38 UTC
I've installed a VM with Silverblue (Fedora-Silverblue-ostree-x86_64-33-1.2.iso) and it seems to work correctly.
In Silverblue's VM:
[ipedrosa@localhost ~]$ rpm -qa shadow-utils
shadow-utils-4.8.1-4.fc33.x86_64
[ipedrosa@localhost ~]$ rpm-ostree status
State: idle
Deployments:
● ostree://fedora:fedora/33/x86_64/silverblue
                   Version: 33.1.2 (2020-10-19T20:09:14Z)
                    Commit: 7e1aaaca7dae8d066c139ca2627e470c285e625c30c924774b8d98698fa6b8b7
              GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0

In toolbox:
[ipedrosa@toolbox ~]$ rpm -qa | grep shadow-util
shadow-utils-4.8.1-4.fc33.x86_64
[ipedrosa@toolbox ~]$ id
uid=1000(ipedrosa) gid=1000(ipedrosa) groups=1000(ipedrosa)
[ipedrosa@toolbox ~]$ getent group libvirt
[ipedrosa@toolbox ~]$ sudo usermod -a -G libvirt ipedrosa
usermod: group 'libvirt' does not exist
[ipedrosa@toolbox ~]$ sudo groupadd --system libvirt
[ipedrosa@toolbox ~]$ sudo usermod -a -G libvirt ipedrosa
[ipedrosa@toolbox ~]$ getent group libvirt
libvirt:x:995:ipedrosa

Comment 7 Sampson Fung 2021-01-27 18:48:43 UTC
Thank you for looking at this issue.

Yes, out of box, SB33 working normally regarding changing the group "libvirt".

The problem only occurs after virt-manager is install by:

$ sudo rpm-ostree install virt-manager
$ sudo systemctl reboot

# after reboot
$ sudo usermod -a -G libvirt
usermod: group 'libvirt' does not exist
[sf@sb33grp ~]$ sudo groupadd --system libvirt
groupadd: group 'libvirt' already exists
[sf@sb33grp ~]$ sudo rpm-ostree status
State: busy
Transaction: upgrade (download only)
  Initiator: client(id:gnome-software dbus:1.116 unit:app-gnome-gnome\x2dsoftware\x2dservice-1974.scope uid:1000)
Deployments:
● ostree://fedora:fedora/33/x86_64/silverblue
                   Version: 33.20210127.0 (2021-01-27T00:47:33Z)
                BaseCommit: 71406bae5957d4d5e103e58fe622d8de61c07dc7a5a4a5e2a98ac6fc4b9ec6c0
              GPGSignature: Valid signature by 963A2BEB02009608FE67EA4249FD77499570FF31
           LayeredPackages: virt-manager

Comment 8 Iker Pedrosa 2021-01-28 08:53:54 UTC
In my case it's working correctly.
In Silverblue:
[ipedrosa@localhost ~]$ sudo rpm-ostree install virt-manager
[ipedrosa@localhost ~]$ sudo systemctl reboot
[ipedrosa@localhost ~]$ sudo rpm-ostree status
State: idle
Deployments:
● ostree://fedora:fedora/33/x86_64/silverblue
                   Version: 33.1.2 (2020-10-19T20:09:14Z)
                BaseCommit: 7e1aaaca7dae8d066c139ca2627e470c285e625c30c924774b8d98698fa6b8b7
              GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0
           LayeredPackages: virt-manager

  ostree://fedora:fedora/33/x86_64/silverblue
                   Version: 33.1.2 (2020-10-19T20:09:14Z)
                    Commit: 7e1aaaca7dae8d066c139ca2627e470c285e625c30c924774b8d98698fa6b8b7
              GPGSignature: Valid signature by 97A1AE57C3A2372CCA3A4ABA6C13026D12C944D0

In newly created toolbox:
[ipedrosa@toolbox ~]$ getent group libvirt
[ipedrosa@toolbox ~]$ sudo usermod -a -G libvirt ipedrosa
usermod: group 'libvirt' does not exist
[ipedrosa@toolbox ~]$ sudo groupadd --system libvirt
[ipedrosa@toolbox ~]$ sudo usermod -a -G libvirt ipedrosa
[ipedrosa@toolbox ~]$ getent group libvirt
libvirt:x:995:ipedrosa


Can you provide additional information? Maybe some logs? By the way, it would help me if you could indicate clearly where you are executing each command.

Comment 9 Sampson Fung 2021-01-28 13:20:26 UTC
Yes, I can collect logs
I can revert to my KVM guest snapshot to just before installing virt-manager and test.

Please let me know how to collect them.

I execute the commands in the main shell, not inside any container nor toolbox.

Comment 10 Sampson Fung 2021-01-28 15:04:08 UTC
OS status:  SB33 fresh install, no updates applied.  NO toolbox created.

Command: (it is run in the main shell, NOT inside toolbox.)
# sudo rpm-ostree install virt-manager

# Command Output
sf@virtmgr 09:52:50# sudo rpm-ostree install virt-manager
Checking out tree 7e1aaac... done
Enabled rpm-md repositories: fedora-cisco-openh264 updates fedora
rpm-md repo 'fedora-cisco-openh264' (cached); generated: 2020-08-25T19:10:34Z
rpm-md repo 'updates' (cached); generated: 2021-01-28T01:02:42Z
rpm-md repo 'fedora' (cached); generated: 2020-10-19T23:27:19Z
Importing rpm-md... done
Resolving dependencies... done
Will download: 120 packages (44.9 MB)
Downloading from 'updates'... done
Downloading from 'fedora'... done
Importing packages... done
Checking out packages... done
Running pre scripts... done
Running post scripts... done
Running posttrans scripts... done
Writing rpmdb... done
Writing OSTree commit... done
Staging deployment... done
Freed: 430.7 MB (pkgcache branches: 0)
Added:
  SDL2-2.0.14-1.fc33.x86_64
  augeas-libs-1.12.0-4.fc33.x86_64
  boost-iostreams-1.73.0-9.fc33.x86_64
  bridge-utils-1.6-6.fc33.x86_64
  capstone-4.0.2-3.fc33.x86_64
  corosynclib-3.1.0-2.fc33.x86_64
  cyrus-sasl-2.1.27-6.fc33.x86_64
  daxctl-libs-71.1-1.fc33.x86_64
  device-mapper-multipath-libs-0.8.4-7.fc33.x86_64
  edk2-ovmf-20200801stable-3.fc33.noarch
  fmt-7.0.3-1.fc33.x86_64
  genisoimage-1.1.11-46.fc33.x86_64
  glusterfs-8.3-1.fc33.x86_64
  glusterfs-cli-8.3-1.fc33.x86_64
  glusterfs-client-xlators-8.3-1.fc33.x86_64
  glusterfs-fuse-8.3-1.fc33.x86_64
  gtk-vnc2-1.0.0-3.fc33.x86_64
  gtksourceview4-4.8.0-1.fc33.x86_64
  gvnc-1.0.0-3.fc33.x86_64
  ipxe-roms-qemu-20200823-1.git4bd064de.fc33.noarch
  iscsi-initiator-utils-6.2.1.1-0.gitac87641.fc33.2.x86_64
  iscsi-initiator-utils-iscsiuio-6.2.1.1-0.gitac87641.fc33.2.x86_64
  isns-utils-libs-0.97-11.fc33.x86_64
  jq-1.6-5.fc33.x86_64
  libcacard-3:2.7.0-5.fc33.x86_64
  libfdt-1.6.0-3.fc33.x86_64
  libgfapi0-8.3-1.fc33.x86_64
  libgfrpc0-8.3-1.fc33.x86_64
  libgfxdr0-8.3-1.fc33.x86_64
  libglusterd0-8.3-1.fc33.x86_64
  libglusterfs0-8.3-1.fc33.x86_64
  libibumad-33.0-1.fc33.x86_64
  libiscsi-1.19.0-2.fc33.x86_64
  libnfs-4.0.0-3.fc33.x86_64
  libphodav-2.5-2.fc33.x86_64
  libpmem-1.9-4.fc33.x86_64
  libqb-2.0.1-2.fc33.x86_64
  librados2-2:15.2.8-1.fc33.x86_64
  librbd1-2:15.2.8-1.fc33.x86_64
  librdmacm-33.0-1.fc33.x86_64
  libssh2-1.9.0-6.fc33.x86_64
  liburing-0.7-3.fc33.x86_64
  libusal-1.1.11-46.fc33.x86_64
  libvirt-daemon-6.6.0-5.fc33.x86_64
  libvirt-daemon-config-network-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-interface-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-network-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-nodedev-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-nwfilter-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-qemu-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-secret-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-core-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-disk-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-gluster-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-iscsi-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-iscsi-direct-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-logical-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-mpath-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-rbd-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-scsi-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-sheepdog-6.6.0-5.fc33.x86_64
  libvirt-daemon-driver-storage-zfs-6.6.0-5.fc33.x86_64
  libvirt-daemon-kvm-6.6.0-5.fc33.x86_64
  libvirt-glib-3.0.0-3.fc33.x86_64
  libvirt-libs-6.6.0-5.fc33.x86_64
  libwsman1-2.6.8-16.fc33.x86_64
  lttng-ust-2.12.0-3.fc33.x86_64
  lzop-1.04-5.fc33.x86_64
  mdevctl-0.78-1.fc33.noarch
  ndctl-libs-71.1-1.fc33.x86_64
  netcf-libs-0.2.8-16.fc33.x86_64
  nmap-ncat-2:7.80-5.fc33.x86_64
  numactl-libs-2.0.14-1.fc33.x86_64
  numad-0.5-32.20150602git.fc33.x86_64
  oniguruma-6.9.6-1.fc33.x86_64
  python3-argcomplete-1.12.0-2.fc33.noarch
  python3-libvirt-6.6.0-1.fc33.x86_64
  qemu-audio-alsa-2:5.1.0-9.fc33.x86_64
  qemu-audio-oss-2:5.1.0-9.fc33.x86_64
  qemu-audio-pa-2:5.1.0-9.fc33.x86_64
  qemu-audio-sdl-2:5.1.0-9.fc33.x86_64
  qemu-block-curl-2:5.1.0-9.fc33.x86_64
  qemu-block-dmg-2:5.1.0-9.fc33.x86_64
  qemu-block-gluster-2:5.1.0-9.fc33.x86_64
  qemu-block-iscsi-2:5.1.0-9.fc33.x86_64
  qemu-block-nfs-2:5.1.0-9.fc33.x86_64
  qemu-block-rbd-2:5.1.0-9.fc33.x86_64
  qemu-block-ssh-2:5.1.0-9.fc33.x86_64
  qemu-char-baum-2:5.1.0-9.fc33.x86_64
  qemu-common-2:5.1.0-9.fc33.x86_64
  qemu-device-display-qxl-2:5.1.0-9.fc33.x86_64
  qemu-device-usb-redirect-2:5.1.0-9.fc33.x86_64
  qemu-device-usb-smartcard-2:5.1.0-9.fc33.x86_64
  qemu-img-2:5.1.0-9.fc33.x86_64
  qemu-kvm-2:5.1.0-9.fc33.x86_64
  qemu-system-x86-2:5.1.0-9.fc33.x86_64
  qemu-system-x86-core-2:5.1.0-9.fc33.x86_64
  qemu-ui-curses-2:5.1.0-9.fc33.x86_64
  qemu-ui-gtk-2:5.1.0-9.fc33.x86_64
  qemu-ui-sdl-2:5.1.0-9.fc33.x86_64
  qemu-ui-spice-app-2:5.1.0-9.fc33.x86_64
  radvd-2.18-6.fc33.x86_64
  seabios-bin-1.14.0-1.fc33.noarch
  seavgabios-bin-1.14.0-1.fc33.noarch
  sgabios-bin-1:0.20180715git-5.fc33.noarch
  sheepdog-1.0.1-13.fc33.x86_64
  snappy-1.1.8-4.fc33.x86_64
  spice-glib-0.39-1.fc33.x86_64
  spice-gtk3-0.39-1.fc33.x86_64
  spice-server-0.14.3-2.fc33.x86_64
  systemd-container-246.6-3.fc33.x86_64
  usbredir-0.8.0-5.fc33.x86_64
  userspace-rcu-0.12.1-2.fc33.x86_64
  virglrenderer-0.8.2-2.20200212git7d204f39.fc33.x86_64
  virt-manager-3.2.0-2.fc33.noarch
  virt-manager-common-3.2.0-2.fc33.noarch
  xen-libs-4.14.1-2.fc33.x86_64
  xen-licenses-4.14.1-2.fc33.x86_64
  zfs-fuse-0.7.2.2-17.fc33.x86_64
Run "systemctl reboot" to start a reboot
sf@virtmgr 09:55:58# 


# Command Log, the command runs at 09:52:50, this log covers the whole duration.  Nots of errors.
an 28 09:52:49 virtmgr.fresh rpm-ostree[4490]: Reading config file '/etc/rpm-ostreed.conf'
Jan 28 09:52:50 virtmgr.fresh systemd[1]: Started rpm-ostree System Management Daemon.
Jan 28 09:52:50 virtmgr.fresh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpm-ostreed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 28 09:52:50 virtmgr.fresh rpm-ostree[4490]: In idle state; will auto-exit in 64 seconds
Jan 28 09:52:50 virtmgr.fresh sudo[4486]: pam_unix(sudo:session): session closed for user root
Jan 28 09:52:50 virtmgr.fresh audit[4486]: USER_END pid=4486 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:52:50 virtmgr.fresh audit[4486]: CRED_DISP pid=4486 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:52:55 virtmgr.fresh audit[4805]: USER_ACCT pid=4805 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="sf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:52:55 virtmgr.fresh audit[4805]: USER_CMD pid=4805 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/var/home/sf" cmd=72706D2D6F737472656520696E7374616C6C20766972742D6D616E61676572 exe="/usr/bin/sudo" terminal=pts/0 res=success'
Jan 28 09:52:55 virtmgr.fresh sudo[4805]:       sf : TTY=pts/0 ; PWD=/var/home/sf ; USER=root ; COMMAND=/usr/bin/rpm-ostree install virt-manager
Jan 28 09:52:55 virtmgr.fresh audit[4805]: CRED_REFR pid=4805 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:52:55 virtmgr.fresh sudo[4805]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Jan 28 09:52:55 virtmgr.fresh audit[4805]: USER_START pid=4805 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:52:55 virtmgr.fresh rpm-ostree[4490]: client(id:cli dbus:1.240 unit:vte-spawn-35e56781-3cb1-47f7-ac00-3803b629a44f.scope uid:0) added; new total=1
Jan 28 09:52:56 virtmgr.fresh rpm-ostree[4490]: Initiated txn PkgChange for client(id:cli dbus:1.240 unit:vte-spawn-35e56781-3cb1-47f7-ac00-3803b629a44f.scope uid:0): /org/projectatomic/rpmostree1/fedora
Jan 28 09:52:56 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:52:56 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:53:09 virtmgr.fresh rpm-ostree[4490]: Librepo version: 1.12.0 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.71.1 OpenSSL/1.1.1g-fips zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.41.0)
Jan 28 09:53:09 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:53:11 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:53:13 virtmgr.fresh rpm-ostree[4490]: Preparing pkg txn; enabled repos: ['fedora-cisco-openh264', 'updates', 'fedora'] solvables: 77097
Jan 28 09:53:14 virtmgr.fresh rpm-ostree[4490]: Downloading: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f33&arch=x86_64
Jan 28 09:53:14 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/x/xen-licenses-4.14.1-2.fc33.x86_64.rpm
Jan 28 09:53:14 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/x/xen-libs-4.14.1-2.fc33.x86_64.rpm
Jan 28 09:53:14 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/v/virt-manager-common-3.2.0-2.fc33.noarch.rpm
Jan 28 09:53:14 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/v/virt-manager-3.2.0-2.fc33.noarch.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/s/spice-gtk3-0.39-1.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/s/spice-glib-0.39-1.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/s/seavgabios-bin-1.14.0-1.fc33.noarch.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/s/seabios-bin-1.14.0-1.fc33.noarch.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-ui-spice-app-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-ui-sdl-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-ui-gtk-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-ui-curses-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-system-x86-core-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-system-x86-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-kvm-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-img-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:15 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-device-usb-smartcard-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:16 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-device-usb-redirect-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:16 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-device-display-qxl-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:16 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-common-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-char-baum-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-ssh-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-rbd-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-nfs-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-iscsi-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-gluster-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-dmg-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-block-curl-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-audio-sdl-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-audio-pa-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-audio-oss-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/q/qemu-audio-alsa-5.1.0-9.fc33.x86_64.rpm
Jan 28 09:53:17 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/o/oniguruma-6.9.6-1.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/n/ndctl-libs-71.1-1.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/m/mdevctl-0.78-1.fc33.noarch.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-libs-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-kvm-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-zfs-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-sheepdog-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-scsi-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-rbd-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-mpath-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-logical-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-iscsi-direct-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-iscsi-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-gluster-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-disk-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:18 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-core-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:19 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-storage-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:19 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-secret-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:19 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-qemu-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-nwfilter-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-nodedev-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-network-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-driver-interface-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-config-network-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libvirt-daemon-6.6.0-5.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/liburing-0.7-3.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/librdmacm-33.0-1.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/librbd1-15.2.8-1.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/librados2-15.2.8-1.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libphodav-2.5-2.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libibumad-33.0-1.fc33.x86_64.rpm
Jan 28 09:53:20 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libglusterfs0-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libglusterd0-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libgfxdr0-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libgfrpc0-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/l/libgfapi0-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/g/glusterfs-fuse-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/g/glusterfs-client-xlators-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/g/glusterfs-cli-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/g/glusterfs-8.3-1.fc33.x86_64.rpm
Jan 28 09:53:21 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/e/edk2-ovmf-20200801stable-3.fc33.noarch.rpm
Jan 28 09:53:22 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/d/daxctl-libs-71.1-1.fc33.x86_64.rpm
Jan 28 09:53:22 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/c/corosynclib-3.1.0-2.fc33.x86_64.rpm
Jan 28 09:53:22 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/b/boost-iostreams-1.73.0-9.fc33.x86_64.rpm
Jan 28 09:53:22 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/updates/33/Everything/x86_64/Packages/s/SDL2-2.0.14-1.fc33.x86_64.rpm
Jan 28 09:53:23 virtmgr.fresh rpm-ostree[4490]: Downloading: https://mirrors.fedoraproject.org/metalink?repo=fedora-33&arch=x86_64
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/z/zfs-fuse-0.7.2.2-17.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/v/virglrenderer-0.8.2-2.20200212git7d204f39.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/u/userspace-rcu-0.12.1-2.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/u/usbredir-0.8.0-5.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/s/systemd-container-246.6-3.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/s/spice-server-0.14.3-2.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/s/snappy-1.1.8-4.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/s/sheepdog-1.0.1-13.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/s/sgabios-bin-0.20180715git-5.fc33.noarch.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/r/radvd-2.18-6.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/p/python3-libvirt-6.6.0-1.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/p/python3-argcomplete-1.12.0-2.fc33.noarch.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/n/numad-0.5-32.20150602git.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/n/numactl-libs-2.0.14-1.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/n/nmap-ncat-7.80-5.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/n/netcf-libs-0.2.8-16.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/lzop-1.04-5.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/lttng-ust-2.12.0-3.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libwsman1-2.6.8-16.fc33.x86_64.rpm
Jan 28 09:53:24 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libvirt-glib-3.0.0-3.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libusal-1.1.11-46.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libssh2-1.9.0-6.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libqb-2.0.1-2.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libpmem-1.9-4.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libnfs-4.0.0-3.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libiscsi-1.19.0-2.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libfdt-1.6.0-3.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/l/libcacard-2.7.0-5.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/j/jq-1.6-5.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/i/isns-utils-libs-0.97-11.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/i/iscsi-initiator-utils-iscsiuio-6.2.1.1-0.gitac87641.fc33.2.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/i/iscsi-initiator-utils-6.2.1.1-0.gitac87641.fc33.2.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/i/ipxe-roms-qemu-20200823-1.git4bd064de.fc33.noarch.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/g/gvnc-1.0.0-3.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/g/gtksourceview4-4.8.0-1.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/g/gtk-vnc2-1.0.0-3.fc33.x86_64.rpm
Jan 28 09:53:25 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/g/genisoimage-1.1.11-46.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/f/fmt-7.0.3-1.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/d/device-mapper-multipath-libs-0.8.4-7.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/c/cyrus-sasl-2.1.27-6.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/c/capstone-4.0.2-3.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/b/bridge-utils-1.6-6.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: Downloading: http://ftp.cuhk.edu.hk/pub/linux/fedora/releases/33/Everything/x86_64/os/Packages/a/augeas-libs-1.12.0-4.fc33.x86_64.rpm
Jan 28 09:53:26 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:53:34 virtmgr.fresh rpm-ostree[4490]: Imported 120 pkgs
Jan 28 09:53:34 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5000]: (2021-01-28 14:53:36:497123): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5000]: Could not open available domains
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[4996]: groupadd: sss_cache exited with status 5
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[4996]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5002]: (2021-01-28 14:53:36:549346): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5002]: Could not open available domains
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[4996]: groupadd: sss_cache exited with status 5
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[4996]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5009]: (2021-01-28 14:53:36:896920): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5009]: Could not open available domains
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5006]: useradd: sss_cache exited with status 5
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5006]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5014]: (2021-01-28 14:53:36:986980): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5014]: Could not open available domains
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5006]: useradd: sss_cache exited with status 5
Jan 28 09:53:36 virtmgr.fresh rpm-ostree(glusterfs.prein)[5006]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:37 virtmgr.fresh rpm-ostree[4490]: Executed %prein for glusterfs in 1630ms
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5034]: (2021-01-28 14:53:37:483417): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5034]: Could not open available domains
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5029]: groupadd: sss_cache exited with status 5
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5029]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5036]: (2021-01-28 14:53:37:581833): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5036]: Could not open available domains
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5029]: groupadd: sss_cache exited with status 5
Jan 28 09:53:37 virtmgr.fresh rpm-ostree(radvd.prein)[5029]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5043]: (2021-01-28 14:53:38:084912): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5043]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5040]: useradd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5040]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5046]: (2021-01-28 14:53:38:131687): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5046]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5040]: useradd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(radvd.prein)[5040]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree[4490]: Executed %prein for radvd in 1119ms
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5065]: (2021-01-28 14:53:38:602888): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5065]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5062]: groupadd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5062]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5068]: (2021-01-28 14:53:38:666233): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5068]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5062]: groupadd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5062]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5073]: (2021-01-28 14:53:38:926345): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5073]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5070]: useradd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5070]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5076]: (2021-01-28 14:53:38:985422): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5076]: Could not open available domains
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5070]: useradd: sss_cache exited with status 5
Jan 28 09:53:38 virtmgr.fresh rpm-ostree(cyrus-sasl.prein)[5070]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:39 virtmgr.fresh rpm-ostree[4490]: Executed %prein for cyrus-sasl in 838ms
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5095]: (2021-01-28 14:53:39:489254): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5095]: Could not open available domains
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5092]: groupadd: sss_cache exited with status 5
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5092]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5097]: (2021-01-28 14:53:39:535300): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5097]: Could not open available domains
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5092]: groupadd: sss_cache exited with status 5
Jan 28 09:53:39 virtmgr.fresh rpm-ostree(libvirt-daemon.prein)[5092]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:39 virtmgr.fresh rpm-ostree[4490]: Executed %prein for libvirt-daemon in 548ms
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5119]: (2021-01-28 14:53:40:069691): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5119]: Could not open available domains
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5113]: groupadd: sss_cache exited with status 5
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5113]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5121]: (2021-01-28 14:53:40:119123): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5121]: Could not open available domains
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5113]: groupadd: sss_cache exited with status 5
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5113]: groupadd: Failed to flush the sssd cache.
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5128]: (2021-01-28 14:53:40:956981): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5128]: Could not open available domains
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5125]: useradd: sss_cache exited with status 5
Jan 28 09:53:40 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5125]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:41 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5132]: (2021-01-28 14:53:41:012506): [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/lib/sss/db/config.ldb]
Jan 28 09:53:41 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5132]: Could not open available domains
Jan 28 09:53:41 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5125]: useradd: sss_cache exited with status 5
Jan 28 09:53:41 virtmgr.fresh rpm-ostree(libvirt-daemon-driver-qemu.prein)[5125]: useradd: Failed to flush the sssd cache.
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %prein for libvirt-daemon-driver-qemu in 1471ms
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %post for glusterfs in 91ms
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %post for zfs-fuse in 275ms
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %post for radvd in 176ms
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %post for numad in 207ms
Jan 28 09:53:41 virtmgr.fresh rpm-ostree[4490]: Executed %post for genisoimage in 136ms
Jan 28 09:53:42 virtmgr.fresh rpm-ostree[4490]: Executed %post for sheepdog in 207ms
Jan 28 09:53:42 virtmgr.fresh rpm-ostree(iscsi-initiator-utils-iscsiuio.post)[5240]: Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket → /usr/lib/systemd/system/iscsiuio.socket.
Jan 28 09:53:42 virtmgr.fresh rpm-ostree[4490]: Executed %post for iscsi-initiator-utils-iscsiuio in 198ms
Jan 28 09:53:42 virtmgr.fresh rpm-ostree(iscsi-initiator-utils.post)[5255]: Created symlink /etc/systemd/system/remote-fs.target.wants/iscsi.service → /usr/lib/systemd/system/iscsi.service.
Jan 28 09:53:42 virtmgr.fresh rpm-ostree(iscsi-initiator-utils.post)[5255]: Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket → /usr/lib/systemd/system/iscsid.socket.
Jan 28 09:53:42 virtmgr.fresh rpm-ostree[4490]: Executed %post for iscsi-initiator-utils in 239ms
Jan 28 09:53:42 virtmgr.fresh rpm-ostree[4490]: Executed %post for qemu-common in 115ms
Jan 28 09:53:42 virtmgr.fresh rpm-ostree[4490]: Executed %post for cyrus-sasl in 173ms
Jan 28 09:53:43 virtmgr.fresh rpm-ostree(libvirt-daemon.post)[5312]: Created symlink /etc/systemd/system/multi-user.target.wants/libvirtd.service → /usr/lib/systemd/system/libvirtd.service.
Jan 28 09:53:43 virtmgr.fresh rpm-ostree(libvirt-daemon.post)[5312]: Created symlink /etc/systemd/system/sockets.target.wants/virtlockd.socket → /usr/lib/systemd/system/virtlockd.socket.
Jan 28 09:53:43 virtmgr.fresh rpm-ostree(libvirt-daemon.post)[5312]: Created symlink /etc/systemd/system/sockets.target.wants/virtlogd.socket → /usr/lib/systemd/system/virtlogd.socket.
Jan 28 09:53:43 virtmgr.fresh rpm-ostree(libvirt-daemon.post)[5312]: Created symlink /etc/systemd/system/sockets.target.wants/libvirtd.socket → /usr/lib/systemd/system/libvirtd.socket.
Jan 28 09:53:43 virtmgr.fresh rpm-ostree(libvirt-daemon.post)[5312]: Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-ro.socket → /usr/lib/systemd/system/libvirtd-ro.socket.
Jan 28 09:53:43 virtmgr.fresh rpm-ostree[4490]: Executed %post for libvirt-daemon in 610ms
Jan 28 09:53:46 virtmgr.fresh rpm-ostree[4490]: Executed %post for libvirt-daemon-driver-network in 2657ms
Jan 28 09:53:46 virtmgr.fresh rpm-ostree[4490]: Executed %post for libvirt-daemon-config-network in 390ms
Jan 28 09:53:46 virtmgr.fresh rpm-ostree[4490]: Executed %post for netcf-libs in 261ms
Jan 28 09:53:47 virtmgr.fresh rpm-ostree[4490]: Executed %posttrans for libvirt-daemon in 170ms
Jan 28 09:53:47 virtmgr.fresh rpm-ostree[4490]: Executed %posttrans for libvirt-daemon-config-network in 129ms
Jan 28 09:53:47 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(gnome-icon-theme) for usr/share/icons/gnome in 379ms; 2294 matched files
Jan 28 09:53:48 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(gdk-pixbuf2) for usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders in 386ms; 14 matched files
Jan 28 09:53:48 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(hicolor-icon-theme) for usr/share/icons/hicolor in 251ms; 228 matched files
Jan 28 09:53:48 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(glib2) for usr/lib64/gio/modules in 298ms; 8 matched files
Jan 28 09:53:48 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(glib2) for usr/share/glib-2.0/schemas in 412ms; 117 matched files
Jan 28 09:53:49 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(info) for usr/share/info in 456ms; 65 matched files
Jan 28 09:53:49 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(usr/lib64/gtk-2.0/immodules/) for gtk2
Jan 28 09:53:49 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(gtk2) for usr/lib64/gtk-2.0/2.10.0/immodules/, usr/lib64/gtk-2.0/immodules/ in 385ms; 1 matched files
Jan 28 09:53:50 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(gnome-themes-extra) for usr/share/icons/HighContrast in 481ms; 3458 matched files
Jan 28 09:53:50 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(gtk3) for usr/lib64/gtk-3.0/3.0.0/immodules in 302ms; 1 matched files
Jan 28 09:53:50 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(systemd-udev) for usr/lib/udev/hwdb.d in 117ms; 25 matched files
Jan 28 09:53:50 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(systemd-udev) for usr/lib/udev/rules.d in 127ms; 123 matched files
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(shared-mime-info) for usr/share/mime in 139ms; 826 matched files
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(usr/local/share/fonts) for fontconfig
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(usr/share/X11/fonts/TTF) for fontconfig
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(usr/share/X11/fonts/Type1) for fontconfig
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(fontconfig) for usr/local/share/fonts, usr/share/X11/fonts/TTF, usr/share/X11/fonts/Type1, usr/share/fonts in 291ms; 249 matched files
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(lib) for glibc-common
Jan 28 09:53:51 virtmgr.fresh rpm-ostree[4490]: No files matched %transfiletriggerin(lib64) for glibc-common
Jan 28 09:53:54 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(glibc-common) for lib, lib64, usr/lib, usr/lib64 in 2674ms; 26556 matched files
Jan 28 09:53:54 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(adwaita-icon-theme) for usr/share/icons/Adwaita in 631ms; 5997 matched files
Jan 28 09:53:55 virtmgr.fresh rpm-ostree[4490]: Executed %transfiletriggerin(desktop-file-utils) for usr/share/applications in 229ms; 81 matched files
Jan 28 09:53:55 virtmgr.fresh rpm-ostree[4490]: sanitycheck(/usr/bin/true) successful
Jan 28 09:53:55 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:54:28 virtmgr.fresh systemd[1425]: Starting Cleanup of User's Temporary Files and Directories...
Jan 28 09:54:28 virtmgr.fresh systemd[1425]: systemd-tmpfiles-clean.service: Succeeded.
Jan 28 09:54:28 virtmgr.fresh systemd[1425]: Finished Cleanup of User's Temporary Files and Directories.
Jan 28 09:55:04 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:55:05 virtmgr.fresh rpm-ostree[4490]: sanitycheck(rpmdb) successful
Jan 28 09:55:05 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:55:21 virtmgr.fresh rpm-ostree[4490]: Wrote commit: 285defefec52d1c9d22b01bd219533215b75bf5e661b9e6d25b176b8c3cb7586; New objects: meta:547 content:222 totaling 51.5 MB)
Jan 28 09:55:22 virtmgr.fresh systemd[1]: Finished OSTree Finalize Staged Deployment.
Jan 28 09:55:22 virtmgr.fresh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=ostree-finalize-staged comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 28 09:55:37 virtmgr.fresh rpm-ostree[4490]: Created new deployment /ostree/deploy/fedora/deploy/285defefec52d1c9d22b01bd219533215b75bf5e661b9e6d25b176b8c3cb7586.0
Jan 28 09:55:42 virtmgr.fresh rpm-ostree[4490]: warning: Found bdb Packages database while attempting sqlite backend: using bdb backend.
Jan 28 09:55:51 virtmgr.fresh rpm-ostree[4490]: Txn PkgChange on /org/projectatomic/rpmostree1/fedora successful
Jan 28 09:55:58 virtmgr.fresh rpm-ostree[4490]: client(id:cli dbus:1.240 unit:vte-spawn-35e56781-3cb1-47f7-ac00-3803b629a44f.scope uid:0) vanished; remaining=0
Jan 28 09:55:58 virtmgr.fresh rpm-ostree[4490]: In idle state; will auto-exit in 60 seconds
Jan 28 09:55:58 virtmgr.fresh sudo[4805]: pam_unix(sudo:session): session closed for user root
Jan 28 09:55:58 virtmgr.fresh audit[4805]: USER_END pid=4805 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:55:58 virtmgr.fresh audit[4805]: CRED_DISP pid=4805 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 09:56:15 virtmgr.fresh gnome-shell[1543]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 11ms, your system is too slow
Jan 28 09:56:58 virtmgr.fresh rpm-ostree[4490]: In idle state; will auto-exit in 60 seconds
Jan 28 09:56:58 virtmgr.fresh systemd[1]: rpm-ostreed.service: Succeeded.
Jan 28 09:56:58 virtmgr.fresh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpm-ostreed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 28 09:56:58 virtmgr.fresh systemd[1]: rpm-ostreed.service: Consumed 1min 32.738s CPU time.
Jan 28 09:57:07 virtmgr.fresh gnome-shell[1543]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 13ms, your system is too slow
Jan 28 09:57:29 virtmgr.fresh gnome-shell[1543]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 14ms, your system is too slow
Jan 28 09:58:33 virtmgr.fresh gnome-shell[1543]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 22ms, your system is too slow

Comment 11 Sampson Fung 2021-01-28 15:12:02 UTC
This is the logs following reboot after doing rpm-ostree instaall virt-manager


#Commands and output.  Time stamp in the prompt.  Run in the main shell, NOT in toolbox.
sf@virtmgr 10:08:34# getent group libvirt
libvirt:x:966:
sf@virtmgr 10:08:41# sudo usermod -a -G libvirt sf
usermod: group 'libvirt' does not exist
sf@virtmgr 10:08:52# sudo groupadd --system libvirt
groupadd: group 'libvirt' already exists
sf@virtmgr 10:09:02# 


# sudo journalctl -f output during the command durations
Jan 28 10:08:27 virtmgr.fresh gnome-shell[1502]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 11ms, your system is too slow
Jan 28 10:08:43 virtmgr.fresh systemd[1368]: Starting Mark boot as successful...
Jan 28 10:08:43 virtmgr.fresh systemd[1368]: grub-boot-success.service: Succeeded.
Jan 28 10:08:43 virtmgr.fresh systemd[1368]: Finished Mark boot as successful.
Jan 28 10:08:52 virtmgr.fresh audit[2973]: USER_ACCT pid=2973 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="sf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh audit[2973]: USER_CMD pid=2973 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/var/home/sf" cmd=757365726D6F64202D61202D47206C696276697274207366 exe="/usr/bin/sudo" terminal=pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh sudo[2973]:       sf : TTY=pts/0 ; PWD=/var/home/sf ; USER=root ; COMMAND=/usr/sbin/usermod -a -G libvirt sf
Jan 28 10:08:52 virtmgr.fresh audit[2973]: CRED_REFR pid=2973 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh sudo[2973]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Jan 28 10:08:52 virtmgr.fresh audit[2973]: USER_START pid=2973 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh audit[2973]: USER_END pid=2973 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh audit[2973]: CRED_DISP pid=2973 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:08:52 virtmgr.fresh sudo[2973]: pam_unix(sudo:session): session closed for user root
Jan 28 10:09:02 virtmgr.fresh audit[2985]: USER_ACCT pid=2985 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="sf" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh audit[2985]: USER_CMD pid=2985 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/var/home/sf" cmd=67726F7570616464202D2D73797374656D206C696276697274 exe="/usr/bin/sudo" terminal=pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh sudo[2985]:       sf : TTY=pts/0 ; PWD=/var/home/sf ; USER=root ; COMMAND=/usr/sbin/groupadd --system libvirt
Jan 28 10:09:02 virtmgr.fresh audit[2985]: CRED_REFR pid=2985 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh audit[2985]: USER_START pid=2985 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh sudo[2985]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Jan 28 10:09:02 virtmgr.fresh audit[2987]: ADD_GROUP pid=2987 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-group acct="libvirt" exe="/usr/sbin/groupadd" hostname=virtmgr.fresh addr=? terminal=pts/0 res=failed'
Jan 28 10:09:02 virtmgr.fresh audit[2985]: USER_END pid=2985 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh audit[2985]: CRED_DISP pid=2985 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 28 10:09:02 virtmgr.fresh sudo[2985]: pam_unix(sudo:session): session closed for user root
Jan 28 10:09:08 virtmgr.fresh gnome-shell[1502]: libinput error: client bug: timer event5 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
Jan 28 10:09:12 virtmgr.fresh gnome-shell[1502]: libinput error: client bug: timer event5 debounce short: scheduled expiry is in the past (-1ms), your system is too slow
Jan 28 10:09:36 virtmgr.fresh gnome-shell[1502]: libinput error: event5  - spice vdagent tablet: client bug: event processing lagging behind by 14ms, your system is too slow

Comment 12 Iker Pedrosa 2021-01-29 08:50:34 UTC
I've been able to reproduce it following your last steps. Now I'll try to find the root cause. Thank you!

Comment 13 Iker Pedrosa 2021-02-01 11:13:42 UTC
Apparently when installing the virt-manager package, libvirt group is added to /usr/lib/group file, instead of /etc/group. This isn't expected by shadow-utils, as it looks for the groups located in /etc/group file. I'll try to understand why this happens and how to fix it, but in the meantime I think I found a workaround. From a root shell (sudo su -) add the group information located in /usr/lib/group file to /etc/group by issuing "grep -E '^libvirt:' /usr/lib/group >> /etc/group". Now, you'll be able to add the user to the group with usermod.

The information was found in: https://discussion.fedoraproject.org/t/adding-user-to-a-group/12583/2

Comment 14 Sampson Fung 2021-02-01 16:01:08 UTC
Thank you very much!

Comment 15 Iker Pedrosa 2021-02-02 08:20:35 UTC
Changing the component to systemd. IIUC, system groups should be created using sysusers.d format to handle them correctly in Fedora Silverblue. But apparently the sysusers.d format in Fedora is only a wrapper for useradd and groupadd (https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format). So, even though libvirt used that format systemd would not handle the group creation and it wouldn't work as expected. If systemd is able to handle the creation of the users and groups then please set the component to libvirt.

Comment 16 Ben Cotton 2021-11-04 16:09:56 UTC
This message is a reminder that Fedora 33 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 33 on 2021-11-30.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '33'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 33 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 17 Ben Cotton 2021-11-30 17:53:11 UTC
Fedora 33 changed to end-of-life (EOL) status on 2021-11-30. Fedora 33 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 18 Robin Lee 2022-01-28 16:39:37 UTC
Still a problem on Fedora 35

Comment 19 Robin Lee 2022-01-28 17:28:04 UTC
Move component to ostree to get the Silverblue maintainers involved.

Comment 20 Jonathan Lebon 2022-01-28 17:38:07 UTC
rpm-ostree uses nss-altfiles to keep system accounts in /usr/lib and human accounts in /etc. Not being able to add yourself to a group is an artifact of that unfortunately. It will be fixed when we move to systemd-sysusers.
For more information, see:

https://github.com/coreos/rpm-ostree/issues/49

esp.

https://github.com/coreos/rpm-ostree/issues/49#issuecomment-478091562

Comment 21 Martin Vala 2022-05-16 07:04:28 UTC
Is there any workaround?

Comment 22 Timothée Ravier 2022-05-27 14:01:12 UTC
```
# grep -E '^libvirt:' /usr/lib/group >> /etc/group
# usermod -aG libvirt username
```

Comment 23 Martin Vala 2022-05-31 08:10:13 UTC
Thanks


Note You need to log in before you can comment on or make changes to this bug.