!9IQChSjwSHXPPWTa:lix.systems

Lix

631 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms197 Servers

Load older messages


SenderMessageTime
10 Oct 2024
@vigress9:matrix.orgV. 🏳️‍⚧️Share, I'm broke as hell18:54:41
@lily:lily.flowersLily Foster https://github.com/lilyinstarlight/foosteros/blob/aa611d0cf03bd82f6c1c701e73f86f27abb8d8e4/.github/workflows/installer.yml#L68-L83 18:57:49
@lily:lily.flowersLily Fosterthat removes a bunch of stuff and the easimon/maximize-build-space action actually takes the two disks GHA runners get, puts disk image files on them, LVMs them together, and them mounts on top of that. to unify disk space between the main and scratch disks18:58:25
@lily:lily.flowersLily Foster * that removes a bunch of stuff and the easimon/maximize-build-space action actually takes the two disks GHA runners get, allocates new raw disk image files on their filesystems, registers them as LVM PVs for one LV (unifying them as one "contiguous" space), and them formats and mounts from that. to unify disk space between the main and scratch disks18:59:19
@lily:lily.flowersLily Fosterit's horrible18:59:25
@kfears:matrix.orgKFears (tragedy arc)What the actual fuck18:59:25
@lily:lily.flowersLily Fosterterrible crimes18:59:29
@vigress9:matrix.orgV. 🏳️‍⚧️Ohhh shit18:59:45
@vigress9:matrix.orgV. 🏳️‍⚧️Genius18:59:51
@lily:lily.flowersLily Foster
In reply to @kfears:matrix.org
What the actual fuck
maybe i should have spoilered/content-noticed that 👀
18:59:53
@lily:lily.flowersLily Fosterit's pretty disgusting19:00:01
@kfears:matrix.orgKFears (tragedy arc)This is so cursed it's funny19:00:08
@lily:lily.flowersLily Foster
In reply to @kfears:matrix.org
This is so cursed it's funny
me too
19:00:17
@kfears:matrix.orgKFears (tragedy arc)And I know a lot of cursed GHA stuff19:00:22
@drakon64:matrix.orgAdam ChanceHow did you even work that out 😂19:03:00
@lily:lily.flowersLily Foster
In reply to @drakon64:matrix.org
How did you even work that out 😂
i mean i didn't make the LVM part. idk how they came up with that, but it's so cursed
19:05:02
@lily:lily.flowersLily Foster https://github.com/easimon/maximize-build-space 19:05:25
@irenes:matrix.orgIrenesomg lol20:25:38
11 Oct 2024
@colemickens:matrix.orgcolemickens
In reply to @lily:lily.flowers
https://github.com/easimon/maximize-build-space
niiiice, also how utterly ridiculous.
00:00:40
@lily:lily.flowersLily Foster
In reply to @colemickens:matrix.org
niiiice, also how utterly ridiculous.
just like me
00:00:57
@charles:computer.surgeryCharles

during nix-collect-garbage -d:

error: executing SQLite statement 'delete from ValidPaths where path = '/nix/store/g86my931b3spq8sspimrnma5anbdjbgl-gitlab-config';': unable to open database file, unable to open database file (in '/nix/var/nix/db/db.sqlite')

during nix-collect-garbage -d again:

error: opening lock file '/nix/var/nix/profiles/system.lock': No space left on device

but

# df -h
Filesystem                   Size  Used Avail Use% Mounted on
devtmpfs                     1.5G     0  1.5G   0% /dev
tmpfs                         15G  1.1M   15G   1% /dev/shm
tmpfs                        7.3G   96M  7.2G   2% /run
/dev/disk/by-partlabel/root  1.7T  548G  1.2T  33% /
efivarfs                     128K   33K   91K  27% /sys/firmware/efi/efivars
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev-early.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup-dev.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-sysctl.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-vconsole-setup.service
tmpfs                         15G  960K   15G   1% /run/wrappers
/dev/nvme0n1p1              1022M   74M  949M   8% /boot
/dev/sda1                     17T  1.6T   15T  10% /mnt/hdd/brie
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-tmpfiles-setup.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-resolved.service
tmpfs                        1.0M  4.0K 1020K   1% /run/credentials/garage.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
tmpfs                        1.0M     0  1.0M   0% /run/credentials/systemd-networkd.service
tmpfs                        3.0G  4.0K  3.0G   1% /run/user/0

???

05:26:48
@charles:computer.surgeryCharlesmaybe i'm getting bcachefs'd?05:30:47
@m:marvid.frSamæOn BTRFS I've had the case that I ran out of inode, even though there was still free space reported05:38:06
@m:marvid.frSamæBut this was on an server after years of use05:38:48
@m:marvid.frSamæ * But this was on an server after years of use without reboot05:39:00
@charles:computer.surgeryCharlesoh yeah i'm definitely getting bcachefs'd05:52:18
@charles:computer.surgeryCharlesi see lots of traces in dmesg lol05:52:33
@aloisw:kde.orgaloisw
In reply to @m:marvid.fr
On BTRFS I've had the case that I ran out of inode, even though there was still free space reported
You can't run out of inodes on btrfs, it was probably inodes on ext4 or metadata space on btrfs.
07:02:53
@jakehamilton:auxolotl.orgjakehamilton

I was chatting with some people yesterday while we were working on Nix things and came up with a question: would it be possible to make nix eval multithreaded?

Speeding up larger evaluations like big module sets was the train of thought.

14:53:17
@k900:0upti.meK900cppnix has an experimental branch that does that for not very large gains14:53:52

Show newer messages


Back to Room ListRoom Version: 10