search for: dumpdir

Displaying 5 results from an estimated 5 matches for "dumpdir".

2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 The code itself has been quite stable for several weeks. This release includes Gour''s excellent MinGW README notes, along with various updates to the README, and clarification of the LICENSE. Thanks to everyone for your help in putting this together. It was definitely a team project. I look forward to getting lots
2003 Sep 09
1
Fw: kernel trap 9 with interrupts disabled
Hello! My OS : 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Sep 4 16:50:44 BST 2003 *@*:/usr/src/sys/compile/KRL7 i386 My machine is rebooting from time to time. Uptimes are not going more than 1 day. Without reason. After set : dumpdev="/dev/ad0s1b" dumpdir="/var/crash" I've logs in /var/crash : kernel.0 , vmcore.0 [root@box] (17:14) x /var/crash # tail vmcore.0 kernel trap 9 with interrupts disabled kernel trap 9 with interrupts disabled kernel trap 9 with interrupts disabled kernel trap 9 with interrupts disabled kernel trap 9 with...
2015 Dec 16
2
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
...configurable for the benefit of those who want e.g. xen-X.Y instead. +AC_ARG_WITH([libexec-leaf-dir], + AS_HELP_STRING([--with-libexec-leaf-dir=SUBDIR], + [Name of subdirectory in libexecdir to use.]), + [libexec_subdir=$withval], + [libexec_subdir=$PACKAGE_TARNAME]) + AC_ARG_WITH([xen-dumpdir], AS_HELP_STRING([--with-xen-dumpdir=DIR], [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]), @@ -77,13 +85,17 @@ if test "$libexecdir" = '${exec_prefix}/libexec' ; then esac fi dnl expand exec_prefix or it will endup in substituted variables...
2003 Aug 30
4
Heads up: panics should be fixed!
As others have noted, Tor's patch appears to be a total solution to the recent instability the PAE patch introduced. So, if you're experiencing panics with a recent kernel, or are in a position to stress a machine, please cvsup and give it a test! Thanks, Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Sat, 30 Aug 2003 08:39:08 -0700 (PDT) From: Tor Egge
2003 Jun 25
0
savecore no longer works ... /kernel version mismatch
...uot; It was working, last successful savecore on that machine was Jun 6th: -rw------- 1 root wheel 4227792896 Jun 6 23:58 vmcore.1 -rw------- 1 root wheel 4227792896 Jun 6 10:37 vmcore.0 nothing in /etc/rc.conf has changed: jupiter# grep dump /etc/rc.conf dumpdev="/dev/da0s1b" dumpdir="/vm/crash" # Directory where crash dumps are to be stored jupiter# pstat -s Device 1K-blocks Used Avail Capacity Type /dev/da0s1b 8388480 0 8388480 0% Interleaved Last one on pluto (the one I originally reported) was on May 28th: pluto# ls -lt...