Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
On Thu, Dec 10, 2020 at 10:20:29AM -0500, Jeff King wrote: > > It seems like it happens for "foo/", too. If I compile: I think the key is that dash uses GLOB_NOMAGIC. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
"foo". This should return no match. If you change the pattern to "foo/", then it also matches but returns with the string "foo/" as expected. The only flag we pass to glob(3) is GLOB_NOMAGIC. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-10 Thread Herbert Xu
em doesn't occur for "foo/". Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#976865: Fwd: Bug#974900: dash removes trailing slash from script arguments

2020-12-09 Thread Herbert Xu
org.au/ Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#211784 closed by Guillem Jover guil...@debian.org (Re: Bug#211784: start-stop-daemon --stop returns before daemon exits unless --retry is used)

2009-11-24 Thread Herbert Xu
gondolin 2.4.22-1-686-smp #1 SMP Sat Sep 6 00:06:59 EST 2003 i686 GNU/Linux Versions of the packages libc6 depends on: ii libdb1-compat 2.1.3-7The Berkeley database routines [glibc 2.0/2. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} herb

Bug#65458: closed by Clint Adams sch...@debian.org (Re: Bug#65458: (no subject))

2008-05-19 Thread Herbert Xu
Adams [EMAIL PROTECTED]. Until the fixed package enters Debian I can't verify this. So please keep it open. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au

Bug#445210: closed by Pierre Habouzit [EMAIL PROTECTED] (Re: Bug#445210: libc6: glob(3) doesn't treat \ correctly)

2007-10-04 Thread Herbert Xu
#include glob.h #include stdio.h int main() { glob_t pglob; printf(%d\n, glob(\\/*, 0, 0, pglob)); printf(%d\n, glob(/*, 0, 0, pglob)); return 0; } $ make a cc a.c -o a $ ./a 3 0 $ Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI

Bug#65458: closed by Touko Korpela [EMAIL PROTECTED] (Should be fixed now)

2007-09-26 Thread Herbert Xu
, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#328440: NSS/NIS is totally broken

2005-10-03 Thread Herbert Xu
: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#265245: acknowledged by developer (Re: Bug#265245: glibc-doc: htonl/ntohl belong in arpa/inet.h)

2005-01-14 Thread Herbert Xu
at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#243885: \-quoting in character class

2004-06-03 Thread Herbert Xu
, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#243885: \-quoting in character class

2004-06-03 Thread Herbert Xu
, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: Processed: t

2004-06-01 Thread Herbert Xu
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote: Do you prefer your patch to work around glibc's fnmatch problem in dash? Yes we should use that until glibc's fnmatch is fixed. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
, is there anything that the dietlibc fnmatch does that the dash internal pmatch function doesn't do? Or is it smaller? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
On Tue, Jun 01, 2004 at 04:13:00AM +, Gerrit Pape wrote: Do you prefer your patch to work around glibc's fnmatch problem in dash? Yes we should use that until glibc's fnmatch is fixed. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED

Bug#243885: Processed: t

2004-05-31 Thread Herbert Xu
, is there anything that the dietlibc fnmatch does that the dash internal pmatch function doesn't do? Or is it smaller? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#243885: Processed: t

2004-05-28 Thread Herbert Xu
character classes. Until then, we'll need something like the following patch. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt Index: expand.c

Bug#243885: Processed: t

2004-05-28 Thread Herbert Xu
character classes. Until then, we'll need something like the following patch. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt Index: expand.c

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
to a real file in /lib which has already been processed by ldconfig. There is no need to have another symlink in /usr/lib. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-16 Thread Herbert Xu
to a real file in /lib which has already been processed by ldconfig. There is no need to have another symlink in /usr/lib. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-15 Thread Herbert Xu
Package: libc6 Version: 2.3.2.ds1-12 Severity: serious I'm marking this bug as RC because it leads to packages being built with missing dependencies on libncurses5. When ldconfig is run with libncurses5 + libncurses5-dev installed, it creates a symlink /usr/lib/libncurses.so.5 that points to

