| Summary: | dmesg broken on alpha (no machdep.msgbuf in alpha kernel) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Niels Kroon <niels> |
| Component: | alpha | Assignee: | David E. O'Brien <obrien> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.4-PRERELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Niels Kroon
2001-08-05 23:10:01 UTC
Responsible Changed From-To: freebsd-alpha->obrien This appears to have been broken by David's commit of dmesg.c revision 1.11.2.2. On Sun, Aug 05, 2001 at 03:01:20PM -0700, Niels Kroon wrote:
> # dmesg
> dmesg: sysctl machdep.msgbuf: No such file or directory
Interesting.
x86# sysctl machdep |wc -l
22
alpha# sysctl machdep |wc -l
11
missing machdep sysctl's that aren't PCIMCA specific include:
machdep.msgbuf:
machdep.msgbuf_clear: 0
machdep.panic_on_nmi: 1
machdep.wall_cmos_clock: 0
Please let me know if it works now (after a full rebuild of course). On Wed, 8 Aug 2001, David O'Brien wrote:
> Please let me know if it works now (after a full rebuild of course).
It works!
- Niels
State Changed From-To: open->closed fixed now |