Re: [hlds_linux] Replay Crashing Me

2012-03-10 Thread DontWannaName!
I finally fixed this... I changed this setting when you arent suppose to
resulting in a crash. So dont do it... But the ftp and down website issue
still persists.

// Don't offload over FTP.  Use a local web server.  DO NOT EDIT THIS LINE.
replay_fileserver_offload_enable"0"

On Thu, Mar 1, 2012 at 11:03 PM, DontWannaName! wrote:

> That was my phone, I didnt think it would double post... I should BCC just
> to make you happy haha.
>
>
> On Thu, Mar 1, 2012 at 11:01 PM, Mart-Jan Reeuwijk wrote:
>
>>
>> I do understand you want to solve your problem, but could you please
>> learn how to email? by not sending to every mailing list twice by reply all
>> and put again in the CC and whatnot etc.
>>
>>
>>
>> >
>> > From: DontWannaName! 
>> >To: Half-Life dedicated Linux server mailing list <
>> hlds_linux@list.valvesoftware.com>
>> >Cc: Half-Life dedicated Linux server mailing list <
>> hlds_linux@list.valvesoftware.com>
>> >Sent: Friday, 2 March 2012, 7:00
>> >Subject: Re: [hlds_linux] Replay Crashing Me
>> >
>> >I thought I did too but the logs above what I didn't paste include all
>> the local settings. And the cfgs are setup correctly to execute the right
>> one. Unless both can somehow be enabled and the default value of offload
>> enabled is 1...
>> >
>> >It's ran under the right permissions.
>> >
>> >Sent from my iPhone 4
>> >
>> >On Mar 1, 2012, at 9:49 PM, "hlds"  wrote:
>> >
>> >> I understand that it crashes when you're trying to use a remote
>> server, but
>> >> what is the error when using a local folder? From the logs it seems
>> that you
>> >> still have replay_fileserver_offload_enable set to 1.
>> >>
>> >> To setup a local server:
>> >>
>> >> replay_fileserver_offload_enable "0"
>> >> replay_local_fileserver_path
>> >> "/var/www/www.myserver.com/htdocs/replays/server1"
>> >> replay_fileserver_host "www.myserver.com"
>> >> replay_fileserver_port "80"
>> >> replay_fileserver_path "/replays/server1"
>> >>
>> >> Then use a browser to test that
>> http://www.myserver.com:80/replays/server1
>> >> is for accessing the files from local folder.
>> >>
>> >> Note that the user used for running the server must be able to write to
>> >> replay_local_fileserver_path.
>> >>
>> >> -Original Message-
>> >> From: hlds_linux-boun...@list.valvesoftware.com
>> >> [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of
>> >> DontWannaName!
>> >> Sent: Friday, March 02, 2012 7:06 AM
>> >> To: Half-Life dedicated Win32 server mailing list; Half-Life dedicated
>> Linux
>> >> server mailing list
>> >> Subject: [hlds_linux] Replay Crashing Me
>> >>
>> >> I cant seem to get my replay system to work correctly. When my website
>> goes
>> >> down, it completely crashes me servers and they do not recover until
>> the
>> >> website comes back online. I dont think this is intended, however I am
>> >> trying to avoid this problem. I am trying to setup a local http server
>> and
>> >> that is also causing the same crashes, the error I get doesnt make
>> sense. I
>> >> dont know what empty means because I set my host name correctly in the
>> >> local http config. It does in fact generate minidumps. Also, every web
>> host
>> >> has downtime eventually, so no comment...
>> >>
>> >> *   Testing file publisher...
>> >> *
>> >> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
>> >> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
>> >> L 03/01/2012 - 20:57:07: *
>> >> Validating...L 03/01/2012 - 20:57:07:
>> OK
>> >> L 03/01/2012 - 20:57:07: *
>> >> *L 03/01/2012 - 20:57:07: *  Hostname:
>> >> L 03/01/2012 - 20:57:07: *
>> >> Validating...L 03/01/2012 - 20:57:07:
>> FAILED
>> >> *
>> >> L 03/01/2012 - 20:57:07: *
>> >> **
>> >> * ** ERROR: Empty!*
>> >> *
>> >> L 03/01/2012 - 20:57:07: *
>> >> L 03/01/2012 - 20:57:07: *
>> >> L 03/01/2012 - 20:57:0

Re: [hlds_linux] Replay Crashing Me

2012-03-01 Thread DontWannaName!
That was my phone, I didnt think it would double post... I should BCC just
to make you happy haha.

On Thu, Mar 1, 2012 at 11:01 PM, Mart-Jan Reeuwijk wrote:

>
> I do understand you want to solve your problem, but could you please learn
> how to email? by not sending to every mailing list twice by reply all and
> put again in the CC and whatnot etc.
>
>
>
> >
> > From: DontWannaName! 
> >To: Half-Life dedicated Linux server mailing list <
> hlds_linux@list.valvesoftware.com>
> >Cc: Half-Life dedicated Linux server mailing list <
> hlds_linux@list.valvesoftware.com>
> >Sent: Friday, 2 March 2012, 7:00
> >Subject: Re: [hlds_linux] Replay Crashing Me
> >
> >I thought I did too but the logs above what I didn't paste include all
> the local settings. And the cfgs are setup correctly to execute the right
> one. Unless both can somehow be enabled and the default value of offload
> enabled is 1...
> >
> >It's ran under the right permissions.
> >
> >Sent from my iPhone 4
> >
> >On Mar 1, 2012, at 9:49 PM, "hlds"  wrote:
> >
> >> I understand that it crashes when you're trying to use a remote server,
> but
> >> what is the error when using a local folder? From the logs it seems
> that you
> >> still have replay_fileserver_offload_enable set to 1.
> >>
> >> To setup a local server:
> >>
> >> replay_fileserver_offload_enable "0"
> >> replay_local_fileserver_path
> >> "/var/www/www.myserver.com/htdocs/replays/server1"
> >> replay_fileserver_host "www.myserver.com"
> >> replay_fileserver_port "80"
> >> replay_fileserver_path "/replays/server1"
> >>
> >> Then use a browser to test that
> http://www.myserver.com:80/replays/server1
> >> is for accessing the files from local folder.
> >>
> >> Note that the user used for running the server must be able to write to
> >> replay_local_fileserver_path.
> >>
> >> -Original Message-
> >> From: hlds_linux-boun...@list.valvesoftware.com
> >> [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of
> >> DontWannaName!
> >> Sent: Friday, March 02, 2012 7:06 AM
> >> To: Half-Life dedicated Win32 server mailing list; Half-Life dedicated
> Linux
> >> server mailing list
> >> Subject: [hlds_linux] Replay Crashing Me
> >>
> >> I cant seem to get my replay system to work correctly. When my website
> goes
> >> down, it completely crashes me servers and they do not recover until the
> >> website comes back online. I dont think this is intended, however I am
> >> trying to avoid this problem. I am trying to setup a local http server
> and
> >> that is also causing the same crashes, the error I get doesnt make
> sense. I
> >> dont know what empty means because I set my host name correctly in the
> >> local http config. It does in fact generate minidumps. Also, every web
> host
> >> has downtime eventually, so no comment...
> >>
> >> *   Testing file publisher...
> >> *
> >> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> >> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> >> L 03/01/2012 - 20:57:07: *
> >> Validating...L 03/01/2012 - 20:57:07: OK
> >> L 03/01/2012 - 20:57:07: *
> >> *L 03/01/2012 - 20:57:07: *  Hostname:
> >> L 03/01/2012 - 20:57:07: *
> >> Validating...L 03/01/2012 - 20:57:07:
> FAILED
> >> *
> >> L 03/01/2012 - 20:57:07: *
> >> **
> >> * ** ERROR: Empty!*
> >> *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
> is
> >> now 0.
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> >> replay.cfg.
> >> ___
> >> 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
>
___
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] Replay Crashing Me

2012-03-01 Thread Mart-Jan Reeuwijk

I do understand you want to solve your problem, but could you please learn how 
to email? by not sending to every mailing list twice by reply all and put again 
in the CC and whatnot etc.



>
> From: DontWannaName! 
>To: Half-Life dedicated Linux server mailing list 
> 
>Cc: Half-Life dedicated Linux server mailing list 
> 
>Sent: Friday, 2 March 2012, 7:00
>Subject: Re: [hlds_linux] Replay Crashing Me
> 
>I thought I did too but the logs above what I didn't paste include all the 
>local settings. And the cfgs are setup correctly to execute the right one. 
>Unless both can somehow be enabled and the default value of offload enabled is 
>1...
>
>It's ran under the right permissions. 
>
>Sent from my iPhone 4
>
>On Mar 1, 2012, at 9:49 PM, "hlds"  wrote:
>
>> I understand that it crashes when you're trying to use a remote server, but
>> what is the error when using a local folder? From the logs it seems that you
>> still have replay_fileserver_offload_enable set to 1.
>> 
>> To setup a local server:
>> 
>> replay_fileserver_offload_enable "0"
>> replay_local_fileserver_path
>> "/var/www/www.myserver.com/htdocs/replays/server1"
>> replay_fileserver_host "www.myserver.com"
>> replay_fileserver_port "80"
>> replay_fileserver_path "/replays/server1"
>> 
>> Then use a browser to test that http://www.myserver.com:80/replays/server1
>> is for accessing the files from local folder.
>> 
>> Note that the user used for running the server must be able to write to
>> replay_local_fileserver_path.
>> 
>> -Original Message-
>> From: hlds_linux-boun...@list.valvesoftware.com
>> [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of
>> DontWannaName!
>> Sent: Friday, March 02, 2012 7:06 AM
>> To: Half-Life dedicated Win32 server mailing list; Half-Life dedicated Linux
>> server mailing list
>> Subject: [hlds_linux] Replay Crashing Me
>> 
>> I cant seem to get my replay system to work correctly. When my website goes
>> down, it completely crashes me servers and they do not recover until the
>> website comes back online. I dont think this is intended, however I am
>> trying to avoid this problem. I am trying to setup a local http server and
>> that is also causing the same crashes, the error I get doesnt make sense. I
>> dont know what empty means because I set my host name correctly in the
>> local http config. It does in fact generate minidumps. Also, every web host
>> has downtime eventually, so no comment...
>> 
>> *   Testing file publisher...
>> *
>> L 03/01/2012 - 20:57:07: *      Fileserver type:    Remote Web server
>> L 03/01/2012 - 20:57:07: *      Upload protocol:    ftp
>> L 03/01/2012 - 20:57:07: *
>> Validating...L 03/01/2012 - 20:57:07: OK
>> L 03/01/2012 - 20:57:07: *
>> *L 03/01/2012 - 20:57:07: *      Hostname:
>> L 03/01/2012 - 20:57:07: *
>> Validating...L 03/01/2012 - 20:57:07: FAILED
>> *
>> L 03/01/2012 - 20:57:07: *
>> **
>> *         ** ERROR: Empty!*
>> *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable" is
>> now 0.
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
>> replay.cfg.
>> ___
>> 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


Re: [hlds_linux] Replay Crashing Me

2012-03-01 Thread DontWannaName!
I thought I did too but the logs above what I didn't paste include all the 
local settings. And the cfgs are setup correctly to execute the right one. 
Unless both can somehow be enabled and the default value of offload enabled is 
1...

It's ran under the right permissions. 

Sent from my iPhone 4

On Mar 1, 2012, at 9:49 PM, "hlds"  wrote:

> I understand that it crashes when you're trying to use a remote server, but
> what is the error when using a local folder? From the logs it seems that you
> still have replay_fileserver_offload_enable set to 1.
> 
> To setup a local server:
> 
> replay_fileserver_offload_enable "0"
> replay_local_fileserver_path
> "/var/www/www.myserver.com/htdocs/replays/server1"
> replay_fileserver_host "www.myserver.com"
> replay_fileserver_port "80"
> replay_fileserver_path "/replays/server1"
> 
> Then use a browser to test that http://www.myserver.com:80/replays/server1
> is for accessing the files from local folder.
> 
> Note that the user used for running the server must be able to write to
> replay_local_fileserver_path.
> 
> -Original Message-
> From: hlds_linux-boun...@list.valvesoftware.com
> [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of
> DontWannaName!
> Sent: Friday, March 02, 2012 7:06 AM
> To: Half-Life dedicated Win32 server mailing list; Half-Life dedicated Linux
> server mailing list
> Subject: [hlds_linux] Replay Crashing Me
> 
> I cant seem to get my replay system to work correctly. When my website goes
> down, it completely crashes me servers and they do not recover until the
> website comes back online. I dont think this is intended, however I am
> trying to avoid this problem. I am trying to setup a local http server and
> that is also causing the same crashes, the error I get doesnt make sense. I
> dont know what empty means because I set my host name correctly in the
> local http config. It does in fact generate minidumps. Also, every web host
> has downtime eventually, so no comment...
> 
> *   Testing file publisher...
> *
> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07: OK
> L 03/01/2012 - 20:57:07: *
> *L 03/01/2012 - 20:57:07: *  Hostname:
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07: FAILED
> *
> L 03/01/2012 - 20:57:07: *
> **
> * ** ERROR: Empty!*
> *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable" is
> now 0.
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> replay.cfg.
> ___
> 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] Replay Crashing Me

2012-03-01 Thread hlds
I understand that it crashes when you're trying to use a remote server, but
what is the error when using a local folder? From the logs it seems that you
still have replay_fileserver_offload_enable set to 1.

To setup a local server:

replay_fileserver_offload_enable "0"
replay_local_fileserver_path
"/var/www/www.myserver.com/htdocs/replays/server1"
replay_fileserver_host "www.myserver.com"
replay_fileserver_port "80"
replay_fileserver_path "/replays/server1"

Then use a browser to test that http://www.myserver.com:80/replays/server1
is for accessing the files from local folder.

Note that the user used for running the server must be able to write to
replay_local_fileserver_path.

-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of
DontWannaName!
Sent: Friday, March 02, 2012 7:06 AM
To: Half-Life dedicated Win32 server mailing list; Half-Life dedicated Linux
server mailing list
Subject: [hlds_linux] Replay Crashing Me

I cant seem to get my replay system to work correctly. When my website goes
down, it completely crashes me servers and they do not recover until the
website comes back online. I dont think this is intended, however I am
trying to avoid this problem. I am trying to setup a local http server and
that is also causing the same crashes, the error I get doesnt make sense. I
dont know what empty means because I set my host name correctly in the
local http config. It does in fact generate minidumps. Also, every web host
has downtime eventually, so no comment...

*   Testing file publisher...
*
L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
L 03/01/2012 - 20:57:07: *
Validating...L 03/01/2012 - 20:57:07: OK
L 03/01/2012 - 20:57:07: *
*L 03/01/2012 - 20:57:07: *  Hostname:
L 03/01/2012 - 20:57:07: *
Validating...L 03/01/2012 - 20:57:07: FAILED
*
L 03/01/2012 - 20:57:07: *
**
* ** ERROR: Empty!*
*
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable" is
now 0.
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
replay.cfg.
___
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] Replay Crashing Me

2012-03-01 Thread DontWannaName!
Ok I think its .dmx and application/octet-stream so I added that... unsure
if that would fix it though. The error sounds like some domain issue.

On Thu, Mar 1, 2012 at 9:29 PM,  wrote:

> While I'm not sure what the error is exactly based on what you pasted into
> the first email, make sure you have a MIME mapping set in IIS for the file
> extensions the replay system uses.
>
> On 02/03/2012, at 4:26 PM, Cameron Munroe 
> wrote:
>
> > Here is an example of how powerful apache is.
> >
> > http://apache.org/server-status
> >
> >
> > Even if you dont use it for your other sites it would be great for tf2
> replays.
> >
> >
> > On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:
> >
> >> I run my own hardware. Game server hosts are not my thing after running
> >> servers for so long. If it helps the IIS server works fine.
> >>
> >>
> >>
> >> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe <
> cmun...@cameronmunroe.com>wrote:
> >>
> >>> Is this TF2 server a server that you host on a vps or deadicated
> server or
> >>> is this a server that you purchase via slot?
> >>> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
> >>>
>  My webhost is Dreamhost which seems to be down at the moment for me...
>  lovely...
> 
>  I have tried both, the domain name is just an A record pointing to
> the IP
>  anyways. Both gave me that error.
> 
>  On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
> >>> cmun...@cameronmunroe.com>wrote:
> 
> > are you using a DNS name, if so change this to a direct ip. Also who
> >>> hosts
> > your webserver?
> > On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
> >
> >> I cant seem to get my replay system to work correctly. When my
> website
> > goes
> >> down, it completely crashes me servers and they do not recover until
> >>> the
> >> website comes back online. I dont think this is intended, however I
> am
> >> trying to avoid this problem. I am trying to setup a local http
> server
> > and
> >> that is also causing the same crashes, the error I get doesnt make
> > sense. I
> >> dont know what empty means because I set my host name correctly in
> the
> >> local http config. It does in fact generate minidumps. Also, every
> web
> > host
> >> has downtime eventually, so no comment...
> >>
> >> *   Testing file publisher...
> >> *
> >> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web
> server
> >> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> >> L 03/01/2012 - 20:57:07: *
> >> Validating...L 03/01/2012 -
> 20:57:07:
> >>> OK
> >> L 03/01/2012 - 20:57:07: *
> >> *L 03/01/2012 - 20:57:07: *  Hostname:
> >> L 03/01/2012 - 20:57:07: *
> >> Validating...L 03/01/2012 -
> 20:57:07:
> > FAILED
> >> *
> >> L 03/01/2012 - 20:57:07: *
> >> **
> >> * ** ERROR: Empty!*
> >> *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED!
> "replay_enable"
> > is
> >> now 0.
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *
> >> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> >> replay.cfg.
> >> ___
> >> 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
> >>>
> >> ___
> >> 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
>
___
T

Re: [hlds_linux] Replay Crashing Me

2012-03-01 Thread netshroud
While I'm not sure what the error is exactly based on what you pasted into the 
first email, make sure you have a MIME mapping set in IIS for the file 
extensions the replay system uses.

On 02/03/2012, at 4:26 PM, Cameron Munroe  wrote:

> Here is an example of how powerful apache is.
> 
> http://apache.org/server-status
> 
> 
> Even if you dont use it for your other sites it would be great for tf2 
> replays.
> 
> 
> On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:
> 
>> I run my own hardware. Game server hosts are not my thing after running
>> servers for so long. If it helps the IIS server works fine.
>> 
>> 
>> 
>> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe 
>> wrote:
>> 
>>> Is this TF2 server a server that you host on a vps or deadicated server or
>>> is this a server that you purchase via slot?
>>> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
>>> 
 My webhost is Dreamhost which seems to be down at the moment for me...
 lovely...
 
 I have tried both, the domain name is just an A record pointing to the IP
 anyways. Both gave me that error.
 
 On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
>>> cmun...@cameronmunroe.com>wrote:
 
> are you using a DNS name, if so change this to a direct ip. Also who
>>> hosts
> your webserver?
> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
> 
>> I cant seem to get my replay system to work correctly. When my website
> goes
>> down, it completely crashes me servers and they do not recover until
>>> the
>> website comes back online. I dont think this is intended, however I am
>> trying to avoid this problem. I am trying to setup a local http server
> and
>> that is also causing the same crashes, the error I get doesnt make
> sense. I
>> dont know what empty means because I set my host name correctly in the
>> local http config. It does in fact generate minidumps. Also, every web
> host
>> has downtime eventually, so no comment...
>> 
>> *   Testing file publisher...
>> *
>> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
>> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
>> L 03/01/2012 - 20:57:07: *
>> Validating...L 03/01/2012 - 20:57:07:
>>> OK
>> L 03/01/2012 - 20:57:07: *
>> *L 03/01/2012 - 20:57:07: *  Hostname:
>> L 03/01/2012 - 20:57:07: *
>> Validating...L 03/01/2012 - 20:57:07:
> FAILED
>> *
>> L 03/01/2012 - 20:57:07: *
>> **
>> * ** ERROR: Empty!*
>> *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
> is
>> now 0.
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *
>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
>> replay.cfg.
>> ___
>> 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
>>> 
>> ___
>> 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] Replay Crashing Me

