Le 20-02-06 à 10 h 43, rosea.grammostola a écrit :

> I added a file ~/.rhosts with my host and username in it, like it is
> described here:
>
> https://web.archive.org/web/20030715094029/https://www.cs.duke.edu/csl/docs/unix_course/intro-103.html
>
> I could run the command with the '-l' option:
>
> rsh -l username 10.0.0.1 nsmd --detach --session-root
> "\$HOME/distributed-nsm-sessions" --osc-port 6662
>
> Then I got this error:
>
> non-session-manager --nsm-url osc.udp://******-System-Product-Name:6661/
> --nsm-url osc.udp://*****-ThinkPad-X201:6662/
> XOpenIM() failed
> X_ChangeProperty: BadValue (integer parameter out of range for
> operation) 0x0

Try :

LC_ALL=C rsh -l username 10.0.0.1 nsmd --detach --session-root \
"\$HOME/distributed-nsm-sessions" --osc-port 6662

And/or check your locales on both your local and remote system in order
to match them:

The "locale" command shows the value of LANG, that you could try to use
it instead of "C"

I never used rsh, so good luck!

Marc



Reply via email to