<?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=2118&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Minor problem with laptop installation]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2118</link>
		<description><![CDATA[The most recent posts in Minor problem with laptop installation.]]></description>
		<lastBuildDate>Sun, 03 Jun 2018 19:08:37 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Minor problem with laptop installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9719#p9719</link>
			<description><![CDATA[<p>Well, if things work as is, then you may well leave it at that.</p><p>Otherwise, the one thing I could pick up was the missing broadcast address in <span class="bbc">wicd-wired-settings.conf</span>, which might make a difference; perhaps it causes the networking stack to fail in its ARP. You should probably assign that to <span class="bbc">192.168.0.255</span> or whatever is correct for your subnet.</p><p>And otherwise^2, I think the &quot;proper&quot; way to avoid <span class="bbc">wicd</span> managing <span class="bbc">eth0</span> would be to avoid the <span class="bbc">wired_interface = eth0</span> assignment in <span class="bbc">wicd-manager-settings.conf</span>, and instead make that <span class="bbc">wired_interface =</span> (or remove it, perhaps). For myself, I use <span class="bbc">wicd-curses</span> rather than editing the configuration files directly.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 03 Jun 2018 19:08:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9719#p9719</guid>
		</item>
		<item>
			<title><![CDATA[Re: Minor problem with laptop installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9718#p9718</link>
			<description><![CDATA[<p>Ok, I just played around with it again, and I remembered that when I originally became somewhat frustrated with it at first it worked for a while, but if I switch between wired and wireless more than once it loses the ability to connect to the wired eth0. Even if I switch OFF wireless it can no longer do wired. So in the end I just reinstalled my zero size wired-settings.conf to have wicd ignore the wired netcard (Don&#039;t know if it has anything to do with it but I often can see up to a dozen accesspoints, some of them open [no passwd required]).</p><p>Here&#039;s the wired-settings.conf that worked temporarily:</p><div class="codebox"><pre><code>[wired-default]
afterscript = None
dhcphostname = is.work-lanname
postdisconnectscript = None
dns_domain = workplace.tld
gateway = 192.168.0.64
use_global_dns = False
lastused = True
encryption_enabled = False
beforescript = None
ip = 192.168.0.8
broadcast = None
netmask = 255.255.255.0
usedhcphostname = 0
predisconnectscript = None
enctype = None
default = 1
dns2 = 192.168.0.64
search_domain = None
use_static_dns = True
dns3 = None
profilename = wired-default
dns1 = 192.168.0.63</code></pre></div><p>Here&#039;s my manager-settings.conf:</p><div class="codebox"><pre><code>[Settings]
backend = external
wireless_interface = eth1
wired_interface = eth0
wpa_driver = wext
always_show_wired_interface = False
use_global_dns = False
global_dns_1 = None
global_dns_2 = None
global_dns_3 = None
global_dns_dom = None
global_search_dom = None
auto_reconnect = True
debug_mode = 0
wired_connect_mode = 1
signal_display_type = 0
should_verify_ap = 1
dhcp_client = 0
link_detect_tool = 0
flush_tool = 0
sudo_app = 0
prefer_wired = False
show_never_connect = True</code></pre></div><p>Maybe you see something in there, if not, I&#039;ll keep my current setup with the 0-size wired-settings.conf</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Sun, 03 Jun 2018 18:38:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9718#p9718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Minor problem with laptop installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9712#p9712</link>
			<description><![CDATA[<p>In general, and as you probably know, the <span class="bbc">interfaces</span> file is used by the <span class="bbc">ifupdown</span> network management system, whereas <span class="bbc">wired-settings.conf</span> is used by the <span class="bbc">wicd</span> network management system. The former is more passive, and only operates on interfaces as explicitly commanded, e.g. <span class="bbc"># ifup eth0</span>.</p><p><span class="bbc">wicd</span> is actively managing the interfaces it is told to manage; it&#039;s a daemon program that discovers changes to interface status and acts on these. Especially, if you have told <span class="bbc">wicd</span> to manage <span class="bbc">eth0</span> it will do so, but if you haven&#039;t, it won&#039;t. I think <span class="bbc">wicd</span> by default will configure itself to manage <span class="bbc">eth0</span> upon installation, but it&#039;s certainly the first thing to confirm.</p><p>If <span class="bbc">wicd</span> is set to manage <span class="bbc">eth0</span>, then it will do so according to <span class="bbc">wired-settings.conf</span>. There&#039;s barely any magic involved at all, though in some cases mis-behaviour would be due to some bug rather than configuration mistakes. So let&#039;s see yours.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 03 Jun 2018 14:34:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9712#p9712</guid>
		</item>
		<item>
			<title><![CDATA[Minor problem with laptop installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9705#p9705</link>
			<description><![CDATA[<p>A while ago I installed Ascii beta on a laptop after having used Centos for many years. Everything went better than I expected, and I&#039;m thrilled. Except:</p><p>Depending on where I use the laptop I have either ethernet with a static IP or wifi with a dynamic IP (dhcpd on the lan). Wicd seems unable to deal with this.</p><p>The damn thing totally ignored both my settings for eth0 in /etc/network/interfaces and those in <br />/etc/wicd/wired-settings.conf, always demanding an ip address from the nearest dhcp server (which would stop me from ssh&#039;ing into the laptop when using eth0). In the end I resorted to just creating an empty <br />/etc/wicd/wired-settings.conf file for wicd, and left the /etc/network/interfaces for when I plug in a cable.</p><p>For this works, but I have no idea if what I did is even remotely correct.</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Sun, 03 Jun 2018 13:12:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9705#p9705</guid>
		</item>
	</channel>
</rss>
