Comment 1 for bug 1517695

Revision history for this message
Stephen Brandt (ztefn) wrote :

Hi doums,

This is the relevant part:

[03:00:05.390323 ENVIRONMENT] [Controller.has_internet_connection] Trying to ping '8.8.8.8'...
[03:00:05.391856 ERROR] [Controller.has_internet_connection] ping: icmp open socket: Operation not permitted

[03:00:05.391899 ENVIRONMENT] [Controller.has_internet_connection] Ping failed. Trying to resolve hostname 'www.google.com'...
[03:00:05.392940 ERROR] [Controller.has_internet_connection] L'exécution du processus fils « dig » a échoué (Aucun fichier ou dossier de ce type)
[03:00:05.392978 INFO] [Controller.status_check] No internet connection.

Haguichi doesn't see any Internet connection, because that regular user is apparently not allowed to execute "ping" commands and the alternative "dig" command (to resolve a hostname) is not available on your system either.