| 11 Mar 2025 |
dantefromhell | I'm looking for a code example to make `extraConfig` pass a `secret.key` file into `vmWithDisko`.
So I can test my encrypted ZFS partitioning scheme | 17:10:40 |
dantefromhell | @brian:bmcgee.ie have you been able to solve this? | 18:16:56 |
@brian:bmcgee.ie | Afraid not | 18:19:26 |
dantefromhell | @joerg:thalheim.io
as of commit 6c1b834 produces a syntax error during each
```
++ dirname /nix/store/4vgl19l2swbfvq2x8d7qrsf8qchrypbj-disk-deactivate/disk-deactivate
+ jq -r --arg disk_to_clear /dev/nvme0n1 -f /nix/store/4vgl19l2swbfvq2x8d7qrsf8qchrypbj-disk-deactivate/disk-deactivate.jq
jq: error: syntax error, unexpected ']' (Unix shell quoting issues?) at , line 49:
]
jq: 1 compile error
```
commit 8d6dd03 works correctly. | 19:59:40 |
dantefromhell | * @joerg:thalheim.io
as of commit 6c1b834 produces a syntax error during each
++ dirname /nix/store/4vgl19l2swbfvq2x8d7qrsf8qchrypbj-disk-deactivate/disk-deactivate
+ jq -r --arg disk_to_clear /dev/nvme0n1 -f /nix/store/4vgl19l2swbfvq2x8d7qrsf8qchrypbj-disk-deactivate/disk-deactivate.jq
jq: error: syntax error, unexpected ']' (Unix shell quoting issues?) at <top-level>, line 49:
]
jq: 1 compile error
commit 8d6dd03 works correctly. | 19:59:51 |
dantefromhell | havent been able to spot the syntax error | 20:00:48 |
redesign your logo | Anyone have a btrfs/disko/impermanence config I can peep? Having trouble getting conflicting definitions for filesystems."/foobar" or having stage1 failures due to mounts not working. | 21:47:38 |
| redesign your logo changed their display name from Department Store Crust-Punk-Chic to FORWARD TO EXTINCTION. | 21:54:13 |
| redesign your logo changed their display name from FORWARD TO EXTINCTION to Like/Share/Subscribe. | 21:54:53 |
| 12 Mar 2025 |
| cornfused joined the room. | 01:00:21 |
Mic92 | @dantefromhell:matrix.org: is this where I added the change for swap? | 04:25:45 |
| redesign your logo changed their display name from Like/Share/Subscribe to KFC is All I See. | 05:25:10 |
dantefromhell | In reply to @joerg:thalheim.io @dantefromhell:matrix.org: is this where I added the change for swap? yes. sorry for the mangled message, editor on the phone displays the code highlights properly, but f*** it up once I hit save/ send | 12:52:57 |
| 13 Mar 2025 |
waltmck | I have a ZFS mirror running as root that was formatted with disko. If I replaced both drives one at a time (i.e. with zpool offline and zpool replace), would the initramfs know where to look to mount the root partition next time I boot? | 15:58:40 |
waltmck | in my disko config the drives are referred to as /dev/disk/by-id identifies, so I want to make sure that there is no hard-coded fstab entry or anything that uses those | 15:59:56 |
waltmck | * in my disko config the drives are referred to as /dev/disk/by-id identifiers, so I want to make sure that there is no hard-coded fstab entry or anything that uses those | 16:00:27 |
| redesign your logo changed their display name from KFC is All I See to That's "Mr. Anarchist" to you. | 17:48:08 |
| 14 Mar 2025 |
phaer | In a typical zfs setup, fstab doesn't reference the underlying devices but only the datasets (i.e. rpool/root, not /dev/disk/by-id/...) here.
the initrd pretty much does a zpool import on boot, so you should be good after zpool replace. (but no warranty and all ;)) | 15:46:25 |
phaer | * In a typical zfs setup, fstab doesn't reference the underlying devices but only the datasets (i.e. rpool/root, not /dev/disk/by-id/...) here.
the initrd pretty much does a zpool import on boot, so you should be good after zpool replace. (but no warranty as usual ;)) | 15:46:32 |
waltmck | I see. So I understand that it works roughly like: ZFS scans all storage devices for zfs disks, and then makes the pools it finds available which can be referred to by name in the legacy mount scripts? | 15:48:01 |
phaer | Yes, exactly | 15:48:34 |
phaer | Had missed that one before: but that's exactly how it is. It should be safe to re-run but as the license says: this software comes without warranty of any kind. So better check your backups ;) | 15:51:09 |
phaer | Not a btrfs user myself, but the conflicting definitions do sound solvable. Do you have your config online somewhere? | 15:55:08 |
| 16 Mar 2025 |
| mprasil joined the room. | 21:18:49 |
| digitaltwin joined the room. | 22:38:51 |
| redesign your logo changed their display name from That's "Mr. Anarchist" to you to iLovePsyOps. | 23:41:31 |
| 17 Mar 2025 |
| Sylvie (They/She) 🏳️⚧️ left the room. | 04:38:41 |
| nicoty joined the room. | 17:46:50 |
| redesign your logo changed their display name from iLovePsyOps to Ghost of Corporate Future. | 18:59:58 |
| 18 Mar 2025 |
matthewcroughan | Any opposition to renaming installTest to diskoInstallTest ? | 18:06:55 |