Bug#249122: libc6: ldconfig: Creates spurious libncurses.so.5 symlink

2004-05-15 Thread Herbert Xu
Package: libc6 Version: 2.3.2.ds1-12 Severity: serious I'm marking this bug as RC because it leads to packages being built with missing dependencies on libncurses5. When ldconfig is run with libncurses5 + libncurses5-dev installed, it creates a symlink /usr/lib/libncurses.so.5 that points to

Bug#247436: libc6-dev: odd dev_t/varargs behavior

2004-05-05 Thread Herbert Xu
it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote: If I understand Herbert Xu correctly, he's saying the regex should be written as: *[][~#$^*(){}\|;?]* No, the way it's written currently is fine. It's glibc's fnmatch(3) implementation that's broken. Cheers, -- Debian GNU/Linux

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
On Sat, Apr 17, 2004 at 10:44:27PM +0200, Kurt Roeckx wrote: If I understand Herbert Xu correctly, he's saying the regex should be written as: *[][~#$^*(){}\|;?]* No, the way it's written currently is fine. It's glibc's fnmatch(3) implementation that's broken. Cheers, -- Debian GNU/Linux

Bug#243885: Bug#240887: Package building problem.

2004-04-18 Thread Herbert Xu
/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#243885: Bug#240887: Package building problem.

2004-04-16 Thread Herbert Xu
. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#243885: Bug#240887: Package building problem.

2004-04-16 Thread Herbert Xu
. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#240887: Package building problem.

2004-04-15 Thread Herbert Xu
, : shell special, and special pattern characters shall apply to escaping : in this context. This clearly says that backslashes must be interpreted. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert

Bug#92186: [Fwd: Test case, seems fine.]

2004-04-12 Thread Herbert Xu
, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#231538: A possible solution

2004-03-02 Thread Herbert Xu
the version in sarge/sid should suffice. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#231538: libc6: illegal instruction on a 386

2004-02-08 Thread Herbert Xu
? and i386 arre not supported anymore. 2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both emulate the needed instructions on 386. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key

Bug#231538: libc6: illegal instruction on a 386

2004-02-08 Thread Herbert Xu
? and i386 arre not supported anymore. 2.4.18 is not in sid. However, 2.4.24/2.6.0 in sid should both emulate the needed instructions on 386. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP

Bug#218607: More about this bug

2003-11-03 Thread Herbert Xu
is better. No that's a terrible idea. LILO should simply include a copy of whatever kernel header file it needs. Cheers, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#216921: Can't compile programs, using kernel headers from experimental libc6-dev

2003-10-22 Thread Herbert Xu
of headers from the kernel. It is not a guarantee that you can include them in userspace. You should treat them the same way as headers in /usr/include/bits -- never include them directly. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home

Bug#216921: Can't compile programs, using kernel headers from experimental libc6-dev

2003-10-22 Thread Herbert Xu
of headers from the kernel. It is not a guarantee that you can include them in userspace. You should treat them the same way as headers in /usr/include/bits -- never include them directly. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home

Re: This bug also affects d-i on alpha

2003-09-24 Thread Herbert Xu
reassign 212101 libc6.1-dev quit On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote: reopen 212101 thanks On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote: On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote: clone 210359 -1 reassign -1 kernel-image

Re: This bug also affects d-i on alpha

2003-09-24 Thread Herbert Xu
reassign 212101 libc6.1-dev quit On Mon, Sep 22, 2003 at 11:42:17AM -0500, Steve Langasek wrote: reopen 212101 thanks On Mon, Sep 22, 2003 at 10:11:11PM +1000, Herbert Xu wrote: On Sun, Sep 21, 2003 at 10:58:11PM -0500, Steve Langasek wrote: clone 210359 -1 reassign -1 kernel-image

Bug#203303: glibc: gcc3.3 complains swab.h fails to conform to ISO standard