2012-03-01 Thread Cameron Munroe
Here is an example of how powerful apache is.

http://apache.org/server-status


Even if you dont use it for your other sites it would be great for tf2 replays.


On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:

> I run my own hardware. Game server hosts are not my thing after running
> servers for so long. If it helps the IIS server works fine.
> 
> 
> 
> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe 
> wrote:
> 
>> Is this TF2 server a server that you host on a vps or deadicated server or
>> is this a server that you purchase via slot?
>> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
>> 
>>> My webhost is Dreamhost which seems to be down at the moment for me...
>>> lovely...
>>> 
>>> I have tried both, the domain name is just an A record pointing to the IP
>>> anyways. Both gave me that error.
>>> 
>>> On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
>> cmun...@cameronmunroe.com>wrote:
>>> 
 are you using a DNS name, if so change this to a direct ip. Also who
>> hosts
 your webserver?
 On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
 
> I cant seem to get my replay system to work correctly. When my website
 goes
> down, it completely crashes me servers and they do not recover until
>> the
> website comes back online. I dont think this is intended, however I am
> trying to avoid this problem. I am trying to setup a local http server
 and
> that is also causing the same crashes, the error I get doesnt make
 sense. I
> dont know what empty means because I set my host name correctly in the
> local http config. It does in fact generate minidumps. Also, every web
 host
