From nobody Mon Apr 3 12:22:10 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Pqqlb5wNzz447jc for ; Mon, 3 Apr 2023 12:22:19 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Received: from heemeyer.club (heemeyer.club [195.93.173.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pqqlb2TLWz3tf0 for ; Mon, 3 Apr 2023 12:22:19 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Authentication-Results: mx1.freebsd.org; none Received: from heemeyer.club (localhost [127.0.0.1]) by heemeyer.club (8.17.1/8.16.1) with ESMTP id 333CMAIm066276; Mon, 3 Apr 2023 15:22:10 +0300 (MSK) (envelope-from dchagin@heemeyer.club) Received: (from dchagin@localhost) by heemeyer.club (8.17.1/8.16.1/Submit) id 333CMACD066275; Mon, 3 Apr 2023 15:22:10 +0300 (MSK) (envelope-from dchagin) Date: Mon, 3 Apr 2023 15:22:10 +0300 From: Dmitry Chagin To: Goran =?utf-8?B?TWVracSH?= Cc: freebsd-current@freebsd.org Subject: Re: Kernel panic on jail start Message-ID: References: <20230330170828.442jpwilq3q47lis@tilda.center> <20230403120809.jdnqm5qqlknheamq@tilda.center> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230403120809.jdnqm5qqlknheamq@tilda.center> X-Rspamd-Queue-Id: 4Pqqlb2TLWz3tf0 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:61400, ipnet:195.93.173.0/24, country:RU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Mon, Apr 03, 2023 at 02:08:09PM +0200, Goran Mekić wrote: > On Fri, Mar 31, 2023 at 12:20:47PM +0300, Dmitry Chagin wrote: > > On Thu, Mar 30, 2023 at 07:08:28PM +0200, Goran Mekić wrote: > > > exec.start = "echo ifconfig_${vnet.interface}_name=\\"eth0\\" >/etc/rc.conf.d/network"; > > > > ah, I see where the problem is, ^^^^^^^^ > > until its fixed you can try to set compat.linux.use_real_ifnames to 1, or > > s/eth0/to some oyhe if name/ > > You are correct, that was the problem. Sorry for long delay, but I'm not > the only user of this machine, swap is too little for core dump, I couldn't > make dumping to ZVOL work nor using USB key as a swap device. I don't > know what I'm doing wrong with the code dumps as it works like a charm > on a laptop. Thank you for looking into this. > Hi, could you please try 7ae0972c7b ? > Regards, > meka