Solved pefs crashes FreeBSD 9.3

Hello,

I'm running FreeBSD 9.3-RELEASE amd64, fully updated, full ZFS. I've installed sysutils/pefs-kmod port to create an encrypted directory. I've made a quick test that ended with a complete crash of the whole system.

This went OK:
Code:
pkg install pefs-kmod
mkdir testprive
pefs addchain -f -Z testprive
mkdir testprive_montage
pefs mount testprive testprive_montage
pefs addkey -c testprive_montage

This last command crashed the system:
Code:
cp /tmp/sudoku testprive_montage

No display on this machine, so I have no trace of the crash... Any idea is welcome.
 
Back
Top