From 3c1eaec6d215518ca1ad76a0c2e539754bf76b26 Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 3 Mar 2024 14:18:30 +0100 Subject: [PATCH] . --- AutismBotIngame/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/AutismBotIngame/README.md b/AutismBotIngame/README.md index 90731e70..8549038f 100644 --- a/AutismBotIngame/README.md +++ b/AutismBotIngame/README.md @@ -89,4 +89,14 @@ 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 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