Open fuomag9 opened 3 years ago
Ubuntu Advantage is a service offered by Canonical for Ubuntu; it does not apply to Pop!_OS. This service does not need to start. Instead, it should probably not be installed by default. There was some discussion about this in Mattermost (~development channel) here: https://chat.pop-os.org/pop-os/pl/z91bab34atru3pp7xcmm789hio
ubuntu-advantage-tools
is the package that provides this service, and it's a dependency of ubuntu-minimal
. Not having it installed would require either forking ubuntu-minimal
to remove that dependency, or providing an empty ubuntu-advantage-tools
package without the files for the service (which would probably be easier.)
On individual systems, sudo systemctl disable ua-messaging.timer
should disable the timer that attempts to start this service, which should stop the log messages without having to uninstall the service.
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
Service start fails due to
RuntimeError: Could not parse /etc/os-release VERSION: 21.04 (modified to 21.04)
This is the journalctl stack trace
Steps to reproduce (if you know):
Expected behavior:
service starts (and prints motd in the terminal?)
Other Notes: