.
This commit is contained in:
parent
39449eb1d0
commit
3c1eaec6d2
@ -89,4 +89,14 @@ df -h -> check /dev/shm/ tmps filesystem
|
|||||||
pgrep -u autismbot2
|
pgrep -u autismbot2
|
||||||
pkill -9 -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 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.
|
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 in the dumps folder cause it might be spammed with a lot files. Recreate the dumps folder. Owned by user root and group autismbots.
|
||||||
|
|
||||||
|
groupadd autismbots
|
||||||
|
|
||||||
|
usermod -a -G autismbots autismbot1
|
||||||
|
usermod -a -G autismbots autismbot2
|
||||||
|
usermod -a -G autismbots autismbot3
|
||||||
|
usermod -a -G autismbots autismbot4
|
||||||
|
|
||||||
|
chown root:autismbots -R /tmp/dumps
|
||||||
|
chmod 755 -R /tmp/dumps
|
||||||
|
Loading…
Reference in New Issue
Block a user