Michał Sawicz
Michał Sawicz
@y-hashida we're benchmarking the different choices now and will decide on what to do next in the next weeks.
Hey all, @townsend2010 has a package for you to try: macOS build available: ~~multipass-1.7.0-dev.513.pr343+g46704338.mac-Darwin.pkg~~
Here's a link you'll be able to access: https://multipass-ci.s3.amazonaws.com/pr343/multipass-1.7.0-dev.549.pr343%2Bg83f3483e.mac-Darwin.pkg
Hi all, has anyone had the chance to try the above package if it fixes the issue for you?
@holta that's just how bridging works on Linux… the bridge is what gets the IP address, and the bridge has a different MAC. Having a hardcoded MAC/static IP is a...
`mpqemubr0` is the NAT bridge for the `qemu` driver. The `mpbr0` one is managed by LXD, when using the `lxd` driver. All that's by design.
VirtualBox isn't using Linux Bridging, it has a whole networking stack implemented in software. Which is nice for portability, but is bad in many other aspects (and why you don't...
FWIW we're using the [`QStandardPaths`](http://doc.qt.io/qt-5/qstandardpaths.html) class from Qt, relying on it to tell us the right place to store our data and caches. It doesn't seem like `/opt` is returned...
A little discourse: ```plain Saviq: This will need fixing for booting Core 20, apparently. Sorry if the bug exists already. ChrisTownsend: Ok, thanks, I don't think that bug already exists....
BTW, workaround is to stop/start the instance after it times out.