Hi Novello, I really don't know what say to it any more. I was install ubuntu server 12.04.xxx to two VMs on my laptop and everything works without problems.
Installation:
- both VMs was installed from CD ubuntu-12.04.2-server-amd64.iso
- install minimal system with openssh server
- add password to root: both machine
- log as user.
- sudo bash
- passwd ......
- exit
- on "server machine"
- create ssh id and copy to second VM
- su - ****** important ********* login really as a
root with root env
- ssh-keygen enter, enter, enter
- ssh-copy-id root@secondVM
- test with ssh root@secondVM
- install autotest
- su -
- apt-get install git
- git clone --recursive git://github.com/autotest/autotest.git
- start autoserv as root
- cd /autotest/server
- ./autoserv -m secondVM -c ../client/tests/sleeptest/control
Results:
everything works without problems... results are attached.
please try to find difference from my setup.
Last thing what comes to mi mind is that you can give me access to your server
and
I try start there autoserv and may be I will see your problem.
If anybody other have a idea please let us know.
regards,
Jiří Župka
----- Original Message -----
> Hello.
> I have sone some test form e client ubuntu x86 to a server ubuntu x86.
> I found this error (see log file)
> I think that I can't foud some directory in ubuntu 12.04: /var/log/messages
> ...
> EVERY THINK WORK WELL
>
> Autoserv -m 192.168.1.2 -c ../client/tests/sleeptest/control
> In internet I have found :
>
> >>>
> Where is /var/log/messages?
> up vote
> 21
>
> down vote
> favorite
> 4 Just installed natty, and cannot find /var/log/messages. Also,
> /var/log/daemon.log is missing. What happened? Why are they no longer
> present? And where I can find the same log information?
> 11.04 log
> share|improve this question edited Jun 30 '11 at 15:54
> DoR
> 21.3k558101 asked Jun 30 '11 at 13:30
> John Ianadus
> 108115
>
>
>
> 1 Answer active
> oldest
> votes
> up vote
> 24
>
> down vote
> accepted /var/log/messages has been deleted from Natty.
> You can find the same info in /var/log/syslog. Note that everything logged to
> messages was also logged to syslog.
> >>>
> WHAT I HAVE TO DO ??
> Best Regards
> Novello G.
>
>
>
> -----Messaggio originale-----
> Da: Jiri Zupka [mailto:[email protected]]
> Inviato: mercoledì 26 giugno 2013 17.33
> A: Novello Giampiero
> Oggetto: Re: R: R: R: [Autotest] request of information
>
> I have install arm virtual machine form
> https://fedoraproject.org/wiki/Architectures/ARM/F18/Versatile_Express
> and after installing openssh-server and adding ssh-id everything "basic
> tests" works without problem.
>
> ----- Original Message -----
> > Ok thank i'll redo the downoad this evening.
> > And than I'll tray again.
> >
> >
> >
> > -----Messaggio originale-----
> > Da: Jiri Zupka [mailto:[email protected]]
> > Inviato: mercoledì 26 giugno 2013 17.21
> > A: Novello Giampiero
> > Oggetto: Re: R: R: [Autotest] request of information
> >
> > Hi Novello,
> >
> > again from logfile.
> > you are logged in client.
> > Starting master ssh connection '/usr/bin/ssh -a -x -N -o
> > ControlMaster=yes
> > -o ControlPath=/tmp/_autotmp_R0gEzzssh-master/socket -o
> > StrictHostKeyChecking=no -o UserKnownHostsFile=/tmp/tmpylMZQ5 -o
> > BatchMode=yes -o
> > ConnectTimeout=30 -o ServerAliveInterval=300 -l root -p 22
> > 192.168.1.10'
> >
> >
> > test was pass
> > completed successfully
> > 15:14:42 INFO | END GOOD sleeptest
> > sleeptest
> > timestamp=946685446
> > localtime=Jan 01
> >
> > but results are not downloaded from client back.
> > trying scp, rsync failed: Command <rsync --timeout=1800
> > --rsh='/usr/bin/ssh -a -x -o
> > ControlPath=/tmp/_autotmp_R0gEzzssh-master/socket -o
> > StrictHostKeyChecking=no -o UserKnownHostsFile=/tmp/tmpylMZQ5 -o
> > BatchMode=yes
> > -o ConnectTimeout=30 -o ServerAliveInterval=300 -l root -p
> > 22'
> > -az [email protected]:"/usr/local/autotest/results/default/"
> > /usr/local/autotest/server/results.2013-06-26-15.14.28>
> > failed, rc=23, Command
> > returned non-zero exit status
> > * Command:
> > rsync --timeout=1800 --rsh='/usr/bin/ssh -a -x -o
> > ControlPath=/tmp
> > /_autotmp_R0gEzzssh-master/socket -o StrictHostKeyChecking=no -o
> > UserKnownHostsFile=/tmp/tmpylMZQ5 -o BatchMode=yes -o
> > ConnectTimeout=30 -o
> > ServerAliveInterval=300 -l root -p 22' -az
> > [email protected]:"/usr/local/autotest/results/default/"
> > /usr/local/autotest/server/results.2013-06-26-15.14.28
> > Exit status: 23
> > Duration: 1.86773705482
> >
> > rsync exit code 23 => Partial transfer due to error
> >
> > There is problem with copying results back. Please check
> > /usr/local/autotest/results/default
> >
> > please check if directory /usr/local/autotest/results/default exist
> > and if not try to find reason.
> >
> > Try install autotest client directly from git and use branch next.
> > https://github.com/autotest/autotest/wiki/ClientQuickStart
> > and try to detect if test is working correctly and save results.
> >
> >
> > Same for server part.
> >
> > regards,
> > Jiří
> >
> >
> > ----- Original Message -----
> > > I HAME MADE THE TEST:
> > > Ssh [email protected] ==>work NOW it don't ask passwd Ssh
> > > 192.168.1.10 work without passwd
> > >
> > >
> > >
> > > In the server as root
> > > I 'll do:
> > > autoserv -m 192.168.1.10 -c ../client/tests/sleeptest/control
> > > --ssh-user=root --ssh-pass=root
> > >
> > > where root e root are the client.
> > >
> > > THE ERROR IS IL THE LOGFILE2
> > >
> > >
> > >
> > > SSH_USER and PASS for client.
> > >
> > >
> > > MY QUESTION IS: which sw I have to install in the client:
> > > PANDABOARD with a cortex-A9 and a filesystem made by me?
> > > Best regards
> > > Novello G.
> > >
> > >
> > >
> > >
> > > -----Messaggio originale-----
> > > Da: Jiri Zupka [mailto:[email protected]]
> > > Inviato: mercoledì 26 giugno 2013 12.32
> > > A: Novello Giampiero
> > > Oggetto: Re: R: [Autotest] request of information
> > >
> > > Ok I will take a look again.
> > >
> > > You are try to start autoserv as a root acount or another one?
> > >
> > > try to use /autoserv -m 192.168.1.10 -c
> > > ../client/tests/sleeptest/control --ssh-user=SSH_USER
> > > --ssh-pass=SSH_PASS
> > >
> > > SSH_USER and PASS for client.
> > >
> > >
> > > ----- Original Message -----
> > > > Sorry for the dalay.
> > > > In the logfile you will se the error.
> > > > I see that it will use the port 22 . this means that I have to
> > > > enable the ftp server on the client ?
> > > > In may board made with buildroot I have already installed some test.
> > > > May I execute them from the server ?
> > > > Best Regards
> > > > Novello G.
> > > >
> > > > -----Messaggio originale-----
> > > > Da: Jiri Zupka [mailto:[email protected]]
> > > > Inviato: giovedì 20 giugno 2013 9.58
> > > > A: Novello Giampiero
> > > > Cc: [email protected]
> > > > Oggetto: Re: [Autotest] request of information
> > > >
> > > > Hi Novello,
> > > > It should be possible use autotest/server part.
> > > > https://github.com/autotest/autotest/wiki/AutotestServerInstall
> > > >
> > > > If you have server part correctly installed on server (x86
> > > > machine) then should be possible start some tests on client machine.
> > > > from server.
> > > >
> > > > Shortcut which I using for developing.
> > > >
> > > > git clone --recursive git://github.com/autotest/autotest.git
> > > > cd autotest/server
> > > >
> > > > ./autoserv -m 192.168.1.10 -c ../client/tests/sleeptest/control
> > > >
> > > > * client have to be prepared for logging from server.
> > > > server(x86 machine) ssh-copy-id 192.168.1.10 or you could use
> > > > ../../autoserv --ssh-user=SSH_USER --ssh-port=SSH_PORT
> > > > --ssh-pass=SSH_PASS
> > > >
> > > > if you have some problem let us know :-)
> > > >
> > > > regards,
> > > > Jiří Župka
> > > >
> > > >
> > > > ----- Original Message -----
> > > > > I have installed autotest in a UBUNTU 12.04 x86 machine and I
> > > > > have verify that the sleeptest work fine.
> > > > >
> > > > > I have installed autotest using buildroot in a cortex-a9 and I
> > > > > have verify that the system will work if I run " autotest-local
> > > > > sleeptest".
> > > > >
> > > > > Now I would like to do the same test from a server (x86 machine)
> > > > > to the client (cortex-a9).
> > > > >
> > > > > I think that I have to run autotest-remote ............ ?!
> > > > >
> > > > > Where I can find the documentation ? I have verify that ssh
> > > > > [email protected]<mailto:[email protected]> work well.
> > > > > Best Regards
> > > > >
> > > > > Novello G.
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Autotest-kernel mailing list
> > > > > [email protected]
> > > > > https://www.redhat.com/mailman/listinfo/autotest-kernel
> > > >
> > >
> >
>
autoserv.DEBUG
Description: Binary data
client.0.DEBUG
Description: Binary data
_______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
