Date: Thu, 29 Apr 2010 23:12:56 +0200 From: Michael Moll <kvedulv@kvedulv.de> To: Andriy Gapon <avg@icyb.net.ua> Cc: freebsd-current@freebsd.org Subject: Re: config(8) dumps core Message-ID: <20100429211256.GA73377@darkthrone.kvedulv.de> In-Reply-To: <4BD9ED1A.3050100@icyb.net.ua> References: <20100429153154.GA70173@darkthrone.kvedulv.de> <4BD9ED1A.3050100@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Thu, Apr 29, 2010 at 11:33:30PM +0300, Andriy Gapon wrote: > on 29/04/2010 18:31 Michael Moll said the following: > You can use hd to see if you indeed have '\0' (0x00) symbol somewhere within > your kernel config file. Thanks, I checked this and there are no 0x00s in the config file itself, but a hd to /boot/kernel/kernel reveals: 09 66 77 69 70 0a 64 65 76 69 63 65 09 64 63 6f |.fwip.device.dco| 6e 73 0a 64 65 76 69 63 65 09 64 63 6f 6e 73 5f |ns.device.dcons_| 63 72 6f 6d 0a 00 00 00 00 00 00 00 00 00 00 00 |crom............| 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| This also explains why a recent config-binary worked against the old kernel... The were some commits to /src/usr.sbin/config/* in the last weeks, maybe one of them broke this. Kind Regards -- Michael Moll
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100429211256.GA73377>