Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but its actual name) command
it works.
Any ideas would be very appreciated.
- aurf
aurfalien@gmail.com writes:
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but its actual name) command
it works.
Any ideas would be very appreciated.
You do know you can achieve that with ssh as well, don't you? Other than that I don't know what to advise; never used rsh.
- aurf
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Aug 22, 2010, at 5:28 AM, nux@li.nux.ro wrote:
aurfalien@gmail.com writes:
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but its actual name) command
it works.
Any ideas would be very appreciated.
You do know you can achieve that with ssh as well, don't you?
Yes, I know. We've a legacy app requiring this.
On Sat, 2010-08-21 at 19:04 -0700, aurfalien@gmail.com wrote:
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but its actual name) command
it works.
Any ideas would be very appreciated.
- aurf
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Check whether your localhost are in /etc/hosts on the server (or whatever equivalent could be) or your machine has a valid DNS entry.
Did it worked before?