Software
Mac OSX 10.4 Tiger에서 생기는 X11문제..
applefan
2009. 11. 7. 01:10
Cube에 어쩔 수 없이 타이거를 설치해서 사용하는데 갑자기 X11에서 에러를....
warning, error event received:
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0x1b3
Serial number of failed request: 944
Current serial number in output stream: 946
warning, error event received:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 25 (X_SendEvent)
Resource id in failed request: 0x16000d5
Serial number of failed request: 2055
Current serial number in output stream: 2056
Using "trusted" X11 forwarding (ssh -Y) appears to fix the problem. The ForwardX11Trusted=yes directive may be specified in ~/.ssh/config as an alternative to specifying the -Yflag on the command line.
GUI를 서버에서 띄워서 내 모니터로 가져와야 하는데, 에러가 나면서 안되는 것.
X11버젼 문제인가 하고 X11업글을 해보려 하였으나....쉬운 방법은 없고...
결국 찾아낸 것이 다음과 같은 방법이다.
(결국 문제는 Xfree86의 낮은 버젼에서 SSH 상의 문제였던것...)
BadAtom/BadWindow errors with ssh X11 forwarding
Although I'm not sure if the "problem" resides in the version of XFree86 or the OpenSSH client or server version, I sometimes receive the following errors when using standard (ssh -X) X11 forwarding with OpenSSH:warning, error event received:
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0x1b3
Serial number of failed request: 944
Current serial number in output stream: 946
warning, error event received:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 25 (X_SendEvent)
Resource id in failed request: 0x16000d5
Serial number of failed request: 2055
Current serial number in output stream: 2056
Using "trusted" X11 forwarding (ssh -Y) appears to fix the problem. The ForwardX11Trusted=yes directive may be specified in ~/.ssh/config as an alternative to specifying the -Yflag on the command line.
출처 : http://www.brandonhutchinson.com/BadAtom_BadWindow_errors_with_ssh_X11_forwarding.html