07-14-2011, 10:42 PM
Hi,
I'm new to srcds.com and without much further ado, I am sorry to say that I'm already in need of advice.
I am running a SRCDS Left 4 Dead 2 installation on a FreeBSD (8.2-RELEASE (GENERIC)) which've been installed and runs OK. However, if I use -verify_all, like:
It fails, every time, with this message:
The message "Failed to create directory" doesn't really reveal anything useful at all, expect that it failed to create... something. I have tried to run the same command as root, but failed in the exact same way.
Everything else seems to be running fine. Have any of you seen this before and is it even important to be able to use -verify_all? I am thinking that it perhaps is enough to supply -autoupdate when starting the server(?):
Any suggestions, ideas, experiences, or magic wands are gratefully appreciated!
Best regards,
Klaus
I'm new to srcds.com and without much further ado, I am sorry to say that I'm already in need of advice.
I am running a SRCDS Left 4 Dead 2 installation on a FreeBSD (8.2-RELEASE (GENERIC)) which've been installed and runs OK. However, if I use -verify_all, like:
Code:
./steam -command update -game left4dead2 -verify_all
It fails, every time, with this message:
Code:
steam@spirit:~$ ./steam -command update -game left4dead2 -verify_all
Checking bootstrapper version ...
Updating Installation
Failed to create directory
CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 14 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
The message "Failed to create directory" doesn't really reveal anything useful at all, expect that it failed to create... something. I have tried to run the same command as root, but failed in the exact same way.
Everything else seems to be running fine. Have any of you seen this before and is it even important to be able to use -verify_all? I am thinking that it perhaps is enough to supply -autoupdate when starting the server(?):
Code:
./srcds_run -ip xx.xx.xx.xx -port 27015 -console -game left4dead2 -pidfile srcds.pid -autoupdate +map c1m1_hotel
Any suggestions, ideas, experiences, or magic wands are gratefully appreciated!
Best regards,
Klaus