Re: Deluser: deleting the home folder

2014-07-03 Thread Laszlo Papp
commit 761fd153e340a14abccc0af89f2f6617faf2077f Author: Laszlo Papp lp...@kde.org Date: Thu Jul 3 11:06:58 2014 +0100 Add optional home directory removal support to deluser diff --git a/loginutils/deluser.c b/loginutils/deluser.c index e39ac55..67b744b 100644 --- a/loginutils/deluser.c +++

[PATCH] modinfo: fix module parsing with kernel = 2.6.37

2014-07-03 Thread David Marchand
display() function returns the length of the value we are displaying + 1. As a consequence, if we have field=value\0field=value\0field=value in the binary, then the second occurence will be skipped as ptr will miss the first character of the following field. Example trying to list aliases from

Re: Deluser: deleting the home folder

2014-07-03 Thread Laszlo Papp
On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp lp...@kde.org wrote: commit 761fd153e340a14abccc0af89f2f6617faf2077f Author: Laszlo Papp lp...@kde.org Date: Thu Jul 3 11:06:58 2014 +0100 Add optional home directory removal support to deluser diff --git a/loginutils/deluser.c

Re: Deluser: deleting the home folder

2014-07-03 Thread tito
On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp lp...@kde.org wrote: commit 761fd153e340a14abccc0af89f2f6617faf2077f Author: Laszlo Papp lp...@kde.org Date: Thu Jul 3 11:06:58 2014 +0100 Add optional home directory removal

Re: [PATCH 1/2] find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit

2014-07-03 Thread Bartosz Gołaszewski
Hi Denys, have you read my message from June 10th in this thread? Could you review the patches I attached back then? Busybox still uses ARG_MAX as default, which is smaller than sysconf(_SC_ARG_MAX) on every system I checked. In fact commit 5aeae36 isn't even needed if we switch to using

Re: Deluser: deleting the home folder

2014-07-03 Thread Laszlo Papp
On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp lp...@kde.org wrote: commit 761fd153e340a14abccc0af89f2f6617faf2077f Author: Laszlo Papp lp...@kde.org Date: Thu Jul

Re: [PATCH] syslogd: make reopen log file every second logic work for multiple logs

2014-07-03 Thread Denys Vlasenko
On Wed, May 21, 2014 at 8:40 PM, Joshua Judson Rosen jro...@harvestai.com wrote: Move last_log_time from a single global to *each logFile_t* so that we can actually apply the logic to every log-file in multi-file configurations, rather than working only for the first file written in each

Re: [PATCH] Use the standard libc types in fatattr

2014-07-03 Thread Isaac Dunham
On Thu, Jul 03, 2014 at 06:21:03AM +0100, Laszlo Papp wrote: Why do you submit another change? I already submitted one, and I am happy to update it if the maintainer requests any change? I'd misread your response the important thing is to fix the build break to John Spencer's comment as if you

Re: [PATCH] Use the standard libc types in fatattr

2014-07-03 Thread Laszlo Papp
On Sat, Jul 5, 2014 at 8:31 AM, Isaac Dunham ibid...@gmail.com wrote: On Thu, Jul 03, 2014 at 06:21:03AM +0100, Laszlo Papp wrote: Why do you submit another change? I already submitted one, and I am happy to update it if the maintainer requests any change? I'd misread your response the

nanddump runs forever when it tries to dump a partition which has bad block

2014-07-03 Thread jemicheng .
Hi, After I trace the nandwrite.c for this problem, I found that the program runs into a function dump_bad. Here is a snippet of the dump_bad function. static void dump_bad(struct mtd_info_user *meminfo, unsigned len, int oob) { unsigned char buf[meminfo-writesize]; unsigned count;

Re: nanddump runs forever when it tries to dump a partition which has bad block

2014-07-03 Thread Baruch Siach
Hi jemicheng, On Thu, Jul 03, 2014 at 11:06:08PM +0800, jemicheng . wrote: After I trace the nandwrite.c for this problem, I found that the program runs into a function dump_bad. Here is a snippet of the dump_bad function. static void dump_bad(struct mtd_info_user *meminfo, unsigned len,

Re: Deluser: deleting the home folder

2014-07-03 Thread tito
On Thursday 03 July 2014 14:51:11 you wrote: On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp lp...@kde.org wrote: commit 761fd153e340a14abccc0af89f2f6617faf2077f

Re: Deluser: deleting the home folder

2014-07-03 Thread Jason Cipriani
On Jul 3, 2014 3:31 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 14:51:11 you wrote: On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp lp...@kde.org

Re: Deluser: deleting the home folder

2014-07-03 Thread Laszlo Papp
On Thu, Jul 3, 2014 at 8:31 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 14:51:11 you wrote: On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On Thu, Jul 3, 2014 at 11:10 AM, Laszlo Papp

Re: Deluser: deleting the home folder

2014-07-03 Thread Laszlo Papp
On Thu, Jul 3, 2014 at 8:41 PM, Jason Cipriani jason.cipri...@gmail.com wrote: On Jul 3, 2014 3:31 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 14:51:11 you wrote: On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46

Re: Deluser: deleting the home folder

2014-07-03 Thread tito
On Thursday 03 July 2014 22:38:23 you wrote: On Thu, Jul 3, 2014 at 8:31 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 14:51:11 you wrote: On Thu, Jul 3, 2014 at 12:59 PM, tito farmat...@tiscali.it wrote: On Thursday 03 July 2014 13:03:46 Laszlo Papp wrote: On