2003-08-14 Thread Herbert Xu
this rule since day one. That's OK except that when it breaks you get to keep both pieces. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert

Bug#155751: sed is using its own regex engine again

2003-04-04 Thread Herbert Xu
reassign 65458 sed quit It seems that the reason sed has slowed down again is because it's using its own regex engine again. So I'm now reassigning this back there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http

manpages-dev is correct about strerror_t

2003-03-25 Thread Herbert Xu
reassign 159298 libc6 quit The declaration of strerror_tin manpages-dev conforms with SuS. glibc should be changed to match with it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key

manpages-dev is correct about strerror_t

2003-03-25 Thread Herbert Xu
reassign 159298 libc6 quit The declaration of strerror_tin manpages-dev conforms with SuS. glibc should be changed to match with it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key

Re: Bug#185485: telnet: resolving ip in decimal form stopped working

2003-03-19 Thread Herbert Xu
or service not known $ telnet 0.0.0.0 22 Trying 0.0.0.0... Connected to 0.0.0.0. Escape character is '^]'. SSH-2.0-OpenSSH_3.5p1 Debian 1:3.5p1-5 etc... All resolutions are done through libc6, so the bug belongs there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu

Re: Bug#185485: telnet: resolving ip in decimal form stopped working

2003-03-19 Thread Herbert Xu
or service not known $ telnet 0.0.0.0 22 Trying 0.0.0.0... Connected to 0.0.0.0. Escape character is '^]'. SSH-2.0-OpenSSH_3.5p1 Debian 1:3.5p1-5 etc... All resolutions are done through libc6, so the bug belongs there. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-18 Thread Herbert Xu
On Tue, Mar 18, 2003 at 11:15:29AM +0900, GOTO Masanori wrote: At Tue, 18 Mar 2003 12:08:35 +1100, Herbert Xu wrote: On Mon, Mar 17, 2003 at 06:03:18AM -0600, Debian Bug Tracking System wrote: - Glibc 2.3 uses another regex engine: sed: woody version more than 1000 times

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-17 Thread Herbert Xu
GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#65458: acknowledged by developer (Bug#155751: fixed in glibc 2.3.1-15)

2003-03-17 Thread Herbert Xu
GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#183081: libc6-dev: hppa: bug in byteorder.h and swab.h

2003-03-02 Thread Herbert Xu
that. No you should close this. User space programs must not include kernel headers. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: help needed for defining hppa __clz_tab gcc-compat symbol

2003-02-28 Thread Herbert Xu
__clz_tab_internal[] = { ... } ^^ Try getting rid of that? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE

Re: impossible to upgrade

2003-02-14 Thread Herbert Xu
, no? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
bug here is that glibc mallocs in fprintf which means that we can't print out a useful error message when the memory is all used up. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
implementation in the Linux kernel. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
bug here is that glibc mallocs in fprintf which means that we can't print out a useful error message when the memory is all used up. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key

Bug#70762: textutils: tail segfault

2002-11-16 Thread Herbert Xu
implementation in the Linux kernel. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote: On Fri, 2002-11-15 at 04:00, Herbert Xu wrote: But the original bug seems to be more of an issue: shouldn't it be a bug that tail chews up infinite amounts of memory when it can't find an end-of-line char? IMHO, tail should

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 08:23:24AM -0500, Jeff Bailey wrote: On Fri, 2002-11-15 at 04:00, Herbert Xu wrote: But the original bug seems to be more of an issue: shouldn't it be a bug that tail chews up infinite amounts of memory when it can't find an end-of-line char? IMHO, tail should

Bug#70762: textutils: tail segfault

2002-11-15 Thread Herbert Xu
On Fri, Nov 15, 2002 at 01:22:44PM -0800, Jeff Bailey wrote: On Sat, Nov 16, 2002 at 08:10:22AM +1100, Herbert Xu wrote: Sure, but it would also be reasonable to flush the buffer to the screen every (screensize/2) so that a human could follow it. Tail can't do that until it finds

