<!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>
yes<BR>
<BR>
On Mon, 2006-02-20 at 16:21 +0100, david atlan (PHENO) wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Dear Kevin and SB,</FONT>

<FONT COLOR="#000000">I tried</FONT>
<FONT COLOR="#000000">ifconfig eth0 up</FONT>
<FONT COLOR="#000000">dhclient eth0</FONT>
<FONT COLOR="#000000">ping nexedi.com</FONT>

<FONT COLOR="#000000">and it worked!</FONT>

<FONT COLOR="#000000">I did find a config.xml (see content at the end) but not in:</FONT>
<FONT COLOR="#000000">/mnt/erp5_cd/config.xml</FONT>
<FONT COLOR="#000000">it was in /root/config.xml</FONT>

<FONT COLOR="#000000">Should I edit this xml and copy it to /mnt/erp5_cd ?</FONT>

<FONT COLOR="#000000">Kind regards</FONT>

<FONT COLOR="#000000">David</FONT>


<FONT COLOR="#000000">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">wrote:</FONT>

<FONT COLOR="#000000">&gt; Le Vendredi 17 F&#233;vrier 2006 18:21, david atlan (PHENO) a &#233;crit&nbsp;:</FONT>
<FONT COLOR="#000000">&gt;&gt; Dear Kevin,</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; it worked fine with deleting the content of /mnt/erp5_cd and ERP5  </FONT>
<FONT COLOR="#000000">&gt;&gt; starts.</FONT>
<FONT COLOR="#000000">&gt;&gt;</FONT>
<FONT COLOR="#000000">&gt;&gt; I have a little problem with the configuration of the Internet  </FONT>
<FONT COLOR="#000000">&gt;&gt; connection:</FONT>
<FONT COLOR="#000000">&gt;&gt; the test machine is connected to a router with DHCP server, but it  </FONT>
<FONT COLOR="#000000">&gt;&gt; doesn't</FONT>
<FONT COLOR="#000000">&gt;&gt; take the IP address? Is there anything I can try?</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; Just open a konsole and do:</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt;   ifconfig eth0 up</FONT>
<FONT COLOR="#000000">&gt;   dhclient eth0</FONT>
<FONT COLOR="#000000">&gt;   ping nexedi.com</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; If you can ping nexedi.com, then your NIC is working well. Else, give us  </FONT>
<FONT COLOR="#000000">&gt; logs.</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">&gt; If your pass the previous test, the next thing to do is to make your</FONT>
<FONT COLOR="#000000">&gt; configuration persistent. To do that, edit the /mnt/erp5_cd/config.xml  </FONT>
<FONT COLOR="#000000">&gt; file</FONT>
<FONT COLOR="#000000">&gt; then restart the erp5cdtool service ( /etc/init.d/erp5cdtool restart ).</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">=======================================================================</FONT>
<FONT COLOR="#000000">&lt;erp5&gt;</FONT>
<FONT COLOR="#000000">&lt;group id=&quot;nexedi&quot;&gt;</FONT>
<FONT COLOR="#000000">&lt;host id=&quot;master&quot;&gt;</FONT>
<FONT COLOR="#000000">&lt;hostname&gt;erp5&lt;/hostname&gt;</FONT>
<FONT COLOR="#000000">&lt;domainname&gt;local.domain&lt;/domainname&gt;</FONT>
<FONT COLOR="#000000">&lt;connection_type&gt;static&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">&lt;wlan_wep_key&gt;&lt;/wlan_wep_key&gt;</FONT>
<FONT COLOR="#000000">&lt;wlan_essid&gt;&lt;/wlan_essid&gt;</FONT>
<FONT COLOR="#000000">&lt;wlan_channel&gt;&lt;/wlan_channel&gt;</FONT>

<FONT COLOR="#000000">&lt;cups_network&gt;&lt;/cups_network&gt;</FONT>
<FONT COLOR="#000000">&lt;time_zone&gt;UTC&lt;/time_zone&gt; &lt;!-- Look in /usr/share/zoneinfo/ --&gt;</FONT>
<FONT COLOR="#000000">&lt;system_language&gt;en_US&lt;/system_language&gt; &lt;!-- lang_COUNTRY --&gt;</FONT>

<FONT COLOR="#000000">&lt;root_password&gt;erp5root&lt;/root_password&gt;</FONT>
<FONT COLOR="#000000">&lt;user_password&gt;erp5user&lt;/user_password&gt;</FONT>
<FONT COLOR="#000000">&lt;zope_password&gt;zope&lt;/zope_password&gt;</FONT>
<FONT COLOR="#000000">&lt;web_password&gt;erp5web&lt;/web_password&gt; &lt;!-- Not used --&gt;</FONT>
<FONT COLOR="#000000">&lt;/host&gt;</FONT>
<FONT COLOR="#000000">&lt;/group&gt;</FONT>
<FONT COLOR="#000000">&lt;/erp5&gt;</FONT>

<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">Erp5-users mailing list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:Erp5-users@erp5.org">Erp5-users@erp5.org</A></FONT>
<FONT COLOR="#000000"><A HREF="http://erp5.org/mailman/listinfo/erp5-users">http://erp5.org/mailman/listinfo/erp5-users</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>