-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multipass failed creating a bridge #344
Comments
@marosg42 as far as proxy goes, we support
I believe the values from
All that said, I don't think that the lack of proxy would result in the other issues you're seeing. Can you verify the version of multipass installed?
|
I just checked with --edge, it worked, mpqemubr0 was created |
regarding proxy settings... for snapd to be able to install snaps, I had to modify /etc/environment and restart snapd, that works then I didsnap install, which failed to create bridge as shown above when I do multipass launch it reports error becasue it cannot get to images, for that I used snap set multipass proxy=... and then it can download after that it reports it cannot connect to instance, which of course it cannot as bridge was not created I have no idea why there is any check for proxy in the code while bridge is created and as I said, edge works |
Can you try with the
|
sudo snap install multipass --beta --classic
There is no bridge created
syslog shows
It looks like there are issues with detecting proxy
ubuntu@krogh:~$ env|grep proxy
http_proxy=http://100.107.0.4:1080/
https_proxy=http://100.107.0.4:1080/
no_proxy=100.107.0.207,100.107.0.31,100.107.0.41,100.68.1.4,100.86.1.4,127.0.0.1,localhost
ubuntu@krogh:~$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
http_proxy="http://100.107.0.4:1080"
https_proxy="http://100.107.0.4:1080"
The text was updated successfully, but these errors were encountered: