Thank you a lot for releasing this plugin. I am new to OMV and just play around in a VM since a few days. After installing your plugin, I get the following error message in my browser console:
ext-all.js:22 Uncaught Error: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: OMV.workspace.window.TextArea
Clicking on "Encryption Management" does not work, nothing happens except that the following error message appears:
ext-all.js:22 Uncaught TypeError: Cannot read property 'substring' of null
What am I missing? The installation went fine I guess:
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
cryptsetup cryptsetup-bin libcryptsetup4
Suggested packages:
dosfstools
The following NEW packages will be installed:
cryptsetup cryptsetup-bin libcryptsetup4 openmediavault-luksencryption
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/391 kB of archives.
After this operation, 1177 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libcryptsetup4 cryptsetup-bin cryptsetup openmediavault-luksencryption
Preconfiguring packages ...
Authentication warning overridden.
Selecting previously unselected package libcryptsetup4.
(Reading database ... 44250 files and directories currently installed.)
Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.3-4_amd64.deb) ...
Selecting previously unselected package cryptsetup-bin.
Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.3-4_amd64.deb) ...
Selecting previously unselected package cryptsetup.
Unpacking cryptsetup (from .../cryptsetup_2%3a1.4.3-4_amd64.deb) ...
Selecting previously unselected package openmediavault-luksencryption.
Unpacking openmediavault-luksencryption (from .../openmediavault-luksencryption_1.0.0_all.deb) ...
Processing triggers for man-db ...
Processing triggers for openmediavault ...
Restarting engine daemon ...
Setting up libcryptsetup4 (2:1.4.3-4) ...
Setting up cryptsetup-bin (2:1.4.3-4) ...
Setting up cryptsetup (2:1.4.3-4) ...
update-initramfs: deferring update (trigger activated)
Setting up openmediavault-luksencryption (1.0.0) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.16.0-0.bpo.4-amd64
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mdadm: no arrays defined in configuration file.
Processing triggers for openmediavault ...
Updating locale files ...
Updating file permissions ...
Purging internal cache ...
Restarting engine daemon ...
Creating index of upgradeable packages ...
Creating index of openmediavault plugins ...
Done ...
Display More
Uninstalling got me more errors:
http://192.168.178.3/js/omv/module/admin/storage/luks/Containers.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://192.168.178.3/js/omv/module/admin/storage/luks/Luks.js Failed to load resource: the server responded with a status of 404 (Not Found)
The uninstall log:
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
cryptsetup* cryptsetup-bin* libcryptsetup4* openmediavault-luksencryption*
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 1177 kB disk space will be freed.
(Reading database ... 44349 files and directories currently installed.)
Removing openmediavault-luksencryption ...
Purging configuration files for openmediavault-luksencryption ...
Removing cryptsetup ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
update-initramfs: deferring update (trigger activated)
Purging configuration files for cryptsetup ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Removing cryptsetup-bin ...
Removing libcryptsetup4 ...
Purging configuration files for libcryptsetup4 ...
Processing triggers for openmediavault ...
Restarting engine daemon ...
Processing triggers for man-db ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.16.0-0.bpo.4-amd64
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mdadm: no arrays defined in configuration file.
Creating index of upgradeable packages ...
Creating index of openmediavault plugins ...
Done ...
Display More