You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal Tournament 2003/2004 > UT2003/4 Server - Linux Specific

Reply
Thread Tools Display Modes
  #21  
Unread 31st July, 2004, 02:00 PM
LionKing LionKing is offline
Killing Spree
 
Join Date: Jul 2004
Posts: 17
Default

I've tried different namings for it,

Start-num1ut2004
Start-num1ut2004.sh
Start-num1*

All gives me a

Start-num1ut2004.sh: not currently running

or other variation for other names.


Thanks.
Reply With Quote
  #22  
Unread 31st July, 2004, 09:07 PM
PsychoChihuahua PsychoChihuahua is offline
Godlike
 
Join Date: Mar 2004
Location: Colorado
Posts: 258
Default

Show me an "ls -l Start*" from the dir where you put the start scripts, and then show me the Stop script, from where OWNER is defined through the end of the "for PROC in" loop.
__________________
A few ut2004 resources can be found here.
Reply With Quote
  #23  
Unread 1st August, 2004, 07:28 PM
LionKing LionKing is offline
Killing Spree
 
Join Date: Jul 2004
Posts: 17
Default

Quote:
Originally Posted by PsychoChihuahua
Show me an "ls -l Start*" from the dir where you put the start scripts, and then show me the Stop script, from where OWNER is defined through the end of the "for PROC in" loop.
-rwxr-xr-x 1 tld-are gameservers 6192 Jul 23 13:30 Start-tld1ut2004.sh


and

OWNER=tld-are

#
# Kill the 'Start' script first so it doesn't respawn the game.
#
for PROC in Start-tld1ut2004.sh ucc-bin
do
PID=`${PGREP} -x -u ${OWNER} ${PROC} > /dev/null 2>&1`
if [ $? -eq 0 ]; then
#
# timestamp
#
TIMESTAMP=`${DATE} +%m%d%y-%T`
echo "stopping ${PROC}"
${PKILL} -15 -x -u ${OWNER} ${PROC}
echo "stopped ${PROC} - ${TIMESTAMP}" >> ${LOG}
else
echo "${PROC}: not currently running"
fi
done


results

Output from cd /home/gameservers ; ./Stop-tld1ut2004.sh ..

Start-tld1ut2004.sh: not currently running
stopping ucc-bin
Reply With Quote
  #24  
Unread 9th August, 2004, 07:00 PM
cassiopeia cassiopeia is offline
Killing Spree
 
Join Date: Aug 2004
Posts: 21
Default

try 'killall ucc-bin'
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:59 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.