When I run
I setup my server to use encrypted swap as per the handbook as follows:
Add the following to /etc/fstab:
Why am I getting the errors about the encrypted swap flags being ignored? Is it because I am running FreeBSD 10.0-STABLE and something has changed?
Not sure about the others for kldload either?
dmesg -a
I have some errors I am unsure about:
Code:
/etc/rc: WARNING: $geli_swap_flags is obsolete. Ignored.
kldload: can't load uhid: No such file or directory
Configuring keyboard: keymap.
kldload: can't load ums: No such file or directory
I setup my server to use encrypted swap as per the handbook as follows:
Code:
echo geli_swap_flags=”-e AES -l 128 -s 4096 -d”' >> /etc/rc.conf
Add the following to /etc/fstab:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/da0p2.eli none swap sw 0 0
/dev/da1p2.eli none swap sw 0 0
Why am I getting the errors about the encrypted swap flags being ignored? Is it because I am running FreeBSD 10.0-STABLE and something has changed?
Not sure about the others for kldload either?