> has downtime eventually, so no comment...
> 
> *   Testing file publisher...
> *
> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07:
>> OK
> L 03/01/2012 - 20:57:07: *
> *L 03/01/2012 - 20:57:07: *  Hostname:
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07:
 FAILED
> *
> L 03/01/2012 - 20:57:07: *
> **
> * ** ERROR: Empty!*
> *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
 is
> now 0.
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> replay.cfg.
> ___
> 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
>> 
> ___
> 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] Replay Crashing Me

2012-03-01 Thread Cameron Munroe
i really suggest going with WAMP. IIS is stupid and ineffective. 1 Apache 
servers can beat a whole group of IIS servers.
 
On Mar 1, 2012, at 9:19 PM, DontWannaName! wrote:

> Yes, they are going to hear it from me. But for future stability I want to
> get this to work. I already run IIS and id like to get this working. That
> error message doesnt mean much to me at all. Especially when everything
> else checks out before it just fine.
> 
> On Thu, Mar 1, 2012 at 9:17 PM, Cameron Munroe 
> wrote:
> 
>> You can always host an apache server on that box to host the replays if
>> you are having massive outages from dreamhost. I would suggest getting in
>> contact with them and informing them of your outages and how it is not on
>> par with what they should be providing.
>> 
>> If it is windows server I suggest WAMP.
>> On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:
>> 
>>> I run my own hardware. Game server hosts are not my thing after running
>>> servers for so long. If it helps the IIS server works fine.
>>> 
>>> 
>>> 
>>> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe <
>> cmun...@cameronmunroe.com>wrote:
>>> 
 Is this TF2 server a server that you host on a vps or deadicated server
