After logging into login-buster.toolforge.org via SSH, I attempted to switch to my tool account using the following command:
become tedbot
However, the terminal becomes unresponsive and hangs indefinitely with no output.
I was able to forcibly enter the environment using this workaround:
sudo -u tools.tedbot sh -c 'exec sh'
Even then, running basic commands such as the following also causes the shell to hang with no response:
cd ~ ls
For reference, I ran the following to check the status of the home directory, and it appears to exist and be accessible at the metadata level:
stat ~
The output confirms the directory exists with proper ownership and permissions:
File: /data/project/tedbot Size: 4096 Blocks: 8 IO Block: 32768 directory Device: 34h/52d Inode: 6424921 Links: 32 Access: (2775/drwxrwsr-x) Uid: (52765/tools.tedbot) Gid: (52765/tools.tedbot) Access: 2025-04-09 15:52:12.680684710 +0000 Modify: 2025-04-09 15:52:11.604675503 +0000 Change: 2025-04-09 15:52:11.604675503 +0000 Birth: -
It seems that reading or listing the directory contents (e.g., ls ~) may be where the system is blocking.