public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [REPORT] kernelnewbies.org is down (502 Bad Gateway)
@ 2026-05-01 18:34 Yunseong Kim
  2026-05-02  8:26 ` Luna Jernberg
  0 siblings, 1 reply; 3+ messages in thread
From: Yunseong Kim @ 2026-05-01 18:34 UTC (permalink / raw)
  To: Rik van Riel
  Cc: Matt Mackall, kernelnewbies, linux-kernel, Yunseong Kim,
	Yunseong Kim

Hi Rik,

I'm reporting that the KernelNewbies main page is currently unreachable,
returning a 502 Bad Gateway error:

  https://kernelnewbies.org/

The latest archived version (from April 20th) can be found here:

  https://web.archive.org/web/20260000000000*/https://kernelnewbies.org/LinuxChanges

I think it's not an unrelated topic, but the Linux perf wiki had the same
problem a few years ago, so I migrated it to GitHub using the mkdocs
framework. Most wiki formats are quite compatible with Markdown, and it
has served as a stable alternative for the community. This is migrated version
for the perf wiki:

  https://perf.wiki.kernel.org/

The discussion regarding the perf wiki migration can be found here:

  https://lore.kernel.org/linux-perf-users/7f2b1c74-4087-4da4-94eb-51d37f3d8fc2@gmail.com/

Moving to a platform like GitHub (or any other) helps address the issue where
users cannot contribute freely immediately after registration. Currently,
I can invite anyone who wishes to contribute via email, and I also accept pull
requests.

For the perf wiki, we fortunately had a backup repository thanks to
Konstantin:

  https://github.com/mricon/perfwiki

Is there a similar backup repository or a recent data dump available for
kernelnewbies? I think moving to a Git-based workflow with a framework like
mkdocs might be a good way to ensure long-term availability and prevent
future downtime.

Thank you for building such an invaluable resource, it has been a massive
help to the next generation of kernel contributors like me.

Please let me know if there is anything I can do to help. I would be more
than happy to assist in any way I can.

Best regards,
Yunseong

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [REPORT] kernelnewbies.org is down (502 Bad Gateway)
  2026-05-01 18:34 [REPORT] kernelnewbies.org is down (502 Bad Gateway) Yunseong Kim
@ 2026-05-02  8:26 ` Luna Jernberg
  2026-05-02 11:50   ` Yunseong Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Luna Jernberg @ 2026-05-02  8:26 UTC (permalink / raw)
  To: Yunseong Kim
  Cc: Rik van Riel, Matt Mackall, kernelnewbies, linux-kernel,
	Yunseong Kim, Yunseong Kim

seems to be up again now

Den fre 1 maj 2026 kl 20:35 skrev Yunseong Kim <ysk@kzalloc.com>:
>
> Hi Rik,
>
> I'm reporting that the KernelNewbies main page is currently unreachable,
> returning a 502 Bad Gateway error:
>
>   https://kernelnewbies.org/
>
> The latest archived version (from April 20th) can be found here:
>
>   https://web.archive.org/web/20260000000000*/https://kernelnewbies.org/LinuxChanges
>
> I think it's not an unrelated topic, but the Linux perf wiki had the same
> problem a few years ago, so I migrated it to GitHub using the mkdocs
> framework. Most wiki formats are quite compatible with Markdown, and it
> has served as a stable alternative for the community. This is migrated version
> for the perf wiki:
>
>   https://perf.wiki.kernel.org/
>
> The discussion regarding the perf wiki migration can be found here:
>
>   https://lore.kernel.org/linux-perf-users/7f2b1c74-4087-4da4-94eb-51d37f3d8fc2@gmail.com/
>
> Moving to a platform like GitHub (or any other) helps address the issue where
> users cannot contribute freely immediately after registration. Currently,
> I can invite anyone who wishes to contribute via email, and I also accept pull
> requests.
>
> For the perf wiki, we fortunately had a backup repository thanks to
> Konstantin:
>
>   https://github.com/mricon/perfwiki
>
> Is there a similar backup repository or a recent data dump available for
> kernelnewbies? I think moving to a Git-based workflow with a framework like
> mkdocs might be a good way to ensure long-term availability and prevent
> future downtime.
>
> Thank you for building such an invaluable resource, it has been a massive
> help to the next generation of kernel contributors like me.
>
> Please let me know if there is anything I can do to help. I would be more
> than happy to assist in any way I can.
>
> Best regards,
> Yunseong
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [REPORT] kernelnewbies.org is down (502 Bad Gateway)
  2026-05-02  8:26 ` Luna Jernberg
@ 2026-05-02 11:50   ` Yunseong Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Yunseong Kim @ 2026-05-02 11:50 UTC (permalink / raw)
  To: Luna Jernberg
  Cc: Yunseong Kim, Rik van Riel, Matt Mackall, kernelnewbies,
	linux-kernel, Yunseong Kim, Yunseong Kim

Hi,

Thank you Luna, for letting me know!

Best regards,
Yunseong

On Sat, May 2, 2026 at 10:26 AM Luna Jernberg <droidbittin@gmail.com> wrote:
>
> seems to be up again now
>
> Den fre 1 maj 2026 kl 20:35 skrev Yunseong Kim <ysk@kzalloc.com>:
> >
> > Hi Rik,
> >
> > I'm reporting that the KernelNewbies main page is currently unreachable,
> > returning a 502 Bad Gateway error:
> >
> >   https://kernelnewbies.org/
> >
> > The latest archived version (from April 20th) can be found here:
> >
> >   https://web.archive.org/web/20260000000000*/https://kernelnewbies.org/LinuxChanges
> >
> > I think it's not an unrelated topic, but the Linux perf wiki had the same
> > problem a few years ago, so I migrated it to GitHub using the mkdocs
> > framework. Most wiki formats are quite compatible with Markdown, and it
> > has served as a stable alternative for the community. This is migrated version
> > for the perf wiki:
> >
> >   https://perf.wiki.kernel.org/
> >
> > The discussion regarding the perf wiki migration can be found here:
> >
> >   https://lore.kernel.org/linux-perf-users/7f2b1c74-4087-4da4-94eb-51d37f3d8fc2@gmail.com/
> >
> > Moving to a platform like GitHub (or any other) helps address the issue where
> > users cannot contribute freely immediately after registration. Currently,
> > I can invite anyone who wishes to contribute via email, and I also accept pull
> > requests.
> >
> > For the perf wiki, we fortunately had a backup repository thanks to
> > Konstantin:
> >
> >   https://github.com/mricon/perfwiki
> >
> > Is there a similar backup repository or a recent data dump available for
> > kernelnewbies? I think moving to a Git-based workflow with a framework like
> > mkdocs might be a good way to ensure long-term availability and prevent
> > future downtime.
> >
> > Thank you for building such an invaluable resource, it has been a massive
> > help to the next generation of kernel contributors like me.
> >
> > Please let me know if there is anything I can do to help. I would be more
> > than happy to assist in any way I can.
> >
> > Best regards,
> > Yunseong
> >
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-02 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-01 18:34 [REPORT] kernelnewbies.org is down (502 Bad Gateway) Yunseong Kim
2026-05-02  8:26 ` Luna Jernberg
2026-05-02 11:50   ` Yunseong Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox