victoryvj

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

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

victoryvj's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks @itimpi for challenging me to figure this bit out. At first I was like how am I supposed to know what I don't know. Then I remembered I downloaded the unRAIDServer install. I looked at the flash.cfg file and compared it to the one on my drive and saw the issue. I did look at this before, but I thought it was an encrypted file because of the way the characters were displayed. I didn't know it was supposed to look like this below. I replaced the flash.cfg file on my flash drive with the correct one, fired up my server, ran Fix Common Problems, and no corrupt USB drive warnings popped up. I think I could've skipped all that I did with this issue if I had started with the flash.cfg file first. Flash.cfg: # Generated settings: flashExport="-" flashFruit="no" flashSecurity="public" flashReadList="" flashWriteList=""
  2. I’m backup and running again. I just have an warning message in Fix Common Problems saying my /boot/config/flash.cfg file may be corrupt. Sent from my iPhone using Tapatalk
  3. @ljm42 that fixed the issue after running the commands. I was able to get to the WebGUI and log in. Now my issue is that I think I may have blacklisted my USB through this journey of trying to get my server back up. I get this message when I attempt to replace the key. Error: {"message":"Request failed with status code 403","data":{"error":"Your GUID is blacklisted"}} I also don't see a URL to paste the key into when I check MyServers now UnraidConnect.
  4. dune-diagnostics-20230427-0911.zip
  5. dune-diagnostics-20220304-1103.zip dune-diagnostics-20230427-0911.zip
  6. I used the Linux terminal command use_ssl no and got confirmation that the command made the change. However, I am still unable to access the server through the webGUI. I even attempted to ping the server URL and the pings were successful. I'm not sure if that makes a difference.
  7. So after hours of working on this and pulling out the stubbles from my bald head, I am a bit further down the line. Thanks @trurl for pointing me to the config folder. I followed the manual process of restoring a new USB drive and running the make_bootable.bat file as Administrator (thanks @Frank1940). My system does boot, BUT now I'm unable to get to the WebGUI. I get an ERR_CONNECTION_REFUSED message. I get this message when going to the IP Address assigned to the server and by using myservername.local. I also have tried several computers on my network to no avail. I've checked for firewalls that may be blocking me from getting to the WebGUI and there isn't. Since I have a monitor attached to my server I've even attempted using the Unraid OS GUI Mode and Unraid OS GUI Safe Mode (no plugins) and I get an Unable to Connect message saying Firefox can't establish a connection to the server at http://localhost:8080/. Further help is appreciated.
  8. I was able to boot Unraid. I found that the creator tool was leaving out the following folders EFI, logs, and a bunch of files from the root folder on the USB stick. I had to unzip the backup on my desktop and then copy them over. The problem I’m having now is that my server didn’t come back up with my pluggins and docker apps. Nor does it show any of my drives. Sent from my iPhone using Tapatalk
  9. I recently received a message that my USB boot drive was corrupt. I did a backup of my system as well as exported my registry key and went out and purchased a couple of new USB drives, Samsung and Plexar. I downloaded the current version of the USB creator tool and created the boot usb using the backup I had downloaded. I plugged the new USB back into my server and I am unable to get past the boot screen where Unraid will automatically boot after 5 seconds, it just repeats the count down over and over (see video - https://drive.google.com/file/d/1H-vHy0LT4AiUtIHM6dZZm1Q73IKFe24f/view?usp=drivesdk) STEPS TAKEN 1. Tried 2 USB sticks Lexar Jumpdrive E21 32GB 2.0 & Samsung BarPlus 64GB 3.0. The Lexar is currently in the server now. I was getting a message with the Samsung drive that it was not a bootable drive. 2. Went into Bios and made sure SVM and IOMMU was enabled and the USB stick UEFI was first in the boot order (which isn’t the issue, because it’s obviously trying to boot to the drive). 3. Tried selecting the Unraid OS GUI Mode, Unraid OS Safe Mode (no plugins, no GUI), Unraid OS GUI Safe Mode (no plugins), Memtest86+ but nothing happens. The screen doesn’t change. My Unraid server has been running fine for over a year now without issues until I ran into changing the the USB stick. Help is appreciated. Sent from my iPhone using Tapatalk
  10. I did the check on both drives and it referred me to run XFS_REPAIR. I ran the terminal command and got the following results for both drives. SB summary counter sanity check failed Metadata corruption detected at 0x47518b, xfs_sb block 0x0/0x200 libxfs_bwrite: write verifier failed on xfs_sb bno 0x0/0x200 xfs_repair: Releasing dirty buffer to free list! xfs_repair: Refusing to write a corrupt buffer to the data device! xfs_repair: Lost a write to the data device! fatal error -- File system metadata writeout failed, err=117 I'm going to just format the drives and add them back to the array.
  11. I removed the Mover Tuning plugin and stopped C6 state through terminal command (/usr/local/sbin/zenstates --c6-disable). The issue still persists. Attached is my diagnostic. dune-diagnostics-20220304-1103.zip I didn't reinstall version 6.9.2 three times to fix this issue. I was saying I've gone through setting up Unraid 3 differnt time and I get it going and then I run into issues. I've only detailed this last issue.
  12. Hello I’ve built my first Unraid server and I just keep running into issues when after parity check and restarting the server. System info: Model: Custom M/B: Gigabyte Technology Co., Ltd. X570 I AORUS PRO WIFI Version x.x - s/n: Default string BIOS: American Megatrends Inc. Version F32. Dated: 01/18/2021 CPU: AMD Ryzen 7 5700G with Radeon Graphics @ 3800 MHz HVM: Enabled IOMMU: Enabled Cache: 512 KiB, 4 MB, 16 MB Memory: 32 GiB DDR4 (max. installable capacity 128 GiB) Network: bond0: fault-tolerance (active-backup), mtu 1500 eth0: 1000 Mbps, full duplex, mtu 1500 Kernel: Linux 5.10.28-Unraid x86_64 I’ve reinstalled version 6.9.2 three times now. Each time I’ve setup my cache drives, my arrays, mapped Remote SMBs, etc. This last time I’ve was able to download and restore from an Unraid.net backup. The issue I’m having now is the 2 of my WDC 4TB drives that were added to the array are not mounting and Unraid is telling me to format the disks in the WebUI, which I don’t want to do because I’ve already lost hours of my life setting up docker containers and plugins. On the monitor connected to the server 2 separate errors 1. XFS (md2): Corruption detected. Unmount and run xfs_repair 2. XFS (md3): Internal error !uuid_equal(&mp->m_sb (see screenshot) How can I fix this issue without starting from scratch?