Everything posted by StevenD
-
Open VM Tools for unRAID 6
The pre-compiled version should work with all versions after 6.6.6. maybe try deleting the plugin and the openvmtools_compiled folder, reboot, then install again. I have no idea if newer VMware tools works on esxi 6.0 though. That’s pretty old.
-
Open VM Tools for unRAID 6
Updated for 6.7.1-rc1. https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
Updated for 6.7.0-final. I have not yet figured out how to make the plugin update within the GUI, so you have to uninstall and reinstall. https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
I am out of the country on vacation, so it will be a week or so before I can create an updated VMware tools for 6.7.
-
Open VM Tools for unRAID 6
Updated for 6.7.0-RC8. Also updated to VMWare Tools 10.3.10. https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
Glad its working. Hopefully I don't have to make any other changes for 6.7.0 release.
-
Open VM Tools for unRAID 6
Its been updated for 6.7.0-RC7, https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
Whoops. Looks like I had RC6 installed. Sorry about that. I will upgrade and re-compile it today.
-
Open VM Tools for unRAID 6
I finally got it to compile under 6.7.0-RC7. I don’t recall if rc6 is the same kernel, but I didn’t bother with it. https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
I too ran into an issue when It first was released. I have had a thousand other things going so, so I haven’t been able to work on it. I may have some time in a week or two.
-
Open VM Tools for unRAID 6
Give this plugin a try. It still needs some additional error/version checking, but it definitely works on 6.6.6 and 6.6.7, and its much more simple than the "auto" plugin that we all have been using for a while. https://raw.githubusercontent.com/StevenDTX/unRAID-open-vm-tools/master/openVMTools_compiled.plg
-
Open VM Tools for unRAID 6
Updated for 6.7.0-rc4 https://drive.google.com/drive/u/1/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
Updated for 6.7.0-rc3 https://drive.google.com/drive/u/1/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
Updated for 6.7.0-rc2 https://drive.google.com/drive/u/1/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
Updated for 6.7.0-rc1 https://drive.google.com/drive/u/1/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
It looks like you already had it installed. The only thing I can recommend if rename your existing packages directory, extract everything off the zip to a new packages directory. Delete the existing plugin, reboot, then install the updated plugin.
-
Open VM Tools for unRAID 6
Well, v6.6.6 is sticking around longer than I thought it would. I updated the plugin to use VMWare Tools 10.3.5. https://drive.google.com/drive/u/1/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
Updated for unRAID 6.6.3. VMWare Tools version 10.2.5. https://drive.google.com/drive/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6
-
Open VM Tools for unRAID 6
Updated for unRAID 6.6.1. VMWare Tools version 10.2.5. https://drive.google.com/drive/folders/1pyHgCjGdPzLZ2YUn3ktUfewnft3Gped6 The above share is not a direct link. I decided to share out the folder, so folks can look for older versions if necessary. This folder contains the current plugin, as well as all of the Packages necessary. I attempted to update all of the packages, but I kept running in to issues. I will continue to work on that and get as many updated as possible.
-
New Emby Docker
Are you sure its up to date? Mine was crashing daily a couple of updates ago. Its been rock solid for a while now.
-
Open VM Tools for unRAID 6
I updated this for 6.6-rc2. Also, VMWare Tools 10.3.0 has been deprecated. VMWare recommends 10.2.5, so that is what is included in this package. https://drive.google.com/open?id=1sxSJ5PYQcOZVNEm0UjQJNuACoGi2I-n9
-
New Emby Docker
I dont claim to know how sqllite3 works, nor do I know how the Emby DB works. However, there are two more files....library.db-shm and library.db-wal. They all have the same date on them, so I would assume they are related. I would recommend backing up all three of those files, then running the command, pointing at the unraid appdata share. I bet it failed because you were missing the other two files.
-
New Emby Docker
Thanks! I just shrank my library.db file from 588MB to 477MB. I constantly delete and re-add files, for various reasons, so Im sure the DB was quite a mess. Download SQLlite3 (for windows) from here: https://www.sqlite.org/2018/sqlite-tools-win32-x86-3240000.zip Then run these commands from a Windows box (AFTER you have stopped Emby and backed up the library.db file): c:\support\sqlite-tools-win32-x86-3240000\sqlite3.exe \\nas\cache\appdata\docker-embyserver\data\library.db "VACUUM" c:\support\sqlite-tools-win32-x86-3240000\sqlite3.exe \\nas\cache\appdata\docker-embyserver\data\library.db "ANALYZE" c:\support\sqlite-tools-win32-x86-3240000\sqlite3.exe \\nas\cache\appdata\docker-embyserver\data\library.db "REINDEX" You will likely need to change the path. The restart the Emby Docker.
-
Open VM Tools for unRAID 6
Here is the entire packages folder for VMWare Tools on 6.6-rc1. I updated it to include VMWare Tools 10.3.0. https://drive.google.com/open?id=1U4Z7IKv9G5K_alf-8tjH1dr_ZvaKsjwi
-
Open VM Tools for unRAID 6
I finally got around to upgrading to 6.5.3. Here is the whole packages folder, including the open_vm_tools package. https://drive.google.com/open?id=1U4Z7IKv9G5K_alf-8tjH1dr_ZvaKsjwi