Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 1997 16:58:16 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        stable@freebsd.org
Subject:   Stable related question...maybe...
Message-ID:  <Pine.NEB.3.96.970817165226.317H-100000@thelab.hub.org>

next in thread | raw e-mail | index | archive | help

Hi...
	
	I hate to ask, but I'm curious if I might have hit a limit somewhere
that I can raise.

	Yesterday evening, I added on 1 more news feed coming into my machine,
and then starting this morning, shortly afterwards, my machine is rebooting
on an hourly basis.  Coincidence or clue?

	The error/panic seems to be caused here:

(kgdb) up 5
#5  0xf012296d in sosend (so=0xf0fee900, addr=0x0, uio=0xefbfff38, top=0x0, 
    control=0x0, flags=0) at ../../kern/uipc_socket.c:421
421                                     mlen = MHLEN;
(kgdb) list
416                             if (flags & MSG_EOR)
417                                     top->m_flags |= M_EOR;
418                         } else do {
419                             if (top == 0) {
420                                     MGETHDR(m, M_WAIT, MT_DATA);
421                                     mlen = MHLEN;
422                                     m->m_pkthdr.len = 0;
423                                     m->m_pkthdr.rcvif = (struct ifnet *)0;
424                             } else {
425                                     MGET(m, M_WAIT, MT_DATA);
(kgdb) print mlen
$1 = 100

	Am I grasping at a straw?  Or can there be some sort of tie between the
two?

	Damn...forget it...following this train of thought, I just looked at
/var/log/messages and:

Aug 17 15:20:47 hub /kernel: Out of mbuf clusters - increase maxusers!
Aug 17 15:31:09 hub /kernel: Copyright (c) 1992-1997 FreeBSD Inc.

	Going to fix this now :(

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.970817165226.317H-100000>