From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 01:03:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E843316A4CE for ; Fri, 17 Sep 2004 01:03:28 +0000 (GMT) Received: from hellhound.ceribus.net (c-24-21-90-79.client.comcast.net [24.21.90.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9648843D2D for ; Fri, 17 Sep 2004 01:03:28 +0000 (GMT) (envelope-from grover@ceribus.net) Received: (qmail 33699 invoked by uid 1002); 17 Sep 2004 01:04:10 -0000 Received: from grover@ceribus.net by hellhound.ceribus.net by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(192.168.200.200):. Processed in 0.979538 secs); 17 Sep 2004 01:04:10 -0000 Received: from unknown (HELO cujo) (192.168.200.200) by 192.168.200.225 with SMTP; 17 Sep 2004 01:04:09 -0000 From: "Grover Lines" To: Date: Thu, 16 Sep 2004 18:03:29 -0700 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcScUiTOX9EHkwpxRnCPVebXYlikjA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Qmail-Scanner-Message-ID: <109538304967233692@hellhound.ceribus.net> Message-Id: <20040917010328.9648843D2D@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: slotcount oddity message X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 01:03:29 -0000 Just got this message when logging out and thought it was strange considering pid 729 was just a login. %exit logout pid 729: corrected slot count (2->1) 358 ?? Ss 0:00.01 /usr/sbin/usbd 408 ?? Ss 0:00.02 /usr/sbin/cron -s 729 v0 Ss 0:00.04 login [pam] (login) 730 v0 S 0:00.02 -csh (csh) 732 v0 R+ 0:00.00 ps ax 456 v1 Ss+ 0:00.00 /usr/libexec/getty Pc ttyv1 FreeBSD purgatory. 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Sep 16 16: 17:44 PDT 2004 root@purgatory.ceribus.net:/mnt/hell/3/obj/usr/src/sys/INSANI TY i386 I'm using sched_ule with no preemption. I've been seeing a lot of these corrected slot count messages lately. Are they anything to be concerned about? -- Grover Lines