Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2004 16:34:56 -0800
From:      Richard Dawes <rdawes@epstais.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Is 'make index' broken?  Suggestions?
Message-ID:  <20040305003456.GA42105@epstais.com>
In-Reply-To: <20040304231813.GA89355@xor.obsecurity.org>
References:  <20040303221112.GA64321@epstais.com> <200403032038.36790.kstewart@owt.com> <20040304063458.GA51215@xor.obsecurity.org> <20040304155452.GA17995@epstais.com> <20040304194322.GA75176@xor.obsecurity.org> <20040304205036.GA8017@epstais.com> <20040304231813.GA89355@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 04, 2004 at 03:18:13PM -0800, Kris Kennaway wrote:
> 
> Hmm, it's possible that port is doing something jail-unfriendly.
> e.g. one of these commands could be the cause of the error:
> 
> SIZE!=          /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
> LINPROCFS!=     /sbin/mount | /usr/bin/grep ^linprocfs | ${AWK} '{print $1}'
> PROCFS!=        /sbin/mount | /usr/bin/grep ^procfs | ${AWK} '{print $1}'
> 
> Do you have a full FreeBSD install in your jail, or are some of the
> above binaries missing?
> 
> Kris

Oh...  Good catch!  Actually, I have those commands, but I do
happen to know that there's an outstanding issue with our server
provider -- after our partition was "resized" -- with the effect
that our df wrapper doesn't list any numbers because the mount
point is different from the original setup, at least for the
moment... I hadn't been pushing them to fix that since everything
runs fine so far otherwise.

OK, I'll pursue that angle and we'll see where it goes... I
expect that will do the trick once fixed.

Thanks so much for your help looking at that, Kris!  I know it
was a waste of your time, not being ports-related -- I should
have looked at the staroffice52 Makefile.  Then I would have
noticed the use of df -- I'd like to think. :)

Cheers!

-Rich


-- 

Richard Dawes
rdawes@epstais.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305003456.GA42105>