Advertisement
Guest User

Bounce network interface

a guest
Jul 5th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. RUNNING HANDLER [MichaelRigart.interfaces : Bounce networkmanager devices] ************************************************************************************************
  2. fatal: [kayobe-control-host]: FAILED! => {"changed": true, "cmd": ["nohup", "bash", "-c", " nmcli connection reload;\nreturncode=0 nmcli connection down eno3; nmcli conn
  3. ection down eno1; nmcli connection down broob; nmcli connection down brmgmt; if ! nmcli connection up brmgmt; then\n echo \"Failed to bring up interface brmgmt\";\n r
  4. eturncode=1\nfi; if ! nmcli connection up broob; then\n echo \"Failed to bring up interface broob\";\n returncode=1\nfi; if ! nmcli connection up eno1; then\n echo \"
  5. Failed to bring up interface eno1\";\n returncode=1\nfi; if ! nmcli connection up eno3; then\n echo \"Failed to bring up interface eno3\";\n returncode=1\nfi; echo 'Wa
  6. iting for interfaces to become active and have a connected carrier'; for i in {1..20}; do\n all_connected=true\n if [[ 'brmgmt' == *dummy* ]]; then\n allowed_states
  7. ='UNKNOWN|UP'\n else\n allowed_states='UP'\n fi\n\n if ! (nmcli -t -f DEVICE,STATE device status | grep -q -w 'brmgmt:connected' && ip link show 'brmgmt' | grep -q -E 'state ('$allowed_states')'); then\n all_connected=false\n if [ $i -eq 20 ]; then\n echo 'Interface brmgmt failed to become active and have a connected carrier';\n returncode=1\n fi\n fi;\n if [[ 'broob' == *dummy* ]]; then\n allowed_states='UNKNOWN|UP'\n else\n allowed_states='UP'\n fi\n\n if ! (nmcli -t -f DEVICE,STATE device status | grep -q -w 'broob:connected' && ip link show 'broob' | grep -q -E 'state ('$allowed_states')'); then\n all_connected=false\n if [ $i -eq 20 ]; then\n echo 'Interface broob failed to become active and have a connected carrier';\n returncode=1\n fi\n fi;\n if [[ 'eno1' == *dummy* ]]; then\n allowed_states='UNKNOWN|UP'\n else\n allowed_states='UP'\n fi\n\n if ! (nmcli -t -f DEVICE,STATE device status | grep -q -w 'eno1:connected' && ip link show 'eno1' | grep -q -E 'state ('$allowed_states')'); then\n all_connected=false\n if [ $i -eq 20 ]; then\n echo 'Interface eno1 failed to become active and have a connected carrier';\n returncode=1\n fi\n fi;\n if [[ 'eno3' == *dummy* ]]; then\n allowed_states='UNKNOWN|UP'\n else\n allowed_states='UP'\n fi\n\n if ! (nmcli -t -f DEVICE,STATE device status | grep -q -w 'eno3:connected' && ip link show 'eno3' | grep -q -E 'state ('$allowed_states')'); then\n all_connected=false\n if [ $i -eq 20 ]; then\n echo 'Interface eno3 failed to become active and have a connected carrier';\n returncode=1\n fi\n fi;\n \n if $all_connected; then\n break;\n fi\n sleep 2;\ndone\nexit $returncode"], "delta": "0:00:42.054751", "end": "2024-07-05 13:47:15.525328", "msg": "non-zero return code", "rc": 1, "start": "2024-07-05 13:46:33.470577", "stderr": "nohup: ignoring input\nError: 'eno3' is not an active connection.\nError: no active connection provided.", "stderr_lines": ["nohup: ignoring input", "Error: 'eno3' is not an active connection.", "Error: no active connection provided."], "stdout": "Connection 'eno1' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/140)\nConnection 'broob' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/142)\nConnection 'brmgmt' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/141)\nConnection successfully activated (master waiting for slaves) (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/143)\nConnection successfully activated (master waiting for slaves) (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/144)\nConnection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/145)\nConnection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/146)\nWaiting for interfaces to become active and have a connected carrier\nInterface brmgmt failed to become active and have a connected carrier", "stdout_lines": ["Connection 'eno1' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/140)", "Connection 'broob' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/142)", "Connection 'brmgmt' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/141)", "Connection successfully activated (master waiting for slaves) (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/143)", "Connection successfully activated (master waiting for slaves) (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/144)", "Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/145)", "Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/146)", "Waiting for interfaces to become active and have a connected carrier", "Interface brmgmt failed to become active and have a connected carrier"]}
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement