When working on a project, especially when the PiTop is used as a wireless standalone platform the last thing you want is to be annoyed with update alerts. What’s worse is if there’s a long pending update the OS shuts down. At least that’s what I saw in the logs:
Jan 26 11:00:48 pi-top /usr/bin/pt-firmware-updater[1846]: Logger created.
Jan 26 11:00:48 pi-top /usr/bin/pt-firmware-updater[1846]: pt4_hub - Firmware Versions: Current = 5.4, Candidate = 5.4
Jan 26 11:00:48 pi-top /usr/bin/pt-firmware-updater[1846]: pt4_hub - Candidate firmware version matches current firmware version. Checking build metadata to determine if candidate is a newer build.
Jan 26 11:00:48 pi-top /usr/bin/pt-firmware-updater[1846]: pt4_hub - Candidate firmware is not newer. Skipping…
Jan 26 11:00:48 pi-top /usr/bin/pt-firmware-updater[1846]: Skipping update: no valid candidate firmware
Jan 26 11:00:49 pi-top /usr/lib/pt-os-updater/pt-os-update-checker[414]: Updates are already available
Jan 26 11:00:49 pi-top /usr/lib/pt-os-updater/pt-os-update-checker[414]: Showing updates available message…
Jan 26 11:00:49 pi-top /usr/lib/pt-os-updater/pt-os-update-checker[414]: pt-notify-send command: /usr/bin/pt-notify-send --print-id --expire-time=0 --icon=system-software-update --action=“Preview Updates:lxterminal --command=‘env SUDO_ASKPASS=/usr/lib/pt-os-u
pdater/pwdptou.sh PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 sudo -A /usr/lib/pt-os-updater/pt-os-update-installer’ --title=‘pi-topOS Software Updater’” --action=“Update Now:lxterminal --command=‘env SUDO_ASKPASS=/usr/lib/pt-os-updater/pwdptou.sh PYTHONUNBU
FFERED=1 PYTHONDONTWRITEBYTECODE=1 sudo -A /usr/lib/pt-os-updater/pt-os-update-installer --force’ --title=‘pi-topOS Software Updater’” --close-action=“echo ‘pt-os-updater/view_manager.py: OS update notification not accepted by user.’ > /tmp/pt-firmware-update
r.ready” “pi-topOS Software Updater” “Updates available!”
At 11am my PiiTOP shutdown… so I disabled the updater services and problem is solved. No more random shutdowns.