From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 26585 invoked from network); 23 May 2022 18:13:52 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 23 May 2022 18:13:52 -0000 Received: from out2.migadu.com ([188.165.223.204]) by 9front; Mon May 23 14:11:11 -0400 2022 Date: Mon, 23 May 2022 19:11:04 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=biobuf.link; s=key1; t=1653329467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/FPJDw0itUmbW3WibTUxsyg5Wh1UZiKacPgY9TiGBMA=; b=pLUklA/ig2jbsKUbLRC+6t2yD+8LSZ3UD50H33Thjrx9WCk9feBU3fr+LH5W2B9Y494BWS 84Vel5HTLXikPphliY5H4afSzkWRwFhxDSIQpyLvMl3IHxNT1LTfYJWhYWmqoMKTbPSB0U KFg1hbH6DEyOKKhYg6weJW0AUvqVIGk= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: james palmer To: 9front@9front.org In-Reply-To: <18D6ACC2D91E003758FCE23A27776B49@felloff.net> References: <18D6ACC2D91E003758FCE23A27776B49@felloff.net> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: biobuf.link List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: encrypted browser framework Subject: Re: [9front] slow boot (under OpenBSD vmm) Reply-To: 9front@9front.org Precedence: bulk also experiencing this issue, passing nora6=3D does not fix the slowness=2E seems like something is wrong with the way 9 calculates the clock speed or= something about the way vmm reports it=2E on the openbsd host: sysctl hw=2Emodel -> Intel(R) Xeon E5-2430L 0 @ 2=2E00GHz sysctl hw=2Ecpuspeed -> 2300 in the 9front vm: cpu0: 3998MHz GenuineIntel Xeon5000-series (AX 000206D7 CX 96982203 DX 079= BA97F) the clock speed reported in the vm varies i have seen 3900-4000 MHz=2E - james On 23 May 2022 18:15:35 BST, cinap_lenrek@felloff=2Enet wrote: >pass nora6=3D1 to boot arguments (plan9=2Eini or multiboot aruments)=2E > >see plan9=2Eini(8): > > nora6=3D > Disable automatic IPv6 configuration from incoming router > advertisements=2E > > >it is most likely trying to do SLAAC, but the emulated virtio >ethernet is busted and wont support multicast anyway=2E > >-- >cinap