dumpdir is correct here, not dumpdev.
PR: 81361 Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net>
This commit is contained in:
parent
1c46ce6fd0
commit
ec04638a2f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24625
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
<para>In the event that there is already a file called
|
||||
<filename>vmcore.0</filename> in
|
||||
<filename>/var/crash</filename> (or whatever
|
||||
<varname>dumpdev</varname> is set to), the kernel will
|
||||
<varname>dumpdir</varname> is set to), the kernel will
|
||||
increment the trailing number for every crash to avoid
|
||||
overwriting an existing <filename>vmcore</filename> (eg:
|
||||
<filename>vmcore.1</filename>). While debugging, it is
|
||||
|
|
Loading…
Reference in a new issue