From patchwork Tue Mar 21 17:11:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 48515 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3D19A16F7D; Tue, 21 Mar 2023 17:12:19 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A8D2616F5A for ; Tue, 21 Mar 2023 17:12:18 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pefWn-0003YQ-U3; Tue, 21 Mar 2023 13:12:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pefWl-0003XK-HT for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pefWk-0001Cp-Ve for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pefWk-0000Co-PS for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH 1/3] gnu: psmisc: Make description more informative. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 17:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: ludo@gnu.org, Bruno Victal , mikadoZero Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.1679418694745 (code B ref 62348); Tue, 21 Mar 2023 17:12:02 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 17:11:34 +0000 Received: from localhost ([127.0.0.1]:60421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefWI-0000Br-2O for submit@debbugs.gnu.org; Tue, 21 Mar 2023 13:11:34 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:58034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefWF-0000BP-Bv for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 13:11:31 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 2C93C20F1F; Tue, 21 Mar 2023 18:11:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id B884D8009C; Tue, 21 Mar 2023 18:11:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ficxBejhZXgF; Tue, 21 Mar 2023 18:11:29 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id E6FEC80098; Tue, 21 Mar 2023 18:11:28 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 17:11:20 +0000 Message-Id: <40a8417b0c696509da522c9b5c072f004c0615f0.1679418658.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: mikadoZero The text for the description is taken from the psmisc readme. * gnu/packages/linux.scm (psmisc)[description]: Make description more informative. Co-authored-by: Bruno Victal --- gnu/packages/linux.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ef05e77ec8..14e6f46a39 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2018, 2019 Pierre Langlois ;;; Copyright © 2018 Vasile Dumitrascu ;;; Copyright © 2019 Tim Gesthuizen +;;; Copyright © 2019 mikadoZero ;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2019 Stefan Stefanović ;;; Copyright © 2019-2022 Brice Waegeneire @@ -2039,9 +2040,15 @@ (define-public psmisc (home-page "https://gitlab.com/psmisc/psmisc") (synopsis "Small utilities that use the proc file system") (description - "This PSmisc package is a set of some small useful utilities that -use the proc file system. We're not about changing the world, but -providing the system administrator with some help in common tasks.") + "A package of small utilities that use the proc file-system. +@itemize @bullet +@item @command{fuser} - Identifies processes using files or sockets +@item @command{killall} - kills processes by name, e.g. @samp{killall -HUP @var{name}} +@item @command{prtstat} - prints statistics of a process +@item @command{pslog} - prints log path(s) of a process +@item @command{pstree} - shows the currently running processes as a tree +@item @command{peekfd} - shows the data travelling over a file descriptor +@end itemize") (license license:gpl2+))) (define-public util-linux From patchwork Tue Mar 21 17:11:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 48517 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 542CD16F83; Tue, 21 Mar 2023 17:20:22 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 9C4BE16F63 for ; Tue, 21 Mar 2023 17:20:20 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pefeV-0005zO-Q2; Tue, 21 Mar 2023 13:20:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pefeU-0005zB-Ci for guix-patches@gnu.org; Tue, 21 Mar 2023 13:20:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pefeU-0004Be-35 for guix-patches@gnu.org; Tue, 21 Mar 2023 13:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pefeT-0000PW-RM for guix-patches@gnu.org; Tue, 21 Mar 2023 13:20:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH 2/3] gnu: psmisc: Use G-Expressions. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 17:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: ludo@gnu.org, Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.16794191731539 (code B ref 62348); Tue, 21 Mar 2023 17:20:01 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 17:19:33 +0000 Received: from localhost ([127.0.0.1]:60437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefe1-0000Ol-Gi for submit@debbugs.gnu.org; Tue, 21 Mar 2023 13:19:33 -0400 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:56074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefdz-0000Od-Lo for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 13:19:32 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id 40A912081A; Tue, 21 Mar 2023 18:19:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 0308780098; Tue, 21 Mar 2023 18:11:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kzN_Hr8OzL-p; Tue, 21 Mar 2023 18:11:29 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 691BA8009B; Tue, 21 Mar 2023 18:11:29 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 17:11:21 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (psmisc): Use G-Expressions. --- gnu/packages/linux.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 14e6f46a39..8ecbf32bf8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2030,12 +2030,12 @@ (define-public psmisc (base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw")))) (build-system gnu-build-system) (arguments - `(,@(if (%current-target-system) - '(#:configure-flags - (list - "ac_cv_func_malloc_0_nonnull=yes" - "ac_cv_func_realloc_0_nonnull=yes")) - '()))) + (list + #:configure-flags + (if (%current-target-system) + #~(list "ac_cv_func_malloc_0_nonnull=yes" + "ac_cv_func_realloc_0_nonnull=yes") + #~'()))) (inputs (list ncurses)) (home-page "https://gitlab.com/psmisc/psmisc") (synopsis "Small utilities that use the proc file system") From patchwork Tue Mar 21 17:11:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 48516 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1A35A16F63; Tue, 21 Mar 2023 17:12:22 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 91E0F16F5D for ; Tue, 21 Mar 2023 17:12:20 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pefWm-0003Xx-K3; Tue, 21 Mar 2023 13:12:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pefWl-0003XG-Et for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pefWk-0001Co-HQ for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pefWk-0000Ch-DC for guix-patches@gnu.org; Tue, 21 Mar 2023 13:12:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH 3/3] gnu: psmisc: Update to 23.6. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 17:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62348@debbugs.gnu.org Cc: ludo@gnu.org, Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.1679418694739 (code B ref 62348); Tue, 21 Mar 2023 17:12:02 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 17:11:34 +0000 Received: from localhost ([127.0.0.1]:60419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefWH-0000Bp-Qh for submit@debbugs.gnu.org; Tue, 21 Mar 2023 13:11:34 -0400 Received: from smtpmciv1.myservices.hosting ([185.26.107.237]:32778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pefWF-0000BS-Hw for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 13:11:31 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv1.myservices.hosting (Postfix) with ESMTP id ABB9320DD6; Tue, 21 Mar 2023 18:11:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 4F8408009B; Tue, 21 Mar 2023 18:11:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TnJyoKj48slw; Tue, 21 Mar 2023 18:11:30 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D06258009D; Tue, 21 Mar 2023 18:11:29 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 17:11:22 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/linux.scm (psmisc): Update to 23.6. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8ecbf32bf8..dfd9748a67 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2020,14 +2020,14 @@ (define-public powerstat (define-public psmisc (package (name "psmisc") - (version "23.5") + (version "23.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/psmisc/psmisc/psmisc-" version ".tar.xz")) (sha256 - (base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw")))) + (base32 "0al2138z0m2bqrviv3zw2i2km4v8xg5wrw867li4jk4s2l3dwz95")))) (build-system gnu-build-system) (arguments (list