Re: no inodes free

2006-12-18 Thread Ja'far Railton
---BeginMessage--- On Sat, Dec 16, 2006 at 02:15:12PM -0800, Matthew Dillon wrote: Do a 'disklabel ad0s2' and post the output. If the fragment size is already set fairly small there isn't a whole lot you can do other then delete some files. Most people do not create such tiny

Re: pkg_rolling-replace problem

2006-12-18 Thread Victor Balada Diaz
On Mon, Dec 18, 2006 at 12:59:05PM +1100, Petr Janda wrote: I installed this package after reading the updating how to by Jeremy Reed, but I get this error on every package it tries to update: It's trying to use make instead of bmake. Never used that package so don't know how to fix it, check

Re: no inodes free

2006-12-18 Thread Matthew Dillon
Basically the issue is that UFS has a limited number of inodes, settable when the filesystem is formatted, and it is fairly easy to run out of available inodes on 'small' filesystems which have lots of tiny files in them. This isn't usually a problem on typical small

Re: A c++ puzzle for you gurus

2006-12-18 Thread walt
Peter Avalos wrote: On Wed, Dec 13, 2006 at 07:48:38AM -0800, walt wrote: .. My bonehead compiler question is: how did we get from 'from syncres.cc' to 'mtasker.cc' with no intermediate steps? ...mtasker.hh which includes mtasker.cc. ... The source of my confusion becomes clear! I don't