popc0rnx

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

popc0rnx's Achievements

Noob

Noob (1/14)

0

Reputation

  1. My dockers went down some time overnight and after a reboot, the cache pool (mirrored) is showing as "unmountable: no file system" I tried following this guide but couldn't get either option to work: Option 1: root@PandaNAS:~# mount -o rescue=all,ro /dev/nvme0n1 /temp mount: /temp: wrong fs type, bad option, bad superblock on /dev/nvme0n1, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. root@PandaNAS:~# mount -o rescue=all,ro /dev/nvme1n1 /temp mount: /temp: wrong fs type, bad option, bad superblock on /dev/nvme1n1, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. Option 2: root@PandaNAS:/mnt/cache_ssd# btrfs restore -v /dev/nvme0n1 /mnt/cache_ssd/restore No valid Btrfs found on /dev/nvme0n1 Could not open root, trying backup super No valid Btrfs found on /dev/nvme0n1 Could not open root, trying backup super No valid Btrfs found on /dev/nvme0n1 Could not open root, trying backup super root@PandaNAS:/mnt/cache_ssd# btrfs restore -v /dev/nvme1n1 /mnt/cache_ssd/restore No valid Btrfs found on /dev/nvme1n1 Could not open root, trying backup super No valid Btrfs found on /dev/nvme1n1 Could not open root, trying backup super No valid Btrfs found on /dev/nvme1n1 Could not open root, trying backup super Here are some lines of interest from the logs: Jul 1 14:05:20 PandaNAS kernel: BTRFS warning (device nvme0n1p1): checksum verify failed on 1594572800 wanted 0x07cabf78 found 0x74213188 level 0 Jul 1 14:05:20 PandaNAS kernel: BTRFS: error (device nvme0n1p1) in btrfs_replay_log:2500: errno=-5 IO failure (Failed to recover log tree) Jul 1 14:05:20 PandaNAS root: mount: /mnt/cache_nvme: can't read superblock on /dev/nvme1n1p1. Jul 1 14:05:20 PandaNAS root: dmesg(1) may have more information after failed mount system call. Jul 1 14:05:20 PandaNAS emhttpd: shcmd (107): exit status: 32 Jul 1 14:05:20 PandaNAS emhttpd: /mnt/cache_nvme mount error: No file system Jul 1 14:05:20 PandaNAS emhttpd: shcmd (108): umount /mnt/cache_nvme Jul 1 14:05:20 PandaNAS kernel: BTRFS error (device nvme0n1p1: state E): open_ctree failed Jul 1 14:05:20 PandaNAS root: umount: /mnt/cache_nvme: not mounted. It seems like only nvme1n1 has a corrupted superblock? What's my options for recovery here? Thanks in advance! pandanas-diagnostics-20230701-1425.zip
  2. So I was trying to embed my Unraid dashboard in a panel (as an IFrame) on Home Assistant and it was telling me that cookies must be enabled to login. Did some research and turns out in Chrome 84+, 3rd party cookies served via HTTP (and not HTTPS) are blocked unless they have the proper SameSite attribute. A third party cookie needs to have the following in order for the browser to accept the cookie SameSite=None; Secure Is there any way we can have this added to the Unraid Web UI so that we can embed the page in IFrames?