From owner-freebsd-stable@FreeBSD.ORG Wed Apr 27 17:48:17 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497A316A4CE for ; Wed, 27 Apr 2005 17:48:17 +0000 (GMT) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8748D43D3F for ; Wed, 27 Apr 2005 17:48:16 +0000 (GMT) (envelope-from M.Santhoff@t-online.de) Received: from fwd22.aul.t-online.de by mailout04.sul.t-online.com with smtp id 1DQqdz-0002Mw-00; Wed, 27 Apr 2005 19:48:15 +0200 Received: from localhost.das.netz (SrmItMZroeAX-2GErM9ZR0KKS+gFVFxshcUun0KKnnnPhgmrwt4b4R@[217.251.154.21]) by fwd22.sul.t-online.de with esmtp id 1DQqdm-1uVnqy0; Wed, 27 Apr 2005 19:48:02 +0200 Received: from [10.0.0.3] (zaphod.das.netz [10.0.0.3]) by localhost.das.netz (8.13.1/8.13.1) with ESMTP id j3RHk0LI073614 for ; Wed, 27 Apr 2005 19:46:00 +0200 (CEST) (envelope-from M.Santhoff@t-online.de) From: Marc Santhoff To: "FreeBSD stable (Liste)" Content-Type: text/plain Message-Id: <1114623987.302.82.camel@zaphod.das.netz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 27 Apr 2005 19:46:28 +0200 Content-Transfer-Encoding: 7bit X-ID: SrmItMZroeAX-2GErM9ZR0KKS+gFVFxshcUun0KKnnnPhgmrwt4b4R X-TOI-MSGID: 84939c0a-c6af-44ee-b133-ec6181a8628d Subject: [4.11] sysctl reports garbage X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 17:48:17 -0000 Hi, I've updates my system this morning after reading about the usb mfc. The sources used before are dated from january. I'm not sure if this error was triggered by the update, but: Using "sysctl -a" it seems to lose track after some lines. kern.ostype: FreeBSD kern.osrelease: 4.11-STABLE kern.osrevision: 199506 kern.version: FreeBSD 4.11-STABLE #0: Wed Apr 27 07:46:03 CEST 2005 root@zaphod.das.netz:/usr/obj/usr/src/sys/zaphod.via600.conf kern.maxvnodes: 70336 kern.maxproc: 6164 kern.maxfiles: 12328 ... kern.devstat.numdevs: 5 kern.devstat.generation: 5 kern.devstat.version: 4 kern.disks: ad1 ad0 md0 kern.log_wakeups_per_second: 5 kern.log_console_output: 1 kern.msgbuf: failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: at uhub0 port 2 (addr 2) disconnected umass0: detached umass0: Genesys Logic USB Storage Device, rev 1.10/1.13, addr 2 umass0: Get Max Lun not supported (STALLED) da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 650KB/s transfers da0: 0MB (1 0 byte sectors: 0H 0S/T 0C) ... 4btrc: 4 ISDN trace device(s) attached ad0: 57220MB [116257/16/63] at ata0-master UDMA100 ad1: 157066MB [319120/16/63] at ata0-slave UDMA100 acd0: DVD-ROM at ata1-master PIO4 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s3a WARNING: / was not properly dismounted <118>DEPENDENCY NOTE: portmap will be enabled to support NFS <118>swapon: adding /dev/ad0s3b as swap device <118>Automatic boot in progress... <118>/dev/ad0s3a: <118>3170 files, 57784 used, 41399 free <118>(1783 frags, 4952 blocks, 1.8% fragmentation) <118>/dev/ad0s3f: <118>693033 files, 14063329 used, 1474471 free <118>(86495 frags, 173497 blocks, 0.6% fragmentation) <118>/dev/ad0s3e: <118>3561 files, 68623 used, 30560 free <118>(592 frags, 3746 blocks, 0.6% fragmentation) <118>/dev/ad0s4e: <118>230568 files, 1527217 used, 473348 free <118>(13532 frags, 57477 blocks, 0.7% fragmentation) <118>Doing initial network setup: <118> hostname ... p1003_1b.timer_max: 0 jail.set_hostname_allowed: 1 jail.socket_unixiproute_only: 1 jail.sysvipc_allowed: 0 compat.linux.osname: Linux compat.linux.osrelease: 2.4.2 compat.linux.oss_version: 198144 As you can see it prints the last system log from some hours before. Somewhere in the middle it preceeds each line with <118> and then is getting back to normal operation (at least it looks that way). World and kernel were build and installed together. Any hints how to correct this? Need some more diagnostic output? TIA, Marc