From patchwork Tue Mar 21 19:23: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: 48525 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 4E37E16F95; Tue, 21 Mar 2023 19:25:00 +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=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 67E0416F7D for ; Tue, 21 Mar 2023 19:24:58 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pehab-0003RB-JT; Tue, 21 Mar 2023 15:24:11 -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 1pehaV-0003PN-VH for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:04 -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 1pehaV-0002XP-1C for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pehaU-0000P6-Ts for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v2 1/3] gnu: psmisc: Make description more informative. References: In-Reply-To: Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 19:24: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: mikadoZero , Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.16794266181503 (code B ref 62348); Tue, 21 Mar 2023 19:24:02 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 19:23:38 +0000 Received: from localhost ([127.0.0.1]:60741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peha5-0000OB-Ff for submit@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:37 -0400 Received: from smtpm4.myservices.hosting ([185.26.105.235]:48580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peha0-0000Nq-KT for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:33 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id AB90A20D36; Tue, 21 Mar 2023 20:23:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 553718009F; Tue, 21 Mar 2023 20:23:25 +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 ftQo9_OCDRp6; Tue, 21 Mar 2023 20:23:24 +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 B628A8009D; Tue, 21 Mar 2023 20:23:23 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 19:23:20 +0000 Message-Id: <3c73c4ee9c2ad8dafabbaacdb757596986511071.1679426568.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 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..d1d1e10741 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.") + "psmisc is a set 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; +@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 19:23: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: 48524 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 6406716F9A; Tue, 21 Mar 2023 19:24:14 +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 ED83F16F7D for ; Tue, 21 Mar 2023 19:24:13 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pehaZ-0003QW-MC; Tue, 21 Mar 2023 15:24:08 -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 1pehaU-0003Ox-RU for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24: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 1pehaU-0002XD-JT for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pehaU-0000Oz-FV for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v2 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 19:24: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: Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.16794266141493 (code B ref 62348); Tue, 21 Mar 2023 19:24:02 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 19:23:34 +0000 Received: from localhost ([127.0.0.1]:60739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peha2-0000O0-3Q for submit@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:34 -0400 Received: from smtpm4.myservices.hosting ([185.26.105.235]:48564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pehZw-0000NU-KE for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:29 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id ECDEB20D1C for <62348@debbugs.gnu.org>; Tue, 21 Mar 2023 20:23:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 903E1800A1; Tue, 21 Mar 2023 20:23:24 +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 wSiXqZX9tPDO; Tue, 21 Mar 2023 20:23:24 +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 23A8C8009F; Tue, 21 Mar 2023 20:23:24 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 19:23:21 +0000 Message-Id: <032924f0bc197ffe46a068d3047736da76a74200.1679426568.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: <3c73c4ee9c2ad8dafabbaacdb757596986511071.1679426568.git.mirai@makinata.eu> References: <3c73c4ee9c2ad8dafabbaacdb757596986511071.1679426568.git.mirai@makinata.eu> 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 d1d1e10741..ffaf9aadf4 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 19:23: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: 48523 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 C137F16F95; Tue, 21 Mar 2023 19:24:11 +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 3CF4216F7D for ; Tue, 21 Mar 2023 19:24:10 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pehaX-0003Pd-Oy; Tue, 21 Mar 2023 15:24: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 1pehaU-0003OU-GI for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24: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 1pehaU-0002Wz-7b for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pehaU-0000Os-3U for guix-patches@gnu.org; Tue, 21 Mar 2023 15:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62348] [PATCH v2 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 19:24: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: Bruno Victal Received: via spool by 62348-submit@debbugs.gnu.org id=B62348.16794266101473 (code B ref 62348); Tue, 21 Mar 2023 19:24:02 +0000 Received: (at 62348) by debbugs.gnu.org; 21 Mar 2023 19:23:30 +0000 Received: from localhost ([127.0.0.1]:60736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pehZx-0000Nh-RS for submit@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:30 -0400 Received: from smtpmciv3.myservices.hosting ([185.26.107.239]:51060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pehZw-0000NT-Gd for 62348@debbugs.gnu.org; Tue, 21 Mar 2023 15:23:28 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv3.myservices.hosting (Postfix) with ESMTP id 3BD642075F for <62348@debbugs.gnu.org>; Tue, 21 Mar 2023 20:23:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id CA3D58009F; Tue, 21 Mar 2023 20:23:24 +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 yXTglsmXrozn; Tue, 21 Mar 2023 20:23:24 +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 7348D800A0; Tue, 21 Mar 2023 20:23:24 +0100 (CET) From: Bruno Victal Date: Tue, 21 Mar 2023 19:23:22 +0000 Message-Id: X-Mailer: git-send-email 2.39.1 In-Reply-To: <3c73c4ee9c2ad8dafabbaacdb757596986511071.1679426568.git.mirai@makinata.eu> References: <3c73c4ee9c2ad8dafabbaacdb757596986511071.1679426568.git.mirai@makinata.eu> 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 ffaf9aadf4..8912bfd091 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