You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'apt' may be in use when the scripts wish to install a package. No check is made to ensure it has installed sucessfully or if apt is in use. This may be why there have been issues with emonhub updates.
One solution might be to check if the apt update services are running and if not, stop them. If they are running, need to wait until they have finished.
systemctl status {apt-daily-upgrade.timer,apt-daily.timer}
'apt' may be in use when the scripts wish to install a package. No check is made to ensure it has installed sucessfully or if apt is in use. This may be why there have been issues with emonhub updates.
https://community.openenergymonitor.org/t/emonpi-update-jammed-at-sudo-apt-install-python3-pip/14817/7?u=borpin
background
https://itsfoss.com/could-not-get-lock-error/
The text was updated successfully, but these errors were encountered: