我在 Ubuntu 14.04 上使用 root 帐户时遇到了问题。当我使用 root 帐户登录时,收到此错误:
Error found when loading /root/.profile: stdin: is not a tty
As a result the session will not be configured correctly. You should fix the problem as soon as feasible
答案1
https://bugs.launchpad.net/ubuntu/+source/xen-3.1/+bug/1167281
stdin: is not a tty
由于mesg n
而不是tty -s && mesg n
在.profile
尝试使用上述方法添加tty -s &&
到行首mesg n
,看看是否有帮助。不同之处在于,如果您的问题也是由您的mesg n
个人资料引起的。