Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 17:13:42 -0400 (AST)
From:      The Hermit Hacker <scrappy@hub.org>
To:        David Schultz <dschultz@uclink.Berkeley.EDU>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: latest kernel issue ... or increased KVA_FILES ... ?
Message-ID:  <20030214170721.T76487@localhost>
In-Reply-To: <20030214184345.GA1579@HAL9000.homeunix.com>
References:  <20030214065945.L76487@localhost> <20030214115355.GA424@HAL9000.homeunix.com> <20030214121353.T76487@localhost> <20030214184345.GA1579@HAL9000.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Feb 2003, David Schultz wrote:

> > 'K, but as long as I install/upgrade both kernel and world at the same
> > time, there won't be a problem, right ... ?
>
> Right.

Okay, still not working :(

I did:

make buildworld
make buildkernel
make installworld
make installkernel
mergemaster -i

venus# ls -lt /usr/lib/libc_r*
-r--r--r--  1 root  wheel   675444 Feb 14 13:27 /usr/lib/libc_r.so.4
lrwxr-xr-x  1 root  wheel       11 Feb 14 13:27 /usr/lib/libc_r.so -> libc_r.so.4
-r--r--r--  1 root  wheel  9322442 Feb 14 13:27 /usr/lib/libc_r.a
venus# ls -lt /kernel.b
-r-xr-xr-x  1 root  wheel  1723783 Feb 14 13:39 /kernel.b
 - NOTE: kernel.b is what I moved it to before moving the good one in place
   to get things back up and running

rebooted the server, and the aolserver and mysqld still give:

venus# egrep "nsd8x|mysqld" /var/log/messages | tail
Feb 14 14:15:19 venus /kernel: pid 77258 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:21 venus /kernel: pid 77271 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:21 venus /kernel: pid 77280 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:23 venus /kernel: pid 77286 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:24 venus /kernel: pid 77295 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:25 venus /kernel: pid 77312 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:26 venus /kernel: pid 77322 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:27 venus /kernel: pid 77333 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:29 venus /kernel: pid 77340 (nsd8x), uid 65534: exited on signal 6
Feb 14 14:15:35 venus /kernel: pid 77346 (nsd8x), uid 65534: exited on signal 6

reboot back to Feb 2nd's kernel, and all runs as it should ... (well, ps
and top don't work now, since I did do the upgrade of world), but the
processes are running:

venus# grep nsd8x /proc/*/status
/proc/15128/status:nsd8x 15128 1 15128 15128 -1,-1 sldr 1045255632,208656 1,173624 0,168809 poll 65534 65534 65534,65534 osrmidwest.com
/proc/22407/status:nsd8x 22407 1 22407 22407 -1,-1 sldr 1045255887,503076 1,481251 0,286693 poll 65534 65534 65534,65534 ukenneagram.co.uk
/proc/2941/status:nsd8x 2941 1 2941 2941 -1,-1 sldr 1045255225,92121 1,112542 0,136066 poll 65534 65534 65534,65534 bitscafe.com
/proc/33564/status:nsd8x 33564 1 33564 33564 -1,-1 sldr 1045256600,613349 1,246559 0,238861 poll 65534 65534 65534,65534,0,2,3,4,5,20,31 arsnovanyc.com
/proc/5132/status:nsd8x 5132 1 5132 5132 -1,-1 sldr 1045255295,499424 1,294700 0,180473 poll 65534 65534 65534,65534 dekka.com
/proc/8719/status:nsd8x 8719 1 8719 8719 -1,-1 sldr 1045255434,22952 0,56259 0,78762 poll 1030 1030 1030,1030 j-town.com
/proc/880/status:nsd8x 880 871 870 0 12,255 noflags 1045255159,120633 0,946457 0,150763 poll 65534 65534 65534,65534 alliancedata.org.il
/proc/9053/status:nsd8x 9053 1 9053 9053 -1,-1 sldr 1045255441,567055 1,91867 0,198521 poll 65534 65534 65534,65534 esm-partners.com
/proc/9075/status:nsd8x 9075 1 9075 9075 -1,-1 sldr 1045255441,704927 20,52370 0,930102 poll 65534 65534 65534,65534 esm-partners.com
/proc/9098/status:nsd8x 9098 1 9098 9098 -1,-1 sldr 1045255442,85435 0,972091 0,188146 poll 65534 65534 65534,65534 esm-partners.com
/proc/9325/status:nsd8x 9325 1 9325 9325 -1,-1 sldr 1045255447,641866 1,574225 0,181035 poll 65534 65534 65534,65534 fannyaronsen.net

The kernel config looks like, which I think is okay?  Is there something
else I have to set?  Or is there a bug that I'm triggering? :(

Thanks ...


------------------
machine		i386
cpu		I686_CPU
ident		kernel
maxusers	0

options         KVA_PAGES=512

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
options 	KTRACE			#ktrace(1) support

options         SYSVSHM
options         SHMMAXPGS=199608
options         SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)

options         SYSVSEM
options         SEMMNI=4096
options         SEMMNS=8192

options         SYSVMSG                 #SYSV-style message queues

options         IPFIREWALL                      #firewall
options         IPFIREWALL_FORWARD              #enable transparent proxy support
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default

options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

# To make an SMP kernel, the next two are needed
options 	SMP			# Symmetric MultiProcessor Kernel
options 	APIC_IO			# Symmetric (APIC) I/O

device		isa
device		pci

device		sym		# NCR/Symbios Logic (newer chipsets)

device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		pass		# Passthrough device (direct SCSI access)

device		amr		# AMI MegaRAID

device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

pseudo-device	splash

device		sc0	at isa? flags 0x100

device		npx0	at nexus? port IO_NPX irq 13

device		miibus		# MII bus support
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty	256	# Pseudo-ttys (telnet etc)

pseudo-device	bpf		#Berkeley packet filter

options    DDB
options    DDB_UNATTENDED
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
--------------------

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




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