码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-09-06 12:29:55      阅读:674      评论:0      收藏:0      [点我收藏+]

标签:

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

Error found when loading /root/.profile

stdin:is not a tty

…………

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

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

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

标签:

原文地址:http://www.cnblogs.com/hf8051/p/4784996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!