Hi,
I installed autotest on UBUNTU14.04.
I made SSH password less login from autotest user to my test machine.
I triggered client "sleeptest" in AFE. The test stays in "queued" state
forever.
Can some one help me, what are all the debugging methods that i should do
now to check the issue?

Regards.
yesuraj



I did the following after installing autotest in UBUNTU14.04

Execute Command
sudo service apache2 stop
sudo rm /etc/apache2/sites-enabled/000-default.conf (In script it remove
000-default file which is incorrect)
Add server name in apache-conf file at /etc/apache2/
Sudo gedit /etc/apache2/apache2.conf
Add below line at end of file
ServerName http://localhost/afe
Update site-enabled file name because it searched as "IncludeOptional
sites-enabled/*.conf" in apache2 config file
sudo mv /etc/apache2/sites-enabled/001-autotest
/etc/apache2/sites-enabled/001-autotest.conf
sudo mv /etc/apache2/sites-enabled/002-autotest
/etc/apache2/sites-enabled/002-autotest.conf
Disable default mode
sudo a2dissite 000-default.conf
Enable wsgi mode
sudo a2enmod wsgi
Strat apache service
sudo service apache2 restart
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to