<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hi,<BR>
<BR>
In my case also, the settings were being picked up from the config.xml but yet the network connection was not proper. And I was periodically receiving an IRQ 11 related error message.<BR>
<BR>
To counter the same, I booted the machine with <BR>
<BR>
#livecd noapic nolapic <BR>
<BR>
This resolved my problem.<BR>
<BR>
Some more info may be found at <A HREF="http://wiki.erp5.org/FaqOnLiveCd">http://wiki.erp5.org/FaqOnLiveCd</A><BR>
<BR>
-SB<BR>
<BR>
<BR>
On Fri, 2006-03-03 at 16:21 +0100, david atlan (PHENO) wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Hi,</FONT>

<FONT COLOR="#000000">Sorry to pick up a thread more than a week old, I was stuck doing a few  </FONT>
<FONT COLOR="#000000">other things and finally managed to try out modifying the config.xml in  </FONT>
<FONT COLOR="#000000">following way:</FONT>

<FONT COLOR="#000000">  &lt;connection_type&gt;dhcp&lt;/connection_type&gt; &lt;!-- static or dhcp --&gt;</FONT>
<FONT COLOR="#000000">  &lt;network_device&gt;eth0&lt;/network_device&gt;</FONT>

<FONT COLOR="#000000">  &lt;ip_address&gt;192.168.242.2&lt;/ip_address&gt;</FONT>
<FONT COLOR="#000000">  &lt;netmask&gt;255.255.255.0&lt;/netmask&gt;</FONT>
<FONT COLOR="#000000">  &lt;network_address&gt;192.168.242.0&lt;/network_address&gt;</FONT>
<FONT COLOR="#000000">  &lt;broadcast_address&gt;192.168.242.255&lt;/broadcast_address&gt;</FONT>
<FONT COLOR="#000000">  &lt;gateway&gt;192.168.242.254&lt;/gateway&gt;</FONT>
<FONT COLOR="#000000">  &lt;nameservers&gt;192.168.242.254&lt;/nameservers&gt; &lt;!-- separated by spaces--&gt;</FONT>

<FONT COLOR="#000000">in a first trial, I suppressed the  </FONT>
<FONT COLOR="#000000">ip_address,netmask,network_address,broadcast_address,gateway and  </FONT>
<FONT COLOR="#000000">nameservers lines and in a second trial I put the numbers given by the  </FONT>
<FONT COLOR="#000000">dhcp. The connection type was set to dhcp.</FONT>

<FONT COLOR="#000000">Both config.xml in /mnt/erp5_cd and /root where modified and</FONT>
<FONT COLOR="#000000">/etc/init.d/erp5cdtool restart</FONT>
<FONT COLOR="#000000">was launched.</FONT>

<FONT COLOR="#000000">When I reboot the machine, I still don't get the PC to connect to the  </FONT>
<FONT COLOR="#000000">Internet (launching dhclient eth0 works), although the config files still  </FONT>
<FONT COLOR="#000000">show my modifications. What am I missing?</FONT>

<FONT COLOR="#000000">Thanks and enjoy the weekend,</FONT>
<FONT COLOR="#000000">david</FONT>
<FONT COLOR="#000000"><A HREF="http://span-tech.com">http://span-tech.com</A></FONT>



<FONT COLOR="#000000">On Mon, 20 Feb 2006 16:47:54 +0100, Shrenik Bhura  </FONT>
<FONT COLOR="#000000">&lt;<A HREF="mailto:shrenik.bhura@intelliant.net">shrenik.bhura@intelliant.net</A>&gt; wrote:</FONT>

