From owner-freebsd-stable@freebsd.org Tue Apr 19 08:44:23 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 120ABB118EA for ; Tue, 19 Apr 2016 08:44:23 +0000 (UTC) (envelope-from melissa-freebsd@littlebluecar.co.uk) Received: from filter.blacknosugar.com (filter.blacknosugar.com [212.13.204.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD11919E0 for ; Tue, 19 Apr 2016 08:44:22 +0000 (UTC) (envelope-from melissa-freebsd@littlebluecar.co.uk) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=littlebluecar.co.uk; s=dkim; h=Subject:To:References:Message-Id: Content-Transfer-Encoding:Date:In-Reply-To:From:Mime-Version:Content-Type; bh=dc1ZIjKmWDz8t/Qn2eArSNSLp3fJPAc+hRZrN/EwLEA=; b=rx4ECrQtoW4GYkS1r5RqBKDSd sZ+eTuF0uSgr+PxDUf7ueCaWI+A+Nhb9YfnooKgUPsEoPK3i8nosWL1m+7TqCazj1nz0u7Fst1lSh V84bqeVaP4A5ST7zSz6BV1yTVe; Received: from 82-69-44-130.dsl.in-addr.zen.co.uk ([82.69.44.130] helo=[192.168.1.27]) by filter.blacknosugar.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1asQgS-00072I-IU for freebsd-stable@freebsd.org; Tue, 19 Apr 2016 09:06:57 +0100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: Melissa Jenkins In-Reply-To: Date: Tue, 19 Apr 2016 09:06:55 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <45B67BCE-540F-432A-9AA2-192B20312D27@littlebluecar.co.uk> References: To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.3124) X-SA-Exim-Connect-IP: 82.69.44.130 X-SA-Exim-Mail-From: melissa-freebsd@littlebluecar.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on filter.blacknosugar.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.1 Subject: 10.3 and reboot -r (reroot) X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on filter.blacknosugar.com) X-Testing: Hello! X-Testing: Hello! X-Testing: Hello! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 08:44:23 -0000 I've been trying to get reboot -r to work but get an error that = kern.proc.pathname is undefined. It then drops to single user mode. Interestingly I've checked the value of kern.proc.pathname and it = appears to be undefined on all the OS boxes we have from 9.3 up to = current. In fact the kern.proc tree doesn't appear to contain anything = though it does exist at least on some of the boxes. I haven't been able to find much about the kern.proc node except the = source code, and there doesn't appear to be anything in the OPTIONS file = that needs to be defined. =20 This leaves me feeling like I'm missing something obvious!? Can somebody please point me in the right direction? Thanks, Mel=