>> or
 is this a server that you purchase via slot?
 On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
 
> My webhost is Dreamhost which seems to be down at the moment for me...
> lovely...
> 
> I have tried both, the domain name is just an A record pointing to the
>> IP
> anyways. Both gave me that error.
> 
> On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
 cmun...@cameronmunroe.com>wrote:
> 
>> are you using a DNS name, if so change this to a direct ip. Also who
 hosts
>> your webserver?
>> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
>> 
>>> I cant seem to get my replay system to work correctly. When my
>> website
>> goes
>>> down, it completely crashes me servers and they do not recover until
 the
>>> website comes back online. I dont think this is intended, however I
>> am
>>> trying to avoid this problem. I am trying to setup a local http
>> server
>> and
>>> that is also causing the same crashes, the error I get doesnt make
>> sense. I
>>> dont know what empty means because I set my host name correctly in
>> the
>>> local http config. It does in fact generate minidumps. Also, every
>> web
>> host
>>> has downtime eventually, so no comment...
>>> 
>>> *   Testing file publisher...
>>> *
>>> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
>>> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
>>> L 03/01/2012 - 20:57:07: *
>>> Validating...L 03/01/2012 - 20:57:07:
 OK
>>> L 03/01/2012 - 20:57:07: *
>>> *L 03/01/2012 - 20:57:07: *  Hostname:
>>> L 03/01/2012 - 20:57:07: *
>>> Validating...L 03/01/2012 - 20:57:07:
>> FAILED
>>> *
>>> L 03/01/2012 - 20:57:07: *
>>> **
>>> * ** ERROR: Empty!*
>>> *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED!
>> "replay_enable"
>> is
>>> now 0.
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
>>> replay.cfg.
>>> ___
>>> 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
 
