Johnny Joker

Members
  • Posts

    7
  • Joined

  • Last visited

Johnny Joker's Achievements

Noob

Noob (1/14)

1

Reputation

  1. No errors so far. Server locked up once so hard that I couldn't even access it via ssh and had to turn it off but I think it was something else (Palworld Dedicated server gone haywire).
  2. Sorry, I was a bit unclear - I just replaced the stick a few minutes ago and the system is up. So far no errors yet. Diagnostics were taken before replacing the Stick. I'll check tomorrow morning since the last few days I've seen the log full with them in the morning. If this stick too will have those errors I'll probably start swapping hardware (mainboard and RAM - not the CPU though since I know the other one I got is funky due to having it OCd in the past; I have almost identical hardware for my HTPC which is kind of obsolete since I got a FireTV Stick ) if you don't have any other ideas.
  3. The error came back so I just bought a new HP 32GB USB2 Stick (the smallest the shop had) and am replacing the Stick. Current Diagnostics attached. jraid-diagnostics-20240201-1348.zip
  4. I'll mark this as solved. The system is now running stable for the last ~24h. Thanks!
  5. Hey JorgeB, thanks for checking. I'm now recreating the USB stick I'm currently using (Kingston DataTravler 2.0 16GB) with the backup I took before shutting down. If it still happens afterwards I think I would/should get a brand new one and replace the flash drive again? Is it possible that I brought that error over to the new stick with the created backup?
  6. Hello people! I've been struggling for a few weeks now to get to the bottom of this behavior. My system is running UNRAID 6.12.6 stable. In the beginning of December I noticed that some of my Docker Containers were missing. Checking the logs and notification history I noticed that all missing containers were updated that night and were missing since then (orphaned image left behind in the Docker overview). Trying to reinstall it it just gave me a "Command failed". I then tried to reboot the system but it locked up trying to unmount /mnt/cache (Error 32, device is busy). I've tried using the various commands for unmounting loop2 manually but nothing seemed to work (I don't have the logs from that anymore) and in the end i had to power off the system by holding the power button. After a reboot the missing containers could be reinstalled and everything looked okay, but a few hours later the SQUASHFS Errors came back so I tried another USB port. I'm using a USB splitter directly attached to my Mainboards header but tried an external port nonetheless. I'm not sure about the speed of the internally attached one but the external is definitely 2.0 - same behavior. I plugged it into my PC and could access it after letting Windows repair it, but still decided it would be a good idea to replace the USB stick since it has been running for ~5 Years and SanDisk for the boot drive isn't necessarily recommend. Okay, so I took a new (old, but rarely ever used) Kingston USB Stick and redeployed it using the installer/imaging tool + the latest backup I downloaded from connect.myunraid.net . This all went well, it was up and running but then it happened again (missing containers), and after checking the logs I've noticed the SQUASHFS errors reappeared. Since then I've ran MEMTEST twice (the bundled AND the official Version) and all 4 passes completed successfully. Also the CPU is not overclocked. I've also let the system check/verify the parity and all is good there. Scrubbing/Checking the Docker Volume and the Cache drive comes back clean (no errors). Attached diagnostics have been created while the errors are happening. 2 containers (netdata & jackett) have orphaned images after tonight's Auto-Update. I've stopped the array to recreate the error I mentioned above (unable to unmount /mnt/cache) but this time, contrary to my belief, it stopped everything alright. After starting the array again (no reboot) the Docker service is not starting. Reboot -> everything is coming back up and the missing containers can be installed. Could you please check my logs and try to figure out what the problem is? I reckon that I would have to install a clean USB (without using the backup) and copy the configs? Cheers, Joker jraid-diagnostics-20240105-1131.zip
  7. Hey guys, I'd love to try this container but it seems that I can't set it up with a MySQL connection to a mariadb container. The IP and Port I enter in the initial setup can be nc'd from the statping container (I went in as root via unraid terminal) but the log shows/spams [33mWARN[0m[13996] Database mysql connection to '10.1.1.1' is not available, trying again in 5 seconds... I created the user and gave it full privileges on the database via phpmyadmin. Since I've read above that there was/is an issue with MySQL connections I was wondering if it got fixed. I have generated a pretty strong password so maybe it's an invalid character in the password but the logs seem to point to a connection problem. I'll continue tomorrow and update if I find anything or fix it myself Edit: I set it up with SQLite and will look into the MySQL Connection later.