출처 : http://citylock.tistory.com/389


freens 가 VNC 보다 빠르고 안정적이다고 해서 설치해봤는데, 
설치까지 문제는 없었는데, 실행하는 순간 에러 발생 

Error Detail 메시지 

Info: Display running with pid '0' and handler '0x54'.

NXPROXY - Version 3.2.0

Copyright (C) 2001, 2007 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Proxy running in client mode with pid '5828'.
Session: Starting session at 'Mon May 26 11:14:32 2008'.
Error: Can't determine the location of the X display socket.
Error: Error 2 'No such file or directory' checking '嗟????덝wE?w????/.X11-unix'.
Session: Session terminated at 'Mon May 26 11:14:32 2008'.

server: ubuntu 7.04 nxserver_3.2.0-7

client: Windows Vista nxclient-3.2.0-10


인터넷에 검색해보니 위와 같은 경우, 클라이언트 PC(XP 사용) 에서 호스트명, NW호스트명을 한글로 설정해서 발생하는 문제였다. 


그래서, 레지스트리 편집기(regedit)를 이용해서 수정하고 실행하니 연결 성공~ 


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 에서 

Hostname & NV Hostname 을 영문으로 수정



참고사이트 : http://cafe.naver.com/linuxcare.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=24385


'Linux' 카테고리의 다른 글

vim TIPs  (0) 2022.01.10
psh script  (0) 2016.06.13
linux 백업/복구 후 selinux 처리  (0) 2010.10.14
Channel bonding  (0) 2010.10.11
Linux Backup & Restore  (0) 2010.08.02
RedHat Enterprise Linux 또는 CentOS에서
vncserver를 실행할 경우,, 윈도우 매니저가 익숙치 않을 것입니다.
vnc에서 윈도우 매니저를 Gnome으로 시작하기 위해서는
아래와 같이 xstartup 스크립트를 수정합니다.
 
# cat ~/.vnc/xstartup
#!/bin/sh
. /etc/X11/xinit/xinitrc- common
/etc/X11/xinit/Xclients

'Linux' 카테고리의 다른 글

Fedora CORE 설치 중 hpet 메시지에서 멈출 때..  (1) 2009.06.25
SSH Tunneling  (1) 2009.06.21
perl 스크립트를 원격지에서 실행하기  (0) 2009.06.21
리눅스 디렉토리 복제  (0) 2009.06.21
Linux on the PLAYSTATION 3  (1) 2009.06.21

+ Recent posts