>>> ___
>>> 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 
>

Re: [hlds_linux] Replay Crashing Me

2012-03-01 Thread DontWannaName!
Yes, they are going to hear it from me. But for future stability I want to
get this to work. I already run IIS and id like to get this working. That
error message doesnt mean much to me at all. Especially when everything
else checks out before it just fine.

On Thu, Mar 1, 2012 at 9:17 PM, Cameron Munroe wrote:

> You can always host an apache server on that box to host the replays if
> you are having massive outages from dreamhost. I would suggest getting in
> contact with them and informing them of your outages and how it is not on
> par with what they should be providing.
>
> If it is windows server I suggest WAMP.
> On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:
>
> > I run my own hardware. Game server hosts are not my thing after running
> > servers for so long. If it helps the IIS server works fine.
> >
> >
> >
> > On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe <
> cmun...@cameronmunroe.com>wrote:
> >
> >> Is this TF2 server a server that you host on a vps or deadicated server
> or
> >> is this a server that you purchase via slot?
> >> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
> >>
> >>> My webhost is Dreamhost which seems to be down at the moment for me...
> >>> lovely...
> >>>
> >>> I have tried both, the domain name is just an A record pointing to the
> IP
> >>> anyways. Both gave me that error.
> >>>
> >>> On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
> >> cmun...@cameronmunroe.com>wrote:
> >>>
>  are you using a DNS name, if so change this to a direct ip. Also who
> >> hosts
>  your webserver?
>  On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
> 
> > I cant seem to get my replay system to work correctly. When my
> website
>  goes
> > down, it completely crashes me servers and they do not recover until
> >> the
> > website comes back online. I dont think this is intended, however I
> am
> > trying to avoid this problem. I am trying to setup a local http
> server
>  and
> > that is also causing the same crashes, the error I get doesnt make
>  sense. I
> > dont know what empty means because I set my host name correctly in
> the
> > local http config. It does in fact generate minidumps. Also, every
> web
>  host
> > has downtime eventually, so no comment...
> >
> > *   Testing file publisher...
> > *
> > L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> > L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> > L 03/01/2012 - 20:57:07: *
> > Validating...L 03/01/2012 - 20:57:07:
> >> OK
> > L 03/01/2012 - 20:57:07: *
> > *L 03/01/2012 - 20:57:07: *  Hostname:
> > L 03/01/2012 - 20:57:07: *
> > Validating...L 03/01/2012 - 20:57:07:
>  FAILED
> > *
> > L 03/01/2012 - 20:57:07: *
> > **
> > * ** ERROR: Empty!*
> > *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED!
> "replay_enable"
>  is
> > now 0.
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> > replay.cfg.
> > ___
> > 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
> >>
> > ___
> > 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] Replay Crashing Me

