Comment 6 for bug 1182442

Revision history for this message
Riku Voipio (riku-voipio) wrote :

Several problems.

1, we used proxy in lava, which does not allow localhost access, fixed in:

https://git.linaro.org/gitweb?p=qa/test-definitions.git;a=commit;h=1fdc5b43e1d98339f8614486117aa80413ec4179

2. apache2 pidfile is stored on disk, so webserver may not start if previous shutdown was not clean. As seen in the lava logs:

Starting web server: apache2130722 01:00:02 mysqld_safe Starting mysqld daemon with databases from /var/mysql
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.20.51.1. Set the 'ServerName' directive globally to suppress this message
(20014)Internal error: AH00058: Error retrieving pid file /var/apache2/logs/httpd.pid
AH00059: Remove it before continuing if it is corrupted.

patch submitted to openembedded. Since it has been broken for a long time, I wouldn't make a respin on the rc image to fix this.