From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hKlpQ5Ymhz36WN for ; Wed, 12 Aug 2026 10:58:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hKlpM2kkyz2xHj for ; Wed, 12 Aug 2026 10:58:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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 mail01.ipfire.org (Postfix) with ESMTPSA id 4hKlpB1jn1zbt for ; Wed, 12 Aug 2026 10:58:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786532290; 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; bh=MiDx+pWzY7SosweL7cnciNPoVntGj07WND56mdiMsSQ=; b=ZHnQOgKrcXWfsAU9XvPqFNd3xKxvUhKLfJcHJB3Uk4jMnpPHJD8KxpUMPXvoKrDeuGJrnU 5KpsT8dj5Q8rmqDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786532290; 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; bh=MiDx+pWzY7SosweL7cnciNPoVntGj07WND56mdiMsSQ=; b=HMeByf1kF8htB5qV/3bLnC5rYtrKzS7MU0yAiewS+ZTTYznfSNYyjbtxuZQ7pl9JFe+SX/ t5c9q/Yb3hderddTEPwQhmJKzjkUEo3ojBGke3Rgm1AGxwQjAVE/DOeJqszRdhjDp+HiLZ BJ5mckrHEUuxlIgjS8a8tp8sIpoT418HA7wLqh8fZSPYBWyhGyq5e9jGsgwKGRZUPysO3w dqs9UTLch7lQtSZRdAnHPSRzCIRoNNu07q78RR0yET3kjdxfqvumiySnmqlJqk/0B7G20Y JfSBOdX2OuIX3TpJoUAJtibaW36vlWr3WA1vwQW2NdSRoUOQg0/G/3MqH4PtPg== Message-ID: Date: Wed, 12 Aug 2026 12:58:05 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-GB To: "IPFire: Development-List" From: Adolf Belka Subject: Warning about dhcpcd-10.5.0 with arm Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi All, Some information. I have a RPi with Arch Linux installed on it which I use as my dhcp server on my orange network. The Arch Linux ARM group are separate from Arch Linux. They had not done an update to 10.4.x so I was still on 10.3.2. I ran an update and they updated dhcpcd to 10.5.0 After the update dhcpcd failed to start and the logs showed it was having a core dump when trying to start. I downgraded to 10.2.3 and everything worked fine, Upgraded to 10.5.0 again and it had the core dump again and downgrading again made it work. So on my arm based rpi with arch linux I am staying with 10.3.2 for the moment. It would probably be worth testing the 10.5.0 version on an arm IPFire to see if it is a general issue or only for some hardware/os combinations. Regards, Adolf.