Comment 12 for bug 1477980

Revision history for this message
Alexander Evseev (aevseev) wrote : Re: fuelmenu is not skipped even if showmenu is set to 'no'

I just tested custom iso #660 - same issue. There was several attempts to get access to archive.ubuntu.com (see screenshot) and then same menu again.

url access checker log contains successful message:

[root@fuel ~]# tail /var/log/url_access_checker.log
2015-07-27 11:35:59 INFO (connectionpool) Starting new HTTP connection (1): archive.ubuntu.com
2015-07-27 11:35:59 DEBUG (connectionpool) Setting read timeout to None
2015-07-27 11:35:59 DEBUG (connectionpool) "GET /ubuntu/dists/trusty/Release HTTP/1.1" 200 58512
2015-07-27 11:36:14 INFO (commands) Starting url access check for ['http://zarchive.ubuntu.com/ubuntu/dists/trusty/Release']
2015-07-27 11:36:14 INFO (connectionpool) Starting new HTTP connection (1): zarchive.ubuntu.com
2015-07-27 11:36:14 ERROR (app) {"failed_urls": ["http://zarchive.ubuntu.com/ubuntu/dists/trusty/Release"]}
2015-07-27 11:36:26 INFO (commands) Starting url access check for ['http://archive.ubuntu.com/ubuntu/dists/trusty/Release']
2015-07-27 11:36:26 INFO (connectionpool) Starting new HTTP connection (1): archive.ubuntu.com
2015-07-27 11:36:26 DEBUG (connectionpool) Setting read timeout to None
2015-07-27 11:36:26 DEBUG (connectionpool) "GET /ubuntu/dists/trusty/Release HTTP/1.1" 200 58512

Running urlaccesscheck manually also succeeds:

# urlaccesscheck -v check http://archive.ubuntu.com/ubuntu/dists/trusty/Release; echo $?
Starting url access check for ['http://archive.ubuntu.com/ubuntu/dists/trusty/Release']
Starting new HTTP connection (1): archive.ubuntu.com
0