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.

Marshalleq

Members
  • Joined

  • Last visited

Everything posted by Marshalleq

  1. I'd suggest you watch the spaceinvaderone video on youtube first.
  2. I've been poking all round your emulator trying to find a loopback / multi-homed thing or perhaps even a DNS rebind and not found anything. I've also looked in the software for custom DNS records which is also not available. Someone else may have better luck than me, but to be honest this is not uncommon with consumer routers. Which is why DD-WRT was born - you can flash your router with firmware that does have these kinds of features. The router compatibility list is here: https://wiki.dd-wrt.com/wiki/index.php/Supported_Devices#TRENDnet It appears your router is still a work in progress, but perhaps you can have a poke around there - they may have a working beta or something. So for you, the best thing will be to put the settings manually into the hosts files of your internal computers. Or get a different router firewall. If you want to go the whole hog you can get your own firewall like opnsense. Or take your luck with another consumer router. Sorry to be the bearer of bad news.
  3. And RC4 is out with a new kernel.
  4. That is the same thing as item 5 in my list. Damn these threads with multiple topics are confusing though... Sent from my iPhone using Tapatalk
  5. For within your network, it's likely best to create a static DNS record, with the same domain name you're using and point that at your INTERNAL nextcloud / unraid address. So: Unraid needs to have the correct IP for the domain Cloudflare needs to have the correct IP for the domain The proxy setting in cloudflare should be off You need to give it time for the new cloudflare setting to propagate to the DNS servers on the internet (which will include the DNS server at whatever phone provider you are using AND the DNS server that your home router is using) Internal devices either need the internal DNS updated or some router trickery which you may or may not have, which is why I suggest adding this manually for now If you can't figure out how to do this in the router, for testing purposes you can test by just pastin the internal unraid / letsencrypt IP and DNS record into your clients hosts file. Be sure you clear the DNS cache on the local client each time you change this as it will always remember the last setting. Hope that helps.
  6. With this I found I had to be carefeul - just because it's returning the right address on one machine, doesn't mean it's returning the right address in all cases, and if it's not, it won't work. Cloudflare is pretty good with speedy DNS updates, but I found I had to wait for this particular change. Are you pinging from the server or the client? Also, I assume you're testing via some external internet connection such as tethering through your phone? If so, checking that IP address pings correctly is important. At this point I'd suggest looking at the active logs of both the letsencrypt docker and the particular app you're going to e.g. nextcloud wihtin the appdata directory or equivalent. I found I could see issues in there fairly easily. Also the logs in the GUI of the docker container on the docker page in unraid.
  7. Yes, it was rather frustrating this one! I'm sure between the two of us we can get you sorted.
  8. Hey, I don't use duckdns because I have a fixed IP, but I have got Nextcloud running. I had this issue at the beginning too. Also, the LuaJIT / restycore error at the end of your letsencrypt log is apparently perfectly normal (I think it's just a docker issue and I have it too), so don't worry about that. What I suggest you do is turn off the 'cloudflare proxy' setting for any non-working cname. I'm not actually sure how duckdns works, but to start with I'd suggest you also turn of any cloudflare proxy setting to do with duckdns set up as well. You can gradually turn them on later to test which ones work. I found some apps are OK, others are not. I found I got a 'too many redirects' error with this turned on - and if you're using duckdns it's probably going to be even more redirects. Also, I found I had to wait quite some time (up to a day maybe) after turning this off for it to take effect. The proxy feature hides the IP address of the real host by providing a cloudflare one, then redirecting it. I've read that enabling strict HTTPS can help this issue, (as normally it only occurs when using https, which everyone either does or should now). I suspect this will get you working, then if you ever manage to move that forward more so that you can get the proxy enabled as well, please let me know cause I haven't managed to yet! Also, don't worry about turning off the proxy setting too much - this is the way most people run their DNS - it's a great feature but not absolutely necessary. You'd be better spent ensuring you have a real firewall installed like OPNsense or similar. Let me know if you need any more help and good luck!! Thanks, Marshalleq
  9. Well, the below is what I get when I ask for version. So yes.. I'm quite new to ZFS, but the package maintainer of this plugin is very speedy with updates and such. Plus you get the advantage of being able to have a flexible array with unraid on the side. The big minus with unraid is that nothing with ZFS has a GUI as it's an unofficial plugin. But unofficial plugins with unraid are not as unofficial as they sound really, the way the product works, it is very inclusive. Good community and good developers. I've considered freenas a few times, but I think for me unraid is mostly better - especially since I discovered ZFS! Also, the developer just packaged znapzend which makes things a bit easier. # zfs --version zfs-0.8.2-1 zfs-kmod-0.8.2-1
  10. Quick question, does mbuffer path need to be specified, or is it included and compiled in somehow? Thanks.
  11. Installed, configuring and very happy you've taken the time to create this! Thankyou very much @steini84. Marshalleq
  12. Fantastic, thank you. It's hard reading all that ZnapZend documentation isn't it - getting used to all those replaced S's. Especially outside of the US where we use S instead of Z a lot lol.
  13. So does that mean I can upgrade unraid to rc3 and ZFS will keep working, or does the same kernel need to be assigned to the RC3 version of zfs so that it activates post upgrade?
  14. I just discovered Zvol's. Oh boy. And this on an NTFS formatted block device: INTEL1TB/virtual_machines/zvol_test refcompressratio 170.22x Soooo good.
  15. I've just looked up ZnapZend, yes please that would be fantastic! It's kind of a major point for ZFS I'm struggling with - but even so at the moment I can do it manually - which is cool. Thankyou!
  16. Hello again all, I've been trying to get autosnapshot working as per page 4 of this post, but have had no end of issues. It may be the new version of unraid I'm not sure. For example, the update_cron command doesn't seem to actually update cron i.e /etc/cron.anything or crontab -e - I didn't know unraid could support custom cron - I thought that's why the user scripts plugin was made. Manually running the cron script says that the file it's referencing doesn't exist, even though I can see quite clearly that it does exist. So I suppose that's due to permissions, which are -rw------- 1 root root 16937 Oct 19 12:17 zfs-auto-snapshot.sh - however I can't actually change these permissions as root doing anything not even chmod 777 works - is this normal? I've not noticed this issue before, but to be honest I haven't played around in the scripts directory before. On the command line I assume the following is acceptable, ID=zfs-auto-snapshot-weekly /boot/config/scripts/zfs-auto-snapshot.sh --quiet --syslog --label=02 --keep=8 but I get permission denied which aligns with the above. I'm assuming you're going to tell me I need to fix the permissions issue - but thought I'd check in case I'm missing something obvious. I see 6.8 RC3 is already out which was fast! Thanks.
  17. After my very recent foray into zfs plugin, it would be super great if syncoid and sanoid could be included in this pack. Anyone know how I might go about getting it added? https://github.com/jimsalterjrs/sanoid (syncoid is at the bottom).
  18. I've just installed the ZFS plugin on unraid and love it. I decided to take two drives out of my unraid array and assign them to a ZFS mirror to store important photos and documents on. This makes unraid nearly the perfect system. I agree it would be great to have ZFS cache pool. I've been bitten several times with btrfs cache and I note depsite some contrary views, the latest Unraid 6.8 rc1 changelog which confirms some of these bugs. Would be great if ZFS was included - even if only hidden under an advanced option, then among other things we'd probably find e.g. proper integration with plugins to help e.g. the scheduling of scrubs and such. Licensing doesn't seem to be a concern any more either: E.g. ubuntu and software freedom legal council Actual releases in Ubuntu and proxmox Others if you google it.
  19. I've figured it out, like you I have been testing it by turning it off. It seems it didn't show until I turned it on, now it shows when on and off. Thanks.
  20. Dear all, has autotrim been removed from this version / considered too unstable? I believe I'm meant to be able to use zpool set autortim=on <poolname> since 0.8 as per https://zfsonlinux.org/manpages/0.8.1/man8/zpool.8.html. However running zpool set does not list autotrim as a supported property. Seems we're on version 0.8.2.1 though. Maybe @steini84 can tell us. Thanks.
  21. My apologies for all the questions, is it possible to make a share with unraid into this mount? It doesn't seem possible from the GUI. I assume I'd have to use the Go file?
  22. Yes very. Yeah, I did some googling - the consensus was that the drives had remnants of the unraid array and that caused that error. By fluke I discovered stopping the array resolved it. And I tried it again and the same thing happened - probably have to zero the drives (fdisk didn't work). They were originally encrypted too - so that could be something. And I was a reluctantly stuck on 6.6.7 until the performance issues were resolved, so could be that. But Christmas has definitely come early, 6.8 RC1 and ZFS, I had tried to find a way to do two arrays before - just didn't think it would be the awesome ZFS! Edit: I take it the FREENAS rule of 8GB RAM + 1GB per TB does not apply to this plugin as the 8GB would be mostly covering system stuff in FREENAS? So just 1GB per TB?
  23. Thanks and yes - all good with the command line, was just thinking there might be a way to remove it from there. I know stubbing devices does that - but I'm not sure if it takes it away from the whole OS or just unraid. The former wouldn't work.
  24. OK so leaving the ZFS specific questions out - Does anyone do anything special around how it shows up in unassigned devices? E.g. stub it or something? Thanks.
  25. Wow fantastic thankyou! This is like Christmas! I've just installed my first ZFS mirror. I take it I can just upgrade to the new unraid version and ZFS plugin handles that automatically? I've just done my first 2x8TB HDD's: # zpool create -f -m /mnt/data data mirror ata-ST8000NM0055-1RM112_ZA170J50 ata-ST8000NM0055-1RM112_ZA1740ET # zfs set compression=lz4 data Also, I discovered I had to stop the array to do the above otherwise it said, "the kernel failed to rescan the partition table: 16, cannot label 'sdd': try using parted(8) and then provide a specific slice: -1" Will add my VM ssd later to do send/receive to these drives and snapshots which will be very nice. Does this look OK? Thanks.

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.