On Wed, May 25, 2011 at 5:07 AM, Deepali Padval <[email protected]> wrote: > hi, > > I am trying to execute the sleeptest from my virtual machine through command > line interface. > Through command---sudo ../server/autoserv -m 192.168.1.75 -r ./ -c > ../client/tests/sleeptest/control > This ip is of my host machine's ip. > > Its giving output as-- > > Target 192.168.1.75 is missing expected remote paths: /var/log/kern.log > ERROR| [stderr] Permission denied (publickey,password). > INFO | Failed to copy /var/log/messages at startup: command execution error > * Command: > /usr/bin/ssh -a -x -o StrictHostKeyChecking=no -o > UserKnownHostsFile=/dev/fd/11 -o BatchMode=yes -o ConnectTimeout=30 -o > ServerAliveInterval=300 -l root -p 22 192.168.1.75 " rm -f > /var/tmp/messages.autotest_start" > Exit status: 255 > > > Can you help me to solve this problem? > How to run the sleeptest on remote machine?
You might refer to the explanation on an earlier thread, a message sent by Nitin Kshirsagar, there I talk about setting up ssh keys on client machines. Cheers, Lucas > > Thanks and regards, > Deepali S. Padval. > > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > > -- Lucas _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
