I'm having trouble getting an xterm window open from my Mac Mini to my Mac Pro. Both machines are running XQuartz and from an xterm on the Mini I type:
rsh -l myloginname xterm -display xxx.xxx.xxx.xxx:0.0 &
The error message generated is:
rcmd: getaddrinfo: nodename nor servname not provided, or unknown
Clearly, I am invoking it incorrectly. My address is correct because it's the same that I use for Screen Sharing and it works just fine. Any tips?
rsh -l myloginname xterm -display xxx.xxx.xxx.xxx:0.0 &
The error message generated is:
rcmd: getaddrinfo: nodename nor servname not provided, or unknown
Clearly, I am invoking it incorrectly. My address is correct because it's the same that I use for Screen Sharing and it works just fine. Any tips?