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 4h4wr06bqgz34Zw for ; Wed, 22 Jul 2026 14:00:16 +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 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 4h4wqx3tH0z2xJ5 for ; Wed, 22 Jul 2026 14:00:13 +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 4h4wqw5FdCz3hQ for ; Wed, 22 Jul 2026 14:00:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784728812; 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=fOzb2x3KWi0jph9cIyw4py0daU/iVif64tIlwlugrzY=; b=ruo10OpUiqx068EuIrx0U+/FN7S8Lu42tP2AUfOVXBgmBGT9479YND0uA497GJh7IPZaIf lxGxMDQtRDB0ypBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784728812; 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=fOzb2x3KWi0jph9cIyw4py0daU/iVif64tIlwlugrzY=; b=Moeqtlt7NLKztVvWo4vB/GKNLjtz08Blevk2Byv/pZnkTSj5Cs2KT5eo7FiPXuwAAbTvAv y3cB+59tXKyIjoMEBZizNGv9aF24LriWAQzY/jYIlwPsSoAUEYa2nvaazWT6ksZR8rb0cR b7kMOF/0KwQterx3zwAHKI1ZKpTsuiVRHdpWrr1YyEYROMd/laYTcCDVAwW633R+9b4/YM o8EAIAzSi/lQ0my6qq23E6qgVnfD5f34hh+z7MnzH6gj6bfrAhQ+HPoDtjZcddx3uU9+q5 P+909U51m+bRVG4yyhftE58mAc4M2aaoARvxuvSA175wmIITe/5srVBF/+H0ng== Message-ID: <4440f4fb-6c9a-4a75-a688-0c81b7533eeb@ipfire.org> Date: Wed, 22 Jul 2026 16:00:12 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development-List" From: Matthias Fischer Subject: 'kresd' throws errors and warnings... Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, while searching for the reason why the zone files can't be updated or changed, I've found these earnings / errors from 'kresd': ***SNIP*** root@ipfire: ~ # kresd [system] warning: hard limit for number of file-descriptors is only 4096 but recommended value is 524288 [net ] bind to '127.0.0.1@53' (TCP): Address already in use [system] error while loading config: /usr/lib/knot-resolver/postconfig.lua:42: bind to 127.0.0.1@53 error occurred here (config filename:lineno is at the bottom, if config is involved): stack traceback: [C]: at 0x004162f0 [C]: in function 'pcall' /usr/lib/knot-resolver/postconfig.lua:40: in main chunk ERROR: net.listen() failed to bind (workdir '/root') ***SNAP*** Can anyone confirm? Is there a need for action? Best Matthias