solaris x windows登陆报错问题解决过程
用reflection x登陆solaris7 sparc报错:
"The DT messaging system could not be started.
To correct the problem, select the Failsafe session and log in.
Check that the hostname is correct in these locations:
/etc/src.sh /etc/hosts /usr/adm/inetd.sec
Check to see any magic cookie related error messages in these locations: /var/adm/messages and $HOME/.dt/errorlog."
因为前一天还是可以登录的,在网上找了很多资料无法修改这个问题。
后来仔细想了一下,是昨天无意中修改了机器的名字 uname -S ABCD,而/etc/hosts中没有做相应的改动,所以造成x windows无法登录,将机器名字修改后就可以正常登录,uname -S 1234
希望能给大家一点借鉴意义,碰到同样问题的时候可以少花时间
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
多谢分享