Earlier quoted context omitted.
We're nerds, so how about checking the facts (?). Please explain me if there has been some kind of time anomaly lately or? My submit timestamp: 07:21:25 Your submit timestamp: 07:28:23 About the title. I did consider the title for a while, because I wasn't sure how bad the situation was. But from my own independent monitoring system I did see that RBX and SBG servers were unavailable. Of course I also did some basic…
Sorry, I didn't know how to check the timestamps. Yeah, I expected this to clear up in a matter of minutes. Now it seems to be a shitstorm of historic proportions...
OVH Incident in Strasbourg
121–130 of 207 posts
Re: OVH Incident in Strasbourg
#122Damn, every emergency power supply I have encountered (the big ones with fuel and hundreds of batteries) always fail to start when they have to... Why is that ?
Lack of testing; ideally you throw a switch once a month or so to make sure the UPSes work and the generators power on, but I can imagine it's something you'd rather not do, if it doesn't work you've just intentionally borked things for your customers. Still, it is something that datacenters should do, do it a few times before you have any customers, keep doing it. Maybe offer a discount (if it's a new datacenter for…
Re: OVH Incident in Strasbourg
#123Earlier quoted context omitted.
its OVH: The Hardware is good DDoS protection is good The Prices are high but support/administration does not work well, i have a lot of really weird story's with them, from them plugging in a keyboard in our server to reboot it (without any reason) to taking down a server for a requested maintenance only to notice after 4 hours of downtime that they did not ask their bosses if they were allowed to even perform the m…
>ts OVH: The Hardware is good DDoS protection is good The Prices are high The prices are high? Compared to what? Cheap is their raison d'être.
Sry if that caused confusion
Re: OVH Incident in Strasbourg
#124Earlier quoted context omitted.
its OVH: The Hardware is good DDoS protection is good The Prices are high but support/administration does not work well, i have a lot of really weird story's with them, from them plugging in a keyboard in our server to reboot it (without any reason) to taking down a server for a requested maintenance only to notice after 4 hours of downtime that they did not ask their bosses if they were allowed to even perform the m…
>ts OVH: The Hardware is good DDoS protection is good The Prices are high The prices are high? Compared to what? Cheap is their raison d'être.
Re: OVH Incident in Strasbourg
#125I paste the report so far:
-------------
FS#15162 — SBG
Attached to Project— Network
Task Type: Incident
Category: Strasbourg
Status: In progress
Percent Complete: 0%
Details
We are experiencing an electrical outage on Strasbourg site.
We are investigating.
Comments (2)
Comment by OVH - Thursday, 09 November 2017, 10:55AM
SBG: ERDF repared 1 line 20KV. the second is still down. All Gens are UP. 2 routing rooms coming UP. SBG2 will be UP in 15-20min (boot time). SBG1/SBG4: 1h-2h
Comment by OVH - Thursday, 09 November 2017, 12:04PM
Traffic is getting back up. About 30% of the IP are now UP and running.
-------------
VPSes are still marked as read in the dashboard. I can't access mine.
Re: OVH Incident in Strasbourg
#126Re: OVH Incident in Strasbourg
#127Fix (debian-like):
sudo apt-get install bind9
Then put in /etc/resolv.conf, if it's not already there: nameserver 127.0.1.1
This runs a local nameserver that you use directly for resolving.Oh, obviously, you need resolving to install the resolver :) Hope you have a 4g connection available.
Alternatively, you can just use google dns:
nameserver 8.8.8.8
nameserver 8.8.4.4Re: OVH Incident in Strasbourg
#128To make error is human. To propagate error to all server in automatic way is #devops. - @devopsborat
Re: OVH Incident in Strasbourg
#129Earlier quoted context omitted.
The status page was down during the outage.
If so, then it's just like Amazon's status page during the AWS outage [1]. Pro-tip: self-hosting status page is maybe not the best idea. [1] https://twitter.com/awscloud/status/836656664635846656?lang=...
Lister: What's the damage Hol?
Holly: I don't know Dave. The damage report machine has been damaged.
Re: OVH Incident in Strasbourg
#130Btw, note for those who use ovh ISP like me (this is a thing in France): your connection works, only the DNS's do not. Fix (debian-like): sudo apt-get install bind9 Then put in /etc/resolv.conf, if it's not already there: nameserver 127.0.1.1 This runs a local nameserver that you use directly for resolving. Oh, obviously, you need resolving to install the resolver :) Hope you have a 4g connection available. Alternati…