2012-03-01 Thread Cameron Munroe
You can always host an apache server on that box to host the replays if you are 
having massive outages from dreamhost. I would suggest getting in contact with 
them and informing them of your outages and how it is not on par with what they 
should be providing. 

If it is windows server I suggest WAMP.
On Mar 1, 2012, at 9:14 PM, DontWannaName! wrote:

> I run my own hardware. Game server hosts are not my thing after running
> servers for so long. If it helps the IIS server works fine.
> 
> 
> 
> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe 
> wrote:
> 
>> Is this TF2 server a server that you host on a vps or deadicated server or
>> is this a server that you purchase via slot?
>> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
>> 
>>> My webhost is Dreamhost which seems to be down at the moment for me...
>>> lovely...
>>> 
>>> I have tried both, the domain name is just an A record pointing to the IP
>>> anyways. Both gave me that error.
>>> 
>>> On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
>> cmun...@cameronmunroe.com>wrote:
>>> 
 are you using a DNS name, if so change this to a direct ip. Also who
>> hosts
 your webserver?
 On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
 
> I cant seem to get my replay system to work correctly. When my website
 goes
> down, it completely crashes me servers and they do not recover until
>> the
> website comes back online. I dont think this is intended, however I am
> trying to avoid this problem. I am trying to setup a local http server
 and
> that is also causing the same crashes, the error I get doesnt make
 sense. I
> dont know what empty means because I set my host name correctly in the
> local http config. It does in fact generate minidumps. Also, every web
 host
> has downtime eventually, so no comment...
> 
> *   Testing file publisher...
> *
> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07:
>> OK
> L 03/01/2012 - 20:57:07: *
> *L 03/01/2012 - 20:57:07: *  Hostname:
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07:
 FAILED
> *
> L 03/01/2012 - 20:57:07: *
> **
> * ** ERROR: Empty!*
> *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
 is
> now 0.
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> replay.cfg.
> ___
> 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
>> 
> ___
> 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] Replay Crashing Me

2012-03-01 Thread DontWannaName!
Turns out my web host's server is down for a file check, the one server im
on... This same kind of crash has happened when replay cant connect to my
website. The fail safe of disabling replay doesnt stop the crash, however
replay being disabled is logged. The crash comes after. Local http is
better anyways, its not that much bandwidth.

On Thu, Mar 1, 2012 at 9:14 PM, DontWannaName! wrote:

> I run my own hardware. Game server hosts are not my thing after running
> servers for so long. If it helps the IIS server works fine.
>
>
>
>
> On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe 
> wrote:
>
>> Is this TF2 server a server that you host on a vps or deadicated server
>> or is this a server that you purchase via slot?
>> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
>>
>> > My webhost is Dreamhost which seems to be down at the moment for me...
>> > lovely...
>> >
>> > I have tried both, the domain name is just an A record pointing to the
>> IP
>> > anyways. Both gave me that error.
>> >
>> > On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
>> cmun...@cameronmunroe.com>wrote:
>> >
>> >> are you using a DNS name, if so change this to a direct ip. Also who
>> hosts
>> >> your webserver?
>> >> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
>> >>
>> >>> I cant seem to get my replay system to work correctly. When my website
>> >> goes
>> >>> down, it completely crashes me servers and they do not recover until
>> the
>> >>> website comes back online. I dont think this is intended, however I am
>> >>> trying to avoid this problem. I am trying to setup a local http server
>> >> and
>> >>> that is also causing the same crashes, the error I get doesnt make
>> >> sense. I
>> >>> dont know what empty means because I set my host name correctly in the
>> >>> local http config. It does in fact generate minidumps. Also, every web
>> >> host
>> >>> has downtime eventually, so no comment...
>> >>>
>> >>> *   Testing file publisher...
>> >>> *
>> >>> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
>> >>> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> Validating...L 03/01/2012 - 20:57:07:
>> OK
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> *L 03/01/2012 - 20:57:07: *  Hostname:
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> Validating...L 03/01/2012 - 20:57:07:
>> >> FAILED
>> >>> *
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> **
>> >>> * ** ERROR: Empty!*
>> >>> *
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED!
>> "replay_enable"
>> >> is
>> >>> now 0.
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> L 03/01/2012 - 20:57:07: *
>> >>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
>> >>> replay.cfg.
>> >>> ___
>> >>> 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
>>
>
>
___
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] Replay Crashing Me

2012-03-01 Thread DontWannaName!
I run my own hardware. Game server hosts are not my thing after running
servers for so long. If it helps the IIS server works fine.



On Thu, Mar 1, 2012 at 9:12 PM, Cameron Munroe wrote:

> Is this TF2 server a server that you host on a vps or deadicated server or
> is this a server that you purchase via slot?
> On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:
>
> > My webhost is Dreamhost which seems to be down at the moment for me...
> > lovely...
> >
> > I have tried both, the domain name is just an A record pointing to the IP
> > anyways. Both gave me that error.
> >
> > On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe <
> cmun...@cameronmunroe.com>wrote:
> >
> >> are you using a DNS name, if so change this to a direct ip. Also who
> hosts
> >> your webserver?
> >> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
> >>
> >>> I cant seem to get my replay system to work correctly. When my website
> >> goes
> >>> down, it completely crashes me servers and they do not recover until
> the
> >>> website comes back online. I dont think this is intended, however I am
> >>> trying to avoid this problem. I am trying to setup a local http server
> >> and
> >>> that is also causing the same crashes, the error I get doesnt make
> >> sense. I
> >>> dont know what empty means because I set my host name correctly in the
> >>> local http config. It does in fact generate minidumps. Also, every web
> >> host
> >>> has downtime eventually, so no comment...
> >>>
> >>> *   Testing file publisher...
> >>> *
> >>> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> >>> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> >>> L 03/01/2012 - 20:57:07: *
> >>> Validating...L 03/01/2012 - 20:57:07:
> OK
> >>> L 03/01/2012 - 20:57:07: *
> >>> *L 03/01/2012 - 20:57:07: *  Hostname:
> >>> L 03/01/2012 - 20:57:07: *
> >>> Validating...L 03/01/2012 - 20:57:07:
> >> FAILED
> >>> *
> >>> L 03/01/2012 - 20:57:07: *
> >>> **
> >>> * ** ERROR: Empty!*
> >>> *
> >>> L 03/01/2012 - 20:57:07: *
> >>> L 03/01/2012 - 20:57:07: *
> >>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
> >> is
> >>> now 0.
> >>> L 03/01/2012 - 20:57:07: *
> >>> L 03/01/2012 - 20:57:07: *
> >>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> >>> replay.cfg.
> >>> ___
> >>> 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
>
___
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] Replay Crashing Me

2012-03-01 Thread Cameron Munroe
Is this TF2 server a server that you host on a vps or deadicated server or is 
this a server that you purchase via slot?
On Mar 1, 2012, at 9:10 PM, DontWannaName! wrote:

> My webhost is Dreamhost which seems to be down at the moment for me...
> lovely...
> 
> I have tried both, the domain name is just an A record pointing to the IP
> anyways. Both gave me that error.
> 
> On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe 
> wrote:
> 
>> are you using a DNS name, if so change this to a direct ip. Also who hosts
>> your webserver?
>> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
>> 
>>> I cant seem to get my replay system to work correctly. When my website
>> goes
>>> down, it completely crashes me servers and they do not recover until the
>>> website comes back online. I dont think this is intended, however I am
>>> trying to avoid this problem. I am trying to setup a local http server
>> and
>>> that is also causing the same crashes, the error I get doesnt make
>> sense. I
>>> dont know what empty means because I set my host name correctly in the
>>> local http config. It does in fact generate minidumps. Also, every web
>> host
>>> has downtime eventually, so no comment...
>>> 
>>> *   Testing file publisher...
>>> *
>>> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
>>> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
>>> L 03/01/2012 - 20:57:07: *
>>> Validating...L 03/01/2012 - 20:57:07: OK
>>> L 03/01/2012 - 20:57:07: *
>>> *L 03/01/2012 - 20:57:07: *  Hostname:
>>> L 03/01/2012 - 20:57:07: *
>>> Validating...L 03/01/2012 - 20:57:07:
>> FAILED
>>> *
>>> L 03/01/2012 - 20:57:07: *
>>> **
>>> * ** ERROR: Empty!*
>>> *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
>> is
>>> now 0.
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *
>>> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
>>> replay.cfg.
>>> ___
>>> 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


Re: [hlds_linux] Replay Crashing Me

2012-03-01 Thread DontWannaName!
My webhost is Dreamhost which seems to be down at the moment for me...
lovely...

I have tried both, the domain name is just an A record pointing to the IP
anyways. Both gave me that error.

On Thu, Mar 1, 2012 at 9:08 PM, Cameron Munroe wrote:

> are you using a DNS name, if so change this to a direct ip. Also who hosts
> your webserver?
> On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:
>
> > I cant seem to get my replay system to work correctly. When my website
> goes
> > down, it completely crashes me servers and they do not recover until the
> > website comes back online. I dont think this is intended, however I am
> > trying to avoid this problem. I am trying to setup a local http server
> and
> > that is also causing the same crashes, the error I get doesnt make
> sense. I
> > dont know what empty means because I set my host name correctly in the
> > local http config. It does in fact generate minidumps. Also, every web
> host
> > has downtime eventually, so no comment...
> >
> > *   Testing file publisher...
> > *
> > L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> > L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> > L 03/01/2012 - 20:57:07: *
> > Validating...L 03/01/2012 - 20:57:07: OK
> > L 03/01/2012 - 20:57:07: *
> > *L 03/01/2012 - 20:57:07: *  Hostname:
> > L 03/01/2012 - 20:57:07: *
> > Validating...L 03/01/2012 - 20:57:07:
> FAILED
> > *
> > L 03/01/2012 - 20:57:07: *
> > **
> > * ** ERROR: Empty!*
> > *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable"
> is
> > now 0.
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *
> > L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> > replay.cfg.
> > ___
> > 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] Replay Crashing Me

2012-03-01 Thread Cameron Munroe
are you using a DNS name, if so change this to a direct ip. Also who hosts your 
webserver?
On Mar 1, 2012, at 9:05 PM, DontWannaName! wrote:

> I cant seem to get my replay system to work correctly. When my website goes
> down, it completely crashes me servers and they do not recover until the
> website comes back online. I dont think this is intended, however I am
> trying to avoid this problem. I am trying to setup a local http server and
> that is also causing the same crashes, the error I get doesnt make sense. I
> dont know what empty means because I set my host name correctly in the
> local http config. It does in fact generate minidumps. Also, every web host
> has downtime eventually, so no comment...
> 
> *   Testing file publisher...
> *
> L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
> L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07: OK
> L 03/01/2012 - 20:57:07: *
> *L 03/01/2012 - 20:57:07: *  Hostname:
> L 03/01/2012 - 20:57:07: *
> Validating...L 03/01/2012 - 20:57:07: FAILED
> *
> L 03/01/2012 - 20:57:07: *
> **
> * ** ERROR: Empty!*
> *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable" is
> now 0.
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *
> L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
> replay.cfg.
> ___
> 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


[hlds_linux] Replay Crashing Me

2012-03-01 Thread DontWannaName!
I cant seem to get my replay system to work correctly. When my website goes
down, it completely crashes me servers and they do not recover until the
website comes back online. I dont think this is intended, however I am
trying to avoid this problem. I am trying to setup a local http server and
that is also causing the same crashes, the error I get doesnt make sense. I
dont know what empty means because I set my host name correctly in the
local http config. It does in fact generate minidumps. Also, every web host
has downtime eventually, so no comment...

*   Testing file publisher...
*
L 03/01/2012 - 20:57:07: *  Fileserver type:Remote Web server
L 03/01/2012 - 20:57:07: *  Upload protocol:ftp
L 03/01/2012 - 20:57:07: *
Validating...L 03/01/2012 - 20:57:07: OK
L 03/01/2012 - 20:57:07: *
*L 03/01/2012 - 20:57:07: *  Hostname:
L 03/01/2012 - 20:57:07: *
Validating...L 03/01/2012 - 20:57:07: FAILED
*
L 03/01/2012 - 20:57:07: *
**
* ** ERROR: Empty!*
*
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *   FAILURE - REPLAY DISABLED! "replay_enable" is
now 0.
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *
L 03/01/2012 - 20:57:07: *   Address any failures above and re-exec
replay.cfg.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux