Everything posted by HarryRosen
-
VirtualBox Plugin for unRAID v5 and v6
Awesome can't wait
-
VirtualBox Plugin for unRAID v5 and v6
any progress on this for 6b14b??
-
VirtualBox Plugin for unRAID v5 and v6
will this plugin work on v6b12+
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
can't get the client to start getting this error Dec 3 09:00:38 HOMESERVER sudo: root : TTY=unknown ; PWD=/boot/openvpn ; USER=root ; COMMAND=/bin/bash -c nohup /tmp/openvpn/openvpn.sh > /tmp/openvpn/openvpn.out /dev/null 2>&1 & Dec 3 09:01:07 HOMESERVER sudo: root : TTY=unknown ; PWD=/boot/openvpn ; USER=root ; COMMAND=/bin/bash -c nohup /tmp/openvpn/openvpn.sh >
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
server looks great, any luck on the client? I see on github you have one built
-
Docker requests
a nzbdrone torrent branch would be good
-
VirtualBox Plugin for unRAID v5 and v6
nevermind I didn't set the log file properly
-
VirtualBox Plugin for unRAID v5 and v6
Need a little help I think I got everything loaded and installed properly but getting an error in phpvirtualbox I get the login screen then get this error could not connect to host Exception Object ( [message:protected] => Could not connect to host (http://192.168.1.200:18083/) [string:Exception:private] => [code:protected] => 64 [file:protected] => /mnt/cache/Appz/www/lib/ajax.php [line:protected] => 128 [trace:Exception:private] => Array ( ) [previous:Exception:private] => any ideas? did I miss something
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
So I don't need the -e anymore, I will take that out boot/cache_dirs -d 9 -m 3 -M 5 -p 200 -i "TV\ Shows" -i "Movies" -i "Music" -i "Public" -i "Complete" -w I needed to have the TV Shows like TV\ Shows becasue it said it doesn't exist so with the -d 9 options the following dirs will be cached too say TV Shows\Showname\Seasons 01\ so if i click on season 01 to show the contents the drives should still not spin up am I understanding this correctly?
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I have 8 gig of ram so i would think that would be enough. going to try and run this now /boot/cache_dirs -d 9 -m 3 -M 5 -p 200 -i "TV\ Shows" -i "Movies" -i "Music" -i "Public" -i "Complete" -e ".custom" -e "mysql" -w -F -v is there a way to see what dirs are in the cache?
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I figured it out and it's working but how to i get it to cache beyond a certain folder my config is like this /boot/cache_dirs -d 9 -m 3 -M 5 -p 200 -e ".custom" -e "mysql" -w my share is like this /TV Show/showname/season/file.mkv /Movies/MovieName/file.mkv and so on but when i hit the tv show directory the drives start to spin up to show all the shows, how to I get it to cache all the way to the file.mkv so if i click on the season folder the drives still don't spin up
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I just installed this and I think it's working, but how do i check for sure?