Giter Club home page Giter Club logo

Comments (7)

Saviq avatar Saviq commented on August 25, 2024

Weird, we're asking cloud-init to install it and still try and make sure it's there on each mount... I suppose we need to make surer.

from multipass.

gerboland avatar gerboland commented on August 25, 2024

If you try mounting before cloud-init has finished, this can happen. IMO we need to block commands like this until cloud-init finished

from multipass.

Saviq avatar Saviq commented on August 25, 2024

@popey would you say you were trying this very soon (say, within a minute) after the instance got started? If so, then at least we have an explanation (and a plan to resolve it).

from multipass.

popey avatar popey commented on August 25, 2024

No, some time after. Took me a while to grok the docs before I even tried.

from multipass.

townsend2010 avatar townsend2010 commented on August 25, 2024

Well, currently, we just set cloud-init to install sshfs in the VM and forget about it. So in this particular case, cloud-init was unable to install sshfs for some reason (non-functional networking, archive not available, etc.). So yeah, we need to add logic to check what's happening when mount fails and try to do something about it.

from multipass.

volomike avatar volomike commented on August 25, 2024

This bug is not fixed on Mac OS 10.14.6 Mojave. And when I restart the shell and try to do:

sudo su
apt-get update
apt-get install sshfs

It won't work because the apt-get update fails to reach the server and I can't even ping archive.ubuntu.com.

from multipass.

volomike avatar volomike commented on August 25, 2024

I just resolved my problem on the Mac. I edited /etc/resolv.conf and added nameserver 1.1.1.1 as the top line above the other nameserver line. I could then do dig google.ie properly. At that point, I could do apt-get update and then could run apt-get install sshfs.

from multipass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.