Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DataHearth

Members
  • Joined

  • Last visited

Everything posted by DataHearth

  1. Oh, like each as an `xfs` (my disk settings) FS installed?? That's interesting, never knew that. Well, if so, that'll be cumbersome, but manageable. Thanks for tip
  2. Hello there! I've been using UnraidOS for the past 5 years. It was brilliant for my use cases. But, as I grow my home-lab, it is more and more obsolete in my case. So I decided to move out from UnraidOS to a NixOS / Arch server with a Kubernetes Node on it. I have one issue to resolve before moving out, how to get my data out. I currently have a 4 HDD disks, with 2 parity (x2 4TB) and 2 cache drives (1 parity and one 1 as storage). I have around 10TB of data (10TB as primary and around 500GB as cache) and I can't afford to buy a huge disk to move my data out and put it back in when my new server is set up. Is there a solution for it? My guess is that, if I just unplugged UnraidOS, just plugged the drives into another computer, I might miss some part. I don't know what type of software parity unraid is using (I would guess something like RAID 6). Thank you! P.S: Thanks to the UnraidOS team for bringing an awesome solution in the home-lab/nas ecosystem!
  3. Hey! I've been using user.scripts for triggering my backup script ever 3 days, but I noticed since I upgrade to unRAID v6.10.3 (I haven't check before this version bc it was working, I guess) that I get 2 behavior with it. One is doing what it's supposed to do via the run script button, another one when it's in running in background or via the run in background button. I'm more interested in the background method to automate my backups. To be more specific, I'm using "rclone" and "restic" to backup everything to "storj" data center. rclone has its configuration working and stored as file in $HOME/.config/rclone/rclone.conf which is setted up automatically by another script, and a simple script to backup everything: #!/bin/bash echo $(rclone config file) export RESTIC_PASSWORD=ABEAUTIFULPASSWORD export RESTIC_REPOSITORY=rclone:storj:SERVER/LOCATION echo "Starting backup..." restic backup --exclude-file=/boot/config/plugins/user.scripts/scripts/backup_data/excludes.txt > restic forget --keep-last 2 --prune echo "Backup finished successfully" Everything is working as intended with run script or by using bash /boot/config/plugins/user.scripts/scripts/backup_data/script But when running in the backup I get this output from the script run Script Starting Oct 01, 2022 12:04.54 Full logs for this script are available at /tmp/user.scripts/tmpScripts/backup_data/log.txt Configuration file doesn't exist, but rclone will use this path: /.config/rclone/rclone.conf # <======= debug line to test if rclone detect the config file in the context. It should point to /root/.config/rclone/rclone.conf. Command "rclone config file" Starting backup... rclone: 2022/10/01 12:04:54 NOTICE: Config file "/.config/rclone/rclone.conf" not found - using defaults rclone: 2022/10/01 12:04:54 Failed to create file system for "storj:cronos/backup": didn't find section in config file Fatal: unable to open repo at rclone:storj:cronos/backup: error talking HTTP to rclone: Get "http://localhost/file-5577006791947779410": unexpected EOF rclone: 2022/10/01 12:04:54 NOTICE: Config file "/.config/rclone/rclone.conf" not found - using defaults rclone: 2022/10/01 12:04:54 Failed to create file system for "storj:cronos/backup": didn't find section in config file Fatal: unable to open repo at rclone:storj:cronos/backup: error talking HTTP to rclone: Get "http://localhost/file-5577006791947779410": unexpected EOF Backup finished successfully Script Finished Oct 01, 2022 12:04.54 I noticed that when running in background, rclone doesn't use my configuration file (like it doesn't exists) and as fallback try using the /.config/rclone/rclone.conf which is not right as rclone default behavior should look up at $HOME/.config/rclone/rclone.conf Any idea why I get 2 behavior with the script? Thanks!
  4. Ok, thanks for the info ^^. So, how should the .tgz archive build (can we put binaries, or only plain files, etc) ? The V5 doc isn't really explicit on what should be in it and its architecture 😛. Thanks !
  5. Hello there! I was browsing the documentation about the flash drive's folders and I came across this page https://wiki.unraid.net/Files_on_v6_boot_drive . I saw the folder ` /extra - optional; any packages here will be automatically installed at boot ` but I can't find any documentation about it. I wish to use to included binaries of my own and 3rd party ones (like small utility tools). Does anyone know how this folder works ? I've seen one the v5 doc that it should contains .tgz archive, but nothing more. Thanks !
  6. Thanks for quick reply as always :). I'm not sure why the drive failed but I suspect this is related to a thread I've made a month ago: topic . I've updated my BIOS firmware and the problem went away. I'm hoping that if I remove this drive, it will be more stable and hopefully no other drives would spin down. I'm gonna move my data to another disk and then remove it as you suggested in other posts. Tho, if you have time to analyze the diagnostic, I'll gladly take it :). Here's the diagnostic. cronos-diagnostics-20211215-1529.zip
  7. Hello there! I've been looking for a solution on how to remove a failed drive. I've found this link but also few post in the forum saying to move data out of the drive then remove it with a new config. I don't plan replacing the drive any time soon. If I'm following the link instructions, will my data be lost (I guess not) ? Thanks !
  8. Update: it's been almost 10 days without disk failure after a BIOS update. I guess the BIOS update did solve the problem for now. But I'm still gonna checkout other possible issues. Thanks for the help guys !
  9. I've updated my BIOS. It was outdated from 1 major version. I'll see in one week if this is fixing the problem. Else, I'll just troubleshoot the PSU splitter cable and then if not successful, change my motherboard (as it needs to be upgraded either way). I'll keep this post up to date ^^.
  10. @JorgeB arf, I was really hopping that wouldn't be motherboard related... Well, gonna check tonight for BIOS updates. I don't any (yet) other SATA controllers.
  11. @ChatNoir One with 4 3.5" server grade drives and 2 one another one (one SSD and a "normal" 2.5" HDD)
  12. Thanks for the quick response :). Here's the power supply : "Corsair RM850x (v2), 850W" I'me using a simple Nvidia MSI GeForce GT 710 + an AMD Ryzen 9 3900X. I'm gonna try tonight to remove the GPU and wait for a another week to check if something is happening. The drives are simply connected with the base cables given with the power supply (like this).
  13. Hello there! I've encountered many issues with disks disabled this year. Every weeks or even shorter (approximately), I have a disk disabled on my server and the whole server's applications (docker, VMs, etc...) are going down (simply nothing work). I simply remove the disk from the array via the main tab, start the array, stop it again and then add the failing drive. IF stop the array failed (the drive couldn't be unmounted), I simply restart the server and continue the previous explained steps. What is weird with this issue, it is not specific to a drive. All drives are subject to this issue. I've already replaced my SATA cables, but it doesn't solved the issue. So I was wondering if someone can help me diagnose this thing :). I think it is a hardware issue (almost sure) but, as said, I've already replaced my SATA cables (which was the least expensive action to do). After, if I need to repair more expensive stuff life MB, drives power supply, I need to be sure this will solve the issue ^^. My though is that I might have a problem with the motherboard SATA sockets. Last option, a power supply issue (but I don't think that would occur a such error). I've attach the latest diagnostic after a drive was disabled (~5mins before). Thank you in advance ! cronos-diagnostics-20211027-1437.zip
  14. I also had this error today. Restating with unraid-api restart worked like a charm. But what is the cause of this (except from the apparent Graphql offline) ? Is it because of the plugin update that needs a restart each time or is it a known bug ? Thanks
  15. Hello folks! I have an issue quite long time now. Well, since I installed the 6.9.1 release. The problem is that all help banners are displayed on a specific device. Note that I do not click on the help button. It's showing every time I access the Unraid interface. I'm also using the Unraid interface on a macbook pro and a HP laptop but I'm nont facing this issue. I've tried to clear my browsing data (cache, cookies, etc...), disabling all my blocking extensions (brave, ublock, etc...). My browser configuration is almost identique on all my devices (except few more extension for development purpose on the HP and macbook pro). My device is using Brave as browser and Windows as OS. With my current knowledge of UnraidOS, I think this could be a bug. You'll find some examples and versions below. Including the unraid diagnostic. Thanks ! Versions: - brave: Version 1.22.70 Chromium: 89.0.4389.105 (Official build) (64 bits) - Windows: Here's some examples of banners: cronos-diagnostics-20210401-1102.zip
  16. Ohh now I understand ! Pretty cool feature. Welp, that'll help debugging my containers. Thanks mate ✌️. @Squid Is there a wiki page for this ? Didn't see anything about this panel. This could be a useful information to find in the docker container section.
  17. Hello there! Happy new year 😃. I'm here because I have some questions about the panel "Container size" shown by the docker dashboard. I'm at 76% of my docker image and I'm debugging to find which container takes unnecessary space and how I can optimize it or create my own image with a lighter distribution (e.g alpine instead of arch for binhex's images). But when opening the panel, I'm a little bit confused about the column "Writable". I can't find any information about it in the wiki. What does Writable means in this context? And is it linked to the overall container size (e.g binhex-krusader 1.92GB = 1.8844GB‬ + 35.6MB) ? Also, when it comes to logs, I'm starting to move all container's logs to a special share to monitor them with grafana, loki and promtail. Is the displayed log size about the docker logs coming from the container, or logs from inside the container? Same question as before, is it linked to the overall container size :). Thanks ✌️!
  18. Thank you so much ! That's exactly what was wrong apparently. It even fixed another problem that I was trying to fix (my vms with my nvidia gpu gave me black screen w/ a weird manipulation at the boot of unraid). Thank you !
  19. Hello there, I'm fairly new UNRAID. I've setup my server 3 days ago with a windows 10 VM (GPU and CPU passthrough). I'm having issue to passed the built in audio controller provided by my motherboard (motherboard: asus z170 pro g => audio controller: Intel 100 Series/C230 Series Chipset Family HD Audio Controller (00:1f.3)). I'm using the GPU's audio controller (NVIDIA GTX1070) and my internal display audio output to plug my speakers. Problem is, after some time or something describe in this thread: UNRAID post . So I've tried another time to add my intel audio controller to my VM. When I tried to start it, I get the error message (attached image). There's no system error Here's the only log happening when trying to launch my VM with the additional Intel audio controller Aug 30 20:48:49 cronos kernel: vfio-pci 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none Aug 30 20:48:49 cronos kernel: br0: port 2(vnet0) entered blocking state Aug 30 20:48:49 cronos kernel: br0: port 2(vnet0) entered disabled state Aug 30 20:48:49 cronos kernel: device vnet0 entered promiscuous mode Aug 30 20:48:49 cronos kernel: br0: port 2(vnet0) entered blocking state Aug 30 20:48:49 cronos kernel: br0: port 2(vnet0) entered forwarding state Aug 30 20:48:50 cronos kernel: vfio_ecap_init: 0000:01:00.0 hiding ecap 0x19@0x900 Aug 30 20:48:50 cronos kernel: br0: port 2(vnet0) entered disabled state Aug 30 20:48:50 cronos kernel: device vnet0 left promiscuous mode Aug 30 20:48:50 cronos kernel: br0: port 2(vnet0) entered disabled state Aug 30 20:48:51 cronos kernel: vfio-pci 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none I've tried to find an answer on unraid forums and google it but I didn't find out any solution . Does anyone has encountered this issue ? Thanks P.S : I've attached my vm's XML below. win10vm.xml

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.