From owner-freebsd-current@freebsd.org Thu Feb 11 14:10:55 2016 Return-Path: Delivered-To: freebsd-current@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 6CF1CAA585E for ; Thu, 11 Feb 2016 14:10:55 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::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 07C561217 for ; Thu, 11 Feb 2016 14:10:55 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id p63so74891408wmp.1 for ; Thu, 11 Feb 2016 06:10:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vMr8dND6nbjFfuTsXj38BYjBdMNagxeQupxPAgnIMlY=; b=MKgStKVrfIDgUh7rO5nxgLCYWXsKKcbS0d5jb6jcOIEoNrXVErgZjH8/p0H/kOG7UX IUwhDOtjND6qt+t5IYn+p3LS96JFOsQpUmAbLdDJRXKpIihaj/6HxSCA+j9ampARD13I MZmj9L3V2Tgqzy4OfR5ltf5T96kAhdxAuyd/4wsg3tdPtVgmhng7STOzETwsS1Ek3IkW QygbM80u2NOfQoqA8DVvTyl/84ODv+kl2tzcyOIptNx8Br4SiGGLHKxr0b4g8RCcPtB/ UfROIxb1kjGOtghEVf8UrXP/euwSKytDf8IIir0lphVW2/bQDLowsj88vmACkyNnpuFU I3uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vMr8dND6nbjFfuTsXj38BYjBdMNagxeQupxPAgnIMlY=; b=PqyT86JIOIhxaYmzW0bMFxvzYf3EAOjErW2XxKuc6zE9NHXxUn5Oi3j4tLe+xI9cpV R2TNnD4ZvjqJY99dE0iAaKMz/4el+Es+L77SZtzVG+gt5droRYHIoviEYlz/+DYwrzfi QoUNB6PYGif63xmYFXZ2EHuJjCq+nBl6fDHpO+3cHFmMEqHWD/sayKu/4oFZCzvrFchv ftPWQZisyA7/a32Ir7doSxo9umaubrfxeyg9oYUx6KZTBLRhRNVIHY60uQ/s1Pgb3x7/ +LGnblmO1t9/aK8ICAkCcogOAoSAnCVKOS51fhBFs9vY4/K54KrFZV5F4W+k4FwrPLG6 rraw== X-Gm-Message-State: AG10YOQOW2vueazZfH7bww0h7wd5MwuFdKMh2hn4dOIhvSPkFqxoOFSfRw4MVCI/LSxBmHkIenTvJ+qZQy5Fgw== MIME-Version: 1.0 X-Received: by 10.28.89.69 with SMTP id n66mr18849042wmb.63.1455199853277; Thu, 11 Feb 2016 06:10:53 -0800 (PST) Received: by 10.27.184.136 with HTTP; Thu, 11 Feb 2016 06:10:53 -0800 (PST) In-Reply-To: <56BC94D5.8060102@selasky.org> References: <569BD681.80608@freebsd.org> <56BC94D5.8060102@selasky.org> Date: Thu, 11 Feb 2016 15:10:53 +0100 Message-ID: Subject: Re: r294195: Kernel panic during installworld From: Daniel Nebdal To: Hans Petter Selasky Cc: Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 14:10:55 -0000 On Thu, Feb 11, 2016 at 3:04 PM, Hans Petter Selasky wrote: > On 02/11/16 15:00, Daniel Nebdal wrote: >> >> plugging in a >> USB keyboard post-panic didn't do much > > > Hi, > > USB enumeration is disabled in the debugger. You need to plug it in > pre-crash :-) Same with any USB crash dump device(s). > > --HPS Myeah, I didn't really expect it to work - at least I left it plugged in now. :) -- Daniel Nebdal