[Scikit-learn-general] website down

2015-01-09 Thread Andy
Hey. The website seems to be down :-/ Oliver, do you know what is going on? Thanks, Andy -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashd

Re: [Scikit-learn-general] Website down?

2014-04-23 Thread Andy
On 04/23/2014 01:14 AM, Gael Varoquaux wrote: > On Wed, Apr 23, 2014 at 10:51:24AM +1000, Robert Layton wrote: >> It's up for me now, it's slow, but I think that's just my connection today. > Seems to be back up. It was indeed very slow, as were many other sites > for me this morning. Probably some

Re: [Scikit-learn-general] Website down?

2014-04-23 Thread Gael Varoquaux
On Wed, Apr 23, 2014 at 10:51:24AM +1000, Robert Layton wrote: > It's up for me now, it's slow, but I think that's just my connection today. Seems to be back up. It was indeed very slow, as were many other sites for me this morning. Probably some major hub having a problem. G ---

Re: [Scikit-learn-general] Website down?

2014-04-22 Thread Robert Layton
It's up for me now, it's slow, but I think that's just my connection today. On 23 April 2014 08:59, Andy wrote: > Hey everybody. > It looks like the website is down. > Does anyone have any idea what is going on? Is that sourceforge? > > Cheers, > Andy > > > -

[Scikit-learn-general] Website down?

2014-04-22 Thread Andy
Hey everybody. It looks like the website is down. Does anyone have any idea what is going on? Is that sourceforge? Cheers, Andy -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet wit

Re: [Scikit-learn-general] Website down

2013-03-25 Thread Gael Varoquaux
On Wed, Mar 06, 2013 at 01:26:42PM -0500, Ronnie Ghose wrote: > we can just put a javascript redirect / html redirect in the actual > source > code ...i'm pretty sure we can use some sort of engine or script to do this > for > us :/ That's very ugly, breaks search engines, and forces 2 HTTP

Re: [Scikit-learn-general] Website down

