strange DF (disk full) output

2007-09-19 Thread Roberto Spadim
hello guys, i'm using archlinux current under XFS see what's happen with my /dev/sda2 (/ root partition) DF output: (88% Usage) [EMAIL PROTECTED] /]# df Sist. Arq. 1K-blocos Usad Dispon. Uso% Montado em /dev/sda2 9765312 8567884 1197428 88% / none

Re: find a document bug for expr

2007-09-19 Thread Jim Meyering
[EMAIL PROTECTED] wrote: I think I have found a document bug for expr: in the info page of String expressions, it says `expr' supports pattern matching and other string operators. These have *lower* precedence than both the numeric and ...,. But I think the string expressions have *higher*

Re: find a document bug for expr

2007-09-19 Thread Jim Meyering
Andreas Schwab [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] writes: @@ -10884,8 +10884,9 @@ To make @command{expr} interpret keywords as strings, you must use the @cindex expressions, numeric @command{expr} supports the usual numeric operators, in order of increasing

Re: strange date

2007-09-19 Thread Bruno
It's working fine now! Thanks a lot. Bruno [EMAIL PROTECTED] (Bob Proulx) writes: Bruno wrote: Ok. Everything was working perfectly until I adjusted the time in the KDE environment icon (it was a few minutes wrong). I did not change any environment variable, or file permissions. Maybe

Re: strange DF (disk full) output

2007-09-19 Thread Phillip Susi
Roberto Spadim wrote: i think that DF is understanding /mnt/smb (smbfs mount point) as / disk usage but if i umount it and get again df and du -s /*, df still with 88% No, df asks the filesystem itself for the information with statfs(), so the only way it is wrong is if the fs is damaged.