From owner-freebsd-current@freebsd.org Tue Apr 17 14:47:12 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 D1421F805A4 for ; Tue, 17 Apr 2018 14:47:11 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::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 B7A737D12E for ; Tue, 17 Apr 2018 14:47:08 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: by mail-lf0-x22a.google.com with SMTP id v207-v6so27723848lfa.10 for ; Tue, 17 Apr 2018 07:47:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-transfer-encoding; bh=eYxdoc8AiQlyC9jjIbDlXgzFo3gYK7fc9HLuqe+HD58=; b=DvGDJWRCWCu1T12gzOimEZjDK5ydwAqhY8OVKfuK0g4LRMF91Dl+kSZrxpBiwjBZo8 cO3rrBcZgJH9Y6ReHh8DnXfyoCbtwbReKGLuk+DuphZtl27thwLrAFBeA6d7BXVOiPlD MVrMR/Vs1/qtQ41oi+tK4jEvIITEfEdp/cJcsU/+EckHZSHDZTcDhHkn2WK4Tud+RLTo eR64ZlJxAVOV1itozmI3Bpa7pgMD5l/lPycGH0xNt5oThR/tIHEUttOVjdhZKjiLDZaY DT0dAcjsaNuVl6kelr3GA2BxFE6Ox/KXIvSRKTlGaLQArsLch7D0tjQG9hYg4F48qz2s u1/w== X-Gm-Message-State: ALQs6tBTRcNs97i6+hj0awXjvIzryCrIoOxW3Fp0qkd5QwwNbAhQUrU4 Vc0Eq6qX6ppvlQgel6H5v9G391SU X-Google-Smtp-Source: AIpwx49Kg0q3MX6l0nplbS7Y+HgsE/RUT2JmmG6t1A7x0hNC4QCw74KNe3PHmR5p/H8hPgRstVDKfQ== X-Received: by 2002:a19:d015:: with SMTP id h21-v6mr1784343lfg.124.1523976425820; Tue, 17 Apr 2018 07:47:05 -0700 (PDT) Received: from rsbsd.rsb.ber ([68.202.91.152]) by smtp.gmail.com with ESMTPSA id u13-v6sm3449968lfc.91.2018.04.17.07.47.03 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Apr 2018 07:47:04 -0700 (PDT) Sender: "Raif S. Berent" Date: Tue, 17 Apr 2018 10:47:00 -0400 From: Beeblebrox To: freebsd-current@freebsd.org Subject: snapshot of april 12th wont boot at all Message-ID: <20180417104700.4d6110b9@rsbsd.rsb.ber> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:47:12 -0000 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? Would prefer not posting my verbose boot log dmesg file here, can email it (or download link) to developers (at FreeBSD.org) if needed though. Regards. -- HardenedBSD_amd64_12-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.