Advanced Search
Search Results
7 total results found
Merging Gerrit identities
Basically, following https://ovirt-infra-docs.readthedocs.io/en/latest/General/Gerrit_account_merge/index.html. If for some reason, you don't have access to refs/meta/external-ids, you can still do it on the server directly as long as you ensure that you resto...
Related projects
This page lists community projects that are built with, optimized for, or make specific use of Lix features. While these projects are not officially affiliated with the Lix project, we maintain this curated list to highlight tools, systems, and initiatives tha...
Debugging a stuck Lix invocation
If you're experiencing an issue where a lix command appears to hang or make no visible progress, this page outlines multiple methods to investigate what’s going on. Step 1: Increase Verbosity Start by rerunning the Lix command with high verbosity to get a bett...
Dealing with CI
Logging in to CI for restarts Go via https://buildkite.com/sso/lix-project and use your Lix account.
Debugging weird DNS resolutions inside sandbox
Run this with pasta: $ nix-build -E 'let pkgs = (import <nixpkgs> {}); in pkgs.runCommand "resolvconf" { outputHashAlgo = "sha256"; outputHashMode = "flat"; outputHash = pkgs.lib.fakeHash; } "cat /etc/resolv.conf"' Report the result to a Lix developer.
Pointer equality
Introduction This page dives into the concept of pointer equality, its role in Lix, and provides an outlook on how it is implemented and utilized. For more in-depth information, refer to the resource on https://snix.dev/docs/reference/nix-language/value-pointe...
xattrs feasibility to supplement the SQLite database model
xattrs were imagined as a way to supplement/replace the SQLite database model. Unfortunately, xattrs are not useable on all platforms we may care about and not by all filesystem our users. Additionally, we need to plan for the workload size we have, i.e. large...