From nobody Tue Jan 14 03:22:39 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 4YXDw00t5nz5j1p0 for ; Tue, 14 Jan 2025 03:22:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YXDw00Dk8z3SmG; Tue, 14 Jan 2025 03:22:40 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736824960; 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=YBDnI7qM4+20BLAko2GzYv0tbu3akmN2paP5gfPDt+g=; b=UR+BaRmCOpyR31D2Z+j1foEiNWdwO8MWHmZzvMPFC/Mix/LJSP6cGi6gMe+VlaGLZjWvpg gXH9cdj7AzDnHZGrMPoNEP0F1vc9UI4ojrLHacDLqI/ctbYRRMxU4mRg76S5x6t0jrSYVH C1yB2av+dymeDuIfgob3w6KnrEmbrDix1UsCEn3t+il1t6rxluPACXVjmvRz167vOubjSt LV0HyZHIRsmrrbs9ulI3d5fwT8AuGYG+J3u182w4Fzlbx3xYGDv5TP/4agX567/1ss1OA4 NoYqPNJEtJHLzNm4ddJQJ6e69Bapcs6QX7JDCmbu5zAzT376npM9Ufxy3WEK1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1736824960; 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=YBDnI7qM4+20BLAko2GzYv0tbu3akmN2paP5gfPDt+g=; b=ctRJDPB1p9U8KkJrvm7wp1/Y6Dqu8av59NygPfVJNbTyUriC9/Tf+2nbcKRRkJHuBNjL5o 0TP4b8bjY8GTFeNXM9cDyMJUyaE4ou9U+O9/YLHIebN+DM/B+DpO7euTLA/SzpiywscISX NH0yYwGUndnv/oW1s1pEFuW+/qUHYBslBjnzmM64JskeFV46ES1h8R/fR/2Gn1F5Jju//o 8B29PFH6vnC4bpBCzba18wgr00Tu6kC3dwKiub+7PXa1rYbGf1zel0941jjZX8nNpBqNxO cJ7GJZ8O3WRdjcLGMrXgeBwmQj9sxeSf0wWPVCOI1aAjtNxoD4C70FlVFTZmaw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1736824960; a=rsa-sha256; cv=none; b=hXQMGywBdONTsVpCYv/ni1j7eLXRq9IjnpcPXF2u/Qgax0TnKKfjHkSAcg+rR+PRPsBBFA No6TG6FDsXA17WLke3Sm9oeVhFRIEMFc2Uy9OdjFj8vRJrzZ/Amuhe1YmwlG5LoEoio78E oFRwtht2R9bnUshnR84WwEOm72UNsJYea2qeErZyadZrqaaYhE8S063FsuwZMWW+yED6R8 nbW5at67U8n2iuHwDF0df6ys35cMxteeiR6TOsCCAIlHxgvexVioIPaCAGIj0lr6AAxlxd JtCdo7BGbjvLWN341GrWmptkRI0BFl/9np0/yqv/dgVXpEvWoISkdQWe0LGAug== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: by freefall.freebsd.org (Postfix, from userid 1033) id E404AF66F; Tue, 14 Jan 2025 03:22:39 +0000 (UTC) Date: Tue, 14 Jan 2025 03:22:39 +0000 From: Alexey Dokuchaev To: Justin Hibbits Cc: Abu Hussain Al Mukhtar , 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: <20250110142044.0fa100b5@ralga.knownspace> 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. ./danfe