From owner-freebsd-stable@freebsd.org Sun May 7 05:11:31 2017 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 97A28D62891 for ; Sun, 7 May 2017 05:11:31 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: from mail-pg0-x22a.google.com (mail-pg0-x22a.google.com [IPv6:2607:f8b0:400e:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51FF2136A for ; Sun, 7 May 2017 05:11:31 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: by mail-pg0-x22a.google.com with SMTP id o3so20021727pgn.2 for ; Sat, 06 May 2017 22:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=5E6vHFpu+BPHFnIJRPVMuAAm7VsBAMIyke4R8YYwGYw=; b=VA0d1n1Ta9ZFqAVmb0jmORolpxlIqUacCWh5iXzCVucA93TPZf6OrTh1rCtGgwRrMt wNY57ql9h4j8CpoNS62AJOWUc1I7fEX72XKQdLAgIMsQSNEMsT9dXBtYVabSlwlpL+Cf M993wswDhlyctoweYfA0M3PnyDqqZsVh6XZf4UNGaq4kb4AEwE9PLPJWYbPdft0VXr1B By/P0AuE5Eqsjvbst3lAvloKMO+/+3fBlQIM4awA4mC3TLwweK+6qbEj+m8qu8/TJztX +CMqjaE9OW5nERv4hom+48u/yKMhO4F3yxG8EtbA/+85H42jAfQs0HSLcniwzTjwVig5 jCYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=5E6vHFpu+BPHFnIJRPVMuAAm7VsBAMIyke4R8YYwGYw=; b=BYORhwfbt/g50f9IsHAWHYRtMay5WvENiAQ1umqFrn/DF1YTesQyKeNQqhL6fPuF+5 3qzUPmrtVsGddfApzmxjvKBigaEYS2ca4vkdeinq9anvWSyRWAHyO5gRxVErPJgPt/nd tiWWxaeTxSRnYSI0t8tGlZoFsENq81Z44h5ihC0sJBDQwZH0HKqhLKJmzld/AyszE1nm dcG+Gq95GywHT79IzBTa0EuFM7c/DqaUTcTPy4GaoIjrkh/6Vn0o/ak1Uo5+DvB7hM2L GsgAGKzrx87g3y39j0ThzJaH2khPlQC/x0EDWdJkOCAlb3H/5Xd5xbPM9IjKXL81AUdU NBfA== X-Gm-Message-State: AN3rC/7vNjeAGwDW0SWGnU6mkkLZw2fcLDAZJYM/XqcVd8Es7hE2Hne7 ezh5TBDseaJdghVscrs= X-Received: by 10.84.218.205 with SMTP id g13mr59251257plm.38.1494133890645; Sat, 06 May 2017 22:11:30 -0700 (PDT) Received: from [192.168.88.254] (ip70-173-249-54.lv.lv.cox.net. [70.173.249.54]) by smtp.gmail.com with ESMTPSA id h71sm10034236pfe.85.2017.05.06.22.11.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 May 2017 22:11:29 -0700 (PDT) To: freebsd-stable@freebsd.org From: jungle boogie Subject: 11 stable vagrant images: page fault Message-ID: Date: Sat, 6 May 2017 22:11:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2017 05:11:31 -0000 Hi All, I'm using 11-stable Vagrant image from here: https://atlas.hashicorp.com/freebsd/boxes/FreeBSD-11.0-STABLE (tried 20th of April and 5th of April). Unfortunately, I can only get the VM to stay up for about 9 seconds, because it's in a constant reboot loop. This command will stop the reboot: VBoxManage setextradata stable_default_1494131864056_36337 "VBoxInternal/PDM/HaltOnReset" 1 And when doing so, I see this failure: http://imgur.com/a/USHdB I can download 11-stable and 12-current vdh files and import those into virtualbox, resulting in those not crashing. 11-stable is from the 20th of April. I also have this 12-current vagrant box working: vagrant@:~ % uname -a FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r316750: Thu Apr 13 08:03:28 UTC 2017 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 The host is some Unbuntu version: 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux VirtualBox is version 5.1.22 r115126, which is the most current version: https://www.virtualbox.org/wiki/Changelog Any thoughts? Thanks!