From owner-freebsd-stable Sun Aug 17 12:58:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA18286 for stable-outgoing; Sun, 17 Aug 1997 12:58:24 -0700 (PDT) Received: from thelab.hub.org (root@hal-ns1-45.netcom.ca [207.181.94.109]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA18268 for ; Sun, 17 Aug 1997 12:58:20 -0700 (PDT) Received: from thelab.hub.org (scrappy@LOCALHOST [127.0.0.1]) by thelab.hub.org (8.8.6/8.8.2) with SMTP id QAA25267 for ; Sun, 17 Aug 1997 16:58:17 -0300 (ADT) Date: Sun, 17 Aug 1997 16:58:16 -0300 (ADT) From: The Hermit Hacker To: stable@freebsd.org Subject: Stable related question...maybe... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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