<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Yea Ubuntu can be a pain at the best times...<br>
<br>
You could always enable root:<br>
<br>
sudo -i<br>
sudo passwd root<br>
<br>
but use it at your own risk!<br>
<br>
On 19/07/2010 1:59 AM, Jay Vasallo wrote:
<blockquote
 id="mid_AANLkTikQTukuLQANL9_GLfBGnPXzCeT1xN3mS1CzmrGU_mail_gmail_com"
 cite="mid:AANLkTikQTukuLQANL9_GLfBGnPXzCeT1xN3mS1CzmrGU@mail.gmail.com"
 type="cite">I hear ya but if the user is not root then he cannot kill
vsftpd unless he has sudo perms to do so.<br>
Anyways not to change the subject just thought I interject this.<br>
  <br>
Have a great day!<br>
  <br>
--jay<br>
  <br>
  <br>
  <div class="gmail_quote">On Sun, Jul 18, 2010 at 10:56 AM,
escapedturkey <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:escapedturkey@escapedturkey.com">escapedturkey@escapedturkey.com</a>&gt;</span>
wrote:<br>
  <blockquote id="StationeryCiteGenerated_2" class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The
user is not root. It helps to kill any rogue sessions for other scripts
that I use to check for duplicate processes and process clean-up. Long
story. :)<br>
    <br>
On 7/18/2010 6:52 PM, Jay Vasallo wrote:<br>
    <blockquote id="StationeryCiteGenerated_3" class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;killall vsftpd<br>
      <br>
Why are we killing vsftpd. VSFTPD is a service and can be shut down with<br>
the simple command of<br>
      <br>
/sbin/service vsftpd stop<br>
      <br>
      <br>
      <br>
On Sun, Jul 18, 2010 at 10:47 AM, Kenneth W Fox<br>
&lt;<a moz-do-not-send="true" href="mailto:kennethfox07@comcast.net"
 target="_blank">kennethfox07@comcast.net</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:kennethfox07@comcast.net"
 target="_blank">kennethfox07@comcast.net</a>&gt;&gt; wrote:<br>
      <br>
&nbsp; &nbsp;I am lost now. My aching brain.<br>
&nbsp; &nbsp;----- Original Message ----- From: "escapedturkey"<br>
&nbsp; &nbsp;&lt;<a moz-do-not-send="true"
 href="mailto:escapedturkey@escapedturkey.com" target="_blank">escapedturkey@escapedturkey.com</a><br>
&nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 href="mailto:escapedturkey@escapedturkey.com" target="_blank">escapedturkey@escapedturkey.com</a>&gt;&gt;<br>
&nbsp; &nbsp;To: "Call of Duty server admin list." &lt;<a moz-do-not-send="true"
 href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a><br>
&nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a>&gt;&gt;<br>
&nbsp; &nbsp;Sent: Sunday, July 18, 2010 8:08 AM<br>
&nbsp; &nbsp;Subject: Re: [cod] Call Of Duty5 WAW<br>
      <br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;My advice is to skip the shell script for now and use direct<br>
