<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana size=2>I've ran it under a user (see the logs...) and 
the README.linux doesn't state</FONT></DIV>
<DIV><FONT face=Verdana size=2>very well how the files must be copied. I copied 
the complete "Data" directory</FONT></DIV>
<DIV><FONT face=Verdana size=2>to the serverdirectory but it didn't said you 
have to have the "main" directory</FONT></DIV>
<DIV><FONT face=Verdana size=2>out of the Data directory, etc., when i tryed 
that it worked. It just says that</FONT></DIV>
<DIV><FONT face=Verdana size=2>you have to put all those files in there, 
localization.txt etc.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=clanwarz@gmail.com href="mailto:clanwarz@gmail.com">Clanwarz</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cod@icculus.org 
  href="mailto:cod@icculus.org">cod@icculus.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, November 28, 2007 7:07 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [cod] Can't getting COD4 to 
  run on LINUX?!</DIV>
  <DIV><BR></DIV>On Nov 28, 2007 11:57 AM, Nander Paardekooper &lt;<A 
  href="mailto:akra@xs4all.nl">akra@xs4all.nl</A>&gt; wrote:<BR>
  <DIV class=gmail_quote>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV bgcolor="#ffffff">
    <DIV><FONT face=Verdana size=2>True, i know...</FONT></DIV>
    <DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Verdana size=2>But again, the found is already discovered, 
    thanks for the help anyways!</FONT></DIV>
    <DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Verdana size=2>The standard README.linux from Activision is 
    crap.</FONT></DIV>
    <DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Verdana size=2>Gr,</FONT></DIV><FONT color=#888888>
    <DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Verdana 
  size=2>Nander.</FONT></DIV></FONT></DIV></BLOCKQUOTE></DIV><BR><BR>It basic 
  but not crap. I find that one thing it fails to mention is that you should run 
  the server as a user and not as root... so if you have all your files on the 
  server, copy them over to a user and change permissions... 
  <BR><BR>example:<BR><BR>cp -a /path/to/my/serer /home/cod4-user<BR>cd 
  /home<BR>adduser cod4-user<BR>chown -R cod4-user:cod4-user cod4-user<BR><BR>su 
  - cod4-user<BR>./cod4_lnxded<BR><BR>Doing it this way ensures that all file 
  permissions belongs to the user and you are starting the server as the user. 
  <BR><BR><BR>--jay </BLOCKQUOTE></BODY></HTML>