Your message dated Sun, 15 Apr 2007 19:55:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413425: this bug/413425: sudo: doesn't accept more than
16347 arguments
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: sudo
Version: 1.6.8p12-4
Severity: normal
Hello Bdale,
To reproduce:
i=0; while [ $i -lt 16348 ]; do echo axc; i=$((i+1)); done |xargs sudo ls
Tested with findutils 4.2.28-2. "xargs ls" does work.
Thanks in advance,
--
Baurzhan Ismagulov
http://www.kz-easy.com/
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages sudo depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libpam-modules 0.79-4 Pluggable Authentication Modules f
pi libpam0g 0.76-22 Pluggable Authentication Modules l
sudo recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, Apr 15, 2007 at 11:26:18AM -0400, Justin Pryzby wrote:
> > > sudo: doesn't accept more than 16347 arguments
> > > http://bugs.debian.org/413425
> I think I know why.
>
> sudo sets SUDO_COMMAND to the command it's executing.
Aha!
> I don't think any code change is necessary; it's probably best to use
> sudo xargs instead of xargs sudo.
Ok, I think I can live with this workaround.
With kind regards,
--
Baurzhan Ismagulov
http://www.kz-easy.com/
--- End Message ---