UB
Universal Blue•10mo ago
BW

Can't tell if auto-updates are working.

Running bazzite-nvidia on bare metal. How do auto-updates work? ublue-update is installed but I can't find any of the config files in these locations
"$HOME"/.config/ublue-update/ublue-update.conf
/etc/ublue-update/ublue-update.conf
/usr/etc/ublue-update/ublue-update.conf
"$HOME"/.config/ublue-update/ublue-update.conf
/etc/ublue-update/ublue-update.conf
/usr/etc/ublue-update/ublue-update.conf
Also couldn't find update units/timers in systemctl list-units and systemctl list-timers either. I rebased from kinoite using
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:latest
podman pull ghcr.io/ublue-os/config && rpm-ostree install --assumeyes --apply-live --force-replacefiles $(find ~/.local/share/containers -name ublue-os-signing.noarch.rpm 2>/dev/null) && rpm-ostree rebase --uninstall $(rpm -q ublue-os-signing-* --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{Arch}') ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-nvidia:latest
3 Replies
1/4 Life
1/4 Life•10mo ago
@Gerblesh
Gerblesh
Gerblesh•10mo ago
Hmm Try just running ublue-update -h Also it's ublue-update.toml iirc And it's running as user, so you have to use systemctl --global or systemctl --user I'm sorry if the readme isn't properly documented I've been kinda busy lately, but I'd like to update it and we are planning on (hopefully) removing most of the dbus and glib logic and instead running notify-send as a subprocess They work on a systemd user timer, at about 15 minutes after boot I should probably change it to a schedule but 🤷 update: just pushed some changes to ublue-update, README is updated, notifications are much simpler, and the updates now happen on a consistent timer
BW
BW•10mo ago
Thank you :) The changes look great. I've also found both the service, and the config file so this is resolved.