From owner-freebsd-current@freebsd.org Mon Apr 24 06:23:42 2017 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 D88B0D4C8B2 for ; Mon, 24 Apr 2017 06:23:42 +0000 (UTC) (envelope-from rsb@berentweb.com) Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (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 67312FA8 for ; Mon, 24 Apr 2017 06:23:42 +0000 (UTC) (envelope-from rsb@berentweb.com) Received: by mail-wr0-x242.google.com with SMTP id v42so10928926wrc.3 for ; Sun, 23 Apr 2017 23:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:cc; bh=ygeLZj0B3jMeqxEisE69KCPePQUSKw0hQz0feLDikZU=; b=idHYbfwvnzRuReZDhtkdgUIsVmXjOk/BzqaWYWdyxUGKsWssegsuoV9aMucJt3NCEA QrpDSmSXjev4wJySeyCX00LYeKWdh3hA1Z7ybIWVtGFVCgBAC6i+NBzqpOZZPkQPd5k7 fLhJzorQ2BCcbIGXNE4tZJZFTvdIVk7heVIhi+HB0Hs9nQOA8PA4iUpm9xIvxUxjxExr 8HOF7upOkxEmGbrNi2qb5b3kRLJuz1PF/UkNDNRp5qHBsOdsSnsJKx8V7y6mpgs5K/n+ UUbPEn2DAgDUM68aPwY+NVlEhN27wZBJZ9WAqWzg2M/zlHuJyeSp/X1QYMAMv4ZbiXM2 wkqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:from:date:message-id:subject:cc; bh=ygeLZj0B3jMeqxEisE69KCPePQUSKw0hQz0feLDikZU=; b=qrik4HbheXB5tFSs7+ayE5/zYU/tjnQjuHK/4GwTSnFZIM/eSeBkyYO4TZ/DW70PEK TqHZeHbzfsiV6JOvpa7GQMH1pM/yINIsDXybzVfvth0uXWe1Q5dGUx4uDiMc3rUZpKxx RApZxtgDTi3PnEqAsZbTSzLDRe+rnMo//6U12eGhHWP3UlkjYUeLAIB08WUoN7GM0gFH SITf4M4Tl59NSISbHYUNtToeCxgx7v8obFRyLnqra6QhvpqCnaCBPvLDnyUvD4G8GgVD /qW4RsVVNfcVDVqYP3ALkjCdfLWsCGsOKCDc6RE4aC25LDHTcOw1FBW4xUltxcAti+TK ECRw== X-Gm-Message-State: AN3rC/7ScOWxGw1oWc/HHPiW1QaGvJg/7j28qpIy0nATXv5IfR6280ek qemdwN4FlWWTvosT2C+Vh9YDW2S9/w== X-Received: by 10.223.139.86 with SMTP id v22mr4306217wra.47.1493015020650; Sun, 23 Apr 2017 23:23:40 -0700 (PDT) MIME-Version: 1.0 Reply-To: zaphod@berentweb.com Sender: rsb@berentweb.com Received: by 10.28.41.199 with HTTP; Sun, 23 Apr 2017 23:23:40 -0700 (PDT) X-Originating-IP: [24.133.238.42] Received: by 10.28.41.199 with HTTP; Sun, 23 Apr 2017 23:23:40 -0700 (PDT) In-Reply-To: References: From: Beeblebrox Date: Mon, 24 Apr 2017 09:23:40 +0300 X-Google-Sender-Auth: Rcnk0C81p1DqLMQbbTWOLOWBxc0 Message-ID: Subject: Re: Several minor questions (12.0-amd64) Cc: freebsd-current Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 24 Apr 2017 06:23:42 -0000 /boot/loader.conf allows for an earlier time frame for having dumpdev. Thanks a lot, that's a very nice suggestion. Did not work though surprisingly, which suggests panic is ocuring in a way that interferes with loader. No matter, I noted down the output of trace and had alredy moved relevant modules to rc.conf. The capture attempt was so I could send it to a drm-next developer. Regards.