FreeBSD Errata Notices wrote:
> To actually enable the feature in FreeBSD 6.x and 7.x, add the
> following to either /boot/loader.conf or /etc/sysctl.conf:
> 
>       security.bsd.map_at_zero="0"

The sysctl.conf setting must not have quotes. Or you get this:

        sysctl: invalid integer '"0"'

Instead one should use:

        security.bsd.map_at_zero=0

Cheers,
Stef
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"

Reply via email to