Installation failed
#14329
Replies: 1 comment 1 reply
-
I think Algo only supports connecting to a server over IPv4. Does the system have an IPv4 address? The code that's failing is attempting to check the MTU of the default IPv4 interface. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My installation on a Raspberry Pi with Ubuntu 20 failed, here is the result:
TASK [common : Check size of MTU] ********************************************** fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'mtu'\n\nThe error appears to be in '/algo/roles/common/tasks/facts.yml': line 17, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Check size of MTU\n ^ here\n"} included: /algo/playbooks/rescue.yml for localhost
TASK [debug] ******************************************************************* ok: [localhost] => { "fail_hint": [ "Sorry, but something went wrong!", "Please check the troubleshooting guide.", "https://trailofbits.github.io/algo/troubleshooting.html" ] }
TASK [Fail the installation] *************************************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"} PLAY RECAP ********************************************************************* localhost : ok=45 changed=2 unreachable=0 failed=1 skipped=20 rescued=1 ignored=0
I choose ubuntu server with the ip "localhost" and then I put the public IPv6.
What's wrong ?
Beta Was this translation helpful? Give feedback.
All reactions