Page MenuHomeDevCentral

KNOWN_ISSUES.md
No OneTemporary

KNOWN_ISSUES.md

# Known issues
Bugs are documented on **DevCentral**, our Phabricator instance.
Issues specific to the Salt configuration are located at
https://devcentral.nasqueron.org/project/view/67/
More general servers issues are located are
https://devcentral.nasqueron.org/tag/servers/
This file documents the issues where the Salt states are generally correct
but where some situations can be troublesome, with the workaround to apply.
## Role: devserver
### pefs-kmod and FreeBSD 11
The pefs-kmod binary package is compiled against a version incompatible
with FreeBSD 11.1. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221076
**Workaround**
Install pefs-kmod through ports (that requires /usr/src),
load the module, then require the module to be autoloaded
on boot.
```
$ cd /usr/ports/sysutils/pefs-kmod
$ make build deinstall reinstall
$ kldload pefs
$ grep -q pefs_load /boot/loader.conf || cat >> /boot/loader.conf
pefs_load="YES"
```

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 19:31 (8 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260859
Default Alt Text
KNOWN_ISSUES.md (951 B)

Event Timeline