Raised This Month: $51 Target: $400
 12% 

15TH Update, problem..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 09-15-2011 , 19:08   15TH Update, problem..
Reply With Quote #1

Code:
$ cd orangebox && ./srcds_run -game cstrike -ip 201.238.222.61 -port 30140 -maxplayers 32 -tickrate 66 +fps_max 101 +map de_dust2 +servercfgfile server.cfg  -autoupdate
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
INFO: Located steam: ../steam
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
removing stale semaphore last operated on by process 341 with name 0eBlobRegistryMutex_EE6355E11AB01EBACAF85FD02356EAFE
removing stale semaphore last operated on by process 341 with name 0eBlobRegistrySignal_EE6355E11AB01EBACAF85FD02356EAFE
Failed to connect to any GeneralDirectoryServer, errno 115 "Operation now in progress"
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 40 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
jue sep 15 18:52:27 CLT 2011: Steam Update failed, ignoring.
Running a benchmark to measure system clock frequency...
Finished RDTSC test. To prevent the startup delay from this benchmark, set the environment variable RDTSC_FREQUENCY to 3392.000000 on this system. This value is dependent upon the CPU clock speed and architecture and should be determined separately for each server. The use of this mechanism for timing can be disabled by setting RDTSC_FREQUENCY to 'disabled'.
Using breakpad minidump system
Using breakpad crash handler
Unable to find gameinfo.txt. Solutions:

1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir
2. Run vconfig to specify which game you're working on.
3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in.

Unable to find gameinfo.txt. Solutions:

1. Read http://www.valve-erc.com/srcsdk/faq.html#NoGameDir
2. Run vconfig to specify which game you're working on.
3. Add -game <path> on the command line where <path> is the directory that gameinfo.txt is in.

Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
jue sep 15 18:52:32 CLT 2011: Server restart in 10 seconds
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
any solution?
http://www.valve-erc.com/srcsdk/faq.html#NoGameDir Not exist, i copy a new gameinfo.txt start server, see my ftp and the gameinfo.txt disapear.
The server can't like start xD!

COMMAND LINE:
cd orangebox && ./srcds_run -game cstrike -ip 201.238.222.61 -port 30140 -maxplayers 32 -tickrate 66 +fps_max 101 +map de_dust2 +servercfgfile server.cfg
__________________
Sorry for the bad english please.


Last edited by Paparazziv2; 09-15-2011 at 19:23.
Paparazziv2 is offline
Send a message via MSN to Paparazziv2
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-15-2011 , 19:49   Re: 15TH Update, problem..
Reply With Quote #2

update your server again.
Code:
./steam -command update -game "Counter-Strike Source" -dir . -verify_all
__________________
Peace-Maker is offline
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 09-15-2011 , 19:55   Re: 15TH Update, problem..
Reply With Quote #3

Code:
$ Checking bootstrapper version ...
removing stale semaphore last operated on by process 1364 with name 0eBlobRegistryMutex_7E00C56BDC79C021F41C33C4F258AD22
removing stale semaphore last operated on by process 1364 with name 0eBlobRegistrySignal_7E00C56BDC79C021F41C33C4F258AD22
Updating Installation
Command aborted
CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 18 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
__________________
Sorry for the bad english please.

Paparazziv2 is offline
Send a message via MSN to Paparazziv2
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-16-2011 , 09:56   Re: 15TH Update, problem..
Reply With Quote #4

Try running that command as root and chowning the files back to your gameserver user afterwards ;)
__________________
Peace-Maker is offline
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 09-16-2011 , 13:36   Re: 15TH Update, problem..
Reply With Quote #5

thanks, now the server yes updated, what changes have this update?
now i have a problem, DataTable warning: player: Out-of-range value (5000.000000) in SendPropFloat 'm_vecBaseVelocity', clamping.
this appear on all console.
__________________
Sorry for the bad english please.


Last edited by Paparazziv2; 09-16-2011 at 13:40.
Paparazziv2 is offline
Send a message via MSN to Paparazziv2
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 09-16-2011 , 16:44   Re: 15TH Update, problem..
Reply With Quote #6

now i have this problem:
Code:
$ cd orangebox && ./srcds_run -game cstrike -ip 201.238.222.61 -port 30140 -maxplayers 32 -tickrate 66 +fps_max 101 +map de_dust2 +servercfgfile server.cfg
Auto detecting CPU
Using default binary: ./srcds_linux
ERROR: Source engine binary './srcds_linux' not executable, exiting
vie sep 16 16:41:44 CLT 2011: Server Failed
how to i fix it?
__________________
Sorry for the bad english please.

Paparazziv2 is offline
Send a message via MSN to Paparazziv2
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-16-2011 , 18:39   Re: 15TH Update, problem..
Reply With Quote #7

chmod +x ./srcds_linux

You should know that or you shouldn't be messing around in a linux console!
__________________
Peace-Maker is offline
Paparazziv2
Senior Member
Join Date: Feb 2011
Location: Chile, La Serena
Old 09-16-2011 , 19:22   Re: 15TH Update, problem..
Reply With Quote #8

Thank you, this day i have more knowledge
__________________
Sorry for the bad english please.

Paparazziv2 is offline
Send a message via MSN to Paparazziv2
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode