srcds@vs2435:~$ grep -v Verifying /var/www/verify_all.txt
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Team Fortress 2 Content' version 392

Checking/Installing 'Team Fortress 2 Materials' version 223

Checking/Installing 'Base Source Shared Materials' version 8

Checking/Installing 'Base Source Shared Models' version 4

Checking/Installing 'Base Source Shared Sounds' version 4

Checking/Installing 'Linux Source HLDS' version 98

HLDS installation up to date



On Wed, Mar 20, 2013 at 8:19 PM, Brian <[email protected]> wrote:

> Asher -
>
> srcds@vs2435:~$ LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH" gdb --args
> ./srcds_i686 -game tf +map cp_          badlands
> Reading symbols from /home/srcds/srcds_i686...done.
> (gdb) run
> Starting program: /home/srcds/srcds_i686 -game tf +map cp_badlands
> warning: the debug information found in "/lib/ld-2.11.1.so" does not
> match "/lib/ld-linux.so.2" (C          RC mismatch).
>
> [Thread debugging using libthread_db enabled]
> Cannot find new threads: generic error
>
> Calvin - http://doublejump.eu/verify_all.txt
>
>
>
> On Wed, Mar 20, 2013 at 5:27 PM, Asher Baker <[email protected]> wrote:
>
>> Your command line seems to be missing a map argument, make sure you're
>> specifying one.
>>
>> You could also try running the server directly in GDB:
>> "LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH" gdb --args ./srcds_linux
>> -game tf +map ctf_well" (or whatever map you want) should be the
>> absolute minimum, but I'm writing this from memory.
>>
>> On Wed, Mar 20, 2013 at 5:24 PM, Calvin Judy <[email protected]>
>> wrote:
>> > Alright, try reupdating with -verify_all.
>> >
>> > ----- Original Message ----- From: "Brian" <[email protected]>
>> > To: "Half-Life dedicated Linux server mailing list"
>> > <[email protected]>
>> > Sent: Wednesday, March 20, 2013 1:21 PM
>> >
>> > Subject: Re: [hlds_linux] srcds (TF2) segfaulting on launch
>> >
>> >
>> >> The dump files in /tmp/dump are all from 2012 so I don't think they are
>> >> related to this problem unfortunately.
>> >>
>> >>
>> >> On Wed, Mar 20, 2013 at 5:18 PM, Calvin Judy
>> >> <[email protected]>wrote:
>> >>
>> >>> Try looking in the /tmp directory.
>> >>>
>> >>>
>> >>>
>> >>> ----- Original Message ----- From: "Brian" <[email protected]>
>> >>> To: "Half-Life dedicated Linux server mailing list" <hlds_linux@list.
>> **
>> >>> valvesoftware.com <[email protected]>>
>> >>> Sent: Wednesday, March 20, 2013 1:15 PM
>> >>> Subject: Re: [hlds_linux] srcds (TF2) segfaulting on launch
>> >>>
>> >>>
>> >>>  srcds@vs2435:~$ gdb ./srcds_i686 core
>> >>>>
>> >>>> GNU gdb (GDB) 7.1-ubuntu
>> >>>> Copyright (C) 2010 Free Software Foundation, Inc.
>> >>>> License GPLv3+: GNU GPL version 3 or later
>> >>>> <http://gnu.org/licenses/gpl.*
>> >>>> *html <http://gnu.org/licenses/gpl.html>
>> >>>>
>> >>>>>
>> >>>>>  This is free software: you are free to change and redistribute it.
>> >>>>
>> >>>> There is NO WARRANTY, to the extent permitted by law.  Type "show
>> >>>> copying"
>> >>>> and "show warranty" for details.
>> >>>> This GDB was configured as "x86_64-linux-gnu".
>> >>>> For bug reporting instructions, please see:
>> >>>>
>> >>>> <http://www.gnu.org/software/**gdb/bugs/<
>> http://www.gnu.org/software/gdb/bugs/>
>> >>>> >...
>> >>>> Reading symbols from /home/srcds/srcds_i686...done.
>> >>>> BFD: Warning: /home/srcds/core is truncated: expected core file size
>> >=
>> >>>> 18948096, found: 2211840.
>> >>>> [New Thread 5080]
>> >>>> Cannot access memory at address 0xf77588f0
>> >>>> (gdb)
>> >>>>
>> >>>>
>> >>>> /home/srcds/core file -- http://doublejump.eu/crashdump
>> >>>>
>> >>>>
>> >>>> On Wed, Mar 20, 2013 at 5:09 PM, Brian <[email protected]> wrote:
>> >>>>
>> >>>>  I'm afraid I don't see any dump files, where would they be?
>> >>>>>
>> >>>>>
>> >>>>> No addons (was using Metamod/SM/SOAP DM but renamed addon folder),
>> also
>> >>>>> did a clean install.
>> >>>>>
>> >>>>>
>> >>>>> On Wed, Mar 20, 2013 at 4:51 PM, Calvin Judy
>> >>>>> <[email protected]>*
>> >>>>> *wrote:
>> >>>>>
>> >>>>>  Can you upload the crash dump somewhere, it may provide more
>> insight.
>> >>>>>>
>> >>>>>> Are
>> >>>>>> you running any addons/modications? If so, does it start without
>> them?
>> >>>>>> ----- Original Message ----- From: "Brian" <[email protected]>
>> >>>>>> To: <hlds_linux@list.**valvesoftwa**re.com <
>> http://valvesoftware.com><
>> >>>>>> hlds_linux@list.**valvesoftware.com
>> >>>>>> <[email protected]>
>> >>>>>> >
>> >>>>>>
>> >>>>>> >
>> >>>>>> Sent: Wednesday, March 20, 2013 11:44 AM
>> >>>>>> Subject: [hlds_linux] srcds (TF2) segfaulting on launch
>> >>>>>>
>> >>>>>>
>> >>>>>>  Hi,
>> >>>>>>
>> >>>>>>>
>> >>>>>>> My TF2 server was out of action for a couple of weeks because it
>> was
>> >>>>>>> failing to update, and giving "Server is running older version of
>> >>>>>>> protocol"
>> >>>>>>> on connect. I managed to get it to update with ./steam -command
>> >>>>>>> update
>> >>>>>>> rather than using the -autoupdate flag, but now it won't start at
>> >>>>>>> all.
>> >>>>>>>
>> >>>>>>> Details:
>> >>>>>>>
>> >>>>>>> ------------------------------****---------------
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> srcds@vs2435:~$ ./steam -command update -game tf -dir orangebox/
>> >>>>>>> -verify_all
>> >>>>>>>
>> >>>>>>> ...
>> >>>>>>>
>> >>>>>>>  HLDS installation up to date.
>> >>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>> srcds@vs2435:~$ cd orangebox/
>> >>>>>>> srcds@vs2435:~/orangebox$ ./srcds_run -game tf -dir . -debug
>> >>>>>>> Auto detecting CPU
>> >>>>>>> Using SSE2 Optimised binary.
>> >>>>>>> Enabling debug mode
>> >>>>>>> Server will auto-restart if there is a crash.
>> >>>>>>>
>> >>>>>>> Console initialized.
>> >>>>>>> Segmentation fault (core dumped)
>> >>>>>>> BFD: Warning: /home/srcds/orangebox/core is truncated: expected
>> core
>> >>>>>>> file
>> >>>>>>> size >= 18948096, found: 2211840.
>> >>>>>>> Cannot access memory at address 0xf776e8f0
>> >>>>>>> Cannot access memory at address 0xff8ee4ec
>> >>>>>>> /home/srcds/orangebox/debug.****cmds:3: Error in sourced command
>> >>>>>>> file:
>> >>>>>>>
>> >>>>>>> Cannot access memory at address 0xf776e8f0
>> >>>>>>> email debug.log to [email protected]
>> >>>>>>> Tue Mar 19 00:27:44 GMT 2013: Server restart in 10 seconds
>> >>>>>>> Tue Mar 19 00:27:53 GMT 2013: Server Quit
>> >>>>>>>
>> >>>>>>> Debug.log:
>> >>>>>>> CRASH: Tue Mar 19 00:27:44 GMT 2013
>> >>>>>>> Start Line: ./srcds_i686 -game tf -dir . -debug
>> >>>>>>> [New Thread 4582]
>> >>>>>>> #0  0x00000000 in ?? ()
>> >>>>>>> No symbol table info available.
>> >>>>>>> End of Source crash report
>> >>>>>>>
>> >>>>>>> ------------------------------****---------------
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> Not a very revealing debug log file!
>> >>>>>>>
>> >>>>>>> I have:
>> >>>>>>> installed build-essentials (according to some facepunch/gmod
>> thread)
>> >>>>>>> done an aptitude upgrade in case glibc  was out of date or
>> something
>> >>>>>>> deleted orangebox/bin, installrecord, clientrecord and re-verified
>> >>>>>>> reinstalled srcds in a different folder (still same error on
>> launch.
>> >>>>>>>
>> >>>>>>> None of these seem to have worked.
>> >>>>>>>
>> >>>>>>> Advice appreciated!
>> >>>>>>>
>> >>>>>>> Cheers,
>> >>>>>>> Brian
>> >>>>>>> ______________________________****_________________
>> >>>>>>>
>> >>>>>>> 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<
>> 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<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<
>> 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<
>> 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
>>
>
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to