From owner-freebsd-stable@freebsd.org Tue Oct 10 21:45:47 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 8A3BCE3E2D0 for ; Tue, 10 Oct 2017 21:45:47 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (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 4C5F16E749 for ; Tue, 10 Oct 2017 21:45:47 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id b5so3008869vkf.12 for ; Tue, 10 Oct 2017 14:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=41cgW0wMFrK1qmPYPhuDp4ADJmDKALfhApVtYU/lvs8=; b=CvtCMZJXoQp6R/4JUagRBISCd6imhbdBS9SjF8d+d8CQZ6N8hKLFdb63QLSk4ZT2AN dXm6re+EkWxLECQCei1giCtnj+H4F0Z/Mpyc3SQdEZhBT0VVRaX0q1tvgV2wgxMsiEUc tb4NaMIHMqLoHdL4CCGqB4tThWsOOo9wRoyRWCkyim3vfQlpRvX5J4gjILVBVuQ6qCUn IgCrS+Gxcw6HhNSeKkE4x3ICnBaSqt7IwoYI6RTjmL7W2b4kuYcc0G0YvEqSI7DeIBjR 3m+ZNethN4g4wLZlV8LE+BCx6cWKm9yh+uz2CbeIwLf0zHaQpDnRBfloUYKUsjzGXdJi Axrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=41cgW0wMFrK1qmPYPhuDp4ADJmDKALfhApVtYU/lvs8=; b=UnjDa+Zp9LO1fJaqucZzytP102cWR7xHYEfynGqZH/XFZPYjb0JJp7RnK1S/7j+aXH GsOwDXRf8JFY0sGbDB0aronUzpnWcmBUdSzMwP2zclVGhcJo00GCRbPkn7hTww/KShqu FfZ+bF9hr1R4O0hUQvc1Gblfu/vmDndwdOc5T06mVHWhl/Ql4oLdQNLZwo/R/MtvDUh9 PG+4oEO+m7S7W5a+aNi5ButPKU5Mzia5kT+YdA1IJxE9k/V8hLeTIEPM1MPMm/chJXmA y6kCAF8mF+Tfr+p6inCevjauKgfEbk++s3yNgno8OVlbg88zDlDmUmTpBl5cndUrCREL sdoA== X-Gm-Message-State: AMCzsaWWqpKgoBLFAdzERsiqAyGwOvlEBjesZ2i4GutJsKV9pjqWUlZU djaH1THO2WWvDj8RQONzUvC1eTyTae3ku2+FZuHBwg== X-Google-Smtp-Source: AOwi7QCBTBuSt9NEgvoLMzBG0yu/0KUZdqd7atLXuzdkdcM+3FEnWtK+UArOKZsuyoPhP29Y+VeweseSixikPMpT7qo= X-Received: by 10.31.166.66 with SMTP id p63mr7737157vke.42.1507671945827; Tue, 10 Oct 2017 14:45:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.50.129 with HTTP; Tue, 10 Oct 2017 14:45:05 -0700 (PDT) In-Reply-To: References: <59DA76F1.6040602@grosbein.net> From: grarpamp Date: Tue, 10 Oct 2017 17:45:05 -0400 Message-ID: Subject: Re: dd: vm_fault: pager read error To: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Tue, 10 Oct 2017 21:45:47 -0000 > Eugene Grosbein wrote: >> Was there a ticket and revision number to look into that? >> Because this issue is still present in 11.1 and r324300. > It was meant to be > https://svnweb.freebsd.org/base?view=revision&sortby=date&revision=320566 Found the thread... seems the same "Device not configured" problem, just triggered differently by different users... https://lists.freebsd.org/pipermail/freebsd-stable/2017-June/thread.html I think 320566 may have quashed the two pager messages bits (I don't seem to get them anymore), but the "Device not configured" issue people observed is still there. > If you are sure running kernel after 320566 Both 11.1R (r321309) and r324300 (same as snapshot) are after that. > you should fill a PR. Assuming there's not already one. Then one for this issue when cleaned up. And probably another for the geom.debugflags footshooting semantics. Also I need to capture that mount -uw panic but have to look up again the sysctl to prevent instant reboot / leave it onscreen or to debugger.