Folks, This morning I downloaded and installed a security update for my MAC G5. I am running MAC OSX 10.3.9. Friday March 16 I was able to ssh -X me at targetcpu and launch my application this morning March 19 I get this error: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x25 Serial number of failed request: 309 Current serial number in output stream: 309 I can get an xclock window to open but the GUI for my application is not able to launch. I can work around this by setting xhost on the mac, ssh to remote machine, setenv DISPLAY and launching the application. Can you suggest some reasons why this current fix broke my ssh -X trick? Thanks,
Starr Hazard wrote:> Folks, > > This morning I downloaded and installed a security update for my MAC G5. I > am running MAC OSX 10.3.9.And that replaced which version of OpenSSH with which newer version of OpenSSH?> Friday March 16 I was able to > > ssh -X me at targetcpu > > and launch my application > > this morning March 19 I get this error: > > X Error of failed request: BadAtom (invalid Atom parameter) > Major opcode of failed request: 20 (X_GetProperty) > Atom id in failed request: 0x25 > Serial number of failed request: 309 > Current serial number in output stream: 309From http://www.openssh.com/faq.html#3.13 [quote] 3.13 - I upgraded to OpenSSH 3.8 and some X11 programs stopped working. As documented in the 3.8 release notes, ssh will now use untrusted X11 cookies by default. The previous behaviour can be restored by setting ForwardX11Trusted yes in ssh_config. Possible symptoms include: BadWindow (invalid Window parameter) BadAccess (attempt to access private resource denied) X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) [/quote]> I can get an xclock window to open but the GUI for my application is not > able to launch. > > I can work around this by setting xhost on the mac, ssh to remote > machine, setenv DISPLAY and launching the application. > > Can you suggest some reasons why this current fix broke my > > ssh -X trick?This has been the default for years, I don't know why you're only seeing problems now (unless Apple used to change the default in their packages and now don't?) -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Mon, 19 Mar 2007, Starr Hazard wrote:> Folks,> This morning I downloaded and installed a security update for my MAC G5. I > am running MAC OSX 10.3.9.> Friday March 16 I was able to> ssh -X me at targetcpu> and launch my application> this morning March 19 I get this error:> X Error of failed request: BadAtom (invalid Atom parameter) > Major opcode of failed request: 20 (X_GetProperty) > Atom id in failed request: 0x25 > Serial number of failed request: 309 > Current serial number in output stream: 309> I can get an xclock window to open but the GUI for my application is not > able to launch.> I can work around this by setting xhost on the mac, ssh to remote > machine, setenv DISPLAY and launching the application.> Can you suggest some reasons why this current fix broke my> ssh -X trick?Try `ssh -Y` instead. Marc. +----------------------------------+----------------------------------+ | Marc Aurele La France | work: 1-780-492-9310 | | Academic Information and | fax: 1-780-492-1729 | | Communications Technologies | email: tsi at ualberta.ca | | 352 General Services Building +----------------------------------+ | University of Alberta | | | Edmonton, Alberta | Standard disclaimers apply | | T6G 2H1 | | | CANADA | | +----------------------------------+----------------------------------+ XFree86 developer and VP. ATI driver and X server internals.
Seemingly Similar Threads
- [Bug 851] some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding
- xterm crashes consistently
- Having difficulty exporting display
- OpenSSH v3.8p1 fails to interoperate for GSSAPI (Kerberos) and X-Windows
- Major documentation bug