Re: [OpenAFS] 1.2.10 build problems on 'linux from scratch'

2003-08-27 Thread Kevin Coffman
On Tue, 26 Aug 2003, Kevin Coffman wrote: the final message of the thread, configure completed. However, now I think I'm running into the consequences of that with the following error during the make: gcc -O2 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing

Re: [OpenAFS] 1.2.10 build problems on 'linux from scratch'

2003-08-27 Thread Derrick J Brashear
On Tue, 26 Aug 2003, Kevin Coffman wrote: gcc -O2 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -fno-common -pipe -march=pentium -D__KERNEL__ -DCPU=586 -DKERNEL -D_KERNEL -DMODULE -DAFS_SMP-I. -I../ -I/home/kwc/build/openafs-1.2. 10/src/config -c

Re: [OpenAFS] 1.2.10 build problems on 'linux from scratch'

2003-08-27 Thread Derrick J Brashear
On Tue, 26 Aug 2003, Kevin Coffman wrote: the final message of the thread, configure completed. However, now I think I'm running into the consequences of that with the following error during the make: gcc -O2 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -fno-common

Re: [OpenAFS] quota monitoring

2003-08-27 Thread Robin Yamaguchi
I couldn't figure out a way to do this without locally storing the admin passwd, and cat pwfile | klog admin -pipe. I then fs listquota all volumes, grep WARNING, then send e-mail accordingly. Anyone have a better way using -localauth instead of using klog -pipe? cheers, Robin

Re: [OpenAFS] quota monitoring

2003-08-27 Thread Russ Allbery
Robin Yamaguchi [EMAIL PROTECTED] writes: I couldn't figure out a way to do this without locally storing the admin passwd, and cat pwfile | klog admin -pipe. I then fs listquota all volumes, grep WARNING, then send e-mail accordingly. Anyone have a better way using -localauth instead of

Re: [OpenAFS] 'vos examine', 'Last update' and date format

2003-08-27 Thread Derrick J Brashear
On Wed, 27 Aug 2003, Turbo Fredriksson wrote: Is it possible to get the date in UNIX format (seconds from Jan 1, 1970)? That's easier to parse then the default format... Dumb question: if you want parsable output, why not just write a small command and link against the same libraries? Write