bug#14963: The values for the same file-system differ depending on the file tested

2013-07-27 Thread Paul Eggert
On 07/27/2013 12:26 AM, Zahariev, Boris wrote: The values for the same file-system differ depending on the file tested? They shouldn't, no. What does 'strace' tell you about the relevant system calls? If the system calls are reporting the incorrect information, the bug lies in the kernel or

bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Sergio Durigan Junior
Hi there, I have a fix for this issue. This fix touches Gnulib, but I am sending it here anyway so you guys can test and make sure it works. It basically adds a simple production on lib/parse-datetime.y to extend it in order to correctly handle the proposed date format, i.e., '2 June, 2013'.

bug#14963: The values for the same file-system differ depending on the file tested

2013-07-27 Thread Bob Proulx
Zahariev, Boris wrote: ~]$ sudo df -h /nfs/eq-fas3240-001a/vol/a0content1/rcuvb/ FilesystemSize Used Avail Use% Mounted on eq-fas3240-001a:/vol/a0content1 549G 501M 549G 1% /nfs/eq-fas3240-001a/vol/a0content1 ~]$ sudo df -h

bug#14613: [PATCH] Make parse_datetime (and therefore `date') handle 'DAY MONTH, YEAR'

2013-07-27 Thread Paul Eggert
That format is typically considered to be erroneous, e.g., http://www.grammar.com/dates-day-month-year/, so I'm not sure parse_datetime should be supporting it.

bug#14971: split man page table mushed

2013-07-27 Thread jidanni
Package: coreutils Version: 8.21-1 File: /usr/share/man/man1/split.1.gz .PP CHUNKS may be: N split into N files based on size of input K/N output Kth of N to stdout l/N split into N files without splitting lines l/K/N output Kth of N to stdout without splitting lines r/N like

bug#14971: bug tracking numbers for split man page bug

2013-07-27 Thread jidanni
718...@bugs.debian.org 14...@debbugs.gnu.org

bug#14972: cp docs should mention permissions result when destination already exists

2013-07-27 Thread jidanni
Fellows, I don't think (info (coreutils) cp invocation) mentions how $ touch m $ cp m n $ chmod 444 m $ cp m n #THESE LINES $ cp m p #MAKE DIFFERENT THINGS $ ls -l -r--r--r-- 1 jidanni jidanni 0 07-28 11:20 m -rw-r--r-- 1 jidanni jidanni 0 07-28 11:21 n -r--r--r-- 1 jidanni jidanni 0 07-28 11:21 p