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

FastDL doesnt work no matter wat


Post New Thread Reply   
 
Thread Tools Display Modes
yuvim86
Member
Join Date: Jan 2018
Old 01-20-2018 , 06:40   Re: FastDL doesnt work no matter wat
Reply With Quote #21

Quote:
Originally Posted by Mordekay View Post
CS:GO is a complete different engine and this error has nothing to do with this.
Which Server-engine are you using? Show us a "status" of your server and what does the server respond if you do "sv_downloadurl" into the server console?
AMX MOD 1.8.2
CS 1.6

Here is the output of console
PHP Code:
L 01/20/2018 17:00:10World triggered "Round_Start"
sv_downloadurl
"sv_downloadurl" is "http://139.59.93.30/cstrike/" 
And in serverconfig is set to this. (server ip 139.59.93.30:27015)
PHP Code:
sv_downloadurl "http://fastdl.inmelodies.com/cstrike/"
sv_allowdownload 1
sv_allowupload 1 
It is indeed ingnoring.
I have raised issue in valve, no response yet
https://github.com/ValveSoftware/ste...ux/issues/5347

Last edited by yuvim86; 01-20-2018 at 06:46.
yuvim86 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-20-2018 , 08:53   Re: FastDL doesnt work no matter wat
Reply With Quote #22

CS1.6 is not a "status"
Regardless of this, i don't know any version of half-life where this error occurred.
At last you could try to set the real IP instead of the hostname. If it is only a DNS problem, so he cannot dissolve the url to an IP and therefore uses the server-ip instead.
Code:
sv_downloadurl "http://198.38.82.159/cstrike/"
__________________


Last edited by Mordekay; 01-20-2018 at 08:56.
Mordekay is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-20-2018 , 12:31   Re: FastDL doesnt work no matter wat
Reply With Quote #23

Quote:
Originally Posted by yuvim86 View Post
Here is the output of console
PHP Code:
L 01/20/2018 17:00:10World triggered "Round_Start"
sv_downloadurl
"sv_downloadurl" is "http://139.59.93.30/cstrike/" 
And in serverconfig is set to this. (server ip 139.59.93.30:27015)
PHP Code:
sv_downloadurl "http://fastdl.inmelodies.com/cstrike/"
sv_allowdownload 1
sv_allowupload 1 
When you check sv_downloadurl from the server console (or via HLSW), it should give you exactly what is typed in your server.cfg. I.e. If you are using domain names in your URL in server.cfg, you should NOT see any IP addresses when you check the value of the cvar.

Also, the domain that you are using does not even resolve to the IP that you've listed. It seems to me that you are likely setting the value of sv_downloadurl twice and the one that is executed last is wrong.

Also, just noticed that you are running dproto so you are running a corrupted server and you shouldn't expect anything to work correctly. Remove dproto and leave it removed.
__________________

Last edited by fysiks; 01-20-2018 at 12:34.
fysiks is offline
yuvim86
Member
Join Date: Jan 2018
Old 01-20-2018 , 23:11   Re: FastDL doesnt work no matter wat
Reply With Quote #24

Quote:
Originally Posted by fysiks View Post
When you check sv_downloadurl from the server console (or via HLSW), it should give you exactly what is typed in your server.cfg. I.e. If you are using domain names in your URL in server.cfg, you should NOT see any IP addresses when you check the value of the cvar.

Also, the domain that you are using does not even resolve to the IP that you've listed. It seems to me that you are likely setting the value of sv_downloadurl twice and the one that is executed last is wrong.

Also, just noticed that you are running dproto so you are running a corrupted server and you shouldn't expect anything to work correctly. Remove dproto and leave it removed.
Its not set twice anywhere.
Dropto is removed.
I have raised an issue at valve.
https://github.com/ValveSoftware/halflife/issues/1855
yuvim86 is offline
yuvim86
Member
Join Date: Jan 2018
Old 01-20-2018 , 23:12   Re: FastDL doesnt work no matter wat
Reply With Quote #25

Quote:
Originally Posted by Mordekay View Post
CS1.6 is not a "status"
Regardless of this, i don't know any version of half-life where this error occurred.
At last you could try to set the real IP instead of the hostname. If it is only a DNS problem, so he cannot dissolve the url to an IP and therefore uses the server-ip instead.
Code:
sv_downloadurl "http://198.38.82.159/cstrike/"
Not a valid URL,this is not accessible from browser.
yuvim86 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-21-2018 , 00:00   Re: FastDL doesnt work no matter wat
Reply With Quote #26

I highly doubt that there is an issue with the server itself. It is still likely something wrong with how you've got your server configured because when you check the value of sv_downloadurl it should give back exactly what you typed, not your server's IP address.

P.S. Nobody believes that you removed dproto.
__________________
fysiks is offline
yuvim86
Member
Join Date: Jan 2018
Old 01-21-2018 , 00:09   Re: FastDL doesnt work no matter wat
Reply With Quote #27

Quote:
Originally Posted by fysiks View Post
I highly doubt that there is an issue with the server itself. It is still likely something wrong with how you've got your server configured because when you check the value of sv_downloadurl it should give back exactly what you typed, not your server's IP address.

P.S. Nobody believes that you removed dproto.
Anyways thanks.This has nothing to do with dropto i have another server where steam is not updated, there sv_downloadurl prints just fine.

After updating it, i faced the same issue.Might be a valve issue.Hopefully they fix it.Thanks eveyone for your time.
yuvim86 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-21-2018 , 00:31   Re: FastDL doesnt work no matter wat
Reply With Quote #28

You should probably contact your host first since it's possible that they are overwriting the value for some reason.

In fact, I just downloaded a brand new Counter-Strike 1.6 server (linux HLDS) and it does not behave the way that you describe. This means that there is nothing wrong with Valve's code.
__________________

Last edited by fysiks; 01-21-2018 at 00:34.
fysiks is offline
yuvim86
Member
Join Date: Jan 2018
Old 01-21-2018 , 00:34   Re: FastDL doesnt work no matter wat
Reply With Quote #29

Quote:
Originally Posted by fysiks View Post
You should probably contact your host first since it's possible that they are overwriting the value for some reason.

In fact, I just downloaded a brand new Counter-Strike 1.6 server and it does not behave the way that you describe.
Havent purchased any third part hosting vendor.I have purchased dedicated Linux Server and hosted it myself

Last edited by yuvim86; 01-21-2018 at 00:41.
yuvim86 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-21-2018 , 00:44   Re: FastDL doesnt work no matter wat
Reply With Quote #30

Did you download the server directly via SteamCMD? What happens when you download a fresh copy via SteamCMD and then test it without adding any modifications? Does the sv_downloadurl show up as what you configured it to be?
__________________
fysiks is offline
Reply


Thread Tools
Display Modes

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 08:18.


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