<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1126" name=GENERATOR><!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>BA285063-5BCE-11D4-AF8D-0050DAC67E11</X-FID>
<X-FVER></X-FVER>
<X-FIT></X-FIT>
<X-FCOL></X-FCOL>
<X-FCAT></X-FCAT>
<X-FDIS></X-FDIS>
<X-BG>3713DC59-0197-4CAD-ABDD-A1332704DAF6</X-BG>
<X-BGT>repeat</X-BGT>
<X-BGC>#dce0e3</X-BGC>
<X-BGPX>0px</X-BGPX>
<X-BGPY>0px</X-BGPY>
<X-ASN>ANIM3D00-NONE-0000-0000-000000000000</X-ASN>
<X-ASNF>0</X-ASNF>
<X-ASH>ANIM3D00-NONE-0000-0000-000000000000</X-ASH>
<X-ASHF>1</X-ASHF>
<X-AN>6486DDE0-3EFD-11D4-BA3D-0050DAC68030</X-AN>
<X-ANF>0</X-ANF>
<X-AP>6486DDE0-3EFD-11D4-BA3D-0050DAC68030</X-AP>
<X-APF>1</X-APF>
<X-AD>C3C52140-4147-11D4-BA3D-0050DAC68030</X-AD>
<X-ADF>0</X-ADF>
<X-AUTO>X-ASN,X-ASH,X-AN,X-AP,X-AD</X-AUTO>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd--></HEAD>
<BODY 
style="BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt; MARGIN: 0px 10px 10px; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Comic Sans MS" 
text=#000040 bgColor=#dce0e3 background=cid:203353115@11122002-1A75 scroll=yes 
ORGYPOS="0" SIGCOLOR="0" X-ADF="0" X-AD="C3C52140-4147-11D4-BA3D-0050DAC68030" 
X-APF="1" X-AP="6486DDE0-3EFD-11D4-BA3D-0050DAC68030" X-ANF="0" 
X-AN="6486DDE0-3EFD-11D4-BA3D-0050DAC68030" X-ASHF="1" 
X-ASH="ANIM3D00-NONE-0000-0000-000000000000" X-ASNF="0" 
X-ASN="ANIM3D00-NONE-0000-0000-000000000000" X-FVER="2.0" 
X-FID="BA285063-5BCE-11D4-AF8D-0050DAC67E11" X-FDIS="Rice Fields" 
X-FCOL="Elegant Paper" X-FCAT="Elegant Paper" X-FIT="Letter">
<DIV><SPAN class=203353115-11122002><FONT color=#000000>I have a server that 
runs on slackware 8.1 with the exception of the crash on map 
change.</FONT></SPAN></DIV>
<DIV><SPAN class=203353115-11122002><FONT color=#000000>It also runs on rh 8.0 
with the map change crash.</FONT></SPAN></DIV>
<DIV><SPAN class=203353115-11122002><FONT 
color=#000000></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=203353115-11122002><FONT color=#000000>You can try ours at 
bf3.xclan.org.</FONT></SPAN></DIV>
<DIV><SPAN class=203353115-11122002><FONT color=#000000>I may change it to be El 
Alamein 24/7 ;p</FONT></SPAN></DIV>
<DIV><SPAN class=203353115-11122002></SPAN>&nbsp;</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Gvendur 
  [mailto:kain@fortress.is] <BR><B>Sent:</B> Wednesday, December 11, 2002 5:30 
  AM<BR><B>To:</B> bf1942@icculus.org<BR><B>Subject:</B> [bf1942] My server has 
  run but<BR><BR></FONT></DIV>
  <TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="95%" border=0>
    <TBODY>
    <TR>
      <TD id=INCREDITEXTREGION 
      style="PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-SIZE: 10pt; FONT-FAMILY: Comic Sans MS" 
      width="100%">
        <DIV>&nbsp;</DIV>
        <DIV>I haven't seen anyone connect yet</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Although the server runs fine and has for over 16 hours, but I 
        didn't have time</DIV>
        <DIV>to connect to it last night as I was busy with something 
else.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>There were few things I did before running the server.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>First I changed the ownership for my ServerSettings.con file to 
        root and gave</DIV>
        <DIV>the user running the BF1942 server read-only rights to it. Any 
        other way and the</DIV>
        <DIV>server would crash and overwrite the settings file making it 
        unreadable to the server.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Second is my startup script... Here is it.</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>#!/bin/sh<BR>dir="/usr/games/Servers/BF1942"<BR>logfile=$dir"/autostart_bf.log"<BR>while 
        : ; do<BR>echo "Running BattleField 1942 Server"<BR>start=`date 
        '+%d%H%M%S'`<BR>echo "Server Started: `date`" &gt;&gt; 
        $logfile<BR>export LD_LIBRARY_PATH=$dir:$LD_LIBRARY_PATH<BR>cd 
        $dir<BR>./bf1942_lnxded +game BF1942 +restart 1 +dedicated 1 
        +reconnectPassword 7448 +reconnectSlots 0 +config&nbsp; 
        ServerSettings.con<BR>stop=`date '+%d%H%M%S'`<BR>echo "Server Stopped: 
        `date`" &gt;&gt; $logfile<BR>t=`expr $stop - $start`<BR>if test 0 -le $t 
        -a $t -lt 5 ; then<BR>failcount=`expr $failcount + 
        1`<BR>else<BR>failcount=0<BR>fi<BR>if test $failcount -gt 5 ; 
        then<BR>echo "EXITING DUE TO REPEATED, FREQUENT FAILURES" 
        &gt;&amp;2<BR>exit 1<BR>fi<BR>sleep 10<BR>done</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>If anyone wants to check this server out it's at 
        193.4.195.25:23000</DIV>
        <DIV>&nbsp;</DIV>
        <DIV>Gudmo</DIV>
        <DIV>&nbsp;</DIV>
        <DIV id=IncrediOriginalMessage><I>-------Original 
        Message-------</I></DIV>
        <DIV>&nbsp;</DIV>
        <DIV id=receivestrings>
        <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>From:</B></I><A 
        href="mailto:bf1942@icculus.org">bf1942@icculus.org</A></DIV>
        <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Date:</B></I> Wednesday, 
        December 11, 2002 13:26:57</DIV>
        <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>To:</B></I><A 
        href="mailto:bf1942@icculus.org">bf1942@icculus.org</A></DIV>
        <DIV dir=ltr style="FONT-SIZE: 11pt" <i><B>Subject:</B></I> RE: [bf1942] 
        Does somenone have a working server ?</DIV></DIV>
        <DIV>&nbsp;</DIV>
        <DIV class=Section1>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">No my BF Server 
        isnt running.</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">System:</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Suse 
        8.0</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Dual AMD MP 
        2000+</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">2 GB ECC2 DDR 
        RAM </SPAN></FONT><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Kingston</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">2 x 36 Gigabyte 
        SCSI U-160 Pladden HDs</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">etc 
        etc</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">it looks like 
        codesalat what they did&#8230;.</SPAN></FONT></P>
        <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
        style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"></SPAN></FONT>&nbsp;</P>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Tahoma 
        size=2><SPAN lang=EN-US 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">-----Original 
        Message-----<BR><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> 
        bf1942-return-109-SantaHomer=web.de@icculus.org 
        [mailto:bf1942-return-109-SantaHomer=web.de@icculus.org] <B><SPAN 
        style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>YAH 
        BLOODLUST<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> 
        Mittwoch, 11. Dezember 2002 13:54<BR><B><SPAN 
        style="FONT-WEIGHT: bold">To:</SPAN></B> bf1942@icculus.org<BR><B><SPAN 
        style="FONT-WEIGHT: bold">Subject:</SPAN></B> [bf1942] Does somenone 
        have a working server ?</SPAN></FONT></P>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT 
        face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hi 
        everybody,</SPAN></FONT></P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT 
        face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have tried to 
        setup the bf1942 server under a RedHat 7.2 linux server, but like every 
        one in hte mailling list , i have seg fault each time i tried to 
        connect.</SPAN></FONT></P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I only want to 
        know if someone has succesfully set up a dedicated server during more 
        than 5 minutes or is the beta version really too instable 
        ?</SPAN></FONT></P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">If yes, please 
        could we know the description of the server and the os 
        please.</SPAN></FONT></P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT 
        face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks.</SPAN></FONT></P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT 
        face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P></DIV>
        <DIV>
        <P class=MsoNormal style="MARGIN-LEFT: 35.4pt"><FONT face=Arial 
        size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Yah-bloodlust</SPAN></FONT></P></DIV></DIV>
        <DIV>&nbsp;</DIV></TD></TR>
    <TR>
      <TD id=INCREDIFOOTER width="100%">
        <TABLE cellSpacing=0 cellPadding=0 width="100%">
          <TBODY>
          <TR>
            <TD width="100%"></TD>
            <TD id=INCREDISOUND vAlign=bottom align=middle></TD>
            <TD id=INCREDIANIM vAlign=bottom 
      align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BLOCKQUOTE></BODY></HTML>