compose plugin - help needed for settings

  • I installed the compose plugin 8.1.1 – OK.

    In the compose settings, I see under docker info installed and running.

    I created and assigned shared folders for compose files, data and backup. For docker storage, I left /var/lib/docker.

    Then I clicked on save. When I try to apply the changes, I get the following error message.

    I don't understand this message and what is going wrong here.


    Thank you for your help.


  • Code
              ID: configure_compose_global_env_file
        Function: file.managed
            Name: /srv/dev-disk-by-uuid-BA923A77923A3869/appdata/global.env
          Result: False
         Comment: Failed to change mode to 0600
         Started: 21:59:20.177098
        Duration: 7.767 ms
         Changes:
    ----------

    based on this section of your error, the problem seems to be with the global.env file.


    Does the file exist at the path specified?


    ***edit***

    also based on the uuid, this is not a linux filesystem.


    That is likely the root of the problem.


    Docker requires a filesystem that handles linux permissions and ownership.

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

  • also based on the uuid, this is not a linux filesystem.


    That is likely the root of the problem.


    Docker requires a filesystem that handles linux permissions and ownership.

    OK..the hdd is wih ntfs(windows) mounted...so I start over again..

    Thx and i will return here

  • OK..the hdd is wih ntfs(windows) mounted...so I start over again..

    Thx and i will return here

    While linux can read/write an ntfs drive, an ntfs drive is a windows format, not a linux format. Any storage that is supposed to be permanently used on the server should be in a linux format. ntfs can be used as a temporary drive to copy to/from the linux drives.

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

  • Thanks again.

    I was able to configure the settings with an ext4 formatted hdd.

    Next, I would like to install Audiobookshelf.

    Let's see if I can manage that.

  • You're welcome.


    Now that you have a working docker you should be able to.


    I would recommend that you change the default docker storage path from /var/lib/docker to a directory on a data drive though. leaving it at the default /var/lib/docker means it is on the OS drive. If your os needs to be reinstalled, you will loose all the docker containers and if your os drive is small, you could fill it to the point of breaking omv.


    Having it on a data drive means that in the event of an os re-install, just setting the paths for storage and appdata again will get everything working without having to do any rebuilds.

    Asrock B450M, AMD 5600G, 64GB RAM, 6 x 4TB RAID 5 array, 2 x 10TB RAID 1 array, 100GB SSD for OS, 1TB SSD for docker and VMs, 1TB external SSD for fsarchiver OS and docker data daily backups

  • macom

    Added the Label resolved

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!