1. 28 Nov, 2023 1 commit
  2. 18 Mar, 2023 1 commit
  3. 05 Jan, 2023 1 commit
  4. 03 May, 2022 1 commit
  5. 10 Dec, 2021 1 commit
  6. 01 Nov, 2021 1 commit
  7. 04 Sep, 2021 1 commit
  8. 23 Aug, 2021 1 commit
  9. 23 Jul, 2021 2 commits
  10. 15 Mar, 2021 2 commits
  11. 21 Aug, 2020 1 commit
  12. 22 May, 2020 1 commit
  13. 30 Sep, 2019 1 commit
  14. 29 Apr, 2019 1 commit
  15. 17 Jan, 2019 1 commit
    • Michael Shigorin's avatar
      net: +nm shouldn't provoke races · 0184a3b7
      Michael Shigorin authored
      Brief version: otherwise DNS resolving might fail to perform
      until dnsmasq service restart or system reboot (ouch!).
      
      The problem:
      
      1) NetworkManager requires dnsmasq;
      2) dnsmasq can win a race against dhcpcd on ethernet.
      
      The result:
      
      1) /etc/resolv.conf looks fine;
      2) dnsmasq is running;
      3) resolving beyond /etc/hosts fails.
      Suggested-by: 's avatarMikhail Efremov <sem@altlinux.org>
      0184a3b7
  16. 24 May, 2018 1 commit
  17. 23 May, 2018 1 commit
    • Michael Shigorin's avatar
      net: make the comment actually useful · 756af48b
      Michael Shigorin authored
      It's not much use for it to stay without the actual
      pointer to the place where NM GUIs are referenced,
      I've almost started out implementing the "missing"
      bit myself right now :-/
      756af48b
  18. 19 Feb, 2018 1 commit
  19. 01 Feb, 2017 1 commit
    • Michael Shigorin's avatar
      net: adjust accordingly · 7459a74a
      Michael Shigorin authored
      Refer to net-dns feature where appropriate
      (it actually started out as an extension of
      net feature but the reasons to separate it
      quickly became apparent to me).
      7459a74a
  20. 02 Mar, 2016 1 commit
  21. 20 Apr, 2015 1 commit
    • Michael Shigorin's avatar
      a few modules.d test drives · 559f80ad
      Michael Shigorin authored
      These are aimed to test the modules.d/ and auto-pickup
      implementation as well as to present an example.
      
      At least 50-net might change (or just get renamed to avoid
      auto-pickup) some day as the "net" feature's meaning is
      to provide networking upon bootup and these modules are
      only needed within stage1 if we're going to netboot;
      and that's quite different thing.
      
      armh-cubox bits are prone to get renamed/generalized too
      since e.g. ArmadaXP based server images are going to need
      this as well.
      559f80ad
  22. 25 Feb, 2015 2 commits
  23. 30 Aug, 2014 1 commit
  24. 20 Aug, 2014 1 commit
  25. 12 Aug, 2014 1 commit
    • Michael Shigorin's avatar
      net: enable connman service either · 24cee065
      Michael Shigorin authored
      Stupid systemd will shadow connmand initscript with
      connman.service but will not enable connman.service
      when told to enable connmand initscript.  Sigh.
      24cee065
  26. 12 Jun, 2014 1 commit
    • Michael Shigorin's avatar
      net: 50-net-nm band-aid · 226a2395
      Michael Shigorin authored
      This needs further refinement regarding p7/t7 specifically:
      NM behaviour regarding defaults differs in sisyphus and this
      has led to livecds booting with DHCP networking but installed
      systems booting without configured interfaces.
      226a2395
  27. 09 Jun, 2014 1 commit
    • Michael Shigorin's avatar
      net: rework NM support · 78f21583
      Michael Shigorin authored
      Non-GUI packages moved to base+nm pkglist to enable standalone
      installation of those; and GTK bits left in desktop+nm for use
      by images lacking their own new and improved(tm) variant.
      
      Note that both GNOME3 and KDE4 aren't lacking anymore.
      78f21583
  28. 28 Apr, 2014 1 commit
    • Michael Shigorin's avatar
      net: fix the comment · 2d99b8a4
      Michael Shigorin authored
      The issue at hand is that we must not reconfigure an interface
      that NFS with the rootfs we're running off is mounted over.
      2d99b8a4
  29. 17 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      live, net: shift and rework network and resolver setup · 5d829265
      Michael Shigorin authored
      50-setup-network was a hasty hack (surprise!) that used to do
      what net and net-eth features have been created to do since;
      just drop the duplicated crufty code.
      
      Unconditional resolver setup isn't done now: those with static
      setup are better off doing it explicitly, and those with DHCP
      should be fine already.
      
      NB: /etc/hosts *is* fine within setup package *but* hasher will
          overwrite it with a copy of host's one; let's reset contents
          to initial at least until hasher gets fixed and the fix is
          rather deployed in the wild.
      5d829265
  30. 10 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      net: fix a thinko (it's connmand) · 039af304
      Michael Shigorin authored
      The service and initscript have "connmand" name
      while the package is called "connman" indeed.
      
      Shame on me; this became apparent
      while building regular-e18-sysv.
      039af304
  31. 29 Nov, 2013 1 commit
    • Michael Shigorin's avatar
      net: brief remark regarding livecd-save-nfs · 7e91e1b6
      Michael Shigorin authored
      A bit longer version is: add the script which cares to protect
      the interfaces which has been brought up during NFS root bootup
      already from being tampered with by NetworkManager so as to avoid
      losing network with networked rootfs.
      7e91e1b6
  32. 23 Sep, 2013 1 commit
  33. 30 Jul, 2013 1 commit
    • Michael Shigorin's avatar
      net: avoid NM showstopper at boot by default · 873737a2
      Michael Shigorin authored
      Intro: NetworkManager-wait-online.service would, well, wait
      for some network interface to become online or for timeout
      to kick in.
      
      Problem: if a LiveCD is tested in offline environment
      that timeout will only impede the boot.
      
      Proposed solution: use/net/nm/nodelay target has been implemented
      to disable that service as proposed by sem@ and done in Simply;
      "+nm" target changed to be an alias to this one.
      873737a2
  34. 01 Jul, 2013 2 commits
    • Michael Shigorin's avatar
      net, services: in Soviet Russia... · a97ef4c9
      Michael Shigorin authored
      ...net uses services, not services use net.  That is,
      "network" is a service that needs to be enabled by the
      now-existing mechanism of "services" feature, don't be
      fooled by "network services" here.
      a97ef4c9
    • Michael Shigorin's avatar
      initial net feature · 3ee510aa
      Michael Shigorin authored
      This one supports /etc/net, NM and connman; pruning the tree
      to get rid of hardwired remnants is going to take some more time.
      3ee510aa