2013-03-25 Thread Gael Varoquaux
On Wed, Mar 06, 2013 at 10:25:26AM -0500, Satrajit Ghosh wrote: > i don't know if this would be better a separate thread, but seemed related. is > there a reason why we don't just move the docs to github?  Lack of .htaccess that prevent us from using the rewriterules that we use to support multipl

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
why don't we just change the DNS record when we do that? On Wed, Mar 6, 2013 at 12:25 PM, Olivier Grisel wrote: > github does not provide the rewrite rules features of sourceforge. > > Such rewrite rules make it possible to do redirections when we do > documentation refactoring and avoid br

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Ronnie Ghose : > why don't we just change the DNS record when we do that? It's not a matter of DNS, it's a matter of handling redirects when we change the structure of the documentation: e.g. when we rename a module or a package, we can put a redirect from the old name to the new nam

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
we can just put a javascript redirect / html redirect in the actual source code ...i'm pretty sure we can use some sort of engine or script to do this for us :/ On Wed, Mar 6, 2013 at 1:03 PM, Olivier Grisel wrote: > 2013/3/6 Ronnie Ghose : > > ... we can't just redirect to the head, wh

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Ronnie Ghose : > ... we can't just redirect to the head, which I assume does redirects > for all subpaths? Github does not provide in-site redirects. In sourceforge we can put a redirect from /stable/old_module_name.html to /stable/new_module_name.html so that if someone has put a

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
... we can't just redirect to the head, which I assume does redirects for all subpaths? On Wed, Mar 6, 2013 at 12:48 PM, Olivier Grisel wrote: > 2013/3/6 Ronnie Ghose : > > why don't we just change the DNS record when we do that? > > It's not a matter of DNS, it's a matter of handling r

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
github does not provide the rewrite rules features of sourceforge. Such rewrite rules make it possible to do redirections when we do documentation refactoring and avoid broken links on external websites. -- Symantec Endpo

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
. can we just break them and update them to working as we find them? On Wed, Mar 6, 2013 at 10:43 AM, Andreas Mueller wrote: > On 03/06/2013 04:25 PM, Satrajit Ghosh wrote: > > hi all, > > > > i don't know if this would be better a separate thread, but seemed > > related. is there a reas

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Andreas Mueller
On 03/06/2013 04:25 PM, Satrajit Ghosh wrote: > hi all, > > i don't know if this would be better a separate thread, but seemed > related. is there a reason why we don't just move the docs to github? > I think the reason is not breaking old links that use some rewrite rule on sourceforge. Though I

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
+1 there are quite a few projects hosted on github On Wed, Mar 6, 2013 at 10:25 AM, Satrajit Ghosh wrote: > hi all, > > i don't know if this would be better a separate thread, but seemed > related. is there a reason why we don't just move the docs to github? > > i've done this for other sites an

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Satrajit Ghosh
hi all, i don't know if this would be better a separate thread, but seemed related. is there a reason why we don't just move the docs to github? i've done this for other sites and it's quite painless. the CNAME redirection simply requires a CNAME file in the repo and a single adjustment on the na

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Stéfan van der Walt
On Wed, Mar 6, 2013 at 3:44 PM, Olivier Grisel wrote: > 2013/3/6 Lars Buitinck : >> 2013/3/6 Olivier Grisel : >>> Sorry, I had not noticed the "www". Not a big deal though. >> >> from www.scikit-learn.org I get the message >> >> This space is managed by SourceForge.net. You have attempted to acces

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Lars Buitinck : > 2013/3/6 Olivier Grisel : >> Sorry, I had not noticed the "www". Not a big deal though. > > from www.scikit-learn.org I get the message > > This space is managed by SourceForge.net. You have attempted to access > a URL that either never existed or is no longer active. Ple

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Lars Buitinck
2013/3/6 Olivier Grisel : > Sorry, I had not noticed the "www". Not a big deal though. from www.scikit-learn.org I get the message This space is managed by SourceForge.net. You have attempted to access a URL that either never existed or is no longer active. Please check the source of your link an

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Andreas Mueller : > I just realized www.scikit-learn.org was down: > http://www.downforeveryoneorjustme.com/www.scikit-learn.org > That was in my browser history so I guess it did exist at some point? Sorry, I had not noticed the "www". Not a big deal though. -- Olivier http://twitter.c

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Stéfan van der Walt : > On Wed, Mar 6, 2013 at 1:48 PM, Andreas Mueller > wrote: >> I just realized www.scikit-learn.org was down: >> http://www.downforeveryoneorjustme.com/www.scikit-learn.org >> That was in my browser history so I guess it did exist at some point? > > A few months ago,

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Stéfan van der Walt
On Wed, Mar 6, 2013 at 1:48 PM, Andreas Mueller wrote: > I just realized www.scikit-learn.org was down: > http://www.downforeveryoneorjustme.com/www.scikit-learn.org > That was in my browser history so I guess it did exist at some point? A few months ago, when DNS with the previous provider went

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
yeah I think it did I don't remember when it switched ... ._. On Wed, Mar 6, 2013 at 6:48 AM, Andreas Mueller wrote: > I just realized www.scikit-learn.org was down: > http://www.downforeveryoneorjustme.com/www.scikit-learn.org > That was in my browser history so I guess it did exis

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Andreas Mueller
I just realized www.scikit-learn.org was down: http://www.downforeveryoneorjustme.com/www.scikit-learn.org That was in my browser history so I guess it did exist at some point? -- Symantec Endpoint Protection 12 positione

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Ronnie Ghose
up for me :/ On Wed, Mar 6, 2013 at 6:02 AM, Olivier Grisel wrote: > 2013/3/6 Andreas Mueller : > > Hi everybody. > > The dns seems to be down again. > > Works for me: http://www.downforeveryoneorjustme.com/scikit-learn.org > > > Should we try to switch? Does Stefan still have the domain or did

Re: [Scikit-learn-general] Website down

2013-03-06 Thread Olivier Grisel
2013/3/6 Andreas Mueller : > Hi everybody. > The dns seems to be down again. Works for me: http://www.downforeveryoneorjustme.com/scikit-learn.org > Should we try to switch? Does Stefan still have the domain or did > someone else take care of it? AFAIK Stefan is still the handler. I can handle i

[Scikit-learn-general] Website down

