From owner-freebsd-current@FreeBSD.ORG Fri Nov 22 09:04:57 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9A23252 for ; Fri, 22 Nov 2013 09:04:57 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8002393 for ; Fri, 22 Nov 2013 09:04:57 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id f11so281189qae.5 for ; Fri, 22 Nov 2013 01:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=c9Ki1h2K1bjHLiFbdowrXDyEar0J+ikr58DBDnTkhyo=; b=vDqjKrVq8LXlVAr8D5tQfI+9ltoP3aX8hezOmSJB/dVZvI1LGJC3dKxWrfuRGxXKOC Bu/kWsFbSUhPpQc5+spObw0CVCIvJ8efwFPFl5sz5OEiEQsOfuuWRScBGlvKSl6AikTW AZHGmcREjbR5919BnkGOwsrR3G1b3PmhIxkEojdRCB1iOaU6m90/7qKUC25UE9HnHqce 1eVpXvVrVP8M+Z07U2Fo2JqmBPFc4ZNdip+qOFdfZPez8zi48GbG7uu1VhdAIzWsoK3O tNDCw8Q3IKD68hBna136w+qh53i++flHghLTBD9ui8RG4iYm7pmlYQwkFnCWwQxP4E4z wgZA== MIME-Version: 1.0 X-Received: by 10.229.13.69 with SMTP id b5mr19439656qca.13.1385111096518; Fri, 22 Nov 2013 01:04:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Fri, 22 Nov 2013 01:04:56 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Nov 2013 01:04:56 -0800 X-Google-Sender-Auth: yy_0hSetAxyDAU3jbFIUEAWa5tg Message-ID: Subject: Re: i386 update to latest -HEAD broke things From: Adrian Chadd To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 09:04:57 -0000 r258446 built, installed and booted fine. I'll try a more recent i386 in a chroot soon. Would someone please double-check -HEAD on i386 and see if it's ok? Thanks, -adrian On 21 November 2013 19:23, Adrian Chadd wrote: > hi, > > I just updated a laptop from a month old -HEAD to the latest -HEAD. > Things .. didn't work. > > * No processes ran - they'd complain about being out of anonymous memory > * /rescue/sh works fine, but /rescue/dhclient seems to be doing the > wrong thing with regards to which dhclient-script it calls > * .. and /rescue/dhclient-script also references things in /, which > doesn't work. Grr. > > Anyway: > > * copying over a replacement ld.so from an i386 image from the 11th > restored basic binaries, but things like fsck would randomly crap out > * copying over the conents of /lib let things get further, but ssh > died (jemalloc arena complaints, so I'm guessing maybe there's > something odd going on here..) > * copying over the contents of /usr/lib didn't improve things; > * copying over the contents of /usr/lib/private fixed things enough to > get ssh up so I can svn update to an earlier version. > > I'm currently rebuilding r258446 (one before the first weak reference > change) to make sure that this userland is stable. If it works out, > I'll try subsequent versions. > > Just be careful. :-0 > > > > -adrian