Giter VIP home page Giter VIP logo

Comments (5)

angelhof avatar angelhof commented on September 1, 2024

On cloudlab this works properly. Which machine are you trying this on? Also, what is the output when not using try for the same commands.

from try.

gliargovas avatar gliargovas commented on September 1, 2024

I only get this issue when running on Ubuntu 22, even on Cloudlab. It should have to do with the kernel version.

from try.

angelhof avatar angelhof commented on September 1, 2024

Oh, I see, maybe @ericzty could help you to run it on a specific kernel version to figure out exactly what the problem is and when it happens?

from try.

ezrizhu avatar ezrizhu commented on September 1, 2024

The issue is with the DNS, since /etc/resolv.conf is a link on that ubuntu system (/run/systemd/resolve/stub-resolv.conf), when in Overlayfs the link broke. The issue can be fixed by adding the following to the innermost shell script in try.

rm /etc/resolv.conf
echo "nameserver 1.1.1.1" > /etc/resolv.conf

Another solution that cbuildrt used is to mount the resolv.conf over from the host filesystem, that is probably a better approach.

from try.

angelhof avatar angelhof commented on September 1, 2024

Closing this issue since it has nothing to do with the network

from try.

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.