Skip to content

Indexing of Linux kernel > 6.14-rc6 is not available #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jinghao-jia opened this issue Apr 8, 2025 · 4 comments
Closed

Indexing of Linux kernel > 6.14-rc6 is not available #403

jinghao-jia opened this issue Apr 8, 2025 · 4 comments

Comments

@jinghao-jia
Copy link

The indexing of the kernel source somehow stopped again at 6.14-rc6.


Request date: 2025-04-08 18:27:19.044003
Path: /linux/v6.14/source
Query string:
Method: GET
Status code: 404 Not Found
Error title: File not found
Error details: This file does not exist.

@tleb
Copy link
Member

tleb commented Apr 9, 2025

Yes, indeed. As many other open-source projects, we are constantly being hit by waves of LLM crawlers. We have not put in place a defense layer such as Anubis as we'd prefer avoiding that.

Our first reaction method when the service is under pressure is to disable indexing which takes a lot of CPU load. Once #372 is merged, it should be much easier. Worst case, we move indexing to another server, but that isn't a great situation to be in.


Sources about the LLM crawlers topic:

There are many others. Basically, any service hosting Git content which generates millions of pages and is somewhat expensive to serve is at the mercy of those crawlers.

@tleb
Copy link
Member

tleb commented Apr 14, 2025

Update: we deployed Anubis and have been indexing the kernel for four days by now. It should finish soon, at least we hope.

@jinghao-jia
Copy link
Author

jinghao-jia commented Apr 14, 2025

Update: we deployed Anubis and have been indexing the kernel for four days by now. It should finish soon, at least we hope.

Thanks! I have noticed the change (Anubis) when accessing Elixir yesterday.

@fstachura
Copy link
Collaborator

Elixir finally finished indexing. Sorry for the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants