From patchwork Tue Nov 2 10:53:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4829 Return-Path: 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Hk6FS36Mvz3wb6 for ; Tue, 2 Nov 2021 10:53:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Hk6FR3gNLzTm; Tue, 2 Nov 2021 10:53:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Hk6FR2Xlwz2yrp; Tue, 2 Nov 2021 10:53:15 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Hk6FQ1ZKhz2xFK for ; Tue, 2 Nov 2021 10:53:14 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Hk6FP3BS0zTm; Tue, 2 Nov 2021 10:53:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1635850393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4XwBvm00ahWS2h4/qBiGUzORvOgY+vmSLonfSWeoV+c=; b=a1f4APrutbJ4zYDl61LUdlyDxPq+UdP/WE3avQyer3Jjd/tNw5eKT+DnulZrzZI1VTgUa2 I+8lnrbBatn8r5Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1635850393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4XwBvm00ahWS2h4/qBiGUzORvOgY+vmSLonfSWeoV+c=; b=jI1ZQ6C+0ujMILFEsTJZvKZQuMwSZdeETzni3AtYlgWorOHQABG5DL6Bl3X0tvLIt1jPs4 z8aOXzX3kzoD9Vvs1gIi6oOdG53/JEpkaEv+qkcyDJLzCz6f9VSJUWK7oOFN96oQowGnxH ohweWLshc1yDDVuAFT/sDAen5GiS2Y0EGhrOQZfArLRNIEeEw7yOgKle79HqxzPKk7bNRc 4V1aLsQzivtG6IJi8F3y0cG+XyjJqO7TwFthbxneDlvUY/+QJHUAg/npCcpYeT2kloatKw ziDnP3mQgOSsAaaoB357hsoojewaAdsvZaEHzh1rncmVOZQU1NTlwRKHQvcRNw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] QoS: Do not try to unload any kernel modules Date: Tue, 2 Nov 2021 10:53:10 +0000 Message-Id: <20211102105310.22809-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer Reviewed-by: Peter Müller --- config/qos/makeqosscripts.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 0694bb78c..3234ab366 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -510,8 +510,6 @@ print </dev/null 2>&1 iptables -t mangle --delete-chain QOS-INC >/dev/null 2>&1 - rmmod sch_htb >/dev/null 2>&1 - for i in \$(ls \$RRDLOG/class_*.rrd); do rrdtool update \$i \$(date +%s): done