&nbsp; &nbsp; &nbsp; &nbsp;command lines that others are sharing with you. This is what I<br>
&nbsp; &nbsp; &nbsp; &nbsp;use for customers (please keep in mind the variables are for the<br>
&nbsp; &nbsp; &nbsp; &nbsp;control panel and parsing its configuration files). You can<br>
&nbsp; &nbsp; &nbsp; &nbsp;strip this down and probably find it useful for yourself:<br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;"codwaw_lnxded-bin")<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;home_location=(`cd &amp;&amp; pwd`)<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cd $home_location/$game_directory/main<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cp *console*.log `date +%m%d%Y`_console.log<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cd $home_location/$game_directory/$server_mod_directory<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cp *console*.log `date +%m%d%Y`_console.log<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cd $home_location/$game_directory<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;crontab /usr/bin/serverchk<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rm -f nohup.out<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rm -f $server_exec-$username<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chmod 755 $server_exec<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chmod 755 $home_location/$game_directory/pb<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cp $server_exec $server_exec-$username<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;killall vsftpd<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nohup ./$server_exec-$username +set dedicated<br>
&nbsp; &nbsp; &nbsp; &nbsp;$server_dedicated +set ttycon 0 +set net_ip $server_ip +set<br>
&nbsp; &nbsp; &nbsp; &nbsp;net_port $server_port +set com_hunkmegs 256 +set sv_maxclients<br>
&nbsp; &nbsp; &nbsp; &nbsp;$server_sv_maxclients +set ui_maxclients $server_sv_maxclients<br>
&nbsp; &nbsp; &nbsp; &nbsp;+set logfile $server_logfile +set fs_basepath<br>
&nbsp; &nbsp; &nbsp; &nbsp;$home_location/$game_directory +set fs_homepath<br>
&nbsp; &nbsp; &nbsp; &nbsp;$home_location/$game_directory +set fs_localappdata<br>
&nbsp; &nbsp; &nbsp; &nbsp;$home_location/$game_directory +set sv_pure $server_sv_pure +set<br>
&nbsp; &nbsp; &nbsp; &nbsp;sv_punkbuster $server_sv_punkbuster +set fs_game<br>
&nbsp; &nbsp; &nbsp; &nbsp;$server_mod_directory +set $server_vm $misc +exec<br>
&nbsp; &nbsp; &nbsp; &nbsp;$server_config1 +map $start_map &amp; &gt; /dev/null 2&gt;&amp;1<br>
&nbsp; &nbsp; &nbsp; &nbsp;;;<br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;Starting with nohup, it should be all one gigantic line until<br>
&nbsp; &nbsp; &nbsp; &nbsp;the next line which is ;;<br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;:)<br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;On 7/18/2010 9:39 AM, Kenneth W Fox wrote:<br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I have a server box A Dell poweredge 2400 dual P3 733mhz<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;processors.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It is SCSI. I have windows server 2003r2 installed with<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;firedameon pro.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I tried to run COWAW on that can't get it going.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;So I went and got wubi and installed the Latest Ubuntu<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10.04. Now I have<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;a dual boot system.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I got a Ubuntu Lenux version of CODWAW Dedicated server 1.7.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I have<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;followed the directions exactly except the PB left it out.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The server runs great. I have the game and I can log into<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;it. The only<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;problem that I have is the server name in the CODWAW<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;multiplayer list.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IT is (codwawhost) That is the name of my server,<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I want to change it I have no ideal how to do this. This<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;version of the<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DS is not like the windows version.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;No config.cfg files. It has a shell executable that runs a<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bin file. I<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;have edited it a changed things but that just makes it not
run.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;If anyone is running this and knows how to change the Server<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;name. I<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;would greatly apreaciate it.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Oh and what you think about this running on this Dual P3<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;server. They<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;said it couldn't be done. Well I did it.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I will leave the Server running for anyone that wants to<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;check it out.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The server name is: codwawhost<br>
      <br>
      <br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cod mailing list<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
 href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
      <br>
&nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
&nbsp; &nbsp; &nbsp; &nbsp;cod mailing list<br>
&nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
 href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
      <br>
&nbsp; &nbsp;_______________________________________________<br>
&nbsp; &nbsp;cod mailing list<br>
&nbsp; &nbsp;<a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
&nbsp; &nbsp;<a moz-do-not-send="true"
 href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
      <br>
      <br>
      <br>
      <br>
--<br>
Jay Vasallo<br>
Clanwarz Network<br>
      <br>
      <br>
      <br>
_______________________________________________<br>
cod mailing list<br>
      <a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a><br>
      <a moz-do-not-send="true"
 href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
    </blockquote>
_______________________________________________<br>
cod mailing list<br>
    <a moz-do-not-send="true" href="mailto:cod@icculus.org"
 target="_blank">cod@icculus.org</a><br>
    <a moz-do-not-send="true"
 href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Jay Vasallo<br>
Clanwarz Network<br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
cod mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cod@icculus.org">cod@icculus.org</a>
<a class="moz-txt-link-freetext" href="http://icculus.org/mailman/listinfo/cod">http://icculus.org/mailman/listinfo/cod</a>
  </pre>
</blockquote>
<br>
</body>
</html>