From owner-freebsd-questions@freebsd.org Tue Sep 8 18:38:51 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A18A00409 for ; Tue, 8 Sep 2015 18:38:51 +0000 (UTC) (envelope-from niklaas@kulturflatrate.net) Received: from mail2.kulturflatrate.net (mail.financecomm.com [178.63.105.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAFF13A2 for ; Tue, 8 Sep 2015 18:38:51 +0000 (UTC) (envelope-from niklaas@kulturflatrate.net) Received: from [IPv6:2a02:810c:840:3870:224:d7ff:feec:38e0] (unknown [IPv6:2a02:810c:840:3870:224:d7ff:feec:38e0]) (Authenticated sender: niklaas@kulturflatrate.net) by mail2.kulturflatrate.net (Postfix) with ESMTPSA id 1A50F400A8; Tue, 8 Sep 2015 20:38:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kulturflatrate.net; s=default; t=1441737530; bh=O08S4QtRphVjLtD2TxWkofCkGbYNYr7xVUc2ZzaC3Xk=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=Og6n73puEoDQscKzy0OXfjQDGNiFcKK2d5PRtLUx42JBSig9W1ZLa4jIVF7+KVr6Y 35VPPxBzr/qm/tyc0srrphPDd/qWjN5eTBlO/BJCAjPkDRrVMxucfy8zqk/40UKT3z dMRJeU+V6Tf05duyMDMvAZkbYJs0wTpqKXFL0JYY= Subject: Re: Jail causes host to reboot To: Kozlov Sergey References: <55E6E26A.1040706@kulturflatrate.net> <55E704D4.2050607@kulturflatrate.net> <55E74EC9.1060803@gmail.com> <55EDCACC.5080101@kulturflatrate.net> <55EF24B9.3070202@gmail.com> <55EF2A12.1080405@kulturflatrate.net> Cc: freebsd-questions@freebsd.org From: Niklaas Baudet von Gersdorff Message-ID: <55EF2BAB.3030202@kulturflatrate.net> Date: Tue, 8 Sep 2015 20:40:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55EF2A12.1080405@kulturflatrate.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 18:38:52 -0000 Answering my own question: On 08/09/15 20:33, Niklaas Baudet von Gersdorff wrote: > $ ls -la /var/crash > total 4 > drwxr-x--- 2 root wheel 3 Jul 11 2014 . > drwxr-xr-x 24 root wheel 24 Sep 2 12:23 .. > -rw-r--r-- 1 root wheel 5 Jan 16 2014 minfree > > $ cat /var/crash/minfree > 2048 > > Does this mean that it wasn't a kernel panic at all? Or isn't there > something worth noticing because I don't have dumpdev configured? As rc.conf(5) says > dumpdev (str) Indicates the device (usually a swap partition) to > which a crash dump should be written in the event of a system > crash. If the value of this variable is ``AUTO'', the first > suitable swap device listed in /etc/fstab will be used as > dump device. Otherwise, the value of this variable is passed > as the argument to dumpon(8). To disable crash dumps, set > this variable to ``NO''. > > dumpdir (str) When the system reboots after a crash and a crash dump > is found on the device specified by the dumpdev variable, > savecore(8) will save that crash dump and a copy of the ker- > nel to the directory specified by the dumpdir variable. The > default value is /var/crash. Set to ``NO'' to not run > savecore(8) at boot time when dumpdir is set. So there's nothing because I haven't configured dumpdev yet.