| 25 Oct 2025 |
K900 | There's a weird openssh bug with multiplexing | 07:01:08 |
K900 | @Lily Foster found it the other day | 07:01:14 |
Yureka (she/her) | I do use multiplexing | 07:01:20 |
Yureka (she/her) | controlMaster | 07:01:27 |
K900 | It's fixed in openssh master already | 07:02:14 |
K900 | So we should have it with the next update | 07:02:20 |
K900 | AFAIUI | 07:02:22 |
Yureka (she/her) | If you have a link to the bug or patch in openssh that would be wonderful | 07:03:33 |
K900 | Hold on | 07:04:26 |
K900 | Need to find it | 07:04:28 |
K900 | https://github.com/openssh/openssh-portable/commit/beae06f56e0d0a66ca535896149d5fb0b2e8a1b4 supposedly | 07:05:10 |
Vladimír Čunát | openssh isn't a terribly huge rebuild. | 07:05:29 |
Vladimír Čunát |
Rebuild: linux 2264, darwin 982
| 07:06:08 |
ivy | when is the next staging to next | 08:16:05 |
Vladimír Čunát | In about a week I'd expect to start a new staging-next. | 08:16:58 |
aloisw | In reply to @k900:0upti.me It's fixed in openssh master already 10.2 has the fix already, and can be grafted. | 13:56:36 |
emily | there's not a strict schedule, we generally rotate between stable and unstable (and oldstable for the painful couple of months where we support that) with maybe a day or two between them to let Hydra catch up on the release channels | 14:01:53 |
emily | and it takes something like 10 days to build the average unstable cycle but it's usually lengthened by fixing important regressions etc. | 14:02:16 |
emily | a rough metric is that something merged into staging should generally reach master within 2–4 weeks depending on the timing and how cycles go | 14:03:15 |
| 26 Oct 2025 |
| winston joined the room. | 21:08:37 |
| 27 Oct 2025 |
dotlambda | https://github.com/NixOS/nixpkgs/pull/456020 fixes eval on staging | 05:45:31 |
Yureka (she/her) | So, vcunat said it's not a huge rebuild. I consider this a pretty severe issue, at least for me it stops me from updating my laptop. I wanted to confirm that 10.2 actually fixed it but wasn't able to do all the rebuilds locally.
TLDR Can we just pick openssh 10.2 on master? | 10:16:38 |
Yureka (she/her) | libreoffice and electron were the rebuilds I couldn't easily do myself | 10:17:07 |
Yureka (she/her) | because OOM | 10:17:15 |
K900 | We might want to just graft it then | 10:17:22 |
Yureka (she/her) | we have never actually shipped a default-enabled graft, no? | 10:17:58 |
K900 | I don't mean literally system.replaceRuntimeDependencies graft | 10:18:11 |
Yureka (she/her) | what do you mean then? :D | 10:18:22 |
K900 | I mean services.ssh.package = openssh_10_p2 | 10:18:40 |
Yureka (she/her) | that would help me | 10:18:50 |