Bug#167608: ldd: ./: No such file or directory

2002-11-05 Thread Herbert Xu
: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#167608: ldd: ./: No such file or directory

2002-11-05 Thread Herbert Xu
: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#167608: ldd: ./: No such file or directory

2002-11-04 Thread Herbert Xu
Randolph Chung [EMAIL PROTECTED] wrote: ldd is doing is correct. The offending line is line 113 of ldd: 113 for file do This is legal. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au

Bug#167608: ldd: ./: No such file or directory

2002-11-04 Thread Herbert Xu
Randolph Chung [EMAIL PROTECTED] wrote: ldd is doing is correct. The offending line is line 113 of ldd: 113 for file do This is legal. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Herbert Xu
--force-downgrade by default 2. dpkg will let you break the depenedencies of packages that are already installed -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au

Bug#167409: glibc 2.3.1: breaks XEmacs builds; system breaks on revert to 2.2.5

2002-11-02 Thread Herbert Xu
--force-downgrade by default 2. dpkg will let you break the depenedencies of packages that are already installed -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au

Bug#166419: RPC: Can't encode arguments

2002-10-26 Thread Herbert Xu
repeated 4 times According to #142312, this is a bug in glibc. Could you please do something about this as that bug has been outstanding for 6 months now with no comment from any glibc maintainers? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL

Bug#166419: RPC: Can't encode arguments

2002-10-25 Thread Herbert Xu
repeated 4 times According to #142312, this is a bug in glibc. Could you please do something about this as that bug has been outstanding for 6 months now with no comment from any glibc maintainers? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL

Bug#38468: Why is this assigned to libc6?

2002-10-22 Thread Herbert Xu
Jeff Bailey [EMAIL PROTECTED] wrote: Can you please provide a testcase that shows that this bug actually belongs to glibc? Ugh, did you notice that rcmd(3) is part of glibc? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page

Re: Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
'; they are always the same in the GNU C library. Why does parisc differentiate the two anyway? Every other Linux architecture treats them the same way. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert

Bug#38468: Why is this assigned to libc6?

2002-10-22 Thread Herbert Xu
Jeff Bailey [EMAIL PROTECTED] wrote: Can you please provide a testcase that shows that this bug actually belongs to glibc? Ugh, did you notice that rcmd(3) is part of glibc? -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page

Re: Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
'; they are always the same in the GNU C library. Why does parisc differentiate the two anyway? Every other Linux architecture treats them the same way. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert

Bug#165881: telnetd aborts when EAGAIN returned from writev

2002-10-22 Thread Herbert Xu
' is another name for `EAGAIN'; they are always the same in the GNU C library. At least, it's not glibc's bug. Then you better change the documentation and tell the world about it. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page

Bug#164638: libc6-dev: SIOCSIFNAME needs to be added

2002-10-14 Thread Herbert Xu
in.) $ -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#162576: marked as done (libc6-dev: errno is a function call in non-threaded program)

2002-09-29 Thread Herbert Xu
On Sun, Sep 29, 2002 at 10:44:40AM +0200, Florian Weimer wrote: Herbert Xu [EMAIL PROTECTED] writes: No you don't, all you need to do is to make the errno macro conditional. And if we do that, libraries which use the non-macro version will come into existence sooner or later, and we

Bug#162576: marked as done (libc6-dev: errno is a function call in non-threaded program)

2002-09-28 Thread Herbert Xu
is to make the errno macro conditional. You already have to support people not including errno.h... -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert

Bug#162576: libc6-dev: errno is a function call in non-threaded program

2002-09-27 Thread Herbert Xu
://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Intent to (N)?MU 2.2.5-14

2002-09-12 Thread Herbert Xu
in the BTS entry, this bug can't be that bad since it's been around for at least five years, in both glibc and Linux. Anyway, you can always disable the assembly version completely until a fixed version becomes available. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt --- stxncpy.S 2001-07-24 03:55:20.0 +1000 +++ /home/gondolin/herbert/stxncpy.S2002-09-08 19:23:45.0 +1000

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
. As to sending it upstream, I'd simply send it to Richard Henderson as he is the author of that file which is in both Linux and glibc. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Bug#159633: strncpy on alpha/libc broken

