From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 15:45:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 625B316A4CE for ; Tue, 22 Feb 2005 15:45:04 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E933A43D41 for ; Tue, 22 Feb 2005 15:45:03 +0000 (GMT) (envelope-from aentgood@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1101039wri for ; Tue, 22 Feb 2005 07:45:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=JvEe6GIHkU+3B87QVuXJhwKVshIKmwvRFgz99rxFkqXWQHKFEs3HieknaBH5MloE+/AccHjmlTwVGLkVdtLsvj7ln3ybwSX8QpgjlDRKhfZqsk7BQCFZtrMg9FkQSq7si4JyzfPNK1t7l/yijoumqsqQ71njGe0Ze4xxm6tFFF0= Received: by 10.54.39.76 with SMTP id m76mr151850wrm; Tue, 22 Feb 2005 07:45:02 -0800 (PST) Received: by 10.54.27.6 with HTTP; Tue, 22 Feb 2005 07:44:59 -0800 (PST) Message-ID: <7603e5d805022207447700b61c@mail.gmail.com> Date: Tue, 22 Feb 2005 15:44:59 +0000 From: Wouter van Rooij To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: buldworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wouter van Rooij List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 15:45:04 -0000 Hi all, Yesterday evening I've runned a make buildworld, after a cvsup. Unfortunately my system hang totally tomorrow. That is when the problems began. When I'm booting, the system reboots every time. I think I know why it hangs. It is because of vmmon_up.ko When I load that ko with kldload in single user mode, the system hangs again. So let's delete the file i thought, but it gives: (Logged in as root of course;) rm: /boot/kernel/vmmon_up.ko: Read-only file system ls -l gives: -r-xr-xr-x 1 root wheel 38529 Feb 20 11:48 /boot/kernel/vmmon_up.ko I've tried to fix it with chmod: chmod a+w vmmon_up.ko but it doesn't help. Do you guys have any idea how to fix it? Thanks Wouter van Rooij