Giter VIP home page Giter VIP logo

Comments (5)

alexanderkjeldaas avatar alexanderkjeldaas commented on August 28, 2024

skarmavbild 2018-04-19 kl 22 31 26

yes, networking issues during boot.

from nixos-infect.

elitak avatar elitak commented on August 28, 2024

Run ip a; ip r; ip -6 r before and after running nixos-infect, compare them against each other and what's in /etc/nixos/networking.nix. Probably it failed to extract the network configuration and put it into networking.nix.

from nixos-infect.

danbst avatar danbst commented on August 28, 2024

I pretty much believe #27 fixes this.

from nixos-infect.

asymmetric avatar asymmetric commented on August 28, 2024

@alexanderkjeldaas can you confirm?

from nixos-infect.

danbst avatar danbst commented on August 28, 2024

@asymmetric @alexanderkjeldaas @elitak I can confirm that workaround I've mentioned didn't help.

Though I've diagnosed root cause: route config is missing. In networking.nix I had to put

networking.interfaces.eth0.ipv4.routes = [ { address = "172.31.1.1"; prefixLength = 32; } ];

Then restart:

systemctl restart network-addresses-eth0
systemctl restart network-setup

Then ip route gets populated. Without route config ip route is empty and ip route replace default ... in networking setup script failes (no default route, nothing to replace).

from nixos-infect.

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.