| Summary: | dumpon(8), sysctl(8) refer to defunct variable "dumpdev" | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Sam Lawrance <lawrance> |
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Sam Lawrance
2007-06-11 12:30:06 UTC
A copy for the PR... On 11/06/2007, at 9:47 PM, Remko Lodder wrote: >> >> >>> Description: >>> >> The dumpon and sysctl man pages refer to the loader variable >> "dumpdev" and >> sysctl "kern.dumpdev" as a method of setting the dump device >> before boot. >> >> It seems that this method is no longer available. >> >> > > Hi Sam, > > It seems that the only reference to dumpdev is indeed in rc.conf > but you were reporting this about the boot/loader.conf right? > (Just want to be sure). > Sorry, I mucked up. I was referring to this in dumpon.8: Since dumpon cannot be used during kernel initialization, the dumpdev variable of loader(8) must be used to enable dumps for system panics which occur during kernel initialization. But it has already been removed (I didn't check the most current man pages). In sysctl.8, I think these mentions should still be removed: kern.dumpdev dev_t yes ... ... ... The device used for crash dumps can be specified using: sysctl kern.dumpdev=/dev/somedev which is equivalent to dumpon /dev/somedev State Changed From-To: open->patched Patched in current Responsible Changed From-To: freebsd-doc->remko Patched in current remko 2007-11-28 14:48:31 UTC
FreeBSD src repository
Modified files:
sbin/sysctl sysctl.8
Log:
Remove mentionings of kern.dumpdev which is no longer available.
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
Revision Changes Path
1.64 +1 -10 src/sbin/sysctl/sysctl.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
remko 2007-12-02 08:48:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sbin/sysctl sysctl.8
Log:
MFC rev 1.64 sysctl.8
Remove mentionings of kern.dumpdev which is no longer available.
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
Approved by: re (hrs)
Revision Changes Path
1.61.2.1 +1 -10 src/sbin/sysctl/sysctl.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
remko 2007-12-02 09:00:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/sysctl sysctl.8
Log:
MFC rev 1.64 sysctl.8
Remove mentionings of kern.dumpdev which is no longer available.
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
Approved by: re (hrs)
Revision Changes Path
1.57.2.4 +1 -10 src/sbin/sysctl/sysctl.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
remko 2007-12-02 09:08:46 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6_3)
sbin/sysctl sysctl.8
Log:
MFC rev 1.64 sysctl.8
Remove mentionings of kern.dumpdev which is no longer available.
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
Approved by: re (hrs)
Revision Changes Path
1.57.2.3.4.1 +1 -10 src/sbin/sysctl/sysctl.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed. Thanks! |