Menu

#84 FreeBSD: system changes needed to work well

0.6.4
open
nobody
Installer (21)
5
2005-12-08
2005-12-08
No

On FreeBSD, one of the modules the CVS Monitor uses,
Proc::ProcessTable, requires read access to /dev/kmem.
By default, this device has the following permissions:

crw-r----- 1 root kmem 245, 1 Dec 5 15:20 /dev/
kmem

To unbreak things, one have to allow the apache user
(www by default) to read from that device. Reasonable
way is to add www user to kmem group:

ed /etc/group
/^kmem:/s/$/,www/
w
q

Good luck!

Discussion


Log in to post a comment.