Everything posted by unevent
-
[Support] johnodon - zap2xml
My 2 cents...suggest posting a guide on how to make the Docker for the zap2xml script and stop hosting his work baked-in. Not much different scenario here than the preclear plugin using Joe L.'s script. Edit: or if there is a way to use the script while stored outside the Docker in appdata, then have a requirement for the user to visit the zap site to get the script and place it in the configured appdata location.
-
LSI Controller FW updates IR/IT modes
6300 rpm - well, if you had a quiet server previously, now you have a nice hair blower soundmachine. 30.5dB(a)...was hoping it wouldn't be too loud, will see. Can always put a curve on it using motherboard.
-
LSI Controller FW updates IR/IT modes
Its on the way. My server is quiet so I don't have the typical wind tunnel airflow that these cards are designed for. I picked up a copper 40x40x14mm heatsink/fan chipset cooler that I hope will work with the clip retainer that the card uses. Enzotech SLF-40, specs Thought about just adding a good quality 40mm fan to the existing sink, but I had a Newegg gift card not doing anything so went all out on copper.
-
LSI Controller FW updates IR/IT modes
Your fine...my guess it is because your burning LSI firmware on Dell card. Future flashes with LSI firmware won't show that.
-
LSI Controller FW updates IR/IT modes
Don't necessarily need uefi bios. I flashed my H310 using circa 2007 Gigabyte AMD board. There are different tools for use with uefi bios and those for not. I used this site to prepare the USB drive (using rufus). The link to LSI/Avago downloads to get the P20 (20.00.04.00) firmware (6Gb/s SAS Host Bus Adapter -> SAS 9211-8i -> BIOS). I then used Fireball3's tool package to do the actual flashing. I followed all six steps which flashes up to P16, then I modified the last step in 5 by dumping in the sas2flsh tool and IT firmware from the 20.00.04.00 LSI/Avago package and running the last 5th step again to flash to P20 IT then finished with step six. This is to go LSI firmware vs. Dell. I added the BIOS to mine out of curiosity to see if I can get staggered spin up in IT mode, but can't so plan to remove the BIOS. Seems to be IR feature. Waiting for my breakout cables as well as a compact 40x40mm copper heatsink/fan to replace the stock heatsink. These cards are made for servers with massive airflow. I got a nice surprise taking the card out after flashing..that heatsink was bloody hot.
-
Samsung Magician for Linux
Lol, yes..32 bit for 32 bit OS, 64 bit for 64 bit OS.
-
Samsung Magician for Linux
It most likely uses tools already part of the Linux distro since the file is only 2.5M. unRAID is slimmed down and lacks most tools in a normal distribution so not all functions may work. That said, copy the 32 or 64 bit bin to a drive (cache, etc.) and issue 'chmod +x' on the file then run it (./magician).
-
Preclear plugin
Feature request: any thoughts on supporting multiple scrips in the plugin (user selectable via drop-down menu)? Such as the original preclear using Joe. L's most excellent script, the bjp999 modification and perhaps Webo's badblocks process if he were to be interested in sharing his script or bless the work of someone to script his process?
-
Dynamix File Integrity plugin
If running 6+, I would go no less than 4GB ram even if lightly loaded.
-
[Support] Linuxserver.io - NZBGet
Your 'downloads' should be a cache-only share as it will contain the downloaded, but not post-processed stuff from NZBget. When couchpotato and sonarr run they read from the 'downloads' then move (post-process) to your media mappings for moves, tv, etc. if configured correctly in the respective programs. Your mappings to tv, movies, etc. look correct. 'appdata' and 'downloads' should both be cache-only shares, or I like to just prefix with a dot "." so that it doesn't get confusing as what is cache-only vs what is not when glancing at it and doesn't require any special steps in the GUI to set them as cache-only.
-
[Support] binhex - DelugeVPN
Should be no different if hardware is capable of handling the encryption. What profile do you use with the Windows PIA client?
-
[Support] binhex - DelugeVPN
Telnet/SSH in and use MC.
-
[Support] binhex - DelugeVPN
Edit the openvpn.ovpn file in /config/openvpn and change the udp port to "1196" and add "cipher AES-128-CBC" and restart the container. Changing to "verb 5" will allow you to verify the cipher during VPN initialization by reading the supervisord.log. client dev tun remote nl.privateinternetaccess.com 1196 udp resolv-retry infinite nobind cipher AES-128-CBC persist-key ca ca.crt tls-client remote-cert-tls server auth-user-pass credentials.conf comp-lzo verb 5 reneg-sec 0 crl-verify crl.pem See if that improves your speeds.
-
Dynamix File Integrity plugin
If I select the low option but nothing else of mine is running, will I still get the results of the normal option? Ran a quick/simple test doing md5sum on a blu-ray rip (not using plugin): Two simultaneous md5sum, one with nice and ionice and the other at normal, using the following commands on two screens: Screen 1: root@Tower:~# /usr/bin/nice -n 10 /usr/bin/ionice -c 2 -n 4 /usr/bin/md5sum /mnt/cache/8GBtestfile.mkv Screen 2: root@Tower:~# /usr/bin/md5sum /mnt/user/Movies/9GBtestfile.mkv Notice the "NI" column (nice), third from left, one md5sum is 0, the other is 10. Running both without nice/ionice they run at 100% CPU and %wa is quite high (>30%) For time to complete with nice/ionice: root@Tower:~# time /usr/bin/nice -n 10 /usr/bin/ionice -c 2 -n 4 /usr/bin/md5sum /mnt/cache/8GBtestfile.mkv real 0m41.074s ... For time to complete without nice/ionice (and buffer drop): root@Tower:~# time /usr/bin/md5sum /mnt/cache/8GBtestfile.mkv real 0m40.808s ... Note: Both drives being used are Toshiba SATA III, ~160MB transfer of test file from one to the other
-
Dynamix File Integrity plugin
Can a GUI setting for nice and ionice be implemented so that these tasks don't bring down the server regardless of how many or what is selected?
-
Dynamix File Integrity plugin
Thanks for the info. I subscribe to the philosophy of it ain't broke don't fix it...to a degree. Existing drives for me will remain reiserfs while new will be XFS. Thanks again.
-
Dynamix File Integrity plugin
Thanks for your observation. I have seen in the past that RFS can have issues in V6 when writing extended attributes and once in a blue moon completely hangs. I am going to put a BIG warning that using this plugin in combination with RFS may lead to instability. WARNING: USING THIS PLUGIN ON DISKS FORMATTED IN REISERFS MAY LEAD TO SYSTEM INSTABILITY. IT IS ADVISED TO USE XFS. Is this due to use of the extended attributes (I haven't read every post yet)? Is there an option to turn that part off and just create hash files? Is par2 addition to the plugin being considered? Thanks
-
Dynamix File Integrity plugin
If you started all three disks simultaneously, it can introduce a full load on your processor. Alternatively you can build one disk at the time to lower the load, but it will take longer to complete all disks. Perhaps adding nice/ionice tunable to the process to keep it from dragging down the system?
-
[Support] Linuxserver.io - SABnzbd
wait do you want updates or not ? Yes or no, depending on a saved toggle setting for each docker. All that's needed is a user settable variable that skips the auto update portion and starts immediately if set. Yes, thank you.
-
[Support] Linuxserver.io - SABnzbd
More of a general request for all of linuxserver.io Dockers, can updates not occur automatically on Docker start? Perhaps a separate GUI button to toggle update on start? Thanks.
-
Swap File Plugin for unRAID v5 and v6
Kindly request ability to change vm.swappiness value from plugin GUI. Thanks.
-
[Support] Linuxserver.io - SABnzbd
Is nice and ionice available in this Docker, or do they not work in Dockers? If they work, but not in this Docker, like to request they be added, please. Dealing with large files taxes disk and affects everything else while sab is processing files.
-
VirtualBox Plugin for unRAID v5 and v6
Yeah, that is how I was going about accessing my music library on the array from the VM. I solved the problem by adding the non-root user to the vboxsf group then loging out/in and it works now. When using shared fodlers the 'sf_{share}' under /media is in the vboxsf group.
-
VirtualBox Plugin for unRAID v5 and v6
Running Xbuntu 14.04 i386 in Virtualbox for a Subsonic premium install. I have the subsonic service running as non-root user and I have installed guest additions. I can see the files/folder in the shared folders which is linked to the music folder on my array, but am unable to access the music for playback. How can I add permissions to Xubuntu without running as root and get access to array files via shared folder? I have created user subsonic for the non-root user in Xubuntu. Do I need to match the nobody user on unraid in Xubuntu? Thanks.
-
[SOLVED] my LOG is full. How to clear it??
Has that part of Dynamics been fixed in 6? Increasing the size to 384 doesn't fix the problem, at least it didn't in v5, as it only delayed the brick wall of running out of space. Usually about 1.5 months between manual having to clear the data and restart the logger or reboot. Inconvenient when I don't reboot often, usually only twice a year to blow the dust out and clean the filters.