From nobody Thu Nov 18 14:29:12 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5A6E2188E0C3 for ; Thu, 18 Nov 2021 14:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hw2HD21rBz4j4G for ; Thu, 18 Nov 2021 14:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 216091687A for ; Thu, 18 Nov 2021 14:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1AIETC6p050311 for ; Thu, 18 Nov 2021 14:29:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIETCWv050310 for bugs@FreeBSD.org; Thu, 18 Nov 2021 14:29:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 135690] [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259126 at offset 0: mangled entry Date: Thu, 18 Nov 2021 14:29:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: karel.gardas@centrum.cz X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D135690 --- Comment #8 from Karel Gardas --- Forgot to mention. I run qemu with: $HOME/sfw/qemu-5.2.0/bin/qemu-system-riscv64 -machine virt -smp 4 -m 4G -nographic -device virtio-blk-device,drive=3Dhd -drive file=3DFreeBSD-14.0-CURRENT-riscv-riscv64.qcow2,if=3Dnone,id=3Dhd -device virtio-net-device,netdev=3Dnet -netdev user,id=3Dnet,hostfwd=3Dtcp::2233-:2= 2 -bios $HOME/sfw/opensbi/generic/fw_jump.elf -kernel $HOME/sfw/u-boot-qemu/usr/lib/u-boot/qemu-riscv64_smode/uboot.elf -object rng-random,filename=3D/dev/urandom,id=3Drng -device virtio-rng-device,rng= =3Drng -nographic -append "root=3DLABEL=3Drootfs console=3DttyS0" and download images from here: https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.0-CURRENT/riscv64/ After image download/uncompress I usually resize it (qcow2) by +20GB to have more space. FreeBSD nicely resize fs in the VM. Besides enabling ssh server and adding user, I've not done anything to alter standard VM configuration. --=20 You are receiving this mail because: You are the assignee for the bug.=