Everything posted by GoChris
-
[Support] selfhosters.net's Template Repository
Delete the venv folder in the appdata for it and then it will work.
-
[Support] selfhosters.net's Template Repository
Getting this error on the discordbot now. Probably after a docker update? Not sure, I backup/restart everynight. "Error: Command '['/data/venv/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1." Solution? I did delete and re-create the container (kept appdata)
-
[Plugin] Mover Tuning
Also this too, that can happen.
-
[Plugin] Mover Tuning
Perhaps in your setup sure, but I don't consider it a misconfiguration. I have large files that when created or downloaded need/benefit from my speedy cache device. But if files are copied to the share from other devices on the network, there is no reason to use the cache device (as they are quite large) so prefer them to go straight to the array. These files are created on the cache, then they get moved to the share folder, which, won't move them to the array the way it works, and then the mover also won't pick them up. I could exploit the bug (IMO) that the min free space required for a share also applies to the cache device as well, and set that value to be larger than the cache size (that only works while you have large enough free space on some data drives).
-
[Plugin] Mover Tuning
From a cache device to the array.
-
[Plugin] Mover Tuning
Sorry if this has been asked/mentioned. Can there be an option to move files for a share for which the setting "Use cache pool" is set to no?
-
Can't connect to VMs after reboot - Failed to connect to server
It worked in private browser, firefox, disabled all extensions, didn't fix it, but clearing cookies and site data and now it works again.
-
Can't connect to VMs after reboot - Failed to connect to server
Ya I have this problem too.
-
[Support] A75G Repo
Further to the questions above about LibreNMS not auto discovering or polling. If you load up a console and run: ./discovery.php -h <device ip> It will do the discovery. Not sure why this is not done when adding, and you can also manually a poller, but, that should be done on a cron or something. I think this docker isn't correct. ./poller.php -h <device ip>
-
[Support] A75G Repo
Have you managed to get this docker working? My vm crashed that housed my LibreNMS, so I switched to this docker, and I am getting the same issue. I can add the device, but it does not discover anything.
-
A shares "Minimum free space" setting should not apply if it uses the cache drive
Correct. I will update my original post to be more clear, I guess I wasn't as clear as I thought.
-
A shares "Minimum free space" setting should not apply if it uses the cache drive
Yes but the share min free space takes precedence when that share is set to use the cache, which is ultimately the problem.
-
A shares "Minimum free space" setting should not apply if it uses the cache drive
The alternative would be to have a separate setting for how much free space you want to maintain on the cache, just like you can for a share. Cache drives are not going to be as big as data drives (let's assume we're talking about 99% of setups), so chances are you might fill it up more than a share setting, but there can remain more than enough space for file transfers. If you need/want an example, I might have my share set to 150GB min, but various files could have been written to multiple shares and reduced the cache drive to (just) under 150GB. If I then want to write another file (size is irrelevant as long as it's under the free space size), it would skip the cache and go to the share directly, obviously that's slower, but really no reason it couldn't go to the cache (before the mover catches up).
-
A shares "Minimum free space" setting should not apply if it uses the cache drive
If a share is not set to cache only, and a min free space is set, I think it should only apply to free space on HDDs, not how much free space is on the cache. I only want to fill up my drives to certain amount, but I always want to utilize the faster write speed of using the cache drive, however if the cache fills up and has less free space than the share setting, it will write straight to an HDD and be much slower. Making it an option would work too. Perhaps a better explanation:
-
[DEPRECATED] Linuxserver.io - Rutorrent
You have to edit the config file in appdata for the settings you want to stay between sessions.
-
[DEPRECATED] Linuxserver.io - Rutorrent
You have to edit the values in the rtorrent.rc file in your appdata/rutorrent/rtorrent folder
-
Unraid 14th Birthday Case Badge Giveaway
If we don't win a badge, hope we can buy one.
-
Unraid 14th Birthday Case Badge Giveaway
Happy Birthday! I can't even remember how long I've used it, close to 10 years maybe? I just love that it's so easy to expand storage and fix failures, I'm never really that worried about catastrophic failures. Dockers are so easy, it's really quite great. The plugins and community are icing on the cake.
-
[DEPRECATED] Linuxserver.io - Rutorrent
The CPU usage problem has not been fixed. Just had to restart my two instances. Does anyone recall which is the latest before the CPU usage problem?
-
Keep certain VM's running without array started
Wow, seems this one has been ignored but many people would like this. I bet a lot of us have VMs that don't use any share data at all. pfSense, pihole, LibreNMS for example for some.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Does anyone know how to set it up one of the following ways, a) using manual mode, so it provides the instructions to setup the dns records to validate that way b) https authentication, not http, as my isp blocks port 80 but don't block 443 c) a dns authentication using a plugin that works would with with dynu.com (dynamic dns provider). I am using my own domain, not just using sub domains on a shared domain. Cheers Edit: I switched over to cloudfare after I learned I could use the dns management on a free account and got this working that way. It would however still be nice to know, maybe for others, if you can do at least a and b.
-
[Plugin] Mover Tuning
This is great, thanks so much!
-
[Plugin] Mover Tuning
Thanks, if possible, I'd like what is possible with the schedule and script combo. Move nightly everything, but once an hour (or whatever schedule), move files if it's hit a threshold. For when you are copying larger amounts and it would get too full to wait for the nightly move (for example). Unless I interpret it wrong, the plugin threshold option will not ever move if there is usage below the threshold. Cheers!
-
[Support] Linuxserver.io - Minetest
Ya, I also get that message. Is this not at the latest version from June?
-
Server Layout Plugin for unRAID v6
Feature request: I'd like to assign non array devices to slots. I have a couple drives installed in trays which show up in the system, but I don't have them assigned to the array, but I'd still like to track where they are.