From owner-freebsd-current@FreeBSD.ORG Tue Feb 27 05:32:59 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E05D16A40D for ; Tue, 27 Feb 2007 05:32:59 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E3FF813C474 for ; Tue, 27 Feb 2007 05:32:58 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id A4DDC1A3C19 for ; Mon, 26 Feb 2007 21:32:58 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AF56A51587; Tue, 27 Feb 2007 00:32:57 -0500 (EST) Date: Tue, 27 Feb 2007 00:32:57 -0500 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070227053257.GA22996@xor.obsecurity.org> References: <20070225233333.GA80065@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070225233333.GA80065@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: current@FreeBSD.org Subject: Re: Someone broke diskless booting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 27 Feb 2007 05:32:59 -0000 On Sun, Feb 25, 2007 at 06:33:33PM -0500, Kris Kennaway wrote: > Some time in the past week or so someone committed a change to the > kernel that broke diskless booting: > > Trying to mount root from nfs: > fxp0: link state changed to UP > NFS ROOT: 69.147.83.43:/a/nfs/7.dir1 > Interface fxp0 IP-Address 69.147.83.96 Broadcast 69.147.83.127 > mdmfs: mdconfig (attach) exited with error code 1 > cp: /etc/gss/mech: Read-only file system > cp: /etc/gss/qop: Read-only file system > cp: utimes: /etc/gss: Read-only file system > cp: /etc/ppp/ppp.conf: Read-only file system > ... > nfs server 69.147.83.43:/a/nfs/7.dir1: not responding > nfs server 69.147.83.43:/a/nfs/7.dir1: not responding > nfs server 69.147.83.43:/a/nfs/7.dir1: not responding > > Kris A kernel from 1 week ago boots. Kris