连接到 Linux 机器时卡住

连接到 Linux 机器时卡住

我正在尝试使用连接到我的 linux 机器,它连接上了,但是提示卡在这里,有什么输入可以说明这里出了什么问题吗?另外,有一个构建正在运行,但是卡住了...所以我尝试打开另一个会话并查看这个问题,如果我按 ctrl+C,我运行的任何后续命令都会卡住

-bash: /usr2/gnakkala/.bashrc: No such file or directory

^C-bash: /usr/local/projects/l4linux/.bash_l4: Interrupted system call

通常我会得到以下信息

-bash: /usr2/username/.bashrc: No such file or directory
-bash: /usr/local/projects/l4linux/.bash_l4: No such file or directory
arm-linux-gcc 3.4.4
make 3.81
ADS/RVCT 2.1
Mobilinux 4.1

arm-linux-gcc path: /pkg/asw/compilers/gnu/crosstool/arm-3.4.4/bin
make path: /pkg/gnu/make/3.81/bin
ARM compiler path: /pkg/asw/compilers/arm/RVCT2.1/RVCT/Programs/2.1/328/linux-pentium
Mobilinux path: /pkg/qct/software/montavista/4.1/mobilinux/devkit/arm/v5t_le/bin

答案1

如果您可以使用其他用户登录机器,请尝试添加.bashrc 文件或更改您的用户的 shell(例如,bash -> sh)。

sudo usermod THEUSERNAME -s /bin/sh

相关内容