!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

407 Members
Next Infra call: 2024-07-11, 18:00 CEST (UTC+2) | Infra operational issues backlog: https://github.com/orgs/NixOS/projects/52 | See #infra-alerts:nixos.org for real time alerts from Prometheus.124 Servers

Load older messages


SenderMessageTime
12 Apr 2026
@arianvp:matrix.orgArian
In reply to @arianvp:matrix.org
@winter:catgirl.cloud: @winterqt:nixos.dev: i have a time-pressing issue. We enrolled the apple Macs with the MDM Push certificate you created and uploaded. We must renew them within the next 4 days. If we fail to do so the Macs turn into bricks unless we manually unenroll them now. Could you please today log into Mosyle and follow the instructions with renewing? Or can you share in the infra vault the credentials for winter@nixos.org managed apple id?
This has been fixed. I have reset the Apple account password and did this myself
09:52:20
@leona:leona.isleona changed their profile picture.12:15:40
@emilazy:matrix.orgemilyjust flagging up: possible that resolution of semantic merge conflict in https://matrix.to/#/!CTCrFzsBPYmDLmrja4:0upti.me/$D5_3aJlWgpCoYwKsCARVLbMCs7eI-wWK1iW2rfKPRyE?via=nixos.org&via=matrix.org&via=tchncs.de to fix NixOS tests might require rebuild of all tests once triaged; not sure if it makes sense to cancel current nixos:unstable builds for now as a result16:09:18
@ethancedwards8:matrix.orgethancedwards8I'm getting a 404 error on the unstable branch of search.nixos.org20:17:37
@ethancedwards8:matrix.orgethancedwards82026-04-12-161808_1421x226_scrot.png
Download 2026-04-12-161808_1421x226_scrot.png
20:18:22
@hexa:lossy.networkhexainfra has nothing to do with nixos-search20:36:17
@hexa:lossy.networkhexahttps://github.com/NixOS/nixos-search20:36:28
@hexa:lossy.networkhexa raboof? 20:36:37
@jappie:jappie.devjappie network tab shows

{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"}],"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"},"status":404}

which is related to this PR yesterday https://github.com/NixOS/nixos-search/pull/1189/changes#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09
20:55:52
@hexa:lossy.networkhexacommented on the RP20:57:43
@hexa:lossy.networkhexaRedacted or Malformed Event20:57:45
@jappie:jappie.devjappieah, and one hour ago here: https://github.com/NixOS/nixos-search/commit/7a259ff093a55bee80e821f7c21a3ea204b87eeb#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09 (this one updates the frontend version)20:58:04
13 Apr 2026
@alesya-h:nixos.devAlesya changed their display name from Alesya Huzik to Alesya.01:46:58
@raboof:matrix.orgraboofthanks for the ping, workaround deployed, tracking the proper fix in https://github.com/NixOS/nixos-search/issues/119707:10:04
@joerg:thalheim.ioMic92 hexa (signing key rotation when): Simon Hauser I started integrating ofborg infra in the nixos infra repo, in the hope that we than have an easier time keeping everything up-to-date: https://github.com/NixOS/infra/pull/1009 07:37:13
@joerg:thalheim.ioMic92I also noticed my age keys were not enrolled for these machines07:37:40
@joerg:thalheim.ioMic92 dgrig: did this happen? https://github.com/NixOS/infra/issues/968 08:40:02
@hexa:lossy.networkhexait did11:16:38
@hexa:lossy.networkhexa https://github.com/FiloSottile/age/issues/537#issuecomment-1907361675
https://github.com/FiloSottile/age/issues/142#issuecomment-1001161195
11:27:33
@hexa:lossy.networkhexaalso https://github.com/str4d/rage/issues/272#issuecomment-217960083211:30:36
@uep:matrix.orguephttps://hydra.nixos.org/jobset/nixos/unstable shows 4 days since the last eval. I know there were disk space and other issues, as above, but I'm assuming they're now resolved. Is there still an issue?22:23:41
@uep:matrix.orguepOr, as I suddenly realise, is this just awkward timing and rounding - an eval may kick off any minute on the every-2-days schedule, with one having been missed?22:24:30
@uep:matrix.orguepI'll assume it's that for now, there's no real reason to expect an eval to have started immediately after the issue was resolved.22:27:13
@hexa:lossy.networkhexadovecot changes caused eval errors22:31:20
@hexa:lossy.networkhexamerged https://github.com/NixOS/nixpkgs/pull/509691 just now to unblock22:32:01
@hexa:lossy.networkhexastill not enough22:32:49
@hexa:lossy.networkhexa
 error:
 Failed assertions:
 - The option definition `services.dovecot2.enableImap' in `/home/hexa/git/nixos/master/nixos/tests/gitlab/gitlab.nix' no longer has any effect; please remove it
 Set 'services.dovecot2.settings.protocols.imap = true/false;' instead.

 - services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_config_version' must be explicitly set.
  To retain compatibility with future updates, set the following and manually update as needed.

      services.dovecot2.settings.dovecot_config_version = "2.4.3";

  Alternatively, you can automatically update to newer versions of the configuration format, which might break compatibility with future updates.

      services.dovecot2.settings.dovecot_config_version = config.services.dovecot2.package.version;

  See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.

 - services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_storage_version' must be explicitly set.
  Set it to the oldest version the storage should stay compatible with, for example the following for the currently selected version.

      services.dovecot2.settings.dovecot_storage_version = "2.4.3";

  See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.


 note: trace involved the following derivations:
 derivation 'vm-test-run-gitlab'
 derivation 'nixos-test-driver-gitlab'
 derivation 'nixos-vm'
22:33:00
@hexa:lossy.networkhexahttps://githuib.com/nixos/nixpkgs/pull/50968822:33:21
@hexa:lossy.networkhexaRedacted or Malformed Event22:33:47
14 Apr 2026
@leona:leona.isleonaalso we should merge staging-nixos bc. of https://github.com/NixOS/nixpkgs/pull/50937807:53:01

Show newer messages


Back to Room ListRoom Version: 6