From owner-freebsd-questions@freebsd.org Mon Feb 22 18:33:37 2016 Return-Path: Delivered-To: freebsd-questions@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 37B54AB11F2 for ; Mon, 22 Feb 2016 18:33:37 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (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 B52E3109A for ; Mon, 22 Feb 2016 18:33:35 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from [10.0.0.3] (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u1MIXPVa091732; Mon, 22 Feb 2016 19:33:25 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: Got a panic today To: Polytropon References: <56CB47A6.9080107@bananmonarki.se> <20160222191320.bc8ed616.freebsd@edvax.de> Cc: questions FreeBSD From: Bernt Hansson Message-ID: <56CB5475.4090203@bananmonarki.se> Date: Mon, 22 Feb 2016 19:33:25 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20160222191320.bc8ed616.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 18:33:37 -0000 On 2016-02-22 19:13, Polytropon wrote: > On Mon, 22 Feb 2016 18:38:46 +0100, Bernt Hansson wrote: >> This panic showed up today once; >> >> panic: AP (PHY# 1) >> >> What is AP and PHY? > AP seems to refer to the CPU, the "application processor" > See for comparison this dmesg output: > > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > FreeBSD/SMP: 1 package(s) x 2 core(s) > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > > Here we see BSP ("bootstrap processor") and AP. > > PHY seems to refer to physical characteristics of interfaces. > Again from "dmesg | grep PHY": > > nsphy0: PHY 24 on miibus0 > ukphy0: PHY 1 on miibus1 > > You often see comparable output related to NICs. For example, > if you search "man rl" for the string "PHY", there are refernces > to the physical chipset (physical layer, as opposite to the MAC, > the media-independent layer). It's a reference to the OSI layer 1. > > So in your case, the error refers a panic of the application > processor, which is the 1st physical processor. > > I hope my guesses are correct. :-) Very often they are, but I had the same kind of "panic" in windows. The machine would run för any number of minutes then the screen went black and the led on the monitor started blinking slowly like if the screensaver started. This is what SEEMS to have "fixed" the problem; https://forums.freebsd.org/threads/19515/