Bug#752501: procps: pgrep -lf no longer prints full command line in jessie

2015-03-16 Thread Alfredo Esteban
In Jessie, you have to use: % pgrep -fa ntpd.pid or % pgrep -a ntpd.pid depending on where you want pgrep to match pattern. Please, read carefully bug report #526355. Previous behaviour is really confusing and poor even if it is Sun Solaris compatible. IMHO, the only positive change is removi

Bug#742170: Reaver man page is out of date

2014-03-20 Thread Alfredo Esteban
tags 742170 patch 2014-03-20 8:20 GMT+01:00 Alfredo Esteban : > Package: reaver > Version: 1.4-2 > > I'm sending a new man page for reaver. Current one describes use for 1.3 > version, not 1.4. > > New flags (no described in man page) can be listed using: > > # reaver -h > > > >

Bug#742170: Reaver man page is out of date

2014-03-20 Thread Alfredo Esteban
Package: reaver Version: 1.4-2 I'm sending a new man page for reaver. Current one describes use for 1.3 version, not 1.4. New flags (no described in man page) can be listed using: # reaver -h reaver.1 Description: Binary data

Bug#676709: Patch #676709

2012-07-06 Thread Alfredo Esteban
tags 676709 patch I'm sending the patch. I sent it upstream too (procps-ng mailing list). Regards, Alfredo patch-pgrep-F-676709.diff Description: Binary data

Bug#676239: Patch

2012-06-07 Thread Alfredo Esteban
tags 676239 patch I'm sending the patch. I sent it upstream too (procps-ng mailing list). Regards, Alfredo patch-pkill_error_parsing_args.diff Description: Binary data

Bug#674217: Already fixed

2012-05-23 Thread Alfredo Esteban
This bug is already fixed upstream: https://gitorious.org/procps/procps/blobs/master/skill.c Alfredo

Bug#669128: Patch

2012-05-05 Thread Alfredo Esteban
tags 669128 patch I'm sending the patch, Alfredo patch_conf-files_669128.diff Description: Binary data

Bug#668231: Patch

2012-05-05 Thread Alfredo Esteban
tags 668231 patch I'm sending the patch. Alfredo patch_vmstat-output_668231.diff Description: Binary data

Bug#666181: Patch

2012-04-18 Thread Alfredo Esteban
tags 666181 patch I'm sending the patch to deal with more than one variables in the same way previous versions did. However, I didn't change the behavior of sysctl regarding spaces and "=". Documentation of sysctl is clear. Syntax with spaces is incorrect so that command line: sysctl vm.swappine

Bug#668335: Patch

2012-04-17 Thread Alfredo Esteban
tags 668335 patch I think the problem is in line: if (i >= Frame_maxtask)) i = q->begtask = Frame_maxtask - 1; When no process is found index "i" gets a negative value because Frame_maxtask value is 0. I'm sending the patch to make i and q->begtask 0 if Frame_maxtask value is less or equal to 1

Bug#526355: Patch tag

2011-01-08 Thread Alfredo Esteban
tags 526355 patch

Bug#577752: This bug is most likely fixed

2011-01-02 Thread Alfredo Esteban
Davide Ferrari reported this bug in version 3.2.7:11 of procps. I think the problem is due to change in format of /proc/diskstats since version 2.6.25 of linux kernel. Lines with partitions information have the same number of columns than lines with disks information since this version of linux ke

Bug#526355: Patch

2011-01-02 Thread Alfredo Esteban
Tags: patch This patch include the following changes: - A new flag -a modify output format and shows full command line. - Output format depend on -l and -a flags, not anymore on -f. - -f flag only modify where to match the pattern, not output format. For example: > pgrep firefox 1911 1920 > pg

Bug#526355: "-L" and "-F" are already in use

2010-12-29 Thread Alfredo Esteban
Ok, I get it. Anyway, "-L" and "-F" flags are already in use in the code even if they aren't documented. If I write the code, which flag should I use? "-C" or "--long" for example? Alfredo -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe"

Bug#526355: This option already exists

2010-12-23 Thread Alfredo Esteban
Perhaps options "-f" and "-l" are what you are looking for: > pgrep -fl activate 1635 /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate --ior-output-fd=19 1658 /usr/lib/gnome-panel/wnck-applet --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory --oaf-ior-fd=18 1660 /usr/lib/gnome-ap

Bug#506303: procps: ps should have an option to display the supplementary groups

2009-02-18 Thread Alfredo Esteban
Tags: patch This is the whole patch to show supplementary groups. supgid shows supplementary groups gid supgrp shows supplementary groups names For example: ps -e -o tid,supgid --sort supgid ps -e -o tid,supgrp --sort supgrp ps -eL -o tid,supgrp etc Though I got this patch with "cvs diff" I al

Bug#506303: procps: ps should have an option to display the supplementary groups

2009-01-21 Thread Alfredo Esteban
Answering myself on point 2. Man page of getgroups say we can get this maximum by using sysconfig(_SC_NGROUPS_MAX) In my system this max is 65536. Perhaps it means that we have to use dynamic memory or a mix between static and dynamic. --- System information. --- Architecture: i386 Kernel:

Bug#506303: Patch to read supplementary groups

2009-01-20 Thread Alfredo Esteban
> > I'm trying to debug status2proc() function but I'm not able to find input > > options to force this function to execute. > I would say you're not using gdb correctly. Correct, I had a problem with ldconfig. Thanks very much for your help. > Not simple, if anyone reading this actually underst

Bug#506303: Reopen bug

2009-01-17 Thread Alfredo Esteban
reopen 506303 thankyou Sorry, I don't know the reason but my previous message cause the bug to be marked as done. I reopen it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#506303: [procps] Debugging status2proc

2009-01-16 Thread Alfredo Esteban
Package: procps Version: 1:3.2.7-9 --- Please enter the report below this line. --- I'm trying to debug status2proc() function but I'm not able to find input options to force this function to execute. I tried: ps -ef ps aux ps -f -p 1 ps -p 1 -o stat but the execution doesn't stop in the brea

Bug#508435: Not solved

2009-01-12 Thread Alfredo Esteban
I tested versions 3.2.7-10 and 3.2.7-11 of procps. I can see the same behavior I described above in the first report of this bug. I got the source code by using "apt-get source" and it seems that the patch is not applied. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org wi

Bug#508435: Patch attached

2008-12-12 Thread Alfredo Esteban
Some lines of patch were broken and blanks were removed by the editor when I paste it in the first message so I sent the patch again and I attach it to avoid further issues. Sorry, I'm not used to the system. Alfredo Index: output.c

Bug#508435: "ps --sort" doesn't work for time arguments (patch included)

2008-12-11 Thread Alfredo Esteban
Package: procps Version: 3.2.7 Source: 3.2.7 User: Alfredo Esteban de la Torre When I invoke "ps -e --sort=time" I get: $ ps -e --sort=time PID TTY TIME CMD 1 ?00:00:01 init 2 ?00:00:00 kthreadd 3 ?00:00:00 migration/0 4 ?