[hlds_linux] A question for you pro's

2003-03-15 Thread tom
hi,
i've got a problem with starting hlds,
i've read over 10 howto's and tutorials, posted on 4 forums, no help,
i've read the 25 pages of the forum on server.counter-strike.net, but
no help.

when i start hlds with ./hlds_run ... ... ...
i only get :

Auto-restarting the server on crash
Add -debug to the ./hlds_run command line to generate a debug.log
to help with solving this problem
Sat Mar 15 18:53:46 CET 2003: Server Died

it doesn't matter what options i write behind the hlds_run, always
the same error.

i've tried to run it with -debug but i did not have gdb installed, so
i installed, ncurses, gdb ... but gdb is having some problems when i
run ./configure so i can forget gdb.

so i've run hlds with sTrace what it gave me you can see on
http://www.digital-modes.de/str.txt
i can't find anything, btw i'm really not a pro, i know basic
functions for running my apache on the server but that error is too
much for me.

would be cool if someone had a solution to the problem.

many thanks in advance.
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] A question for you pro's

2003-03-15 Thread Oscar N aka 'Dreadful'
Running any plugins?

[EMAIL PROTECTED] wrote:

hi,
i've got a problem with starting hlds,
i've read over 10 howto's and tutorials, posted on 4 forums, no help,
i've read the 25 pages of the forum on server.counter-strike.net, but
no help.
when i start hlds with ./hlds_run ... ... ...
i only get :
Auto-restarting the server on crash
Add -debug to the ./hlds_run command line to generate a debug.log
to help with solving this problem
Sat Mar 15 18:53:46 CET 2003: Server Died
it doesn't matter what options i write behind the hlds_run, always
the same error.
i've tried to run it with -debug but i did not have gdb installed, so
i installed, ncurses, gdb ... but gdb is having some problems when i
run ./configure so i can forget gdb.
so i've run hlds with sTrace what it gave me you can see on
http://www.digital-modes.de/str.txt
i can't find anything, btw i'm really not a pro, i know basic
functions for running my apache on the server but that error is too
much for me.
would be cool if someone had a solution to the problem.

many thanks in advance.
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] A question for you pro's

2003-03-15 Thread Justin Mitchell
What command line to you use to start it up? You need to specify a few
params for it to work. Something like the following:

./hlds_run -game cstrike +maxplayers 20 +map de_dust


 hi,
 i've got a problem with starting hlds,
 i've read over 10 howto's and tutorials, posted on 4 forums, no help,
 i've read the 25 pages of the forum on server.counter-strike.net, but
 no help.

 when i start hlds with ./hlds_run ... ... ...
 i only get :

 Auto-restarting the server on crash
 Add -debug to the ./hlds_run command line to generate a debug.log
 to help with solving this problem
 Sat Mar 15 18:53:46 CET 2003: Server Died

 it doesn't matter what options i write behind the hlds_run, always
 the same error.

 i've tried to run it with -debug but i did not have gdb installed, so
 i installed, ncurses, gdb ... but gdb is having some problems when i
 run ./configure so i can forget gdb.

 so i've run hlds with sTrace what it gave me you can see on
 http://www.digital-modes.de/str.txt
 i can't find anything, btw i'm really not a pro, i know basic
 functions for running my apache on the server but that error is too
 much for me.

 would be cool if someone had a solution to the problem.

 many thanks in advance.
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] A question for you pro's

2003-03-15 Thread SQLBoy
What Linux distro are you running?  It seems like there is some problem
loading engine_i386.so.

On Sat, 2003-03-15 at 13:08, [EMAIL PROTECTED] wrote:
 hi,
 i've got a problem with starting hlds,
 i've read over 10 howto's and tutorials, posted on 4 forums, no help,
 i've read the 25 pages of the forum on server.counter-strike.net, but
 no help.

 when i start hlds with ./hlds_run ... ... ...
 i only get :

 Auto-restarting the server on crash
 Add -debug to the ./hlds_run command line to generate a debug.log
 to help with solving this problem
 Sat Mar 15 18:53:46 CET 2003: Server Died

 it doesn't matter what options i write behind the hlds_run, always
 the same error.

 i've tried to run it with -debug but i did not have gdb installed, so
 i installed, ncurses, gdb ... but gdb is having some problems when i
 run ./configure so i can forget gdb.

 so i've run hlds with sTrace what it gave me you can see on
 http://www.digital-modes.de/str.txt
 i can't find anything, btw i'm really not a pro, i know basic
 functions for running my apache on the server but that error is too
 much for me.

 would be cool if someone had a solution to the problem.

 many thanks in advance.
 ___
 To unsubscribe, edit your list preferences, or view the list archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux
--
SQLBoy [EMAIL PROTECTED]
http://www.playway.net

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


RE: [hlds_linux] A question for you pro's

2003-03-15 Thread Alfred Reynolds
My reading of that strace is that there is a problem with running the
script, it seems to be crashing while trying to spawn /bin/sh (which is real
bad, this is a bad system building block).
See this line:
read(255, #!/bin/sh\n#\n#   Copyright (c..., 2282) = 2282

for the start of the crash. Perhaps the script file is corrupt? Or perhaps
your system is broken (not being able to run configure for gdb suggests
this).

SQLBoy wrote:
 What Linux distro are you running?  It seems like there is some
 problem loading engine_i386.so.

 On Sat, 2003-03-15 at 13:08, [EMAIL PROTECTED] wrote:
 hi,
 i've got a problem with starting hlds,
 i've read over 10 howto's and tutorials, posted on 4 forums, no help,
 i've read the 25 pages of the forum on server.counter-strike.net,
 but no help.

 when i start hlds with ./hlds_run ... ... ...
 i only get :

 Auto-restarting the server on crash
 Add -debug to the ./hlds_run command line to generate a debug.log
 to help with solving this problem
 Sat Mar 15 18:53:46 CET 2003: Server Died

 it doesn't matter what options i write behind the hlds_run, always
 the same error.

 i've tried to run it with -debug but i did not have gdb installed, so
 i installed, ncurses, gdb ... but gdb is having some problems when i
 run ./configure so i can forget gdb.

 so i've run hlds with sTrace what it gave me you can see on
 http://www.digital-modes.de/str.txt
 i can't find anything, btw i'm really not a pro, i know basic
 functions for running my apache on the server but that error is too
 much for me.

 would be cool if someone had a solution to the problem.

 many thanks in advance.
 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux