Re: Kernel panic on jail start
- In reply to: Goran Mekić : "Re: Kernel panic on jail start"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Apr 2023 08:22:11 UTC
On Tue, Apr 04, 2023 at 02:31:20AM +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 ? > > Hello, > > I confirm it works on my machine. Thank you very much for working on > this with little info I could provide! Thank you! > > Regards, > meka