2002-09-08 Thread Herbert Xu
`$xdr_bp_whoambp_wh..ng' is already defined This error doesn't seem related to stxncpy, but I'm doing a glibc build now to see if I can reproduce it. I've just built libc6.1 on lully with my new patch and it seems to work fine. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert

Re: netdb.h

2001-06-01 Thread Herbert Xu
? I can include netdb.h without problems, and I am using 2.2.3-5 aswell. Could be a preprocessor bug. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au

Re: Random name-resolution failures since glibc-2.1.94 upgrade?

2000-11-01 Thread Herbert Xu
! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#70762: textutils: tail segfault

2000-09-02 Thread Herbert Xu
fprintf(3)) which is called by xmalloc() when the malloc(3) fails. So if this is a bug at all, it is in libc6. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Re: Bug#69544: textutils: sort problem

2000-08-21 Thread Herbert Xu
strcoll( b\n, ,b\n) = -1 strcoll(b\n, ,b\n) = 1 strcoll(b\n, #b\n) = 1 In the mean time, try unsetting your locale when sorting, it'll be heaps faster that way. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu

Bug#67921: glob(3) doesn't treat \ correctly, period.

2000-08-05 Thread Herbert Xu
around by not having the slash there, but \* cannot. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To UNSUBSCRIBE, email

Bug#67921: glob(3) doesn't treat \ correctly, period.

2000-08-05 Thread Herbert Xu
around by not having the slash there, but \* cannot. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#60984: getpty() under powerpc, with telnetd

2000-07-31 Thread Herbert Xu
On Sun, Jul 30, 2000 at 11:54:32PM -0400, Ben Collins wrote: On Mon, Jul 31, 2000 at 11:57:39AM +1000, Herbert Xu wrote: I believe that this is just a result of not having /dev/ptmx 666. Is it possible for libc6 to check for this? What if for some silly reason, some one wants

Bug#60984: getpty() under powerpc, with telnetd

2000-07-30 Thread Herbert Xu
Ben Collins [EMAIL PROTECTED] wrote: Does this bug still exist for you? I believe that this is just a result of not having /dev/ptmx 666. Is it possible for libc6 to check for this? -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home

Re: textutils: sort is _very_ slow when LANG is set

2000-06-18 Thread Herbert Xu
://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#63897: getconf has no manual page

2000-05-11 Thread Herbert Xu
. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[caspian@twu.net: Bug#60984: (no subject)]

2000-04-24 Thread Herbert Xu
reassign 60984 libc6 quit It looks like openpty on PowerPC's don't work as a normal user, even when devpts is present. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http

Re: Processed:

1999-10-27 Thread Herbert Xu
. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#48446: rexec: If rexec is not given correct args a segmentation fault occurs

1999-10-27 Thread Herbert Xu
and password or the -n switch works fine. This is a bug in libc6. Please see #21810. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: Bug#46391: telnetd: All network ports in use

1999-10-01 Thread Herbert Xu
can try applying this patch to telnetd (it will be in the next release) to get some more info on the error. Alternatively you can try stracing or ltracing the server. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http

Bug#21810: Bug#46142: rexec still does not look at .netrc

1999-09-28 Thread Herbert Xu
going to raise the severity because it causes rexec to be unusable in some circumstances. -- Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#21810: Bug#46142: rexec still does not look at .netrc

1999-09-28 Thread Herbert Xu
On Tue, Sep 28, 1999 at 01:24:30AM -0400, Raul Miller wrote: On Tue, Sep 28, 1999 at 02:20:46PM +1000, Herbert Xu wrote: OK. What happened is that libc6 broke rexec(3) by not prompting when the user/password is not set, then this was incorrectly fixed in rexec. I can't find anything

  1   2   >