I'm using ssh -X to run programs on my linux box on my X server on mac os X 10.3.7 and this works well for about 5 minutes, and then the program becomes unresponsive. Do you know what the problem might be there?
I thought I'd see if I get a different result using xauth, but I'm failing. I can run X apps locally on linux and on mac os x. Can you tell me what I'm doing wrong. Here is what I have done:
on linuxbox:
xauth nextract cookie :0.0
scp cookie osxbox:cookie
on osxbox:
xauth nmerge cookie
xauth nextract cookie :0.0
scp cookie linuxbox:cookie
on linuxbox:
xauth nmerge cookie
on linuxbox:
xterm -display osxbox:0.0
Xlib: connection to "osxbox:0.0" refused by server
Xlib: No protocol specified
xterm Xt error: Can't open display: osxbox:0.0
I thought I'd see if I get a different result using xauth, but I'm failing. I can run X apps locally on linux and on mac os x. Can you tell me what I'm doing wrong. Here is what I have done:
on linuxbox:
xauth nextract cookie :0.0
scp cookie osxbox:cookie
on osxbox:
xauth nmerge cookie
xauth nextract cookie :0.0
scp cookie linuxbox:cookie
on linuxbox:
xauth nmerge cookie
on linuxbox:
xterm -display osxbox:0.0
Xlib: connection to "osxbox:0.0" refused by server
Xlib: No protocol specified
xterm Xt error: Can't open display: osxbox:0.0