From owner-freebsd-stable@FreeBSD.ORG Tue Mar 10 11:29:21 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 537AF213 for ; Tue, 10 Mar 2015 11:29:21 +0000 (UTC) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F3B8ADF for ; Tue, 10 Mar 2015 11:29:21 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YVILY-0002dP-5s; Tue, 10 Mar 2015 11:29:12 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YVILY-000PiO-3q; Tue, 10 Mar 2015 11:29:12 +0000 To: bsd-lists@bsdforge.com, fjwcash@gmail.com Subject: Re: Is there a linux_base available for RELENG_9? In-Reply-To: <88e79f73155978f7c2c31e8a5ed94a54@ultimatedns.net> Message-Id: From: Pete French Date: Tue, 10 Mar 2015 11:29:12 +0000 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-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: Tue, 10 Mar 2015 11:29:21 -0000 > Indeed. Having read UPDATING prior to the attempted upgrade, I > followed the advise to add 'compat.linux.osrelease=2.6.18' > to sysctl.conf(5). And rebooted. If you rebooted then it should have been set - and you should not have needed to do it manually. > But what turned out to be the *actual* solution, was to use > sysctl(8). Applying it directly fixed it. :-) This should not have been necessary if you rebooted. I think you should try and find out what went wrong, as otherwise this will not work when you reboot next time and you will have to set it by hand on each reboot. It sounds like you did all the right things - nt sure why it didnt work for you. Have you rebooted since ? What is the value after rebooting now ? -pete.