robw83

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by robw83

  1. Ive never thought to click that help button on that page. So much useful data! Thank you very much
  2. Having a hard time searching for this. most likely because im new to scripting things and dont know exactly what im searching for. I have an nfs share (mapped with UD). That external device is turned on via a WOL script in my user script that manages backups via rsync. etherwake [mac-address-here] && echo "NAS not turned on. WOL sent to NAS" After all backups have completed and some time has passed, the BackupNAS is turned off at a specific date/time from the webgui (synology) UD thinks its still connected and i constantly get these warning messages. And while they arent neccessarily harmful, they fill up the log and i dont see any real warnings or messages. Dec 12 08:49:28 Tower kernel: nfs: server BackupNAS not responding, timed out TLDR: What kind of user script or command line can i run to mount the drive when the script is initated? And what script can i run to unmount it (im assuming another userscript / cron job for this one)? Thanks in advance for the assistance!
  3. Putting in my vote for this request. Do all daily/weekly/monthly scripts initiate at the same time? Id like to have a little bit more granularity here.
  4. disable the docker service and turn on advanced view. Check to see if you have the following enabled. "Host access to custom networks:" I also had this problem and after some searching it was advised to disable this option.
  5. i ran across the same issue, but didnt reflash the usb. I just downloaded the stable release to my computer and found the missing files that didnt get extracted during the update process. Copied those over and system booted.
  6. Very nice UI. Like the clean look Couple of isseus: files are being created with root/root permissions and not nobody/user. this makes file managing a problem. Also your template for PGID and PUID have the key set to a value instead of the key.
  7. yep, thats it. thats how i have it configured and it works perfect
  8. Hello, I noticed an issue recently with the notification buttons on the top right of the banner Notification buttons missing numbers Numbers are misaligned This is only a problem on the MAIN tab all other tabs show the notification buttons properly. merlin-diagnostics-20200610-1124.zip
  9. Im at 148GB of pictures. I dont think there is a 100gb limit
  10. THANK YOU!!!! This was bothering me for a while. i couldnt figure out how to link the password with the secret. i resorted to putting http authentication on the reverse proxy config for onlyoffice. I like this option better because i dont have to enter in a second password anymore.
  11. Yea i kinda figured that was the case considering its a separate plugin and not 100% part of the Unraid GUI. Thank you for the clarification.
  12. This theme gets better every single day! Great work @Skitals Any possible way to get the unassigned orb to match with the rest of the theme on the main tab?
  13. plugin worked like a charm. i installed from CA. Thank you for adding some user customization. This is a great theme!
  14. Great theme plan to use this one moving forward. You might want to look into the formatting on https://tower.local/Main/Flash?name=flash is a little off for the Syslinux Configuration section
  15. If you already have a mariadb docker running can that be used instead of the built in one? what would i change on this line? maria db database location: /mnt/user/appdata/shinobipro/database
  16. Congrats to the team at Unraid, wishing you continued success for decades to come. You have an amazing product and the most helpful community of developers and users ive ever seen. Thank you. My first introduction to unraid was just shy of 3 years ago. At the time i was using 3 physical systems to handle containers, vm's and storage. When i heard that there was something out there with a UI to manage all my needs in one system i began to piece one together. It was 100% a Frankenstein'd system, but that was the beauty of Unraid. I could build the system and rebuild and change and upgrade at will, and thats what ive done over the years without fear of having to restore my data from backups. Keep up the amazing work!
  17. CA Backup / Restore Appdata has the abillity to backup your usb flash drive on a scheduled basis.
  18. Besides changing the port to 84 instead of 8080 my configs were default. So i did a little digging and it seems that something is blocking loading the page on my home pc. Dont know what yet, but i can configure from my phone, and from my laptop. Im not sure whats causing the issue, but its happening on all 3 browsers (chrome / ie / ff ) on this pc. Might be my pihole? Maybe my antivirus software? ill figure that one out soon. The funny thing is, when i configure my reverse proxy i can access the interface and everything works fine from that problem pc. Thank you for your help in trying to chase down a ghost :)
  19. Unraid Log Catalina.out Docker Log i did as you suggested, but that didnt seem to fix the issue. links are to pastebin. Thank you for looking into this.
  20. Taddeusz Ive installed this container for the first time on unraid. I am able to get to the login page, but when i use guacadmin/guacadmin it seems to just reloads the login page. im never able to get to the interface. Any help would be appreciated.
  21. OpenDNS also has settings that block dns rebinding attacks. You will need to disable that as well.
  22. Did you increase the img file size in the unraid UI and are not seeing that unassigned space in windows? You would have to reboot the VM in order for windows to recognize the additional storage and then you would expand the disk.
  23. Here are some basic steps to take. you need to go into device manager and install the driver from the mounted virtio-win-0.1.126-2.iso file. right click on the network card in device manager and update the driver. Select the DVD drive where the iso is mounted and allow it to search through the dvd for the right driver.
  24. Hey Fanningert. I installed this app but it seems im probably missing a step. WebUI keeps throwing an error Is this just the aria2 webui and i still need to install and configure Aria2 separately?
  25. The errors were from the cache disks because it listed sdg an sdh as the source of the rebuilding errors. Spent the weekend rebuilding the dockers and vm configs, i couldnt find a way to get the existing img files to work properly. Luckily i didnt have to tweak the settings too much to get everything working. I precleared / erased (3 cycles) the cache drives and put them back into production, since Friday there hasnt been a single BTRFS rebuilding error. Starting off slow, ive only moved over appdata to cache to see how it reacts. Ive also decided to put the system folder into my backup routine. I didnt do that before, and that was an oversight on my part. Never realized how important those files were.