Summary: | xen(4) man page needs update | ||
---|---|---|---|
Product: | Documentation | Reporter: | Stephen Walker-Weinshenker <freebsd> |
Component: | Manual Pages | Assignee: | Roger Pau Monné <royger> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | carlavilla, cperciva, doc, mhorne, royger, skaltar, ziaee |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Stephen Walker-Weinshenker
2025-05-04 17:43:22 UTC
## Notes on the documentation to setup Xen on FreeBSD. 1. BSD documentation says `echo 'vm.max_wired=1' >>/etc/sysctl.conf` when the prompt from the program suggests `vm.max_user_wired=-1` since it is FreeBSD 13 or newer. 2. The installation package writes an entry for Xen. The instructions as-written would duplicate a config line. 3. The context is not obvious enough that `sysrc` is a program to run as admin. 4. The network device file to use instead of em0 is known by the user after running ifconfig. I confused the instructions and replaced bridge0 instead of em0. ^Triage: This doc was fixed 14 months ago in 82126ef92fdb3c13a67 but was never merged to stable. Can we MFC this for the release? If I get the okays I'd be happy to do it if everyone is busy. I've MFC'ed to stable/{13,14} waiting for approval to MFC to releng/14.3 > I've MFC'ed to stable/{13,14} waiting for approval to MFC to releng/14.3
You're awesome, thank you!
The man page update has been committed to releng/14.3. I'm closing this. |