Everything posted by PeteAsking
-
Use force compression on btrfs
On unraid nocow is the default so its not a problem. If you override that and use cow and snapshots then I agree its not appropriate. However this is not the default setup for unraid. I think the only issue is if you use snapshots and not cow. (The issue is just that more space will be used as the filesystem sees each snapshot as a different copy of a file each taking up space as opposed to sharing space).
-
Use force compression on btrfs
For BTRFS volumes I see people having issues with BTRFS. This is because I think people dont know to do a balance/scrub periodically and a defragment. For example I have a userscript that runs on the 1st day of every 2nd month (6 times a year basically): #!/bin/bash date > /mnt/btrfsprotect/domains/Defrag.log btrfs fi show /mnt/btrfsprotect >> /mnt/btrfsprotect/domains/Defrag.log btrfs filesystem usage /mnt/btrfsprotect/ >> /mnt/btrfsprotect/domains/Defrag.log echo ----start---- >> /mnt/btrfsprotect/domains/Defrag.log btrfs filesystem defragment -r -v -clzo /mnt/btrfsprotect/ >> /mnt/btrfsprotect/domains/Defrag.log echo ----end---- >> /mnt/btrfsprotect/domains/Defrag.log btrfs fi show /mnt/btrfsprotect >> /mnt/btrfsprotect/domains/Defrag.log btrfs filesystem usage /mnt/btrfsprotect/ >> /mnt/btrfsprotect/domains/Defrag.log date >> /mnt/btrfsprotect/domains/Defrag.log The relevant line is this: btrfs filesystem defragment -r -v -clzo /mnt/btrfsprotect/ and the other lines setup logging I can review. It also has the output of "Free (estimated): " which is more useful in determining free space available. This allows me to defrag the volume and compress archived files and so on, and for the scrub and balance I run on a schedule Every Sunday a balance on the array which is quick as it never finds unbalanced files (so far) at 3AM and every Monday a Scrub at 3AM (Duration: 0:26:05) which checks for errors. Doing this I have never had an issue with BTRFS. I use Raid1 with 3 disks and if a disk failed, then it would at least rebalance on the next run to the remaining disks (and I would quickly realize a problem of low disk space when this happened). Just some tips I have found worked well for me for as long as btrfs has been available on unraid (I converted to it the moment it was available a few versions back). Hope this helps you.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Ubiquity releases a new update once a month on average. You can come back periodically to this thread and check what tag is safe to upgrade to. Its not automatic and you will have to check it every so often. If desired, simply use one of the less updated tags and come back twice a year if you prefer. No clue about changing the icon. Sounds unimportant and not an issue.
-
Managing network with Ubiquiti UniFi router/firewall vs. OPNSense
If you need any help just let me know. It can basically do anything you can want.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Not sure but that error means the OS told it to stop for some reason. Could be anything that causes it from a backup to low resources or so on.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Are you running out of resources or something? How much ram is in use typically that sort of thing.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Dont forget to check the inform host override is set correctly on the controller.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
No problem. If you always take a backup before changes you should be fine no matter what.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
The expand on this there is a testing process that we undertake on the new container prior to deployment and after before announcing it here on the forum so it has at leased passed a basic quality control check.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
No this tag will not/does not exist and there are no plans to include it.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Yes this is correct.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
New controller tag has been released and is tested for home use: 11notes/unifi:8.0.26-unraid
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Not sure. Could you restart the docker or not? Check you had disk space available.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Im not sure but giving the unraid docker the same ip as the old ubuntu server if you turn it off might help adoption of you did a restore.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
No you dint need to install a mongodb container. It is included. I think you type sudo service unifi stop sudo systemctl disable unifi
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Probably will be fine.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Try to do a backup from the ubuntu box, and turn off the ubuntu box and restore the config to the docker instead of the process you are undertaking.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
I think those specs are a little conservative but would be pretty easy to test. I have one of the amazon i5 qotom boxes and the cpu is never taxed at all.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
If you dont agree opnsense with zenarmor on the free license is absolutely hands down the best thing you ever used I will eat my hat (words) because I have never used anything better. There is also a way to have a similar pfblocker experience if you google. Its well documented now.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
100% another docker is using the port. Just stop all of them and start only this one and then start the others one at a time until you find it.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
The ids/ips stuff is only layer 4 and not really comparable.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
Im saying in 2023 a layer 7 firewall that does traffic inspection is a must. As in tick a box to block youtube or a certain website or tick a box to block botnets and so on.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
I think you guys should look into running opnsense with zenarmor as its cheaper and has more features and is overall a better product. The unifi routers are a bit in the weak side.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
The very old devices are not supported by this version of the controller I am afraid.
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
I was under the impression the usg ran the controller software itself?