Jump to page: 1 2
Thread overview
code.dlang.org internal server error
Feb 08, 2017
Ali Çehreli
Feb 08, 2017
Eugene Wissner
Feb 08, 2017
Daniel Kozak
Feb 08, 2017
bachmeier
Feb 08, 2017
John Colvin
Feb 08, 2017
singingbush
Feb 08, 2017
Sönke Ludwig
Feb 09, 2017
puming
Feb 09, 2017
Sönke Ludwig
Feb 09, 2017
Daniel Kozák
Feb 10, 2017
puming
Feb 10, 2017
Daniel Kozak
Feb 10, 2017
puming
Feb 09, 2017
Daniel Kozák
Feb 08, 2017
Eugene Wissner
Feb 10, 2017
Soulsbane
February 07, 2017
code.dlang.org gives the following error:

500 - Internal Server Error

Internal Server Error

Ali
February 08, 2017
On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
> code.dlang.org gives the following error:
>
> 500 - Internal Server Error
>
> Internal Server Error
>
> Ali

code.dlang.org is quite often down with the same errror.
February 08, 2017
vibed.org is down too, it would be nice to have some mirrors of those sites


Dne 8.2.2017 v 07:35 Eugene Wissner via Digitalmars-d napsal(a):
> On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
>> code.dlang.org gives the following error:
>>
>> 500 - Internal Server Error
>>
>> Internal Server Error
>>
>> Ali
>
> code.dlang.org is quite often down with the same errror.

February 08, 2017
On Wednesday, 8 February 2017 at 06:35:41 UTC, Eugene Wissner wrote:
> On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
>> code.dlang.org gives the following error:
>>
>> 500 - Internal Server Error
>>
>> Internal Server Error
>>
>> Ali
>
> code.dlang.org is quite often down with the same errror.

Considering how often others are told to visit that site, this will turn into the next Tango/Phobos thing that appears in the comments on every D story for the next 10 years.
February 08, 2017
On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
> code.dlang.org gives the following error:
>
> 500 - Internal Server Error
>
> Internal Server Error
>
> Ali

Seeing as code.dlang.org is pretty critical these days, it would be great if there was a better way to handle this than "wait for Sönke to notice it's down".
February 08, 2017
On Wednesday, 8 February 2017 at 12:54:00 UTC, John Colvin wrote:
> On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
>> code.dlang.org gives the following error:
>>
>> 500 - Internal Server Error
>>
>> Internal Server Error
>>
>> Ali
>
> Seeing as code.dlang.org is pretty critical these days, it would be great if there was a better way to handle this than "wait for Sönke to notice it's down".

I raised github issue in dub repo for this a while back:
https://github.com/dlang/dub/issues/995

It'd be good to have multiple repos and be able to configure dub to use whichever the user wants to use as with tools like maven or gradle.

For use in my workplace I'd want dub to try getting dependencies from our own internal dub repo which in turn could look to code.dlang.org for anything that wouldn't exist internally.
February 08, 2017
On Wednesday, 8 February 2017 at 12:54:00 UTC, John Colvin wrote:
> On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
>> code.dlang.org gives the following error:
>>
>> 500 - Internal Server Error
>>
>> Internal Server Error
>>
>> Ali
>
> Seeing as code.dlang.org is pretty critical these days, it would be great if there was a better way to handle this than "wait for Sönke to notice it's down".

or just support git/githab & co. directly from dub.
February 08, 2017
Am 08.02.2017 um 14:29 schrieb singingbush:
> On Wednesday, 8 February 2017 at 12:54:00 UTC, John Colvin wrote:
>> On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli wrote:
>>> code.dlang.org gives the following error:
>>>
>>> 500 - Internal Server Error
>>>
>>> Internal Server Error
>>>
>>> Ali
>>
>> Seeing as code.dlang.org is pretty critical these days, it would be
>> great if there was a better way to handle this than "wait for Sönke to
>> notice it's down".
>
> I raised github issue in dub repo for this a while back:
> https://github.com/dlang/dub/issues/995
>
> It'd be good to have multiple repos and be able to configure dub to use
> whichever the user wants to use as with tools like maven or gradle.
>
> For use in my workplace I'd want dub to try getting dependencies from
> our own internal dub repo which in turn could look to code.dlang.org for
> anything that wouldn't exist internally.

Yes, we need to prioritize this somehow. Having a fallback mirror, coupled with dependency upgrade checks that run asynchronously would get rid of these issues. It would be great if somebody could find the time to tackle one or the other. I personally have an very limited time budget for open source at the moment and I need to focus that on vibe.d for a bit.

BTW, the server is running again (it ran out of disk space again and I need to configure a proactive alert for that).
February 09, 2017
On Wednesday, 8 February 2017 at 14:11:48 UTC, Sönke Ludwig wrote:
> Am 08.02.2017 um 14:29 schrieb singingbush:
>> [...]
>
> Yes, we need to prioritize this somehow. Having a fallback mirror, coupled with dependency upgrade checks that run asynchronously would get rid of these issues. It would be great if somebody could find the time to tackle one or the other. I personally have an very limited time budget for open source at the moment and I need to focus that on vibe.d for a bit.
>
> BTW, the server is running again (it ran out of disk space again and I need to configure a proactive alert for that).

I have a VPS slot in Hong Kong for personal use, with 1GB memory, 30GB disk and 300GB monthly bandwidth. Is that OK for a mirror site?
February 09, 2017
Am 09.02.2017 um 03:34 schrieb puming:
> On Wednesday, 8 February 2017 at 14:11:48 UTC, Sönke Ludwig wrote:
>> Am 08.02.2017 um 14:29 schrieb singingbush:
>>> [...]
>>
>> Yes, we need to prioritize this somehow. Having a fallback mirror,
>> coupled with dependency upgrade checks that run asynchronously would
>> get rid of these issues. It would be great if somebody could find the
>> time to tackle one or the other. I personally have an very limited
>> time budget for open source at the moment and I need to focus that on
>> vibe.d for a bit.
>>
>> BTW, the server is running again (it ran out of disk space again and I
>> need to configure a proactive alert for that).
>
> I have a VPS slot in Hong Kong for personal use, with 1GB memory, 30GB
> disk and 300GB monthly bandwidth. Is that OK for a mirror site?

That should work! Considering that connectivity from my VPS to China generally appears to be sub optimal, that would be good to have as an alternative anyway.

We just need to implement a mirror mode, where user and package management is disabled and updates are pulled from code.dlang.org instead of from github directly.
« First   ‹ Prev
1 2