Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
computing:encryption [2024/01/29 18:20] – oemb1905 | computing:encryption [2025/03/09 18:11] (current) – oemb1905 |
---|
</dev/mapper/sdaX_crypt /media/vault xfs defaults 0 2> | </dev/mapper/sdaX_crypt /media/vault xfs defaults 0 2> |
| |
Okay, your LUKS crypt should now be open and mapped to your mount point at boot. Since Debian 12, there's an error that states "HXproc_run_async: pmvarrun: No such file or directory." This is caused by regular users' shell not having /usr/sbin in their path. To fix this, add the following to your config: | Okay, your LUKS crypt should now be open and mapped to your mount point at boot. Since Debian 12, there's an error that states "HXproc_run_async: pmvarrun: No such file or directory." This is caused by regular users' shell not having /usr/sbin in their path. To fix this, specify the path in the config. I specified mine underneath ''<mntoptions require="nosuid,nodev" />'': |
| |
sudo nano /etc/security/pam_mount.conf.xml | sudo nano /etc/security/pam_mount.conf.xml |