ubuntu 14.04开机出现错误“Error found when loading /root/.profile”解决

在刚修改完root权限自动登录后,发现开机出现以下提示:

Error found when loading /root/.profile

stdin:is not a tty

…………

解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”,

将其更改为“tty -s && mesg n”。

From: http://blog.sina.com.cn/s/blog_68b1e07d0102vcqd.html

上一篇:基于Geomesa服务查询轨迹数据无法根据空间和时间范围进行结果查询


下一篇:30分钟groovy快速入门并掌握(ubuntu 14.04+IntelliJ 13)