1. 15 Mar, 2021 1 commit
  2. 21 Aug, 2020 1 commit
  3. 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
  4. 24 May, 2018 1 commit
  5. 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
  6. 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
  7. 02 Mar, 2016 1 commit
  8. 25 Feb, 2015 2 commits
  9. 20 Aug, 2014 1 commit
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 23 Sep, 2013 1 commit
  16. 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
  17. 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