Re: Building a kernel with config ?

2006-09-26 Thread George Potapov
On Tuesday 26 September 2006 19:23, Sean Bryant wrote:

> Another way you could achieve the same thing is:
> make kernel KERNCONF=KERNNAME
>
> this will combine both steps in to one.
> Also for those who want to omit the KERNCONF step set KERNCONF in
> /etc/make.conf and you can omit the KERNCONF argument.

But this also does make clean before building so it may be a pain especially 
if you change one file or want to add just another driver.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Too dumb to mount as non privileged user

2006-09-18 Thread George Potapov
On Monday 18 September 2006 15:12, [EMAIL PROTECTED] wrote:

> So I changed the ownerships to 0666 but this didn't help either.
> I doublechecked sysctl, groups and ownerships. Can please anybody give me a
> hint?

IIRC the mount point directory must be owned by the user attempting the mount.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"