From owner-freebsd-current Sun Jan 5 15:36:58 2003 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 9276037B401 for ; Sun, 5 Jan 2003 15:36:56 -0800 (PST) Received: from relay8.melbpc.org.au (newglider.melbpc.org.au [203.12.152.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D22D43EA9 for ; Sun, 5 Jan 2003 15:36:55 -0800 (PST) (envelope-from kpeter@melbpc.org.au) Received: from melbpc.org.au (a1-92.melbpc.org.au [203.12.158.92]) by relay8.melbpc.org.au (8.12.6/8.12.6) with ESMTP id h05NaoP5043098 for ; Mon, 6 Jan 2003 10:36:51 +1100 (EST) (envelope-from kpeter@melbpc.org.au) Message-ID: <3E18C197.2010107@melbpc.org.au> Date: Mon, 06 Jan 2003 10:36:55 +1100 From: Peter Kostouros Reply-To: kpeter@melbpc.org.au Organization: Private Individual User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3a) Gecko/20021222 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-current@FreeBSD.ORG Subject: Re: VOP_STRATEGY on VCHR? References: <4314.1041762317@critter.freebsd.dk> In-Reply-To: <4314.1041762317@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.4(snapshot 20020706) (relay1) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I received a similar problem during booting into single user mode upon startup. I hope the following helps: mounting root from ufs:/dev/ad2s1a start_init: trying /sbin/init VOP_STRATEGY on VCHR :0xc189a00: tag none, type VCHR, usecount 5, write count 0, refcount 6, flags (VV_OBJBUF) backtrace spec_strategy spec_getpages ffs_getpages vnode_pager_getpages exec_map_first_page kern_execve execve start_init fork_exit fork_trampoline --- trap 0x1, eip = 0, esp = 0xcbaaed7c, ebp = 0 --- phk@FreeBSD.ORG wrote: >In message <3E17D52F.7050307@hotmail.com>, walt writes: > > >>After updating world and kernel this evening I saw this message fly by >>during the reboot: >> >>Mounting root from ufs:/dev/ad0s3a >> >>VOP_STRATEGY on VCHR >>: 0xc25fd000: tag none, type VCHR, usecount 5, writecount 0, refcount 6, flags (VV_OBJBUF), >>Sorry, need DDB option to print backtrace >> >>That feels like an error message (sort of) but everything seems to be >>working normally. Is this a real problem or just noise? >> >> > >Well, to you it's just noise, to me it's a real problem :-) > >It is probably the same problem as the one I just commited a fix for. > >If you get this again after upgrading, please put the DDB option in >your kernel and see if you can reproduce it so I get a traceback. >The vnode information alone seems not quite as useful as I had hoped. > > > -- Regards Peter As always the organisation disavows knowledge of this email To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message