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 href="mailto:escapedturkey@escapedturkey.com">escapedturkey@escapedturkey.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); 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 class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
  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 href="mailto:kennethfox07@comcast.net" target="_blank">kennethfox07@comcast.net</a> &lt;mailto:<a href="mailto:kennethfox07@comcast.net" target="_blank">kennethfox07@comcast.net</a>&gt;&gt; wrote:<br>
<br>
    I am lost now. My aching brain.<br>
    ----- Original Message ----- From: &quot;escapedturkey&quot;<br>
    &lt;<a href="mailto:escapedturkey@escapedturkey.com" target="_blank">escapedturkey@escapedturkey.com</a><br>
    &lt;mailto:<a href="mailto:escapedturkey@escapedturkey.com" target="_blank">escapedturkey@escapedturkey.com</a>&gt;&gt;<br>
    To: &quot;Call of Duty server admin list.&quot; &lt;<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a><br>
    &lt;mailto:<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;&gt;<br>
    Sent: Sunday, July 18, 2010 8:08 AM<br>
    Subject: Re: [cod] Call Of Duty5 WAW<br>
<br>
<br>
        My advice is to skip the shell script for now and use direct<br>
        command lines that others are sharing with you. This is what I<br>
        use for customers (please keep in mind the variables are for the<br>
        control panel and parsing its configuration files). You can<br>
        strip this down and probably find it useful for yourself:<br>
<br>
        &quot;codwaw_lnxded-bin&quot;)<br>
                  home_location=(`cd &amp;&amp; pwd`)<br>
                  cd $home_location/$game_directory/main<br>
                  cp *console*.log `date +%m%d%Y`_console.log<br>
                  cd $home_location/$game_directory/$server_mod_directory<br>
                  cp *console*.log `date +%m%d%Y`_console.log<br>
                  cd $home_location/$game_directory<br>
                  crontab /usr/bin/serverchk<br>
                  rm -f nohup.out<br>
                  rm -f $server_exec-$username<br>
                  chmod 755 $server_exec<br>
                  chmod 755 $home_location/$game_directory/pb<br>
                  cp $server_exec $server_exec-$username<br>
                  export LD_LIBRARY_PATH=&quot;.:bin:$LD_LIBRARY_PATH&quot;<br>
                  killall vsftpd<br>
                  nohup ./$server_exec-$username +set dedicated<br>
        $server_dedicated +set ttycon 0 +set net_ip $server_ip +set<br>
        net_port $server_port +set com_hunkmegs 256 +set sv_maxclients<br>
        $server_sv_maxclients +set ui_maxclients $server_sv_maxclients<br>
        +set logfile $server_logfile +set fs_basepath<br>
        $home_location/$game_directory +set fs_homepath<br>
        $home_location/$game_directory +set fs_localappdata<br>
        $home_location/$game_directory +set sv_pure $server_sv_pure +set<br>
        sv_punkbuster $server_sv_punkbuster +set fs_game<br>
        $server_mod_directory +set $server_vm $misc +exec<br>
        $server_config1 +map $start_map &amp; &gt; /dev/null 2&gt;&amp;1<br>
        ;;<br>
<br>
        Starting with nohup, it should be all one gigantic line until<br>
        the next line which is ;;<br>
<br>
        :)<br>
<br>
        On 7/18/2010 9:39 AM, Kenneth W Fox wrote:<br>
<br>
            I have a server box A Dell poweredge 2400 dual P3 733mhz<br>
            processors.<br>
            It is SCSI. I have windows server 2003r2 installed with<br>
            firedameon pro.<br>
            I tried to run COWAW on that can&#39;t get it going.<br>
            So I went and got wubi and installed the Latest Ubuntu<br>
            10.04. Now I have<br>
            a dual boot system.<br>
            I got a Ubuntu Lenux version of CODWAW Dedicated server 1.7.<br>
            I have<br>
            followed the directions exactly except the PB left it out.<br>
            The server runs great. I have the game and I can log into<br>
            it. The only<br>
            problem that I have is the server name in the CODWAW<br>
            multiplayer list.<br>
            IT is (codwawhost) That is the name of my server,<br>
            I want to change it I have no ideal how to do this. This<br>
            version of the<br>
            DS is not like the windows version.<br>
            No config.cfg files. It has a shell executable that runs a<br>
            bin file. I<br>
            have edited it a changed things but that just makes it not run.<br>
            If anyone is running this and knows how to change the Server<br>
            name. I<br>
            would greatly apreaciate it.<br>
            Oh and what you think about this running on this Dual P3<br>
            server. They<br>
            said it couldn&#39;t be done. Well I did it.<br>
            I will leave the Server running for anyone that wants to<br>
            check it out.<br>
            The server name is: codwawhost<br>
<br>
<br>
<br>
            _______________________________________________<br>
            cod mailing list<br>
            <a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a> &lt;mailto:<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
            <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
<br>
        _______________________________________________<br>
        cod mailing list<br>
        <a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a> &lt;mailto:<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
        <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
<br>
    _______________________________________________<br>
    cod mailing list<br>
    <a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a> &lt;mailto:<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a>&gt;<br>
    <a 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 href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
</blockquote>
_______________________________________________<br>
cod mailing list<br>
<a href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a><br>
<a 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>