Re: [hlds_linux] Update loop on startup >>> command not found: #!/usr/bin/env

2013-05-14 Thread Dirk D
You could also just use "find @" inside of steamcmd to get all cvars
containing an @-sign (not all of them do, though).

Or you might want to use (Warning: shameless self-plug ahead) this handy
little wrapper script which provides tab-completion to browse through the
available commands: https://github.com/dirkd/steamsh


On Tue, May 14, 2013 at 12:21 PM, Paul Connolly  wrote:

> I always use UNIX answer questions like that:
> $ grep -l NoPromptForPassword linux32/*
> linux32/steamconsole.so
> $ strings -n 5 linux32/steamconsole.so | grep ^\@
> @NoPromptForPassword
> @DepotBuilderConfigRoot
> @DepotBuilderContentRoot
> @DepotBuilderOutputRoot
> @DepotBuilderNoReslist
> @ShutdownOnFailedCommand
> @bMsgSpew
> $
>
> On 14/05/2013 10:36, Andre Müller wrote:
> > Haha, documentation is not valves power. There was a command to list all
> > cvars and cmds, which maybe are helpufl. There is no description for this
> > commands, but the most names are self-explaining.
> >
> >
> > 2013/5/14 Marcel 
> >
> >> On 14.05.2013 04:02, Winnie the Pooh wrote:
> >>
> >>> @ShutdownOnFailedCommand 1
> >>> @NoPromptForPassword 1
> >>>
> >> Any more super secret useful options? ;)
> >>
> >>
> >> __**_
> >> To unsubscribe, edit your list preferences, or view the list archives,
> >> please visit:
> >> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux<
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux>
> >>
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
> >
> >
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


Re: [hlds_linux] Update loop on startup >>> command not found: #!/usr/bin/env

2013-05-14 Thread Paul Connolly
I always use UNIX answer questions like that:
$ grep -l NoPromptForPassword linux32/*
linux32/steamconsole.so
$ strings -n 5 linux32/steamconsole.so | grep ^\@
@NoPromptForPassword
@DepotBuilderConfigRoot
@DepotBuilderContentRoot
@DepotBuilderOutputRoot
@DepotBuilderNoReslist
@ShutdownOnFailedCommand
@bMsgSpew
$

On 14/05/2013 10:36, Andre Müller wrote:
> Haha, documentation is not valves power. There was a command to list all
> cvars and cmds, which maybe are helpufl. There is no description for this
> commands, but the most names are self-explaining.
>
>
> 2013/5/14 Marcel 
>
>> On 14.05.2013 04:02, Winnie the Pooh wrote:
>>
>>> @ShutdownOnFailedCommand 1
>>> @NoPromptForPassword 1
>>>
>> Any more super secret useful options? ;)
>>
>>
>> __**_
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux
>>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>
>


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


Re: [hlds_linux] Update loop on startup >>> command not found: #!/usr/bin/env

2013-05-14 Thread Andre Müller
Haha, documentation is not valves power. There was a command to list all
cvars and cmds, which maybe are helpufl. There is no description for this
commands, but the most names are self-explaining.


2013/5/14 Marcel 

> On 14.05.2013 04:02, Winnie the Pooh wrote:
>
>> @ShutdownOnFailedCommand 1
>> @NoPromptForPassword 1
>>
>
> Any more super secret useful options? ;)
>
>
> __**_
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


Re: [hlds_linux] Update loop on startup >>> command not found: #!/usr/bin/env

2013-05-14 Thread Marcel

On 14.05.2013 04:02, Winnie the Pooh wrote:

@ShutdownOnFailedCommand 1
@NoPromptForPassword 1


Any more super secret useful options? ;)

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


Re: [hlds_linux] Update loop on startup >>> command not found: #!/usr/bin/env

2013-05-13 Thread Winnie the Pooh
 -steamcmd_script /home/srcds/pipe/steamcmd.sh is the problem. You should
create a new text file with the commands your would put in a +runscript
file:

@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir /home/srcds/pipe/tf2
app_update 232250
quit

If you put the above in /home/srcds/pipe/runscript_tf2.txt you would launch
with  -steamcmd_script /home/srcds/pipe/runscript_tf2.txt



On Mon, May 13, 2013 at 6:54 PM, Guardian Cipher
wrote:

> I'm having a problem trying to start up my server with autoupdate. Any
> ideas? It will just loop with >>> command not found: #!/usr/bin/env until i
> kill it.
>
> srcds@ubuntu:~/pipe/tf2$ ./srcds_run -game tf -ip x.x.x.x -verify_all
> -autoupdate -steam_dir /home/srcds/pipe -steamcmd_script
> /home/srcds/pipe/steamcmd.sh -maxplayers 32 +map ctf_2fort
> Auto detecting CPU
> Using default binary: ./srcds_linux
> Server will auto-restart if there is a crash.
> Updating server using Steam.
> 
> Redirecting stderr to '/home/srcds/Steam/logs/stderr.txt'
> Looks like steam didn't shutdown cleanly, scheduling immediate update check
> [  0%] Checking for available updates...
> [] Verifying installation...
> Steam Console Client (c) Valve Corporation
> -- type 'quit' to exit --
> Loading Steam3...OK.
> Loading Steam2...OK.
> #!/usr/bin/env bash
> >>> command not found: #!/usr/bin/env
> Unknown command #!/usr/bin/env bash in script file
> '/home/srcds/pipe/steamcmd.sh'Redirecting stderr to
> '/home/srcds/Steam/logs/stderr.txt'
> [  0%] Checking for available updates...
> [] Verifying installation...
> Steam Console Client (c) Valve Corporation
> -- type 'quit' to exit --
> Loading Steam3...OK.
> Loading Steam2...OK.
> #!/usr/bin/env bash
> >>> command not found: #!/usr/bin/env
> /home/srcds/pipe/steamcmd.sh: line 30: 12085 Segmentation fault  (core
> dumped) $DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
> 
> ^CMon May 13 21:50:41 EDT 2013: Server Quit
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux
>



-- 
-Winnie the Pooh
TimetoKill.net
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux