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 4dRzr56NgJz30FL for ; Thu, 11 Dec 2025 17:20:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dRzr13K1sz2xMw for ; Thu, 11 Dec 2025 17:20:33 +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 4dRzqz4kLLzQC; Thu, 11 Dec 2025 17:20:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1765473631; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nykbGZPoLO8O6jvH9GljezjLVh1NPCc76/v8IMGvxFE=; b=z29Q7hfWdDJs19Jx82LLg0cCew743zwhqksI80Cwnt2uzqU5D2Bd1T0wEG3GzvBHgQn+9B sykIaIA7jXTqxLAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1765473631; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nykbGZPoLO8O6jvH9GljezjLVh1NPCc76/v8IMGvxFE=; b=IRz4h60IZ36fA5kyuaV5FIjlU37TXUgIiZX3B+FBRL8IVt/4rBGDRZOEBr6+MZBTy5KQhG xafDGMs6GEeQgpwnVGyZYlurPUcRCC2Fx+L+i9ff6J84EWMY5kqt2FJfontMgl59hdx6gH oWyiPFax/N3BnHd4IKXa3sfU4ho5LpFd620cgB81rRt2gMgNJ6nZNF/H4is7eA/HwaRONP JN+1dk1nQVOO70yJrb8MRofqqwJJNRDRHNf8TIQ9jaoSuCnk93U4dJy2xtBEDI7LsiTBAm pyq1wGVV3UT+5KCEePz7VWcIDy0GCp0++GzdPjYRzm0hlyI68PURiR1LgLIBBQ== Message-ID: Date: Thu, 11 Dec 2025 18:20:21 +0100 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: Kernel 6.18 fist tests... To: Arne Fitzenreiter References: Content-Language: en-GB Cc: "IPFire: Development-List" From: Adolf Belka In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Arne, I have tried it out on a vm clone running CU199 Testing. In the readme.txt file I think you meant to have tar xvaf KERNEL-ARCHIV.tar.xz -C / instead of tar xvaf KERNEL-ARCHIV.tar.xz -C \ At least it only extracted for me with the / and not the \. I then ran the dracut command and got the following messages. sudo dracut --regenerate-all --force dracut[I]: Executing: /usr/bin/dracut --kver=6.12.58-ipfire --force dracut[E]: Module 'btrfs' depends on module 'initqueue', which can't be installed dracut[E]: Module 'lvm' depends on module 'initqueue', which can't be installed dracut[E]: Module 'mdraid' depends on module 'initqueue', which can't be installed dracut[I]: *** Including module: modsign *** dracut[I]: *** Including module: i18n *** dracut[I]: *** Including module: btrfs *** dracut[I]: *** Including module: dm *** dracut[I]: *** Including module: fs-lib *** dracut[I]: *** Including module: kernel-modules *** dracut[I]: *** Including module: kernel-modules-extra *** dracut[I]: *** Including module: lvm *** dracut[I]: *** Including module: mdraid *** dracut[I]: *** Including module: qemu *** dracut[I]: *** Including module: rootfs-block *** dracut[I]: *** Including module: terminfo *** dracut[I]: *** Including module: udev-rules *** dracut[I]: *** Including module: base *** dracut[I]: *** Including modules done *** dracut[I]: *** Installing kernel module dependencies *** dracut[I]: *** Installing kernel module dependencies done *** dracut[I]: *** Resolving executable dependencies *** dracut[I]: *** Resolving executable dependencies done *** dracut[I]: *** Generating early-microcode cpio image *** dracut[I]: *** Constructing AuthenticAMD.bin *** dracut[I]: *** Constructing GenuineIntel.bin *** dracut[I]: *** Store current command line parameters *** dracut[I]: *** Creating image file '/boot/initramfs-6.12.58-ipfire.img.tmp' *** dracut[I]: *** Hardlinking files *** dracut[I]: *** Hardlinking files done *** Not sure about the "module 'initqueue', which can't be installed" bits. After the above last line I then got cp: error writing '/boot/initramfs-6.12.58-ipfire.img.tmp': No space left on device So I suspect I need to make the IPFire vm disk larger. Will give that a try later but would like to know if there is anything I need to do with regard to the initqueue module that is mentioned in the dracut output. Regards, Adolf. On 11/12/2025 14:57, Adam Gibbons wrote: > Nice! > > I will test this over the weekend. > > Thanks, > Adam > > > On 11 December 2025 12:00:23 GMT, Arne Fitzenreiter wrote: > > Hi, > > i have compiled a first test kernel 6.18 for x86_64. > > https://people.ipfire.org/~arne_f/highly-experimental/kernel/ > > please help testing and report your findings... > > Arne >