gyptazy / vagrant-arm64-boxes

Collection of Vagrant Boxes for ARM64 (Apple Silicon support)
https://gyptazy.ch/blog/collection-of-vagrant-boxes-images-for-apple-silicon-based-on-arm64/
5 stars 0 forks source link

`Bug`: Failing command: `/sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://'` | missing `passwordless sudo` config #2

Open gyptazy opened 1 year ago

gyptazy commented 1 year ago

General

When starting up a VM by running vagrant up some virtual machines may have an issue where vagrant reports the following error:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

/sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://'

Stdout from the command:

Unfortunately, this is a bug in images that are still only present in version 1.0. The root case for this issue is a missing passwordless sudo configuration.

Solution

Links

Also affects the following issues:

1

3