Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12870699
KNOWN_ISSUES.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1009 B
Referenced Files
None
Subscribers
None
KNOWN_ISSUES.md
View Options
#
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
major
versions
upgrade
After
a
new
FreeBSD
release
,
the
kernel
modules
can
be
compiled
against
a
version
incompatible
with
the
installed
kernel
.
We
hit
twice
this
issue
with
pefs
-
kmod
,
for
FreeBSD
11.1
and
14.0
.
**
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 17, 15:52 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3152702
Default Alt Text
KNOWN_ISSUES.md (1009 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment