-
Notifications
You must be signed in to change notification settings - Fork 215
Description
Host system details
Provide the output of rpm-ostree status.
rpm-ostree status
State: idle
Deployments:
● fedora:fedora/37/x86_64/silverblue
Version: 37.20230127.0 (2023-01-27T01:05:12Z)
Commit: 4a010ebbfd774433becd127f6b47032d8804f637aae13f8f6b702583209a1c33
GPGSignature: Valid signature by ACB5EE4E831C74BB7C168D27F55AD3FB5323552A
Expected vs actual behavior
# rpm-ostree install thunderbird
rpm-ostree install thunderbird
Checking out tree 4a010eb... done
Enabled rpm-md repositories: fedora-cisco-openh264 fedora-modular updates-modular updates fedora rpmfusion-nonfree-nvidia-driver google-chrome updates-archive
Importing rpm-md... done
rpm-md repo 'fedora-cisco-openh264' (cached); generated: 2022-10-06T11:01:40Z solvables: 4
rpm-md repo 'fedora-modular' (cached); generated: 2022-11-10T09:23:24Z solvables: 1454
rpm-md repo 'updates-modular' (cached); generated: 2023-01-03T01:27:52Z solvables: 1464
rpm-md repo 'updates' (cached); generated: 2023-01-27T08:43:57Z solvables: 16939
rpm-md repo 'fedora' (cached); generated: 2022-11-10T09:30:00Z solvables: 66822
rpm-md repo 'rpmfusion-nonfree-nvidia-driver' (cached); generated: 2023-01-24T11:25:29Z solvables: 30
rpm-md repo 'google-chrome' (cached); generated: 2023-01-25T14:32:24Z solvables: 3
rpm-md repo 'updates-archive' (cached); generated: 2023-01-27T06:53:17Z solvables: 20422
Resolving dependencies... done
Checking out packages... done
Running pre scripts... done
Running post scripts... done
error: Bus owner changed, aborting. This likely means the daemon crashed; check logs with `journalctl -xe`.
Expected:
# rpm-ostree install thunderbird
...
Success!
Steps to reproduce it
Try to install a layered package on silverblue 37 after recent rpm-ostree update
rpm -qa|grep -i rpm-ostree
rpm-ostree-libs-2023.1-1.fc37.x86_64
rpm-ostree-2023.1-1.fc37.x86_64
gnome-software-rpm-ostree-43.3-1.fc37.x86_64
systemctl status rpm-ostreed
× rpm-ostreed.service - rpm-ostree System Management Daemon
Loaded: loaded (/usr/lib/systemd/system/rpm-ostreed.service; static)
Active: failed (Result: core-dump) since Fri 2023-01-27 06:01:59 EST; 3s ago
Duration: 4.739s
Docs: man:rpm-ostree(1)
Process: 6428 ExecStart=rpm-ostree start-daemon (code=dumped, signal=ABRT)
Main PID: 6428 (code=dumped, signal=ABRT)
Status: "clients=1; txn=PkgChange caller=:1.262 path=/org/projectatomic/rpmostree1/fedora"
CPU: 4.112s
Jan 27 06:01:54 fedora rpm-ostree[6428]: Locked sysroot
Jan 27 06:01:54 fedora rpm-ostree[6428]: Initiated txn PkgChange for client(id:cli dbus:1.262 unit:vte-spawn-1502117f-b62d-497d-baf>
Jan 27 06:01:54 fedora rpm-ostree[6428]: Process [pid: 6419 uid: 1001 unit: [email protected]] connected to transaction progress
Jan 27 06:01:54 fedora rpm-ostree[6428]: Librepo version: 1.15.1 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.85.0 OpenSSL/3.0.5 z>
Jan 27 06:01:58 fedora rpm-ostree[6428]: Preparing pkg txn; enabled repos: ['fedora-cisco-openh264', 'fedora-modular', 'updates-mod>
Jan 27 06:01:58 fedora rpm-ostree[6428]: thread '' panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PER_SEC a>
Jan 27 06:01:58 fedora rpm-ostree[6428]: note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Jan 27 06:01:59 fedora systemd[1]: rpm-ostreed.service: Main process exited, code=dumped, status=6/ABRT
Jan 27 06:01:59 fedora systemd[1]: rpm-ostreed.service: Failed with result 'core-dump'.
Jan 27 06:01:59 fedora systemd[1]: rpm-ostreed.service: Consumed 4.112s CPU time.
Provide any additional data that may help debug this - which specific version of
an RPM is in the repo, or any host system configuration.
Would you like to work on the issue?
Please let us know if you can work on it or the issue should be assigned to
someone else.
I cannot work on this issue.