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?