From owner-freebsd-stable@freebsd.org Tue Sep 24 08:59:12 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B2D0FE080 for ; Tue, 24 Sep 2019 08:59:12 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from relay2.cretaforce.gr (relay2.cretaforce.gr [195.201.253.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46cw9C1VMlz4Ctx for ; Tue, 24 Sep 2019 08:59:10 +0000 (UTC) (envelope-from chris@cretaforce.gr) Received: from server1.cretaforce.gr (server1.cretaforce.gr [138.201.248.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.cretaforce.gr", Issuer "RapidSSL RSA CA 2018" (verified OK)) by smtp2.cretaforce.gr (Postfix) with ESMTPS id C1CB31F489 for ; Tue, 24 Sep 2019 11:59:08 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cretaforce.gr; s=cretaforce; t=1569315548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vszOrI0T+mSHRRrRPuCBn0uQsfh2obaQzCoWNaLrGLk=; b=cdAeTmepDamRygLfNMOfF4Oryqoem3cp0nEzxDgzPuVAw5gakHYfEjdfqmFxG0/CTVbmSZ fRWUnyboQJV7pc+fRFCyohmRSdIe60/Y6VpCKRCY2/FOBLR7VLY70xkDp/2U5xqgEuzV89 e8OpKUGIfuJ2rvAfYTJSM0MN/JOv2do= Received: from [192.168.2.2] (unknown [83.235.111.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: chris@cretaforce.gr) by server1.cretaforce.gr (Postfix) with ESMTPSA id 7B7E12732E; Tue, 24 Sep 2019 11:59:08 +0300 (EEST) From: Christos Chatzaras Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: help with crash dump Date: Tue, 24 Sep 2019 11:59:07 +0300 References: To: freebsd-stable , FreeBSD Mailing List In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 46cw9C1VMlz4Ctx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cretaforce.gr header.s=cretaforce header.b=cdAeTmep; dmarc=none; spf=pass (mx1.freebsd.org: domain of chris@cretaforce.gr designates 195.201.253.149 as permitted sender) smtp.mailfrom=chris@cretaforce.gr X-Spamd-Result: default: False [-4.13 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[cretaforce.gr:s=cretaforce]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.201.253.149]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; DMARC_NA(0.00)[cretaforce.gr]; DWL_DNSWL_LOW(-1.00)[cretaforce.gr.dwl.dnswl.org : 127.0.5.1]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[cretaforce.gr:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; IP_SCORE(-1.03)[ipnet: 195.201.0.0/16(-3.37), asn: 24940(-1.78), country: DE(-0.01)]; RCVD_IN_DNSWL_LOW(-0.10)[149.253.201.195.list.dnswl.org : 127.0.5.1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:195.201.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2019 08:59:12 -0000 Id Refs Address Size Name 1 12 0xffffffff80200000 2446480 kernel 2 1 0xffffffff82648000 281e0 geom_mirror.ko 3 1 0xffffffff82a21000 88e8 tmpfs.ko 4 1 0xffffffff82a2a000 258f8 ipfw.ko 5 1 0xffffffff82a50000 acf mac_ntpd.ko 6 1 0xffffffff82a51000 2940 nullfs.ko > On 24 Sep 2019, at 11:15, Igor V. Ruzanov = wrote: >=20 > What kernel modules do you load with this kernel? (show the list via=20= > kldstat)