You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output does not contain scriptlets, but scriptlets are in dnf5.log. Scriptlets requires a lot of time (nearly 2 minutes on my fast system) and user might get worried what is going on.
2024-09-02T08:07:32+0000 [1346] INFO RPM callback uninstall stop "libgcc-0:13.3.1-1.fc39.x86_64" amount 11 total 11
2024-09-02T08:07:32+0000 [1346] INFO RPM callback start post-uninstall scriptlet "libgcc-0:13.3.1-1.fc39.x86_64"
...
2024-09-02T08:09:21+0000 [1346] INFO RPM callback start trigger-install scriptlet "fedora-third-party-0:0.10-8.fc40.noarch"
2024-09-02T08:09:21+0000 [1346] INFO RPM callback stop trigger-install scriptlet "fedora-third-party-0:0.10-8.fc40.noarch" return code 0
2024-09-02T08:09:21+0000 [1346] INFO RPM callback start trigger-install scriptlet "vlc-libs-1:3.0.21-3.fc40.x86_64"
2024-09-02T08:09:21+0000 [1346] INFO RPM callback stop trigger-install scriptlet "vlc-libs-1:3.0.21-3.fc40.x86_64" return code 0
2024-09-02T08:09:21+0000 [1346] INFO RPM callback start trigger-install scriptlet "graphviz-0:9.0.0-11.fc40.x86_64"
2024-09-02T08:09:21+0000 [1346] INFO RPM callback stop trigger-install scriptlet "graphviz-0:9.0.0-11.fc40.x86_64" return code 0
2024-09-02T08:09:21+0000 [1346] INFO RPM callback start trigger-install scriptlet "gtk3-0:3.24.43-1.fc40.x86_64"
2024-09-02T08:09:21+0000 [1346] INFO RPM callback stop trigger-install scriptlet "gtk3-0:3.24.43-1.fc40.x86_64" return code 0
2024-09-02T08:09:21+0000 [1346] INFO RPM callback start trigger-install scriptlet "ibus-0:1.5.30-6.fc40.x86_64"
2024-09-02T08:09:21+0000 [1346] INFO RPM callback stop trigger-install scriptlet "ibus-0:1.5.30-6.fc40.x86_64" return code 0
2024-09-02T08:09:22+0000 [1346] INFO RPM callback start trigger-install scriptlet "man-db-0:2.12.0-6.fc40.x86_64"
2024-09-02T08:09:22+0000 [1346] INFO RPM callback stop trigger-install scriptlet "man-db-0:2.12.0-6.fc40.x86_64" return code 0
2024-09-02T08:09:22+0000 [1346] INFO Transaction complete! Cleaning up and rebooting...
2024-09-02T08:09:22+0000 [1346] INFO Cleaning up downloaded data...
2024-09-02T08:09:22+0000 [1346] INFO DNF5 finished
Logs does not fit with output
Please carefully investigate timestamp in previous outputs => it says that scriptlets (postrans) were performed between [5160/5161] Erasing ncurses-base-0:6.4- and [5161/5161] Erasing libgcc-0:13.3.1-1.f 100%, but this is incorrect. I am thinking that something is wrong with flushing. dnf5.log shows a different story (correct output).
The text was updated successfully, but these errors were encountered:
Regarding outputs, offline transactions use their own PlymouthTransCB transaction callbacks, which currently seem to only notify the user about elem_progress events. You're right that scriptlets can take a disturbingly long time to complete, so we should provide clearer information to the user about what's happening.
As far as logs are concerned, the system-upgrade log command simply outputs the section of the systemd journal associated with the given boot ID. Unlike dnf5.log, it doesn't exclusively show dnf5 outputs, so it's possible for logs from other processes (e.g., the line in question generated by dracut) to appear mixed with dnf5 logs.
dnf5.log
. Scriptlets requires a lot of time (nearly 2 minutes on my fast system) and user might get worried what is going on.dnf5 system-upgrade log --number=1
dnf5.log
Please carefully investigate timestamp in previous outputs => it says that scriptlets (postrans) were performed between
[5160/5161] Erasing ncurses-base-0:6.4-
and[5161/5161] Erasing libgcc-0:13.3.1-1.f 100%
, but this is incorrect. I am thinking that something is wrong with flushing.dnf5.log
shows a different story (correct output).The text was updated successfully, but these errors were encountered: