browser에 호스트가 안나옵니다. [3]
browser에 호스트가 안나옵니다.
2004-04-20 13:45 - 정형균
호스트가 보이지 안아요..
그래서 바로 접속할려고 하면 창만 떳다가 사라져 버립니다.
dtlogin, xdm다 떠있습니다.
그리구 /etc/hosts에 적혀 잇구요
그래서 바로 접속할려고 하면 창만 떳다가 사라져 버립니다.
dtlogin, xdm다 떠있습니다.
그리구 /etc/hosts에 적혀 잇구요
Re: browser에 호스트가 안나옵니다.
2004-04-20 14:38 - 넷사랑
안녕하세요 넷사랑컴퓨터입니다.
솔라리스의 CDE 환경을 사용하려면 dtlogin, xdm이 모두 떠 있으면 안되고, dtlogin만 구동되어 있어야 합니다.
다음 명령을 내린 후 재부팅 하기 바랍니다.
/usr/dt/bin/dtconfig -e
감사합니다.
솔라리스의 CDE 환경을 사용하려면 dtlogin, xdm이 모두 떠 있으면 안되고, dtlogin만 구동되어 있어야 합니다.
다음 명령을 내린 후 재부팅 하기 바랍니다.
/usr/dt/bin/dtconfig -e
감사합니다.
Re: Re: browser에 호스트가 안나옵니다.
2004-04-20 17:03 - 정형균
그렇게 설정을 하고 리부팅을 시켜도 브라우져에 잡히지 않습니다.
/var/dt/Xerrors 여기에는 아무런 내용이 없습니다.
그리고 ssh를 통해서 해보면 아래와 같은 글이 나오면서 안되구요...
Connected to 211.232.117.232:22.
Exchanging SSH version...Done.
Server: SSH-2.0-Sun_SSH_1.0.
Client: SSH-2.0-Xssh_1.0.
SSH2 is enabled.
Negotiating algorithms...
Initiating key exchange...Done.
Exchanging Diffie-Hellman KeyEx message...Done.
Waiting for new key message...Received.
Fingerprint: 1024 35:f2:58:28:39:34:a2:0c:68:49:0b:b8:5e:3f:39:78.Verifying host key...
Algorithm negotiation has been finished...
CS Cipher: 3des-cbc, SC Cipher: 3des-cbc
CS Compress: zlib, SC Compress: zlib
CS MAC: hmac-sha1, SC MAC: hmac-sha1
Trying to login as oracle.
Trying password authentication...Done.
Requesting session channel...Done.
Requesting X11 forwarding...Done.
Executing remote command...Done.
/usr/openwin/bin/xauth: creating new authority file /export/home/oracle/.Xauthority
/usr/openwin/bin/xauth: (stdin):1: bad display name ":10.0" in "add" command
/usr/openwin/bin/xauth: (stdin):2: bad display name "/unix:10.0" in "add" command
X11 channel request arrived.
Establishing X11 connection (id=3)...Done.
SSHFWD - Sent close 1.
Xlib: connection to "localhost:10.0" refused by server
Xlib: Xssh: Invalid x11 authentication cookie!
Error: Can't open display: :10.0
X11 channel request arrived.
Establishing X11 connection (id=0)...Done.
SSHFWD - Sent close 1.
/var/dt/Xerrors 여기에는 아무런 내용이 없습니다.
그리고 ssh를 통해서 해보면 아래와 같은 글이 나오면서 안되구요...
Connected to 211.232.117.232:22.
Exchanging SSH version...Done.
Server: SSH-2.0-Sun_SSH_1.0.
Client: SSH-2.0-Xssh_1.0.
SSH2 is enabled.
Negotiating algorithms...
Initiating key exchange...Done.
Exchanging Diffie-Hellman KeyEx message...Done.
Waiting for new key message...Received.
Fingerprint: 1024 35:f2:58:28:39:34:a2:0c:68:49:0b:b8:5e:3f:39:78.Verifying host key...
Algorithm negotiation has been finished...
CS Cipher: 3des-cbc, SC Cipher: 3des-cbc
CS Compress: zlib, SC Compress: zlib
CS MAC: hmac-sha1, SC MAC: hmac-sha1
Trying to login as oracle.
Trying password authentication...Done.
Requesting session channel...Done.
Requesting X11 forwarding...Done.
Executing remote command...Done.
/usr/openwin/bin/xauth: creating new authority file /export/home/oracle/.Xauthority
/usr/openwin/bin/xauth: (stdin):1: bad display name ":10.0" in "add" command
/usr/openwin/bin/xauth: (stdin):2: bad display name "/unix:10.0" in "add" command
X11 channel request arrived.
Establishing X11 connection (id=3)...Done.
SSHFWD - Sent close 1.
Xlib: connection to "localhost:10.0" refused by server
Xlib: Xssh: Invalid x11 authentication cookie!
Error: Can't open display: :10.0
X11 channel request arrived.
Establishing X11 connection (id=0)...Done.
SSHFWD - Sent close 1.
Re: Re: Re: browser에 호스트가 안나옵니다.
2004-04-20 18:36 - 넷사랑
안녕하세요 넷사랑컴퓨터입니다.
우선 X client의 접속 가능여부를 확인해보기 위해, 리모콘에서 프로토콜을 telnet으로 설정한 후 접속해 보고 결과를 알려 주십시오.
또한 SSH 서버에서 hostname을 받아들이는 과정에서 오류가 생겼을 수 있으므로, 명령어 hostname을 입력하고 이 값이 /etc/hosts에 등록되어 있는지 확인해보십시오. hostname 명령 실행 후 값이 없으면 추가해보시기 바랍니다.
또한, dtlogin이 정상 구동 중이고, xdm은 구동이 안되고 있는지 다시 한 번 확인해주십시오. 다음 두 명령의 결과를 알려주시면 됩니다.
$ ps -aef | grep dtlogin
$ ps -aef | grep xdm
우선 X client의 접속 가능여부를 확인해보기 위해, 리모콘에서 프로토콜을 telnet으로 설정한 후 접속해 보고 결과를 알려 주십시오.
또한 SSH 서버에서 hostname을 받아들이는 과정에서 오류가 생겼을 수 있으므로, 명령어 hostname을 입력하고 이 값이 /etc/hosts에 등록되어 있는지 확인해보십시오. hostname 명령 실행 후 값이 없으면 추가해보시기 바랍니다.
또한, dtlogin이 정상 구동 중이고, xdm은 구동이 안되고 있는지 다시 한 번 확인해주십시오. 다음 두 명령의 결과를 알려주시면 됩니다.
$ ps -aef | grep dtlogin
$ ps -aef | grep xdm
이전 조회수: 674