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.

cinereus

Members
  • Joined

  • Last visited

Everything posted by cinereus

  1. There's nothing in the log after changing the smb.service file. How do you make avahi reload and what should it look like in the log?
  2. Can you see what the javascript error is? Uncaught TypeError: Cannot read property 'arrayToDataTable' of undefined at drawChart (SpeedtestTools:1110) at SpeedtestTools:1275 The n to infinity options don't seem to work. Better to just call it ">n" anyway?
  3. Table sort also doesn't work.
  4. I've asked this many places and not received any good answers to be honest. I ruled out transmission because it doesn't seem to have any features. Haven't gone too far into deluge. Rtorrent seems to be okay if you run multiple instances with 5k max per instance. The issue is running as a docker it seems impossible to get auto watch to work and automove is very flaky. Nobody seems to know how to mount multiple shares either.
  5. One issue is that the graph isn't displaying for me any more even though the xml table data seems fine.
  6. I think the issue is with python. The githib version requires python3 to be manually specified whereas the plugin version requires python 2.x
  7. Sorry. To be clear does this file "timemachine.service" go in /etc/avahi or /etc/avahi/services? And is the filename always timemachine.service regardless of what the share name is (I will change the txt-record)?
  8. Unfortunately this does not work for me adding the "_adisk._tcp" service
  9. Thanks for this. I edited my smb.service in /etc/avahi/services to be as follows: <?xml version='1.0' standalone='no'?><!--*-nxml-*--> <!DOCTYPE service-group SYSTEM 'avahi-service.dtd'> <!-- Generated settings: --> <service-group> <name replace-wildcards='yes'>%h</name> <service> <type>_smb._tcp</type> <port>445</port> </service> <service> <type>_device-info._tcp</type> <port>0</port> <txt-record>model=Xserve</txt-record> </service> <service> <type>_adisk._tcp</type> <port>0</port> <txt-record>dk0=adVN=timemachine,adVF=0x82</txt-record> </service> </service-group> (my Time Machine share is called "timemachine"). I then mounted the share on my Mac and still can't see it from Time Machine
  10. You're very welcome. Hopefully it can be merged into the next version (as well as a CSS fix).
  11. Is anyone aware what could have changed in macOS 10.12 with regards to Time Machine functionality? I wouldn't have thought the client could make such a difference.
  12. Oh god damn. Just spent an hour trying to work out why the limetech suggestions at the start of this thread didn't work Good to know! Would be great to have this in the UI if only to save time googling dozens of threads!
  13. Could people not do exactly what the mover does with unBALANCE instead?
  14. Thanks I found it. What was hard is all the plugins are in a completely different directory root. Even if you get past that, I'm having a lot of issues with watch folders not working correctly and inability to change the listen port. It's also really hard to map folders from two different shares as I keep getting very inconsistent results.
  15. I have it enabled but nothing is showing in System Log.
  16. A couple of threads have mentioned this but there's no information about mover displayed in the log other than the start of the script.
  17. Dang, still can't get it to be seen by any of my macOS systems
  18. It's a javascript script for greasemonkey/tampermonkey. You install it on your webbrowser not the unraid server.
  19. Should it be active immediately after editing the file or do you need to reboot to reload the cfg?
  20. You need to go into web BMC > Configuration > Fan Mode at http://IP/cgi/url_redirect.cgi?url_name=mainmenu There you can change back to Optimal:
  21. You might also choose different command names. The repo suggests cpg/mvg or advcp/advmv it seems. gcp clashes with the ohmyzsh alias for "git cherry-pick"
  22. Seems to not run most days for some reason: If I go to the plugin settings and begin test it says "Internet bandwidth test started" and then does nothing. However, I can run the sivel/speedtest-cli script manually perfectly fine and it completes in a few moments: root@fs # speedtest-cli Retrieving speedtest.net configuration... Testing from Virgin Media (x.x.x.x)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Hey! Broadband (Horsham) [28.19 km]: 29.707 ms Testing download speed................................................................................ Download: 169.30 Mbit/s Testing upload speed...................................................................................................... Upload: 16.91 Mbit/s
  23. I changed it and rebooted and it was changed back to no again. How do you get it to survive a reboot?
  24. Just curious — why do you say this is specific to Catalina? Do you know anything about earlier versions of macOS? I read the link you provided and it's not clear why that doesn't work either.
  25. I just wrote a basic greasemonkey script to do this: // ==UserScript== // @name Move IMPI elements to bottom of unRAID dashboard // @include http://YOURHOSTNAMEORIP/Dashboard // @grant none // ==/UserScript== var container = document.querySelector ("div.content.shift"); var title = container.querySelector ("div#title"); var table = container.querySelector ("table#tblIPMIDash"); //-- Move IMPI elements to bottom container.appendChild (title); container.appendChild (table);

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.