Operating System - HP-UX
1748227 Members
4489 Online
108759 Solutions
New Discussion юеВ

What was the remsh fix????

 
jerry1
Super Advisor

What was the remsh fix????

6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: What was the remsh fix????

It seems there was nothing to fix. You need to use -n or redirect stdin to /dev/null.
This seems related to your other thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1335002
jerry1
Super Advisor

Re: What was the remsh fix????

Yes, but it does not answer the question
as to why moving this system, that has
been running okay without the -n for over
10 years, to another network, would cause it
to start failing.
Dennis Handly
Acclaimed Contributor

Re: What was the remsh fix????

>but it does not answer the question as to why moving this system, that has been running okay without the -n for over 10 years, to another network, would cause it to start failing.

Sometimes it is a waste of time trying to track things down if what you were doing was illegal in the first place. And you have something that changed.
jerry1
Super Advisor

Re: What was the remsh fix????

It is prefectly leagal to use

remsh -l

I believe it HP's implementation of
remshd.

Sun to Sun works okay when running the
same command.
Dennis Handly
Acclaimed Contributor

Re: What was the remsh fix????

>It is perfectly legal to use
remsh -l

Not if you don't want stdin to be eaten up by . I've seen this happen by terminal sensing commands and scummy C shell.
jerry1
Super Advisor

Re: What was the remsh fix????