Re: weird ls behaviour on GNU/Hurd...

2004-04-26 Thread Alfred M. Szmidt
I'd guess that the problem was (or perhaps is?) in your kernel or C library or headers or file system somewhere, but it's hard to tell for sure from the symptoms. Well, maybe. The system I'm running now has a bit older glibc. I'll just ignore it for the time being since it isn't poping

Re: weird ls behaviour on GNU/Hurd...

2004-04-26 Thread Paul Eggert
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > I might note that any changes to ls lately have fixed the weird > problems I was experiencing... That's odd, as the recent changes to 'ls' shouldn't have affected the display of link counts. I'd guess that the problem was (or perhaps is?) in your

Re: weird ls behaviour on GNU/Hurd...

2004-04-25 Thread Alfred M. Szmidt
I might note that any changes to ls lately have fixed the weird problems I was experiencing... ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: weird ls behaviour on GNU/Hurd...

2004-03-17 Thread Alfred M. Szmidt
I can't reproduce it on my GNU/Linux x86 box. Okie. Here's the code that generates that number, in src/ls.c line 3109: sprintf (p, "%s %*s ", modebuf, nlink_width, umaxtostr (f->stat.st_nlink, hbuf)); If you can reproduce the problem, can you please use GDB to pl

Re: weird ls behaviour on GNU/Hurd...

2004-03-16 Thread Paul Eggert
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > Well, if any GNU/Linux users can reproduce it please report it. The > easy way is to list all files in a directory (it should contain lots > of files, the more the better) using the long listing option for ls > (-l). I can't reproduce it on my GNU

Re: weird ls behaviour on GNU/Hurd...

2004-03-16 Thread Alfred M. Szmidt
> | [EMAIL PROTECTED]:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz > | -rw-r--r-- 135987201 ams root 103066 Mar 13 05:15 /tmp/time-1.7.tar.gz > | [EMAIL PROTECTED]:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz > | -rw-r--r-- 1 ams root 103066 Mar 13 05:15 /tmp/t

Re: weird ls behaviour on GNU/Hurd...

2004-03-15 Thread Paul Eggert
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > | [EMAIL PROTECTED]:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz > | -rw-r--r-- 135987201 ams root 103066 Mar 13 05:15 /tmp/time-1.7.tar.gz > | [EMAIL PROTECTED]:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz > | -rw-r--r-- 1

weird ls behaviour on GNU/Hurd...

2004-03-13 Thread Alfred M. Szmidt
[This report is more or less just a note for my self, but if anyone has any clues, please share them] Hey, I'm getting this weird behaviour from ls (CVS version) on GNU/Hurd: , | [EMAIL PROTECTED]:~/coreutils/coreutils/src$ ./ls -l /tmp/time-1.7.tar.gz | -rw-r--r-- 135987201 ams root 1030