From nobody Tue Jan 14 17:58:22 2025 X-Original-To: freebsd-ppc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YXcLj34vkz5kDc7 for ; Tue, 14 Jan 2025 17:58:37 +0000 (UTC) (envelope-from abuhussain@secure.mailbox.org) Received: from mxtls1.mailbox.org (mxtls1.mailbox.org [80.241.60.213]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.mailbox.org", Issuer "Thawte TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YXcLj0yKgz45Y4; Tue, 14 Jan 2025 17:58:36 +0000 (UTC) (envelope-from abuhussain@secure.mailbox.org) Authentication-Results: mx1.freebsd.org; none Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mxtls1.mailbox.org (Postfix) with ESMTPS id 3C2EC41B1F; Tue, 14 Jan 2025 18:58:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secure.mailbox.org; s=mail20150812; t=1736877507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jb7+aAC00yKtdfSWxGpuk30OLX97XFKt5MzG3X5CEss=; b=IDcJiKULDnGNPlOOHYCBUlRnpiEnQq7qArmPM3BUG250J4wNLZD/FFoQmI9wVG1+WYEK70 Vi02rZChtN7Nbdfm9J4xq0GaF9PQfwk5WRS/O8x9H/tH1Dvc0S7NtUi4sQ4X32wnz0BosK gdlIpj5jiMe8vKMAQdh0ljOtkWWS7v7owtyxAftjFHwPs6DQ+DIIAC6EmfrEje4+hB30L0 KFOkYgN/ChTg5D5+zxs30RXvNjep5ZxFhVFlfYar/V0OJSfLr4Ms4A6HqE+CVnZ89PnTtY RMCCA3M2IVmkiKqw7gvb7FmFH2c0csD5akn2KnqJ2tV4xwj+DWfNdt1IKqTTyQ== Date: Tue, 14 Jan 2025 17:58:22 +0000 From: Abu Hussain Al Mukhtar To: Alexey Dokuchaev Cc: Justin Hibbits , freebsd-ppc@freebsd.org Subject: Re: Netbooting an xserve G5? Message-ID: References: <20250110142044.0fa100b5@ralga.knownspace> List-Id: Porting FreeBSD to the PowerPC List-Archive: https://lists.freebsd.org/archives/freebsd-ppc List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ppc@freebsd.org Sender: owner-freebsd-ppc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4YXcLj0yKgz45Y4 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:199118, ipnet:80.241.60.0/24, country:DE] Hi Alexey, * Alexey Dokuchaev : > On Fri, Jan 10, 2025 at 02:20:44PM -0500, Justin Hibbits wrote: > > Is this an SMP XServe, or a single CPU? If SMP, you can try disabling > > SMP with "kern.smp.disabled=1" at loader prompt, and see if that > > improves things. It sounds counter-intuitive, but if there's a bug in > > the clock sync that could explain the problem. I recall a PR opened > > about something related. > > I guess it is https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271826. > Yeah, would be really nice to track this bug down and fix. Maybe now > with Abu Hussain hitting it as well there'd be some progress. That would be awesome! Whenever there is progress, I can thoroughly test the snapshots and report back - I can only help with testing, I am not fluent in C and even less in the context of kernel development. Thanks again and BR.- > > ./danfe >