Re: read(1) garbage when input redirected from make incorrectly

2010-02-16 Thread Tod McQuillin
On Tue, 16 Feb 2010, Garrett Cooper wrote: [gcoo...@optimus ~]$ python -c 'import sys; sys.stdin.read()' < make -V bash: make: No such file or directory [gcoo...@optimus ~]$ perl -e 'while (<>) { print; }' < make -V bash: make: No such file or directory No, you have to say: python -c 'import

Re: quotactl returns double values

2008-02-09 Thread Tod McQuillin
K, but my_st->dqb_bhardlimit holds 204800K. I hope you are remembering that the limits are measured in blocks -- a block is 512 bytes. Thus a limit of 102400K is 204800 blocks, since each 1K holds 2 blocks. -- Tod McQuillin ___ freebsd-hackers@fr

Re: volume serial number + volume label

2006-02-22 Thread Tod McQuillin
ve D is FooBar Volume Serial Number is 58BB-96AA This information is only relevant for msdos filesystems, for which you'll likely find the emulators/mtools port provides good support. -- Tod McQuillin ___ freebsd-hackers@freebsd.org mailing list h

Re: getfsent(3) and spaces in fstab

2003-07-31 Thread Tod McQuillin
e), describes the mount point for the filesys- tem. For swap partitions, this field should be specified as `none'. If the name of the mount point contains spaces these can be escaped as `\040'. It might be a good idea to use this method rather than inven