[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: UVM - THIS IS A QUESTION - DONT ASK ME MY DMESG IT WILL BE IRRELAVENT THANKS!
Wow, that's a hard message to parse, but I'll give it a shot. The
kernel shipped on the CDs (as well as the kernel on the ftp sites)
corresponds to the GENERIC config file. If you do a dmesg you will
see the name of the kernel config file used to build the running
kernel in the first line.
Now, while UVM_SWAP_ENCRYPT is in GENERIC, it is not enabled by default.
You need to edit /etc/sysctl.conf and uncomment the following line:
#vm.swapencrypt.enable=1 # 1=Encrypt pages that go to swap
Hopefully that answers your question.
- todd