Posts by raulfg3

    change permission of ${PATH_TO_APPDATA}/heimdall so user 1001 and group 100 have permission, actually is root=0




    eg; cd PATH_TO_APPDATA/heimdall <- use apropiate path


    chown youruser:users heimdall or something simmilar and check with ls -la to see the change



    PD: sometimes down the container to be sure is not running, then deleting the /heimdall folde rand then Up the container, solve the problem because container in start, create apropiate folders with apropiate permission. but if folder exist previosly, the start do not create folder, simply try to use it and fail because bad owner.

    I have this error :


    I do an apt clean on system omv-extras , and still have same error.



    Some tips?

    sucesfull install on simmilar : HPT510 SlimNAS


    revise inside /srv/dev-disk-by-uuid-0642da8d-b5bb-42ac-ae8f-2c345b35f1ab/data2/transmission/downloads


    docker must create 2 folders complete & incomplete, if do not exist, create it with root permission.



    PD: In general is a risky to use PUID & PGID = 0 on a docker.


    My recomendation is to use PUID=1000 & PGID=100 and in that case, need to delete /srv/dev-disk-by-uuid-0642da8d-b5bb-42ac-ae8f-2c345b35f1ab/data2/transmission/ folder so when docker is launched first time it can create apropiate folders with correct permission.

    under docker.


    first, install docker

    second, install postgressql inside docker.


    postgres - Official Image | Docker Hub


    GitHub - docker-library/postgres: Docker Official Image packaging for Postgres
    Docker Official Image packaging for Postgres. Contribute to docker-library/postgres development by creating an account on GitHub.
    github.com