Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2008 20:41:28 +0200
From:      Polytropon <freebsd@edvax.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: "SYSCTL" error message upon bootup
Message-ID:  <20080902204128.2c1e2a40.freebsd@edvax.de>
In-Reply-To: <20080902125113.50e5cbea@scorpio>
References:  <20080902111120.57e894a8@scorpio> <20080902173636.c5f832d7.freebsd@edvax.de> <20080902125113.50e5cbea@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Sep 2008 12:51:13 -0400, Gerard <gerard@seibercom.net> wrote:
> I could not find any mention of it in the 'route.h' file, [...]

/usr/include/net/route.h, Version 1.65.2.3, line 85:

85:extern u_int rt_numfibs;     /* number fo usable routing tables */

That's the only occurance I found. FIBS seems to have something
to do with multiple routing tables, a feature that needs to be
enabled via a kernel option; I'm not sure if this has been present
in FreeBSD 6 already.


> [...] nor is there
> anything in the 'sysctl.conf' file.

So the setting isn't requested via /etc/rc.d/sysctl at startup
(which reads from /etc/sysctl.conf), but from another service.
If it was,

	# /etc/rc.d/sysctl restart

would lead to the same error message


> The message is displayed just
> before the 'login' prompt.

As RW mentioned, "Do you have apache?", is there something like

	Starting additional deamons: apache
	sysctl: unknown oid 'net.fibs'


> How can I determine what program is causing this to occur?

What's "near" the error message? Usually the startup notification
prior to this message should identify the program that causes this
message.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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