2013-03-05 Thread Andreas Mueller
Hi everybody. The dns seems to be down again. Should we try to switch? Does Stefan still have the domain or did someone else take care of it? Cheers, Andy -- Symantec Endpoint Protection 12 positioned as A LEADER in The

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Gael Varoquaux
On Wed, Jan 11, 2012 at 06:51:58PM -0800, Stéfan van der Walt wrote: > On Wed, Jan 11, 2012 at 3:47 PM, Olivier Grisel > wrote: > > Stéfan have you changed something in the DNS configuration? > I won't change the configuration unless you guys give the go ahead. I thought so. I was just checking.

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Stéfan van der Walt
On Wed, Jan 11, 2012 at 3:47 PM, Olivier Grisel wrote: > Stéfan have you changed something in the DNS configuration? I won't change the configuration unless you guys give the go ahead. Gaël also has my number, in case you need to contact me directly. Cheers Stéfan --

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Olivier Grisel
Alright, thanks to whois and twitter it seems that it's a corruption of the DNS servers of @Dotster registrar: https://twitter.com/#!/Dotster/status/157240870003945472 We just need to wait... -- Olivier -- Ridiculous

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Robert Layton
On 12 January 2012 10:50, Olivier Grisel wrote: > Actually, it seems that the DNS issue is now fixed on my side: > > ~> dig scikit-learn.org +short > 216.34.181.97 > ~> dig scikit-learn.org +short > 216.34.181.97 > ~> dig scikit-learn.org +short > 216.34.181.97 > ~> dig scikit-learn.org +short >

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Olivier Grisel
Actually, it seems that the DNS issue is now fixed on my side: ~> dig scikit-learn.org +short 216.34.181.97 ~> dig scikit-learn.org +short 216.34.181.97 ~> dig scikit-learn.org +short 216.34.181.97 ~> dig scikit-learn.org +short 216.34.181.97 Can anyone else confirm? -- Olivier ---

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Olivier Grisel
When I add the line: 216.34.181.97 scikit-learn.org to my /etc/hosts, I confirm that it works fine both in chrome and curl. When trying with firefox on a URL that was previously in error I still get the bad redirect as it seems to remember the 301 response persistently. It does not get redirect

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Satrajit Ghosh
ok, now i can't reach it either. cheers, satra On Wed, Jan 11, 2012 at 4:39 PM, Gael Varoquaux < [email protected]> wrote: > On Thu, Jan 12, 2012 at 12:38:51AM +0100, Gael Varoquaux wrote: > > but it seems that Chrome now gives me reliably the right page. > > Nope. > > > --

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Gael Varoquaux
On Thu, Jan 12, 2012 at 12:38:51AM +0100, Gael Varoquaux wrote: > but it seems that Chrome now gives me reliably the right page. Nope. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastru

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Gael Varoquaux
On Thu, Jan 12, 2012 at 12:30:30AM +0100, Olivier Grisel wrote: > Only the 216.34.181.97 is a sourceforge server with a registered > reverse DNS entry: I still have wrong DNS answers, but it seems that Chrome now gives me reliably the right page. What a thriller... I am going to bed :) Gael --

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Olivier Grisel
Only the 216.34.181.97 is a sourceforge server with a registered reverse DNS entry: ~> dig -x 66.150.161.141 +short ~> dig -x 216.34.181.97 +short vhost.sourceforge.net. ~> dig -x 63.251.171.81 +short ~> dig -x 63.251.171.80 +short ~> dig -x 69.25.27.173 +short ~> dig -x 69.25.27.170 +short Furt

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Robert Layton
On 12 January 2012 10:11, Satrajit Ghosh wrote: > i have no problem accessing scikit-learn.org and it auto redirects to > /stable i am in salt lake city at the moment. > > cheers, > > satra > > > > On Wed, Jan 11, 2012 at 4:06 PM, Gael Varoquaux < > [email protected]> wrote: > >> On T

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Olivier Grisel
Actually it's random for me: there is some kind of dns round robin happening: Try to run: `dig scikit-learn.org +short` several times consecutively: the order of the ip addresses changes from one query to another. ~> dig scikit-learn.org +short 63.251.171.80 69.25.27.170 216.34.181.97 69.25.27.1

Re: [Scikit-learn-general] Website down

2012-01-11 Thread Satrajit Ghosh
i have no problem accessing scikit-learn.org and it auto redirects to /stable i am in salt lake city at the moment. cheers, satra On Wed, Jan 11, 2012 at 4:06 PM, Gael Varoquaux < [email protected]> wrote: > On Thu, Jan 12, 2012 at 10:04:02AM +1100, David Fuchs wrote: > >Try >

[Scikit-learn-general] Website down

2012-01-11 Thread Gael Varoquaux
On Thu, Jan 12, 2012 at 10:04:02AM +1100, David Fuchs wrote: >Try > > [1]http://www.zoneedit.com/fh.php/stable/auto_examples/svm/plot_oneclass.html OK, no I can reproduce. It seems that zoneedit is the DNS provider. Maybe something is wrong with our DNS redirect. Stéfan, did you change t