Thursday, October 12, 2023

error updating snapd

Investigating unresponsive server behaviour on one of our servers,

grep -i error /var/log/syslog

showed some lines with WALinuxAgent - this is Azure's agent, I guess, as well as snapd.

 snapd[63805]: stateengine.go:149: state ensure error: cannot query the store for updates

 To check if we can remove snapd


snap list
 
shows lxd, which might be needed - 

How to remove LXD from my system - LXD - Linux Containers Forum

So I left it alone, and tried a manual update with

 sudo snap refresh

which indicated all packages were up to date. So maybe the error was a temporary error.

No comments:

Post a Comment