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
I'm using i3wm alongside pop/gnome . when I login to i3wm the pop-upgrade daemon process keeps running and uses lots of CPU and RAM. I couldn't kill it with sudo killall pop-upgrade and doing anything like pop-upgrade status, the command hangs and doesn't exit even with Ctrl+C .
here are the results of sudo journalctl -u pop-upgrade -f :
Dec 16 10:25:11 geekme systemd[1]: Started Pop Upgrade Daemon.
Dec 16 10:25:11 geekme pop-upgrade[3163]: [INFO ] daemon/mod.rs:749: daemon registered -- listening for new events
Dec 16 10:25:12 geekme pop-upgrade[3177]: pop-upgrade was already not on hold.
Dec 16 10:26:23 geekme pop-upgrade[3163]: [INFO ] daemon/mod.rs:1099: updating apt sources
Dec 16 10:26:25 geekme pop-upgrade[4334]: Reading package lists...
Dec 16 10:26:25 geekme pop-upgrade[4334]: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 2239 (apt-get)
Dec 16 10:26:25 geekme pop-upgrade[4334]: E: Unable to lock directory /var/lib/apt/lists/
Dec 16 10:26:25 geekme pop-upgrade[3163]: [INFO ] daemon/mod.rs:1010: performing a release check
Dec 16 10:26:25 geekme pop-upgrade[3163]: [INFO ] daemon/mod.rs:1017: Release { current: "22.04", lts: "true", next: "22.10", available: false }
Dec 16 10:26:25 geekme pop-upgrade[3163]: [INFO ] release_api.rs:58: checking for build 22.04 in channel nvidia
The text was updated successfully, but these errors were encountered:
Hi.
Version: PopOS 22.04 LTS
I'm using i3wm alongside pop/gnome . when I login to i3wm the pop-upgrade daemon process keeps running and uses lots of CPU and RAM. I couldn't kill it with
sudo killall pop-upgrade
and doing anything likepop-upgrade status
, the command hangs and doesn't exit even with Ctrl+C .here are the results of
sudo journalctl -u pop-upgrade -f
:The text was updated successfully, but these errors were encountered: