I am trying to run GRASS on a mini-Mac OSX system but getting a wish
error. The binary is on a Linux system, I am logging in and tunneling X
over a ssh connection. (1.5 week old 6.1 CVS)
It works fine if called from another Linux system.
Start X11 in OSX, open a X11 terminal.
mac:$ ssh -X user@linuxbox
linux:$ xeyes
[works as expected]
linux:$ grass61
I get an message that "wish isn't working, check GRASS_WISH" and it puts
me through to the text startup screen. esc,enter & I'm in.
GRASS 6.1> echo $GRASS_WISH
wish
GRASS 6.1> which wish
/usr/bin/wish
GRASS 6.1> ls -l `which wish`
/usr/bin/wish -> /usr/bin/wish8.4
GRASS 6.1> /usr/bin/wish8.4
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0xb5
Serial number of failed request: 12
Current serial number in output stream: 15
I am trying to run GRASS on a mini-Mac OSX system but getting a wish
error. The binary is on a Linux system, I am logging in and tunneling X
over a ssh connection. (1.5 week old 6.1 CVS)
It works fine if called from another Linux system.
Start X11 in OSX, open a X11 terminal.
mac:$ ssh -X user@linuxbox
linux:$ xeyes
[works as expected]
linux:$ grass61
I get an message that "wish isn't working, check GRASS_WISH" and it puts
me through to the text startup screen. esc,enter & I'm in.
GRASS 6.1> echo $GRASS_WISH
wish
GRASS 6.1> which wish
/usr/bin/wish
GRASS 6.1> ls -l `which wish`
/usr/bin/wish -> /usr/bin/wish8.4
GRASS 6.1> /usr/bin/wish8.4
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Atom id in failed request: 0xb5
Serial number of failed request: 12
Current serial number in output stream: 15
>
> Hi,
>
> I am trying to run GRASS on a mini-Mac OSX system but getting a wish
> error. The binary is on a Linux system, I am logging in and
> tunneling X over a ssh connection. (1.5 week old 6.1 CVS)
> It works fine if called from another Linux system.
..
> Start X11 in OSX, open a X11 terminal.
> mac:$ ssh -X user@linuxbox
..
> GRASS 6.1> /usr/bin/wish8.4
> X Error of failed request: BadAtom (invalid Atom parameter)
> Major opcode of failed request: 18 (X_ChangeProperty)
> Atom id in failed request: 0xb5
> Serial number of failed request: 12
> Current serial number in output stream: 15
Kirk wrote:
Give ssh -Y user@linuxbox a try.
Yes, then it works. Thanks!
adding to mac:~/.ssh/config:
Host [hostname]
ForwardX11 yes
ForwardX11Trusted yes
> I am trying to run GRASS on a mini-Mac OSX system but getting a wish
> error. The binary is on a Linux system, I am logging in and
> tunneling X over a ssh connection. (1.5 week old 6.1 CVS)
> It works fine if called from another Linux system.
>
> ssh -X user@linuxbox
Kirk:
Give ssh -Y user@linuxbox a try.
me:
> That worked. thanks!
just to note that on an older version of OSX I had to use "ssh -X",
which worked.
>>> I am trying to run GRASS on a mini-Mac OSX system but getting a wish
>>> error. The binary is on a Linux system, I am logging in and
>>> tunneling X over a ssh connection. (1.5 week old 6.1 CVS)
>>> It works fine if called from another Linux system.
>>>
>>> ssh -X user@linuxbox
>
> Kirk:
>> Give ssh -Y user@linuxbox a try.
>
> Hamish:
>>> That worked. thanks!
>
> just to note that on an older version of OSX I had to use "ssh -X",
> which worked.
Right. I think I had to start using the trusted host thing with
Tiger. I put a note to that effect on the Wiki. Trouble is I can
never remember where on the Wiki I put it.
> >>> I am trying to run GRASS on a mini-Mac OSX system but getting a wish
> >>> error. The binary is on a Linux system, I am logging in and
> >>> tunneling X over a ssh connection. (1.5 week old 6.1 CVS)
> >>> It works fine if called from another Linux system.
> >>>
> >>> ssh -X user@linuxbox
> >
> > Kirk:
> >> Give ssh -Y user@linuxbox a try.
> >
> > Hamish:
> >>> That worked. thanks!
> >
> > just to note that on an older version of OSX I had to use "ssh -X",
> > which worked.
>
> Right. I think I had to start using the trusted host thing with
> Tiger. I put a note to that effect on the Wiki. Trouble is I can
> never remember where on the Wiki I put it.