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

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

时间:2015-07-03 22:00:46      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

在刚修改完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

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

标签:

原文地址:http://www.cnblogs.com/urwlcm/p/4619728.html

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