May 21, 2012, 11:42:10 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Linux server  (Read 1234 times)
forX
Member
*

Karma: +0/-0
Offline Offline

Posts: 2


« on: April 17, 2006, 08:50:22 AM »

I, I try to up my linux server with ur mod but that dont work so much.

I put the naw folder on the mod folder of my server, but I cant set my start.sh :

$BINARY_DIR/bf2 ./bf2 +modPath mods/naw
$BINARY_DIR/bf2 +modPath mods/naw
$BINARY_DIR/bf2 ./bf2 +modPath mods/naw "$@"
$BINARY_DIR/bf2 +modPath mods/naw "$@"

that can be me the problem (lol)

but if its that, can u just said what u use for start ur linux server

tanks
Logged
forX
Member
*

Karma: +0/-0
Offline Offline

Posts: 2


« Reply #1 on: April 18, 2006, 07:46:45 AM »

do , someone answer me, help me, how another server work
Logged
PuckerFactor
NAW DEVELOPER
Administrator
Psycho Anarchist
*****

Karma: +1050/-17
Offline Offline

Posts: 1898



WWW
« Reply #2 on: April 19, 2006, 02:52:41 AM »

I'll try and get you some help on this...most of us don't have a clue about Linux...but I'll ask around. Smiley
Logged


"No poor bastard ever won a war by dying for his country. He won it by making other bastards die for their country." George S. Patton
Master}{
NAW Mod Testers
Member
*

Karma: +4/-0
Offline Offline

Posts: 18



« Reply #3 on: July 04, 2008, 07:18:00 PM »

start.sh fix below for running naw, it is best to create a new file naw.sh and copy this to it

#! /bin/sh

MACH=""

case `uname -m` in
   i[3456]86) MACH="ia-32"
   ;;
   x86_64) MACH="ia-32"
   ;;
esac

if ! [ -d pb ]
then
   ln -s pb_$MACH pb
fi

BINARY_DIR="$(pwd)/bin"
if [ -d "$BINARY_DIR/$MACH" ]
then
   BINARY_DIR="$BINARY_DIR/$MACH"
fi

# Make the OS give us .core-dumps if the server crashes
ulimit -c unlimited

export LD_LIBRARY_PATH=$BINARY_DIR
exec $BINARY_DIR/bf2 "+modPath mods/naw" "$@"
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!