On 11/16/2011 07:31 AM, Chen Nisnkorn wrote: > hi > > it my first time with autotest. and i can not run it > > i have server and client and i'm trying to run it with 2 ways - > > * cli - "sudo ../server/autoserv -m ravello@CentOS-6-32bit-minimal -r > ./ -c ../client/tests/sleeptest/control" > > > but i get "Permission > denied (publickey,gssapi-keyex,gssapi-with-mic,password). > 10:38:58 INFO | Collecting crash information... > 10:38:58 ERROR| [stderr] Warning: Permanently added > 'centos-6-32bit-minimal,10.0.2.84' (RSA) to the list of known hosts. > 10:38:58 ERROR| [stderr] Permission denied > (publickey,gssapi-keyex,gssapi-with-mic,password). > 10:38:58 INFO | Waiting 4.0 hours for CentOS-6-32bit-minimal to come > up (Nov 16 10:38:58) > 10:38:58 ERROR| [stderr] Permission denied > (publickey,gssapi-keyex,gssapi-with-mic,password)." > > in the server side. > > * web - i did the installation but i cant run tests > > > is there any simple demo that i can see, please your help
Well, this document https://github.com/autotest/autotest/wiki/KVMAutotest-GetStartedServer Is a good read, but going straight to the part that I think it will help you: """ Host Installation Steps Setup password-less ssh connection from the server to this host On the server, create a DSA key in the following way: ssh-keygen -t dsa Then, still on the server, copy it to the host: ssh-copy-id [email protected] """ It's very likely that you did not set up password-less login from your autotest server to your autotest client. Please try it and *make sure you can ssh without requiring a password from your server to your client*. CentOS being a repackaged RHEL will probably have SELinux problems, so you may additionaly have to log on your client and relabeling your .ssh directory, similar to restorecon -Rvv /root/.ssh Or something like that. > thanks > > chen > > > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
