Re: global make -s

2012-01-22 Thread cliftonr
On 22.01.2012 07:54, Michael BlackHeart wrote: Hello, I'd like to know is there any good way to implement make -s behaivor as a default, 'cos in man make.conf examplet/etc/make.conf there's no anything about it. In most cases I just don't want to see echo output of make. I've added an alias to

Re: global make -s

2012-01-22 Thread cliftonr
On 22.01.2012 03:54, Michael BlackHeart wrote: Hello, I'd like to know is there any good way to implement make -s behaivor as a default, 'cos in man make.conf examplet/etc/make.conf there's no anything about it. In most cases I just don't want to see echo output of make. I've added an alias to

Re: GENERIC make buildkernel error / fails - posix_fadvise

2012-01-22 Thread cliftonr
On 12.01.2012 15:52, Doug Barton wrote: chflags -R noschg /usr/obj/usr rm -rf /usr/obj/usr It's much faster to do: /bin/rm -rf ${obj}/* 2 /dev/null || /bin/chflags -R 0 ${obj}/* /bin/rm -rf ${obj}/* If I could just add one thing here, for those who might be tempted to immediately cut and

Re: GENERIC make buildkernel error / fails - posix_fadvise

2012-01-22 Thread cliftonr
On 22.01.2012 13:16, Matthew Seaman wrote: On 22/01/2012 19:00, clift...@volcano.org wrote: If rm had an option to take files from standard input, or if there's another program I'm not aware of which does this, it could serve as the right-hand side of this. xargs(1) -- generic solution to

Re: FreeNAS to Custom FAMP Server

2011-12-03 Thread cliftonr
On 01.12.2011 13:10, list, mailing wrote: Hello Everyone!! Server I have: 4 Drives No-RAID - 500GB Each 2GB RAM Dual core Xeon 2.4 GHz I'm looking to make an internal office machine running: - Backup System (Software RAID5 or ZFS) - Apache - MySQL - PHP Traffic is just internal (Website)