Antoine Jacoutot wrote:
Scott W wrote:
mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export
/mnt
nfs: -o rsize=: option not supported
Try "-r 8196 -w 8196" and have a look at man mount_nfs.
Antoine
Definite user error on my part, thanks. I couldn't find an
Hey all- Perusal of the man page for mount_nfs doesn't seem to shed any
light here, so can someone tell me what is wrong with
this mount command (namely half of the options)?
mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export /mnt
nfs: -o rsize=: option not supported
Likewise f
Wes Peters wrote:
On Tuesday 28 October 2003 12:05, David O'Brien wrote:
On Mon, Oct 27, 2003 at 01:26:23PM -0800, Wes Peters wrote:
At work we do a lot of dynamic filesystem creation, so we added the
ability to specify the 'special file' argument to newfs via the
fstab mount point directo
Hey all. In doing a portupgrade -RvN for windowmaker, Perl and libiconv
were recompiled. I saved the log output and noticed several oddities I
was wondering if anyone can explain?
1..several settings come up as undefined during the Perl build, namely:
$i_malloc
$d_setegid
$d_seteuid
$i_iconv
T
Dag-Erling Smørgrav wrote:
"M. Warner Losh" <[EMAIL PROTECTED]> writes:
find /usr/obj -name .depend
or better yet
rm -rf /usr/obj/*
*ahem*
the correct incantation is:
# cd /usr/src
# make cleandir
# make cleandir
DES
Removing the /usr/obj/* tree worked, back in business. Will have
M. Warner Losh wrote:
I'd remove all the .depend files and try again.
Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I've tried that one- I'm no
Hey all- hopefully someone can point me in the right direction here.
After problems with cvsuped 5.1 current, I did a re-install of 5.1
RELEASE on a system with two IDE drives. The install appears to go
well, but on reboot, I'm faced with what appears to be 3(!!) options for
booting BSD, none
Hey all. I've been unsuccessful at performing a 'make buildworld' for
the past week based on a cvsup of 5.1-current. This is a fresh install
as of ~10 days ago on a Dual Celeron BP-6 system, 784M RAM. To say this
is getting frustrating at this point is an understatementanyone else
seeing