Beiträge von goalie1998

    I have OMV installed on a USB stick, and had previously used the flash memory plugin to help increase the life of the drive. I now have access to a HDD (that for some reason wouldn't hold linux on it, got erased on every reboot) which I am now using as a dedicated swap drive. Do I still need to use the flash memory plugin? I have updated fstab to use the new drive, but left the OS drive as instructed on the plugin settings page.


    Thanks.

    I am trying to set up the OpenVPN plugin so that I can bulk modify the client configurations before I download them, and not have to change them every time I create a new one. Is there a way to do this? In other words, I would like to have one set non-default client configuration that that is included with all certificates that are created using the plugin. Thanks.

    When I try to install the docker image for seafile using their instructions, it fails giving this error:



    Code
    IOError: [Errno 2] No such file or directory: '/opt/seafile/conf/seahub_settings.py'


    I copy and paste their instructions word for word.


    I also followed these instructions with the same problems:



    Have you read this doc ? What do you want to know ?
    You will find my working configuration in attachments. Just replace Host IP and Host Path.


    The docker creates the mysql directory and files, the logs directory and files, and the seafile directory which remains empty. The shared directory I created has read/write/execute permissions for everyone. Am I doing something wrong? Do I need to install another docker before the seafile docker?


    This is the log output:




    Thanks.


    log.txt

    I am trying to set up the OpenVPN plugin so that I can bulk modify the client configurations before I download them, and not have to change them every time I create a new one. Is there a way to do this? In other words, I would like to have one set non-default client configuration that that is included with all certificates that are created using the plugin. Thanks.

    I am trying to setup MySQL, but I can not change the data directory. I was able to do so on OMV 3 by adding datadir = *********** into the extra options, but this crashes MySQL in OMV 4. Any way to change the data directory? Thanks.

    I just updated to OMV 4 from 3, where I hade MySQL working. When I try to enable MySQL now, I get the following error:


    Nothing else has changed in the files, folders, or drive. I did not have the same problem in OMV 3. Any ideas?

    If a plugin - Nginx, in this specific example - has components that have been updated, but are not being used in the current version, is it possible to update those components directly without breaking the plugin? The Nginx plugin for OMV uses Nginx 1.6.2, but Nginx is now up to version 1.14.0. Can I update Nginx, or will that break the plugin?


    Does the answer to this specific example extend to other plugins and their respective components, or will it depend on the plugin and the components?

    I just recently moved all my data to encrypted drives. So basically i have 2x3TB disks encrypted, to unlock them i use another small virtual disk (could be a usb in case of bare metal i guess) that contains the keyfiles. That small virtual drive is encrypted also, so basically I unlock this drive at boot which has the keys to unlock the other drives, at the end of the boot sequence the key disk gets unmounted and closed.
    This was done in a combination of crypttab and a custom script embedded in the initramfs.


    You can do this by using just crypttab and fstab, and let systemd take care......but since systemd auto creates the dependencies at boot whenever you attempt to close the key disk, systemd will close and unmount all the related devices.

    How did you write your script in initramfs so that you could remove the usb key and keep the other encrypted drives mounted?