should be final note for myself to the future

This commit is contained in:
jenz 2024-03-03 11:40:02 +01:00
parent 60924068a2
commit df67691c32

View File

@ -89,4 +89,4 @@ df -h -> check /dev/shm/ tmps filesystem
pgrep -u autismbot2
pkill -9 -u autismbot2
2024 february note: if steamwebhelper is stuck try to clean out /tmp folder, there might be a lot of leftover dumps for steam and chromium processed that steamwebhelper generated. ESPECIALLY MAKE SURE TO DELETE DUMPS FOLDER. .steam/debian-installation/config/htmlcache might also be relevant to delete. and also steam --reset ran from xterm and then deleting /tmp/dumps again.
2024 february note: if steamwebhelper is stuck try to clean out /tmp folder, there might be a lot of leftover files for steam and chromium based processes that steamwebhelper generated. remember to also delete the dumps folder in /tmp. .steam/debian-installation/config/htmlcache might also be relevant to delete. Remember after clearing out to do chmod 777 -R on /tmp/dumps since that seems to solve the steamweb helper problem.