Slashdot Mirror


Red Hat Suffers Massive Data Center Network Outage

An anonymous reader writes: According to multiple reports on Twitter, the Fedora Infrastructure Status page, and the #fedora-admin Freenode IRC channel, Red Hat is suffering a massive network outage at their primary data center. Details are sketchy at this point, but it looks to be impacting the Red Hat Customer Portal; as well as all their repositories (including Fedora, EPEL, Copr); their public build system, Koji; and a whole host of other popular services. There is no ETA for restoration of services at this point.

4 of 85 comments (clear)

  1. Re:DeadHat !! by Anonymous Coward · · Score: 5, Funny

    That's what you get from running systemd in production.

  2. Can't they just run ... by fahrbot-bot · · Score: 4, Funny

    ... systemctl restart datacenter

    (Okay, maybe only if systemd ran as PID 2 ...)

    --
    It must have been something you assimilated. . . .
  3. Re:DeadHat !! by CanadianMacFan · · Score: 3, Insightful

    The problem is that systemd keeps on expanding and that goes against the philosophy of UNIX/Linux where each thing is kept small in scale and does it well. systemd keeps up integrating applications that have worked perfectly for a long time for the philosophy of one person who isn't really well respected in some areas of Linux development.

  4. Re:DeadHat !! by F.Ultra · · Score: 4, Insightful

    Not exactly true. The systemd that you talk about (encompassing applications) are the systemd the project and not systemd the pid 1 (init) application. Each new "application integration" is done via a separate application so the UNIX philosophy still stands. And these are not done in order to match the philosophy of one person (the whole systemd project have lots of developers this day) but are done in order to present a common plumbing layer mostly aimed at container developers at this moment, i.e to present a common set of tools that work and look the same.