Everything posted by MyKroFt
-
pfsense + unraid
Good luck... Been there and switched directions - not a novice with unRaid or pfSense Myk
-
pfsense + unraid
I got a dual nic mini-itx/atom used off a ebay (commerical industrial machine pull - $45) and had a 1U case. Added a 120g ssd and 1 1U power supply and made the perfect pfSense router. Its been running perfect for the last 6 months. Ya anytime the array is down - you will not have access to the internet - so I dont recommend going that route either Myk
-
Swap File Plugin for unRAID v5 and v6
Hopefully in the future https://btrfs.wiki.kernel.org/index.php/FAQ#Does_btrfs_support_swap_files.3F best way on a btrfs right now they say is to do it via a loop file - like the current docker/vm images are mounted dont know if that method can be easily added to this plugin or not Sounds like not a good idea on btrfs at all according to this: Swap file As an alternative to creating an entire partition, a swap file offers the ability to vary its size on-the-fly, and is more easily removed altogether. This may be especially desirable if disk space is at a premium (e.g. a modestly-sized SSD). Warning: Btrfs does not support swap files. Failure to heed this warning may result in file system corruption. While a swap file may be used on Btrfs when mounted through a loop device, this will result in severely degraded swap performance. Swap file creation As root use fallocate to create a swap file the size of your choosing (M = Megabytes, G = Gigabytes). For example, creating a 512 MB swap file: # fallocate -l 512M /swapfile Note: fallocate may cause problems with some file systems such as F2FS or XFS.[1] As an alternative, using dd is more reliable, but slower: # dd if=/dev/zero of=/swapfile bs=1M count=512 Set the right permissions (a world-readable swap file is a huge local vulnerability) # chmod 600 /swapfile After creating the correctly sized file, format it to swap: # mkswap /swapfile Activate the swap file: # swapon /swapfile Myk
-
[Plug-In] Community Applications
Dunno how useful that's going to be. I would want the ability to check or uncheck specific apps, there are some apps I tried and didn't like. How about the ability to add or remove apps to an installation que? You could go through and pick what you wanted (add to cart) and when you are done choosing, start the bulk installation (checkout). Apps installed this way should be set not to immediately start on install, so you can go through and edit settings, or if a local template exists, preload it. That is what it does now one at a time - a check option to just do it with current template settings would be nice - ex: docker.img got hosed and would just like whatever selected reinstalled with current templates one after the other Myk
-
[Plug-In] Community Applications
Suggestion for Previous Apps button.... Allow to auto install ALL previous apps with current template settings one right after the other? Thanks Myk
-
[Plug-In] Community Applications
on the appdata location - what if your location is outside the array, its not listed what if you use 2 different locations, not in the array and on the cache drive Myk
-
ZFS plugin for unRAID
any update? I cant get it to compile on latest unRAID kernel Thanks Myk
-
Recycle Bin (vfs recycle) for SMB Shares
No more difficult than plugins, vms or dockers
-
Recycle Bin (vfs recycle) for SMB Shares
Another option would be a single button (like the array shutdown, sleep, reboot addon) where you can add different commands to it and be able to drag them up/down to arrange a the user needs. Prime example is the Muximux container where you can put the link in the side dropdown Myk
-
Recycle Bin (vfs recycle) for SMB Shares
I would rather see the UI take up 100% width of my monitor. I have like 2" on each side that is not used.... Myk
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
will it take it "in quotes" - i have not tried as I dont use spaces Myk
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
+1 Thanks so much - gonna make this 10000 times easier now to manage CP on my parents unRaid server.... Myk
-
Speedtest.net for unRAID 6.1+
ok, i moved the plugin folder to save in case - removed and reinstalled pluging - everything seems to be working now including graph Thanks! Myk
-
Speedtest.net for unRAID 6.1+
still not working for me and now am not getting results from the tests - have date/time in row - but rest is empty when clicking begin test, pop up window only gives me this: Internet bandwidth test started Retrieving speedtest.net configuration... Testing from Charter Communications (69.xxx.84.39)... Retrieving speedtest.net server list... and a done button below this started with yesterdays update Myk
-
Speedtest.net for unRAID 6.1+
With latest update or when did it stop working? Latest update - either did it today or late last night - dont remember - 2016.02.24 is installed version Thanks Myk
-
Speedtest.net for unRAID 6.1+
I have same problem with charts as well Myk
-
Speedtest.net for unRAID 6.1+
Thanks
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
No different if telnet and under /mnt
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
Is there anyway to keep this running when maint needs to be done and array needs to be stopped? Myk
-
Speedtest.net for unRAID 6.1+
request: Save Data Graph I have mine set to test every night at 2:45am - would it be possible to add along side the last graphic a average speed graph of what data is saved/available? Thanks Myk
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
What happens if I upgrade but don't have the mount points in the disks folder? Will it try and remap them? No. Only if you make a change to the mount point. But it shows them as being changed..... I use the ZFS plugin and its setup to mount "appdisk" in /mnt (/mnt/appdisk) - but the plugin is displaying the path wrong - /mnt/disks/appdisk Myk
-
ZFS plugin for unRAID
New one looks good Thanks
-
ZFS plugin for unRAID
something has changed in unRAID and the zpool command is not found in the path during startup and fails. Plugin will have to be change to call zpool using a direct path instead. I had to shutdown my array, and do the zpool -a manually to get it to come back up to have access to my dockers/vms. upon restarting the array everything was working again.... Another thing I notice is the upgrade part of the script is not removing all the older packages so they are building up on the flash drive Thanks Myk
-
ZFS plugin for unRAID
Would you mine sharing your setup on how you compile the drivers/utils? Am curious Myk
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
Install screen from the nerd tools plugin