From owner-freebsd-embedded@FreeBSD.ORG Fri Sep 20 16:39:33 2013 Return-Path: Delivered-To: freebsd-embedded@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 ESMTP id 5ED2CB17; Fri, 20 Sep 2013 16:39:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C56352233; Fri, 20 Sep 2013 16:39:32 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id x12so758331wgg.8 for ; Fri, 20 Sep 2013 09:39:31 -0700 (PDT) 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:cc:content-type; bh=rrKYiNbCw/jEYnQDNOYu75W7nb9m0PpJIQ/tW8Bmcnc=; b=rDaqNprfQvxppipR9rmbMWTc8AznhHXLO7y3e12eKLNBK5HFkdUPbBF3SBGdymO3Ym dUQMu+x7ZllrssX/uNszobC/mHFX5cJ9mjgcsNYjDjaQW16pFECvy6KTeHDkMZRjxJfE ZwmdyeBdY7EHuOnxCWi+xNgWAOBSxirgX8jBKXM0u8fDO/5vFZCWimjL/1if8Sqmt8bX 397YddHg4CwHYjo38DPfmzpFIzMVrSzfcgZ7paG6iabXd7KyatmX7xnYLNR4O3erxSbd mApPP4e7FjYhg0q4MQJDEUar0s9V8oldIEP2Qe5lwe1CWtc/0n9jLPQ+W/wm+w0sAKrk ELkg== MIME-Version: 1.0 X-Received: by 10.180.10.136 with SMTP id i8mr3497013wib.46.1379695171331; Fri, 20 Sep 2013 09:39:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Fri, 20 Sep 2013 09:39:31 -0700 (PDT) In-Reply-To: <1596945574.20130920003652@serebryakov.spb.ru> References: <1378316083.1706.0.camel@localhost> <9165aa958e7dc206da3515146181c14b.squirrel@arroway.org> <1378325846.1706.2.camel@localhost> <1596945574.20130920003652@serebryakov.spb.ru> Date: Fri, 20 Sep 2013 09:39:31 -0700 X-Google-Sender-Auth: QtPRYeEDIGXMJ1HYsc1MU6gMrgc Message-ID: Subject: Re: Dlink DIR-825 B1 trial From: Adrian Chadd To: Lev Serebryakov Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 16:39:33 -0000 On 19 September 2013 13:36, Lev Serebryakov wrote: > Hello, Adrian. > > You wrote 19 =D3=C5=CE=D4=D1=C2=D2=D1 2013 =C7., 23:27:20: > > AC> Maybe I'll do that with 10-ALPHA1 and report back how things break. > I've tried to boot 10-ALPHA1 VBox instance (with custom VBox-tailored > kernel, with minimal set of drivers, but with NFS client, and, also, AHC= I > and CAM, on amd64) with 32Mb -- it fails on allocating memory for both > AHCI and > ACPI on early boot and hangs. > > 64Mb fails to run /bin/sh (out of memory, no swap) in early stages of > rc (setting entropy sources) and paniced as it was not able to run > signgle-user /bin/sh too. > > 128Mb runs (only basic set of daemons -- cron, sshd, syslogd, ntpd, > dhclient, devd, one getty for console, and it's all). > > Ok, 96Mb? Works. > > 80Mb? devd is killed -- out of swap space, dhclient is killed. > Hm! Can you post those results somewhere for people to look at? Is AHCI and ACPI really that memory hungry now? -adrian