<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7846&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Removing/purging Network Manager]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7846</link>
		<description><![CDATA[The most recent posts in [SOLVED] Removing/purging Network Manager.]]></description>
		<lastBuildDate>Wed, 25 Mar 2026 19:47:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62876#p62876</link>
			<description><![CDATA[<p>It&#039;s kind of a necessary evil in my case. I don&#039;t like that it&#039;s tied to Red Hat and whatnot, but Connman is unpredictable and harder to set up OpenVPN on, and Wicd is still being rewritten.</p><p>Instead, I got a good deal on having a dummy replacement for Elogind (although the libraries are still present), with ConsoleKit2 and Seatd doing the actual seat management. This exact method also worked for me in Salix (a Slackware derivative), but on the condition that Elogind as a package remained installed for compatibility reasons only (i.e. it doesn&#039;t run at all, but it could if I enabled it). No issues there, either.</p>]]></description>
			<author><![CDATA[dummy@example.com (brocashelm)]]></author>
			<pubDate>Wed, 25 Mar 2026 19:47:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62876#p62876</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62858#p62858</link>
			<description><![CDATA[<p>Just an update for whoever cares.</p><p>Got rid of Network Manager.&#160; Configured everything in interfaces, interfaces.d, wpa_supplicant.conf, resolv.conf.&#160; &#160;wpa_gui provides a simple gui for wpa_supplicant.&#160; &#160;No more odd mystery due to NM doing its thing.</p><p>NM is a convenient tool for many typical scenarios, but apparently not for me.</p><p>Thanks all for chiming in.</p>]]></description>
			<author><![CDATA[dummy@example.com (devrate)]]></author>
			<pubDate>Tue, 24 Mar 2026 21:54:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62858#p62858</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62688#p62688</link>
			<description><![CDATA[<p>&quot;BTW:&#160; I installed wpa_gui and it reports that it &quot;could not get status from wpa_supplicant.&quot;&#160; &#160;Are the operations of wpa_gui and network manager mutually exclusive?&quot;</p><p>Found out it&#039;s because when Network Manager is running, it manages wpa_supplicant and controls it via dbus, whereas wpa_gui expects socket(s) to communicate with wpa_supplicant, usually in the directory&#160; /var/run/wpa_supplicant.</p>]]></description>
			<author><![CDATA[dummy@example.com (devrate)]]></author>
			<pubDate>Wed, 18 Mar 2026 18:09:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62688#p62688</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62633#p62633</link>
			<description><![CDATA[<p>Actually the man page advice is to use two iface snippets in <span class="bbc">/etc/network/interfaces</span></p><div class="codebox"><pre><code>iface wlan0 inet manual
    wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp</code></pre></div><p>The first snippet is for declaring the conf file to be used, and the second is the one wpa_action will use when setting up an access point link. (using <span class="bbc">ifup wlan0=default</span>)</p><p>In that way you can also define additional, different handlings of different setups with different identities.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 11 Mar 2026 00:32:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62633#p62633</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62632#p62632</link>
			<description><![CDATA[<p>For wpa_gui I had to do this in /etc/network/interfaces</p><p>auto wlan0<br />iface wlan0 inet dhcp<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160;wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</p><p>then sudo nano /etc/wpa_supplicant/wpa_supplicant.conf</p><p>ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev<br />update_config=1<br />p2p_disabled=1</p>]]></description>
			<author><![CDATA[dummy@example.com (rations)]]></author>
			<pubDate>Tue, 10 Mar 2026 23:36:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62632#p62632</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62625#p62625</link>
			<description><![CDATA[<p>My fault.&#160; &#160;I was connecting to wifi asking for dhcp, of course it will assign dns server and gateway (the port&#039;s default route).&#160; &#160;Changed the connection type to static&#160; ip, and now it don&#039;t mess with the resolv.conf.</p><p>Thanks all for the info and advices.</p><p>BTW:&#160; I installed wpa_gui and it reports that it &quot;could not get status from wpa_supplicant.&quot;&#160; &#160;Are the operations of wpa_gui and network manager mutually exclusive?</p>]]></description>
			<author><![CDATA[dummy@example.com (devrate)]]></author>
			<pubDate>Tue, 10 Mar 2026 16:31:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62625#p62625</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62618#p62618</link>
			<description><![CDATA[<p>You either define everything in /etc/network/interfaces or you exclusively use NM for both. As you have seen a mix won&#039;t work.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 09 Mar 2026 18:54:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62618#p62618</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62617#p62617</link>
			<description><![CDATA[<p>Set up both wired and wireless in /etc/network/interfaces.</p><p>Network Configuration Guide <br /><a href="https://www.devuan.org/os/documentation/install-guides/excalibur/network-configuration" rel="nofollow">https://www.devuan.org/os/documentation … figuration</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 09 Mar 2026 18:43:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62617#p62617</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62615#p62615</link>
			<description><![CDATA[<p>Here is the context:</p><p>I have a desktop machine with wired connection to a router.&#160; I am setting up a wifi network with another router not connected to the internet.&#160; </p><p>When I use the Network Manager via the status tray icon to connect to the wifi network, it changes resolv.conf to point to the non-internet wifi router, and adds a default route pointing to this router.&#160; &#160;So each time I connect to the non-internet wifi, I have to fix resolv.conf and route table manually.</p><p>So I am looking for an alternative(s) to Network Manager to manage wifi connection.&#160; &#160;Can you all help me out with suggestions/recommendations?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (devrate)]]></author>
			<pubDate>Mon, 09 Mar 2026 17:47:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62615#p62615</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62611#p62611</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>What are the inconveniences if I remove/purge Network Manager?</p></div></blockquote></div><p>Uhh, needing to configure networking yourself? Fairly obvious, no? <br />Aside from that, likely a lack of GUI network configuration / tray widgets / whatever... Unless you install something else that provides those, of which there are several. None of them have the extensive feature <del>set</del> creep networkmanager does though.</p><p>NM is useful for systems that use a variety of transient networks, e.g. wifi, cell modem, bridges, tunnels, vpns etc. where the user wants a unified GUI that can configure and switch between those on-the-fly. Essentially, It&#039;s designed for coffee-shop-warriors with laptops.</p><p>NM is downright aggravating if manual network configuration is common, or a single, fixed, reliable connection is required at boot. e.g. the system has NFS mounts or the user regularly does &#039;ip whatever&#039; or &#039;ifconfig whatever&#039; to connect with static addresses or manual routing.</p><p>NM is completely pointless for servers or workstations that have fixed wired networking or rarely change connections.</p><p>Vague question -&gt; vague answers.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Mon, 09 Mar 2026 11:06:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62611#p62611</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62610#p62610</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>... use plain ifupdown configurations ... <br />... easy and straight-forward.<br />.. well documented.</p></div></blockquote></div><p>+1<br />For me it was a huge step forward.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 09 Mar 2026 10:32:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62610#p62610</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62609#p62609</link>
			<description><![CDATA[<p>I have no idea.<br />I don&#039;t use it;<br />I just use plain <span class="bbc">ifupdown</span> configurations, plus <span class="bbc">wpagui</span> on some hosts.<br />I think of that as easy and straight-forward.<br />In particular, it&#039;s well documented.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 09 Mar 2026 09:55:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62609#p62609</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Removing/purging Network Manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62608#p62608</link>
			<description><![CDATA[<p>What are the inconveniences if I remove/purge Network Manager?</p>]]></description>
			<author><![CDATA[dummy@example.com (devrate)]]></author>
			<pubDate>Mon, 09 Mar 2026 08:45:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62608#p62608</guid>
		</item>
	</channel>
</rss>
