- 15 Mar, 2021 1 commit
-
-
Anton Midyukov authored
NetworkManager (etcnet) is default now.
-
- 21 Aug, 2020 1 commit
-
-
Anton Midyukov authored
This is needed to resolve a bad choice package for Dependency on network-config-subsystem.
-
- 17 Jan, 2019 1 commit
-
-
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:
Mikhail Efremov <sem@altlinux.org>
-
- 24 May, 2018 1 commit
-
-
Michael Shigorin authored
The common problem was network-config-subsystem getting resolved into something completely wrong (like net-scripts or systemd-networkd) *before* it got specified precisely; let's just avoid the common cause, that is, a metapackage. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806
-
- 23 May, 2018 1 commit
-
-
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 :-/
-
- 01 Feb, 2017 1 commit
-
-
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).
-
- 02 Mar, 2016 1 commit
-
-
Alexey Shabalin authored
-
- 25 Feb, 2015 2 commits
-
-
Michael Shigorin authored
Specifically for the minimalistic systemd-based server image suggested by shaba@.
-
Michael Shigorin authored
This has been simply use/net but it looks like we've got some people who would like to cope without etcnet, even: http://lists.altlinux.org/pipermail/devel/2015-February/199506.html Adjust its usage accordingly.
-
- 20 Aug, 2014 1 commit
-
-
Michael Shigorin authored
sem@ says it works at the moment, the utility is useful to look up account status or handle SMS.
-
- 12 Aug, 2014 1 commit
-
-
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.
-
- 09 Jun, 2014 1 commit
-
-
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.
-
- 28 Apr, 2014 1 commit
-
-
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.
-
- 10 Mar, 2014 1 commit
-
-
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.
-
- 29 Nov, 2013 1 commit
-
-
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.
-
- 23 Sep, 2013 1 commit
-
-
Michael Shigorin authored
This is to avoid NM messing with network interface involved in NFS root filesystem being operational (see alterator-netinst); thanks sem@ for the hint.
-
- 30 Jul, 2013 1 commit
-
-
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.
-
- 01 Jul, 2013 2 commits
-
-
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.
-
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.
-