From owner-freebsd-ppc@freebsd.org Thu Aug 4 14:31:47 2016 Return-Path: Delivered-To: freebsd-ppc@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 2C358BAF2DA for ; Thu, 4 Aug 2016 14:31:47 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (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 DA7BF11BE for ; Thu, 4 Aug 2016 14:31:46 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-vk0-x236.google.com with SMTP id s189so169524423vkh.1 for ; Thu, 04 Aug 2016 07:31:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=5ql0UigHxQ4/vLs4b2pfOeTC+X1yu8GAAH23mOArQO4=; b=AuVi5jXlyYLw2JavlQdanKupNoqmC7HT9vfiLwFyr255l5gCIsfWLdR99L1MpeDKn7 +EzrrT58uUBp2CHU2R/c4G8DFn0pz4ExTPpCpi4QQ8BVt5rfdOAQfRWOrBeJjwqWs2CG Mg77j9c+OvRBHa3k4jWbM6gyXl7EVLlUmj3nyAL2V3UQg00gupckAe8zSNimHhiIvx24 dDPExeTsu5zxVrDpOWnsyvbMqvW0WL6WeBOB+ylAUD7iVyehmO8n769jNmCLsNWUUBkP VdGwwSZiyUcHyucqc4QCdYfWqTUeK6AKfYex/mmVs0XGJ4t4bwmNf7cgIs2Bucok9Rdd TwOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=5ql0UigHxQ4/vLs4b2pfOeTC+X1yu8GAAH23mOArQO4=; b=Z1IKyp9+BGpgcIYb4uFHpQfU7eRvMESptwRj62KPXeYpD7+X6Mr7BAxo3ty5AaXR3R I7p5igdG+BGgXKJwVdAoJBTyCt3NbKFTQQRd6P1nZ+zgPB6JirO0aNW7J/sCPpKQysRz fa1CgtNheTm4TMKIaa2bstVqnAQrQ6G3TSxcoon9ZfCfORjddkF2ynBUGZmtwHt00nol t3gYcjftCswT60wPohH+R9D3/llMBvzFZTPQhXVM2P6ijYgL8WEQACBJjn7GIHxqnF4h 2xaRFpv6oOJvhBWMV35TszdqQKimJByeW+Qz4cbhfU/Yfj19SuvowMroSm13sTsFPLP2 3Gsg== X-Gm-Message-State: AEkoousozsXRk2OBOaKCEmK7U42UdmCgyWfX+f9vgjyRgpEXPsOArmL68ElQ2QTLuZQeemAQyeP+g8YU8spz2g== X-Received: by 10.31.174.141 with SMTP id x135mr36397700vke.25.1470321105881; Thu, 04 Aug 2016 07:31:45 -0700 (PDT) MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.103.150.1 with HTTP; Thu, 4 Aug 2016 07:31:45 -0700 (PDT) In-Reply-To: References: From: Justin Hibbits Date: Thu, 4 Aug 2016 09:31:45 -0500 X-Google-Sender-Auth: OAq8y1JSlj_4n3FJbGP8KsQdj2o Message-ID: Subject: Re: 11.0-BETA3 panic on PowerMac G5 during boot autoconfig To: "Jukka A. Ukkonen" Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 14:31:47 -0000 On Thu, Aug 4, 2016 at 1:59 AM, Jukka A. Ukkonen wrote: > > Hello all, > > Has anyone else noticed a similar problem with 11.0-BETA3? > My G5 boots just fine with 11-BETA2. When I built the latest > BETA3 source yesterday afternoon the system started panicing > during the boot. The message shown flashes so quickly past > the screen that I have no idea what it is trying to say. > Though kern.panic_reboot_wait_time is set to 15 seconds, > the system apparently does not obey this delay. It reboots > immediately after showing the panic message. > > --jau Can you try setting at the loader 'debug.debugger_on_panic=1'? It *shouldn't* reboot then so you can poke around, and give the panic message. Unfortunately I haven't had time to update my G5, it's still running head from back in October. - Justin