- 28 Nov, 2023 1 commit
-
-
Anton Midyukov authored
Oh those tags. Let's just make lists so we don't have to rack our brains. Lists are perceived much easier.
-
- 18 Mar, 2023 1 commit
-
-
Anton Midyukov authored
-
- 05 Jan, 2023 1 commit
-
-
Paul Wolneykien authored
-
- 03 May, 2022 1 commit
-
-
Anton Midyukov authored
-
- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
-
- 01 Nov, 2021 1 commit
-
-
Anton Midyukov authored
-
- 04 Sep, 2021 1 commit
-
-
Anton Midyukov authored
This reverts commit 8f56e8b9. We will not decide for everyone. This is a crutch, we will use it only in our area of responsibility (regular builds).
-
- 23 Aug, 2021 1 commit
-
-
Mikhail Gordeev authored
Creates systemd-resolved symbolic link to /etc/resolv.conf
-
- 23 Jul, 2021 2 commits
-
-
Anton Midyukov authored
network starts before the network interfaces are ready. udevd-final helps prevent this.
-
Anton Midyukov authored
use/net/nm/native sets the NM_Native variable to yes only.
-
- 15 Mar, 2021 2 commits
-
-
Anton Midyukov authored
NetworkManager (etcnet) is default now.
-
Ivan A. Melnikov authored
NM_CONTROLLED should always be set together with DISABLED; otherwise, it's possible to reach the state where DISABLED=no but NM_CONTROLLED=yes, and have the interface controlled by both NM and etcnet.
-
- 21 Aug, 2020 1 commit
-
-
Anton Midyukov authored
This is needed to resolve a bad choice package for Dependency on network-config-subsystem.
-
- 22 May, 2020 1 commit
-
-
Anton Midyukov authored
When renaming HOSTNAME in the alterator, switches managing interface to etcnet. This creates problems for users. This partial reverts commit d4170557.
-
- 30 Sep, 2019 1 commit
-
-
Ivan A. Melnikov authored
-
- 29 Apr, 2019 1 commit
-
-
Anton Midyukov authored
This reverts commit 226a2395. Users are getting upset about NetworkManager being unable to configure "System EthX" connections that are meant to set up with "acc" (which isn't obvious at all). See-also: https://forum.altlinux.org/index.php?topic=42519.0
-
- 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 :-/
-
- 19 Feb, 2018 1 commit
-
-
Michael Shigorin authored
Putting any configuration into /etc/net/ifaces/lo/resolv.conf makes etcnet *overwrite* /etc/resolv.conf, while putting that into /etc/resolv.conf itself makes e.g. vzctl --nameserver *append* to what's been specified. Reported-by:
Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
-
- 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
-
- 20 Apr, 2015 1 commit
-
-
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.
-
- 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.
-
- 30 Aug, 2014 1 commit
-
-
Michael Shigorin authored
Using just a single one of those tends to end up problematic at times but any two use to suffice.
-
- 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.
-
- 12 Jun, 2014 1 commit
-
-
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.
-
- 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.
-
- 17 Mar, 2014 1 commit
-
-
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.
-
- 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.
-