<FONT COLOR="#000000">&gt; yes</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; On Mon, 2006-02-20 at 16:21 +0100, david atlan (PHENO) wrote:</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; Dear Kevin and SB,</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; I tried</FONT>
<FONT COLOR="#000000">&gt;&gt; ifconfig eth0 up</FONT>
<FONT COLOR="#000000">&gt;&gt; dhclient eth0</FONT>
<FONT COLOR="#000000">&gt;&gt; ping nexedi.com</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; and it worked!</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; I did find a config.xml (see content at the end) but not in:</FONT>
<FONT COLOR="#000000">&gt;&gt; /mnt/erp5_cd/config.xml</FONT>
<FONT COLOR="#000000">&gt;&gt; it was in /root/config.xml</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; Should I edit this xml and copy it to /mnt/erp5_cd ?</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; Kind regards</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; David</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; On Mon, 20 Feb 2006 11:48:54 +0100, Kevin Deldycke &lt;<A HREF="mailto:kevin@nexedi.com">kevin@nexedi.com</A>&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; wrote:</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; Le Vendredi 17 F&#233;vrier 2006 18:21, david atlan (PHENO) a &#233;crit :</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; Dear Kevin,</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; it worked fine with deleting the content of /mnt/erp5_cd and ERP5</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; starts.</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; I have a little problem with the configuration of the Internet</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; connection:</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; the test machine is connected to a router with DHCP server, but it</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; doesn't</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;&gt; take the IP address? Is there anything I can try?</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; Just open a konsole and do:</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;   ifconfig eth0 up</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;   dhclient eth0</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;   ping nexedi.com</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; If you can ping nexedi.com, then your NIC is working well. Else, give  </FONT>
<FONT COLOR="#000000">&gt;&gt; us</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; logs.</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; If your pass the previous test, the next thing to do is to make your</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; configuration persistent. To do that, edit the /mnt/erp5_cd/config.xml</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; file</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt; then restart the erp5cdtool service ( /etc/init.d/erp5cdtool restart  </FONT>
<FONT COLOR="#000000">&gt;&gt; ).</FONT>
<FONT COLOR="#000000">&gt;&gt; &gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; =======================================================================</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;erp5&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;group id=&quot;nexedi&quot;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;host id=&quot;master&quot;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;hostname&gt;erp5&lt;/hostname&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;domainname&gt;local.domain&lt;/domainname&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;connection_type&gt;static&lt;/connection_type&gt; &lt;!-- static or dhcp --&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;network_device&gt;eth0&lt;/network_device&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;ip_address&gt;192.168.242.2&lt;/ip_address&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;netmask&gt;255.255.255.0&lt;/netmask&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;network_address&gt;192.168.242.0&lt;/network_address&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;broadcast_address&gt;192.168.242.255&lt;/broadcast_address&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;gateway&gt;192.168.242.254&lt;/gateway&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;nameservers&gt;192.168.242.254&lt;/nameservers&gt; &lt;!-- separated by spaces--&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;wlan_wep_key&gt;&lt;/wlan_wep_key&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;wlan_essid&gt;&lt;/wlan_essid&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;wlan_channel&gt;&lt;/wlan_channel&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;cups_network&gt;&lt;/cups_network&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;time_zone&gt;UTC&lt;/time_zone&gt; &lt;!-- Look in /usr/share/zoneinfo/ --&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;system_language&gt;en_US&lt;/system_language&gt; &lt;!-- lang_COUNTRY --&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;root_password&gt;erp5root&lt;/root_password&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;user_password&gt;erp5user&lt;/user_password&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;zope_password&gt;zope&lt;/zope_password&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;web_password&gt;erp5web&lt;/web_password&gt; &lt;!-- Not used --&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;/host&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;/group&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; &lt;/erp5&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; _______________________________________________</FONT>
<FONT COLOR="#000000">&gt;&gt; Erp5-users mailing list</FONT>
<FONT COLOR="#000000">&gt;&gt; <A HREF="mailto:Erp5-users@erp5.org">Erp5-users@erp5.org</A></FONT>
<FONT COLOR="#000000">&gt;&gt; <A HREF="http://erp5.org/mailman/listinfo/erp5-users">http://erp5.org/mailman/listinfo/erp5-users</A></FONT>


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>