Posts: 38
Threads: 4
Joined: Sep 2006
Reputation:
0
Also forgot to add, if you have any problems just post up and I'll be happy to help.
linux tf2 server - 195.170.173.12:27025 RTMGaming.co.uk | TF2 Public Server
Posts: 6
Threads: 1
Joined: Sep 2007
Reputation:
0
Where can I find a sample server.cfg?
Posts: 4
Threads: 0
Joined: Sep 2007
Reputation:
0
Following your instructions...
# pwd
/usr/local/orangebox
# ls
appdir.txt hldsupdatetool.bin orangebox steam test2.sohl2 InstallRecord.blob readme.txt test1.so test3.so
There is no "./srcds_run"
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
if there is no srcds_run the updater didn't finish. Simply run again till it's there.
Posts: 38
Threads: 4
Joined: Sep 2006
Reputation:
0
If you get HLDS installation up to date your server is ready to run
Posts: 11
Threads: 1
Joined: Jul 2007
Reputation:
0
./srcds_run -console -game tf +ip 24.94.149.12 -port 27075 +map ctf_2fort
Auto detecting CPU
Using SSE2 Optimised binary.
Auto-restarting the server on crash
AppFramework : Unable to load module bin/datacache_i486.so!
Unable to load interface VDataCache003 from bin/datacache_i486.so
Fri Sep 21 10:04:52 EDT 2007: Server Quit
Any advice or assistance with this error would be great!
Posts: 38
Threads: 4
Joined: Sep 2006
Reputation:
0
are you running on a VPS?
Posts: 11
Threads: 1
Joined: Jul 2007
Reputation:
0
09-22-2007, 12:12 AM
(This post was last modified: 09-22-2007, 12:13 AM by mianosm.)
I'm running on Ubuntu 6.06.1 LTS Kernel 2.6.15-28
If by VPS you mean a virtual server, no.
Also I went into the /bin directory and chown'ed all the files to my shell user, and added 777 permissions to all of the files.....still no effect.
Posts: 38
Threads: 4
Joined: Sep 2006
Reputation:
0
add -debug and send the error log.
Posts: 11
Threads: 1
Joined: Jul 2007
Reputation:
0
09-22-2007, 12:23 AM
(This post was last modified: 09-22-2007, 12:23 AM by mianosm.)
/srcds_l/orangebox$ ./srcds_run -console -game tf +ip 24.94.149.18 -port 27075 +map ctf_2fort -debug
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
AppFramework : Unable to load module bin/datacache_i486.so!
Unable to load interface VDataCache003 from bin/datacache_i486.so
Fri Sep 21 10:23:30 EDT 2007: Server Quit
Posts: 11
Threads: 1
Joined: Jul 2007
Reputation:
0
Okay it looks like what was required was to run this command:
user@host:/srcds_l$./steam -command update -game tf -verify_all
That did it - sorry for mucking up the forum - hopefully someone will find this information useful. = )
Posts: 4
Threads: 0
Joined: Sep 2007
Reputation:
0
I've re-installed everything at this point and would like to add a few thoughts in case someone runs across this thread at some point.
I did not find the srcds_run script under the install directory as listed here, but rather under a subdirectory "orangebox" (so if you're installing in /orangebox, for example, then I found it in /orangebox/orangebox).
I ran across the same issue posted above and needed to do a -verify_all with steam before it would run.
Thanks!