On 11/1/24 06:02, francis.montag...@inria.fr wrote:
At this point you should try to run a "dnf distro-sync" in a protected
way.

Example with systemd-run:

   sudo systemd-run -u distro-sync --no-block --service-type=oneshot  \
     dnf -y distro-sync

Wait for this transient distro-sync unit to finish:

    systemctl -n 0 status distro-sync
    systemctl list-jobs
    sudo journalctl -u distro-sync -f

Then reboot.

# dnf distro-sync
Updating and loading repositories:
Repositories loaded.
Nothing to do.


# systemd-run -u distro-sync --no-block --service-type=oneshot dnf -y distro-sync
Running as unit: distro-sync.service

root@rn6:/# systemctl -n 0 status distro-sync
Unit distro-sync.service could not be found.

root@rn6:/4# systemctl list-jobs
No jobs running.

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to