@lily:lily.flowers | If it helps ElvishJerricco, here's json of my config evaluated for boot.initrd.luks.devices :
{
"nixos": {
"allowDiscards": false,
"bypassWorkqueues": false,
"crypttabExtraOpts": [],
"device": "/dev/nvme0n1p2",
"fallbackToPassword": false,
"fido2": {
"credential": null,
"credentials": [],
"gracePeriod": 10,
"passwordLess": false
},
"gpgCard": null,
"header": null,
"keyFile": null,
"keyFileOffset": null,
"keyFileSize": null,
"keyFileTimeout": null,
"name": "nixos",
"postOpenCommands": "",
"preLVM": true,
"preOpenCommands": "",
"tryEmptyPassphrase": false,
"yubikey": null
}
}
And evaluated fileSystems with x-initrd.mount :
{
"/": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/",
"neededForBoot": false,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/root"
],
"stratis": {
"poolUuid": null
}
},
"/nix": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/nix",
"neededForBoot": false,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/nix"
],
"stratis": {
"poolUuid": null
}
},
"/persist": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/persist",
"neededForBoot": true,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/persist"
],
"stratis": {
"poolUuid": null
}
},
"/state": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/state",
"neededForBoot": true,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/state"
],
"stratis": {
"poolUuid": null
}
}
}
| 22:53:29 |
@lily:lily.flowers | * If it helps ElvishJerricco, here's json of my config evaluated for boot.initrd.luks.devices :
{
"nixos": {
"allowDiscards": false,
"bypassWorkqueues": false,
"crypttabExtraOpts": [],
"device": "/dev/nvme0n1p2",
"fallbackToPassword": false,
"fido2": {
"credential": null,
"credentials": [],
"gracePeriod": 10,
"passwordLess": false
},
"gpgCard": null,
"header": null,
"keyFile": null,
"keyFileOffset": null,
"keyFileSize": null,
"keyFileTimeout": null,
"name": "nixos",
"postOpenCommands": "",
"preLVM": true,
"preOpenCommands": "",
"tryEmptyPassphrase": false,
"yubikey": null
}
}
And evaluated fileSystems with x-initrd.mount :
{
"/": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/",
"neededForBoot": false,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/root"
],
"stratis": {
"poolUuid": null
}
},
"/nix": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/nix",
"neededForBoot": false,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/nix"
],
"stratis": {
"poolUuid": null
}
},
"/persist": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/persist",
"neededForBoot": true,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/persist"
],
"stratis": {
"poolUuid": null
}
},
"/state": {
"autoFormat": false,
"autoResize": false,
"depends": [],
"device": "/dev/nixos/root",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "btrfs",
"label": null,
"mountPoint": "/state",
"neededForBoot": true,
"noCheck": false,
"options": [
"x-initrd.mount",
"defaults",
"subvol=/state"
],
"stratis": {
"poolUuid": null
}
},
"/var/log": {
"autoFormat": false,
"autoResize": false,
"depends": [
"/state"
],
"device": "/state/var/log",
"encrypted": {
"blkDev": null,
"enable": false,
"keyFile": null,
"label": null
},
"formatOptions": "",
"fsType": "auto",
"label": null,
"mountPoint": "/var/log",
"neededForBoot": false,
"noCheck": true,
"options": [
"x-initrd.mount",
"bind",
"x-gvfs-hide"
],
"stratis": {
"poolUuid": null
}
}
}
| 22:59:26 |
Charles ⚡️ | Should I be concerned if I see "Stopping Rule-based Manager for Device Events and Files" take upwards of 15 seconds on startup? Maybe relevant section of journalctl --boot=0 logs:
May 31 16:31:54 compy systemd[1]: Stopping Rule-based Manager for Device Events and Files...
May 31 16:31:54 compy systemd[1]: initrd-cleanup.service: Deactivated successfully.
May 31 16:31:54 compy systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
May 31 16:31:54 compy systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully.
May 31 16:31:54 compy systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully.
May 31 16:31:55 compy kernel: usb 3-2: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
May 31 16:31:55 compy kernel: usb 3-2: New USB device strings: Mfr=0, Product=2, SerialNumber=1
May 31 16:31:55 compy kernel: usb 3-2: Product: C922 Pro Stream Webcam
May 31 16:31:55 compy kernel: usb 3-2: SerialNumber: 4A6771BF
May 31 16:31:55 compy kernel: usb 1-6: New USB device found, idVendor=0b05, idProduct=1a5c, bcdDevice= 0.02
May 31 16:31:55 compy kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
May 31 16:31:55 compy kernel: usb 1-6: Product: USB Audio
May 31 16:31:55 compy kernel: usb 1-6: Manufacturer: Generic
May 31 16:31:56 compy kernel: hid-generic 0003:0B05:1A5C.0009: hiddev101,hidraw8: USB HID v1.11 Device [Generic USB Audio] on usb-0000:0c:00.0-6/input7
May 31 16:31:56 compy kernel: usb 1-7: new full-speed USB device number 4 using xhci_hcd
May 31 16:31:56 compy kernel: usb 1-7: config 1 has an invalid interface number: 2 but max is 1
May 31 16:31:56 compy kernel: usb 1-7: config 1 has no interface number 1
May 31 16:31:56 compy kernel: usb 1-7: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
May 31 16:31:56 compy kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 31 16:31:56 compy kernel: usb 1-7: Product: AURA LED Controller
May 31 16:31:56 compy kernel: usb 1-7: Manufacturer: AsusTek Computer Inc.
May 31 16:31:56 compy kernel: usb 1-7: SerialNumber: 9876543210
May 31 16:31:56 compy kernel: hid-generic 0003:0B05:19AF.000A: hiddev102,hidraw9: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:0c:00.0-7/input2
May 31 16:31:56 compy kernel: usb 1-11: new high-speed USB device number 5 using xhci_hcd
May 31 16:32:02 compy kernel: usb 1-11: device descriptor read/64, error -110
May 31 16:32:18 compy kernel: usb 1-11: device descriptor read/64, error -110
May 31 16:32:18 compy kernel: usb 1-11: new high-speed USB device number 6 using xhci_hcd
May 31 16:32:23 compy kernel: usb 1-11: device descriptor read/64, error -110
May 31 16:32:39 compy kernel: usb 1-11: device descriptor read/64, error -110
May 31 16:32:39 compy kernel: usb usb1-port11: attempt power cycle
May 31 16:32:40 compy kernel: usb 1-11: new high-speed USB device number 7 using xhci_hcd
May 31 16:32:45 compy kernel: usb 1-11: Device not responding to setup address.
May 31 16:32:50 compy kernel: usb 1-11: Device not responding to setup address.
May 31 16:32:50 compy kernel: usb 1-11: device not accepting address 7, error -71
May 31 16:32:50 compy kernel: usb 1-11: new high-speed USB device number 8 using xhci_hcd
May 31 16:32:55 compy systemd-udevd[292]: usb1: Worker [394] processing SEQNUM=2289 is taking a long time
May 31 16:32:55 compy kernel: usb 1-11: Device not responding to setup address.
May 31 16:33:00 compy kernel: usb 1-11: Device not responding to setup address.
May 31 16:33:00 compy kernel: usb 1-11: device not accepting address 8, error -71
May 31 16:33:00 compy kernel: usb usb1-port11: unable to enumerate USB device
May 31 16:33:00 compy systemd[1]: systemd-udevd.service: Deactivated successfully.
May 31 16:33:00 compy systemd[1]: Stopped Rule-based Manager for Device Events and Files.
I see the "Stopping" and "Stopped" timestamps are within 6 seconds of each other, but I swear I see the little moving red * s for substantially longer than that on startup
| 23:36:28 |