[hlds_linux] srcds_run startscript

2011-01-13 Thread Ulrich Block
I just read on a forum that some people had issues starting their servers. They tried something like: some/path/srcds_run -parameters which does not work because the srcds_run needs to be run from its directory. Could someone at valve add something like cd $(dirname $0) at the start of the

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Simon Gunton
You could start the server with a script that would do the following: cd /home/gameserver1/srcds_l ./srcds_run -game cstrike +maxplayers 20 +map de_dust +ip IP -port PORT -tickrate 66 +tv_port 27086 +bot_join_after_player 1 +exec server.cfg -autoupdate /dev/n$ Or add a 2nd script in the

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Ulrich Block
I know what to do. I just hoped that someone at valve reads my mail and add such funktion to their skript so that less people will have problems... Am 13.01.2011 12:20, schrieb Simon Gunton: You could start the server with a script that would do the following: cd /home/gameserver1/srcds_l

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Simon Gunton
Its not a valve issue, its how linux works does not matter what file it is your executing you have to be in that folder. Simon Simon Gunton Support Analyst INX-Gaming.com Phone: 01733 687699 EMail: si...@inx-gaming.co.uk mailto:si...@inx-gaming.co.uk Support: http://support.inx-network.com

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Fredrik Guldbrandzen
Why are you trying so hard not to understand the point of the original mail from a poster who obviously also knows how to use Linux? Ulrich Block, I'm with you on this one, any suggestion to make the startup easier without breaking it for users who know how to do things the proper way is a go in

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Kyle Sanderson
This caught me up as well, as a work around I just ran cd in the screen before the I launched the wrapper. It would be great to have this changed, Kyle. On Thu, Jan 13, 2011 at 4:47 AM, Fredrik Guldbrandzen there...@gmail.com wrote: Why are you trying so hard not to understand the point of the

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Florian Zschocke
On Thu, Jan 13, 2011 at 12:00 PM, Ulrich Block ulbl...@gmx.de wrote: Could someone at valve add something like cd $(dirname $0) at the start of the script to make it more userfriendly? Don't give them ideas. A cd is usually not that friendly as you find yourself in another directory after

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Chris Boot
On 13/01/2011 16:17, Florian Zschocke wrote: On Thu, Jan 13, 2011 at 12:00 PM, Ulrich Blockulbl...@gmx.de wrote: Could someone at valve add something like cd $(dirname $0) at the start of the script to make it more userfriendly? Don't give them ideas. A cd is usually not that friendly as you

[hlds_linux] Problem installing server on debian Lenny

2011-01-13 Thread Aki
Hi, i'm trying to install cs 1.6 server. i'm doing all the steps as root user. mkdir hlds cd hlds wget http://www.cstrike-planet.com/dls/hldsupdatetool.bin chmod +x hldsupdatetool.bin ./hldsupdatetool.bin ./steam -command update -game cstrike -dir . after that i got this message Checking

Re: [hlds_linux] Problem installing server on debian Lenny

2011-01-13 Thread Ross Bemrose
We're running Debian Lenny on our TF2 servers, so I know the steam update tool works. First... er... probably not a good idea to run the installer as root. Second, if you're running a 64-bit version of Lenny, make sure you have the ia32-libs package installed from the Debian repository. On

Re: [hlds_linux] Server crash reports

2011-01-13 Thread realdreams
Hi, What about servers that fails to respond on a regular basis? It doesn't crash, the process stays alive but just doesn't respond to anything. All my servers have this problem even without plugins. On Wed, Jan 12, 2011 at 4:49 PM, Eric Smith er...@valvesoftware.com wrote:

Re: [hlds_linux] Server crash reports

2011-01-13 Thread Jeff Sugar
Glad to hear I'm not the only one dealing with that. It is infuriating to not even get a crash report when that happens On Jan 13, 2011 8:49 PM, realdreams dream...@gmail.com wrote: Hi, What about servers that fails to respond on a regular basis? It doesn't crash, the process stays alive but

Re: [hlds_linux] srcds_run startscript

2011-01-13 Thread Guy Watkins
Linux can execute any program/script from any path. ../../whatever/myexe /whatever/myexe ./myexe All the above are fine. Or you could add the directory to the PATH and then execute it like this: myexe The problem is not Linux. The problem is the script srcds_run. } -Original Message-

Re: [hlds_linux] Server crash reports

2011-01-13 Thread Kyle Sanderson
You could always use this work around until Valve finally decides to get their act together: https://forums.alliedmods.net/showthread.php?t=146644 It's a simple MM:S plugin that redirects the location to where minidumps are sent. It's only really supported on Linux as Windows still has no

[hlds_linux] Problem installing server on debian Lenny

2011-01-13 Thread Aki
i have the same error on non root account is debian 32 bit version any idea? ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Re: [hlds_linux] Problem installing server on debian Lenny

2011-01-13 Thread Svensk Ljud Ljus Produktion
install theese •gcc •gdb •ia32-libs •libstdc++6 •unzip •compress Good Luck ! Peter -Ursprungligt meddelande- From: Aki Sent: Friday, January 14, 2011 1:15 AM To: hlds_linux@list.valvesoftware.com Subject: [hlds_linux] Problem installing server on debian Lenny Hi, i'm trying to