You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a team sets the static IP, they may include a leading zero in the third octet of the IP address. For example team 3206 might enter the IP address as 10.32.06.11. Apparently nmcli doesn't like the leading 0 in 06 and fails to update the configuration correctly. The result is that the configuration call will fail and the coprocessor isn't using the IP address the team thinks it assigned. If entered without the leading zeros, e.g., 10.32.6.11 instead, it works.
When a team sets the static IP, they may include a leading zero in the third octet of the IP address. For example team 3206 might enter the IP address as
10.32.06.11
. Apparentlynmcli
doesn't like the leading0
in06
and fails to update the configuration correctly. The result is that the configuration call will fail and the coprocessor isn't using the IP address the team thinks it assigned. If entered without the leading zeros, e.g.,10.32.6.11
instead, it works.Here's an example of the failure from the logs:
Exit code 2 is
Invalid user input, wrong nmcli invocation.
according to the nmcli documentation.Here's the logs for success:
The text was updated successfully, but these errors were encountered: