!zghijEASpYQWYFzriI:nixos.org

Hydra

334 Members
98 Servers

Load older messages


SenderMessageTime
22 Jul 2025
@k900:0upti.meK900Ugh didn't capture cursor19:01:27
@k900:0upti.meK900The "x86_64-linux" link goes to Hydra19:01:32
@jonhermansen:matrix.orgjonhermansenAhh, thank you!19:01:51
@k900:0upti.meK900Last eval 2024-0219:02:30
@k900:0upti.meK900Great19:02:31
@jonhermansen:matrix.orgjonhermansensearch query performance is improved due to ElasticSearch cache19:02:34
@k900:0upti.meK900Oh, freeimage dep19:03:00
@jonhermansen:matrix.orgjonhermansenI'm cleaning up dependents of openimage library in the tree now19:03:02
@jonhermansen:matrix.orgjonhermansenerr yeah freeimage.19:03:06
@k900:0upti.meK900Those didn't eval for over a year at this point19:04:14
@k900:0upti.meK900Just delete the damn thing19:04:17
@k900:0upti.meK900image.png
Download image.png
19:04:45
@k900:0upti.meK900You know it's a good one when the CVE list doesn't fit on the screen19:04:52
@jonhermansen:matrix.orgjonhermansenYup. I tried looking to see if the broken package I found could even be saved, but no. The discussion upstream went nowhere, so I figured it's a good chance to clean up unused code19:06:26
@jonhermansen:matrix.orgjonhermansen I added trenchbroom to my system packages and it blew everything up because of this throw, so I went down the rabbithole.

pkgs/by-name/li/libjpeg_turbo/package.nix: dev_private = throw "not supported anymore";

Anyways, thanks for the help, I'll use search.nixos.org next time
19:07:35
24 Jul 2025
@cleverca22:matrix.orgcleverca22my hydra is being swamped by some kind of scrapper/bot/ddos they are just recursively following every link on every page, ignoring robots.txt, and causing performance problems user-agents are total garbage, even claiming to be things like macos on ppc, or linux on ppc no cookies every ip hits me up once, and then never comes back! what can be done to block this kind of garbage?15:21:14
@ma27:nicht-so.sexyma27 I essentially stole https://github.com/NixOS/infra/blob/7ee3f5c95beda825b742580178f84034ec48aa9c/non-critical-infra/hosts/staging-hydra/hydra-proxy.nix#L9 15:25:41
@ma27:nicht-so.sexyma27and it's working surprisingly well15:25:49
@cleverca22:matrix.orgcleverca22

hmmm, i'm getting some like:

Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; as-IN) AppleWebKit/532.43.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6532.43.7
Opera/9.82.(X11; Linux i686; mg-MG) Presto/2.9.176 Version/11.00
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_11_5; rv:1.9.5.20) Gecko/3574-09-12 00:50:37.474434 Firefox/3.6.2
Mozilla/5.0 (X11; U; Linux ppc; fr; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12
15:27:13
@cleverca22:matrix.orgcleverca22i do see ipod in the list you linked15:28:05
@cleverca22:matrix.orgcleverca22let me see what happens if i apply that.....15:28:30
@cleverca22:matrix.orgcleverca22 ma27: yep, i can confirm, traffic is now 403'ing and going to abuse.log! 15:34:48
@cleverca22:matrix.orgcleverca22some still slips thru though, but i could tweak the regex to improve that15:35:06
@cleverca22:matrix.orgcleverca22even with the small bits that slip thru, the machine is basically idle now, so its all good16:05:22
@sandro:supersandro.deSandro 🐧That list at least put Samsung Mobile Browsers out because they are on Chromium 130 🙃23:13:55
@sandro:supersandro.deSandro 🐧If you open Developer Tools and choose Android, you get a Nexus with Android 623:14:37
@sandro:supersandro.deSandro 🐧Also I quickly found some friends which should have updated their Firefox more often23:14:55
25 Jul 2025
@luke:vuksta.comLuke joined the room.03:22:27
@luke:vuksta.comLuke

I posted this in the Terranix channel, but am hoping to get more eyes on it - sorry for double posting!

The high level idea I have is as follows:

  1. Orchestrator flake: sources all other flakes using input following. Hydra builds this flake, and some cron job regularly runs flake update to pick up new changes to all packages in the pipeline.
  2. Pipeline flake: a set of impure builds with a sequential dependency chain that are responsible for executing terraform plan and apply for each stage. These builds would use something like fixed output derivations with a fake hash to skirt network sandboxing. Integration tests would also be represented this way.
  3. Infrastructure flake: defines the terranix infrastructure, gets used by the various pipeline stages for deployment.
  4. Application flakes: flakes that define how to build and package application code, these get used by the infrastructure flake.

Then configure Hydra, and one machine should be able to act as a full devops pipeline?

This should let developers easily work on any subset of the system in a local workspace by modifying the flake inputs, as well as allowing things like manual deployments for rollbacks or emergency situations. There might be flaws with this idea, but I am curious to hear what folks think

03:24:57
@luke:vuksta.comLukeThis is for a declarative CI/CD deployment pipeline running from a single machine03:26:21

Show newer messages


Back to Room ListRoom Version: 6