Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 1998 22:26:50 +0100
From:      Phil Regnauld <regnauld@EU.org>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: sysctl -a oddity
Message-ID:  <19981116222650.00624@stimpy.prosa.dk>
In-Reply-To: <15374.911131073@critter.freebsd.dk>; from Poul-Henning Kamp on Sun, Nov 15, 1998 at 12:57:53PM %2B0100
References:  <19981115103207.31226@stimpy.prosa.dk> <15374.911131073@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp writes:
> 
> recompile sysctl

No go: kernel + sources + obj in sync:

	[root]# make                                                  [usr.sbin/sysctl]
	Warning: Object directory not changed from original /usr/src/usr.sbin/sysctl
	cc -O -pipe   -c sysctl.c
	cc -O -pipe    -static -o sysctl sysctl.o
	gzip -cn sysctl.8 > sysctl.8.gz
	[root]# make install                                          [usr.sbin/sysctl]
	install -c -s -o root -g wheel -m 555   sysctl /sbin
	install -c -o root -g wheel -m 444 sysctl.8.gz  /usr/share/man/man8
	[root]# sysctl -a                                             [usr.sbin/sysctl]
	kern.ostype: FreeBSD
	kern.osrelease: 3.0-CURRENT
	kern.osrevision: 199506
	kern.version: FreeBSD 3.0-CURRENT #0: Sun Nov 15 12:51:45 CET 1998
	regnauld@stimpy.prosa.dk:/usr/src/sys/compile/STIMPY.v4.pc

	kern.maxvnodes: 2186
	kern.maxproc: 276
	kern.maxfiles: 552
	kern.argmax: 65536
	kern.securelevel: -1
	kern.hostname: stimpy.prosa.dk
	kern.hostid: 0
	kern.clockrate: sysctl: S_clockinfo 20 != 16: Undefined error: 0
	[root]#                                                       [usr.sbin/sysctl]

Now, do you mean I should cvsup _then_ recompile sysctl ?
This has been happening since 3.0-R.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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