5.2.1 boot question

Doug White dwhite at gumbysoft.com
Tue Jun 22 22:58:28 GMT 2004


On Mon, 21 Jun 2004, Darin wrote:

> Thanks for the response..
>
> >This was a known bug with that package build, sadly.  Any recent build has
> a fix.
>
> How recent?  I compiled KDE 3.2.3 from cvsuped ports on Thursday, June 18.
> I found messages discussing the problem with KUser that dated back to
> October of 2003.

It was committed a week after 4.9 or 5.2.1 was released, I think.

> FYI - The only change I had made to /etc/sysctl.conf was to add 'sysctl -w
> vfs.usermount=1' so that my daughter could mount CDs from her ID

That'll do it. sysctl.conf format is just:

vfs.usermount=1

since it does something like

for i in `cat /etc/sysctl.conf`; do
	sysctl $i
done

:)

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list