|
刚也是扫了些帖子才知道,据说不能用root来执行./runInstall,我是无意的,结果就发现远程访问linux通过用户root,提示:Login incorrect
后来我创建了一个临时账户"user01",就可以TELNET登陆到系统!
故障如何解决?????感谢!
成功日志:
Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.18-8.el5xen on an i686
login: user01
Password:
[user01@localhost ~]$ su
口令:
[root@localhost user01]#
失败日志:
[root@localhost ~]# telnet 127.0.0.1
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.18-8.el5xen on an i686
login: root
Password:
Login incorrect
[root@localhost ~]# telnet 192.168.2.138
Trying 192.168.2.138...
Connected to 192.168.2.138 (192.168.2.13.
Escape character is '^]'.
Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.18-8.el5xen on an i686
login: root
Password:
Login incorrect |
|