GoldenEye: Source Forums

  • November 23, 2024, 08:38:59 am
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Starting Linux dedicated GoldenEye Source server  (Read 7608 times)

0 Members and 1 Guest are viewing this topic.

Elim

  • Guest
Starting Linux dedicated GoldenEye Source server
« on: December 15, 2010, 06:37:19 am »

I've run through these instructions (Linux version) but using the 4.1 server files:
http://wiki.goldeneyesource.net/index.php/Beta3_Server_Install

Which I completed ok, but I get to the part where it says to run it using this command:
./srcds_run -game gesource +map ge_runway +maxplayers 16

Which comes back with an error saying:
-bash: ./srcds_run: No such file or directory.

I've tried running the command from multiple directories inside srcds but no go.

How do I start the server? Thanks
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Starting Linux dedicated GoldenEye Source server
« Reply #1 on: December 15, 2010, 11:49:54 am »

You should be running that command from within the dedicated server folder. You probably have to go through the directories in the command prompt until you get to where you download the hlds
Logged

Elim

  • Guest
Re: Starting Linux dedicated GoldenEye Source server
« Reply #2 on: December 16, 2010, 12:54:33 am »

Sorry where is this dedicated server dir? What's the direct path it should be run from?

So far my directories look like this:
/home/username/Steam
/home/username/srcds
/home/username/srcds/orangebox
/home/username/srcds/orangebox/gesource

And I've tried running from in there but no go.

find / -name 'srcds_run'
returns nothing

Thanks

-
« Last Edit: December 16, 2010, 12:57:32 am by Elim »
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: Starting Linux dedicated GoldenEye Source server
« Reply #3 on: December 16, 2010, 01:02:36 am »

*Note I haven't done Linux servers in a while*

From that info I would think you should cd to orangebox folder then run the command from there, so:


Code: [Select]

cd /home/username/srcds/orangebox
./srcds_run -game gesource +map ge_runway +maxplayers 16

Logged
All view points are of my own and not associated with the team.

Elim

  • Guest
Re: Starting Linux dedicated GoldenEye Source server
« Reply #4 on: December 16, 2010, 01:20:28 am »

Still no go, doesn't like the ./srcds_run part.
Logged

major

  • On Vacation
  • Retired Developer
  • 007
  • ****
  • Posts: 1,837
  • Reputation Power: 109
  • major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!major is awe-inspiring!
  • Offline Offline
Re: Starting Linux dedicated GoldenEye Source server
« Reply #5 on: December 16, 2010, 01:27:51 am »

hmmm

try:

./orangebox/srcds_run -console -game gesource +map ge_runway +maxplayers 16 -autoupdate
Logged
All view points are of my own and not associated with the team.

Elim

  • Guest
Re: Starting Linux dedicated GoldenEye Source server
« Reply #6 on: December 16, 2010, 01:44:02 am »

Hmm still no go sorry.

Are the ./orangebox/srcds_run supposed to be executable files? They'd show up in the console as green wouldn't they? Orangebox is blue as in a directory and no srcds_run file anywhere.
Logged

killermonkey

  • GES Programmer
  • Retired Lead Developer
  • GE:S Fanatic
  • *
  • Posts: 5,473
  • Reputation Power: 346
  • killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!killermonkey is awe-inspiring!
  • Offline Offline
    • DroidMonkey Apps
Re: Starting Linux dedicated GoldenEye Source server
« Reply #7 on: December 16, 2010, 02:18:52 am »

Follow: http://www.srcds.com/db/engine.php?id=1098643920

BUT, use -game orangebox  obviously


This is my directory structure on my linux box:

/home/user/Steam/gesource
/home/user/Steam/orangebox
/home/user/Steam/hl2

/home/user/Steam/orangebox/srcds_run

I use this script run from the Steam folder:

Code: [Select]
cd /home/user/Steam/orangebox
./srcds_run -game ../gesource +ip 192.168.1.7 +map ge_bunker_classic +maxplayers 4
Logged
Pages: [1]   Go Up