From owner-freebsd-current@freebsd.org Tue Apr 17 14:52:44 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A12F3F80F06 for ; Tue, 17 Apr 2018 14:52:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 786877D93D for ; Tue, 17 Apr 2018 14:52:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 3CC00EC1C for ; Tue, 17 Apr 2018 14:52:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f41.google.com with SMTP id m202-v6so10503486lfe.8 for ; Tue, 17 Apr 2018 07:52:44 -0700 (PDT) X-Gm-Message-State: ALQs6tBPRkAwre2THkrlfmhPK/bH5IO/JsL2HWzPJB365rAUTcjdJsZm YAqfsRMsEL8LGQ3OVIIffPNu+zsYtENMWt71Uxg= X-Google-Smtp-Source: AIpwx48x1X/3qITCUtADZNlkpUyO+FFxr9gPp7Rt09bPFrdsc6T0cJ4hR6kMlYPcIBA3bUboQMN/6Qx9KmgJAaoFRh8= X-Received: by 2002:a19:d850:: with SMTP id p77-v6mr1807075lfg.52.1523976761720; Tue, 17 Apr 2018 07:52:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Tue, 17 Apr 2018 07:52:21 -0700 (PDT) In-Reply-To: <20180417104700.4d6110b9@rsbsd.rsb.ber> References: <20180417104700.4d6110b9@rsbsd.rsb.ber> From: Kyle Evans Date: Tue, 17 Apr 2018 09:52:21 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: snapshot of april 12th wont boot at all To: Beeblebrox Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 17 Apr 2018 14:52:44 -0000 On Tue, Apr 17, 2018 at 9:47 AM, Beeblebrox wrote: > I have (possibly) similar problem, running kernel from March 29 as > fall-back (older kernel, latest world). > > * OS: HardenedBSD-12 on amd64 Athlon II X3 460 > * Kernels built yesterday: MYKERN & HARDENEDBSD (GENERIC with Debug). > Both kernels fail. No errors encountered during buildworld/kernel. > World installs normally. > * Boot process: Grub -> /boot/loader -> Kernel Selection. No EFI (MBR). > Grub has own partition (ext2fs), /boot/loader on ZFS. > * zpool: Striped on 2 HDD's, scrub returns clean pool. > > FAILURE POINT: System freeze, completely unresponsive, requires hard > reset. > * Initially seems like failure is at "Mount Root from zpool/ROOT/bsd". > Further inspection of dmesg shows garbled text at services stage > (start reading /etc/rc.conf) > * /etc/rc.conf: Everything disabled for bug hunting. Cause does not > seem related to linux / radeonkms either. > * Selecting "Safe Mode" (kern.smp.disabled ?) gets me to single-user > mode, and later multi-user but system freezes as soon as I login. > Not 100% sure about this behaviour though, as I have been at it since > early morning yesterday. > * Have not tried with ACPI disabled. Dmesg: Firmware Warning (ACPI): > 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20180313/tbfadt-748) > > There was a recent bug involving databases failing to start due to > "limits: NO: No such file or directory". I have Mariadb-Server-100 > installed with the new patch for this bug. I wonder whether these two > could be related? > I can't speak much to the rest of your e-mail, but as far as this last bit goes: the bug you're referencing would've just failed to start the database server because `limits` was passed an invalid argument. If you have filesystem access, you can confirm this by setting mariadb_limits="" in your rc.conf(5)