Posts by Revers62

    Hi all


    in my docker I use /srv/ dev-disk-by-label-xxxxx

    where xxxx is the label I put in OMV.


    it's more simple to identify a disc with label. I think lot of people do that


    I see in the changelog :

    Re-add usage of /dev/disk/by-uuid device files for all filesystems


    is it normal a new disk in /srv/ is now with the format : dev-disk-by-uuid-RANDOM_NUMBER ?

    Can you successfully run docker commands as that user?

    no I can't


    Code
    $ docker ps
    Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json: dial unix /var/run/docker.sock: connect: permission denied

    Hello all


    i just had a surprise today to see that the user I use for all my docker-compose.yml is not part of the docker group.

    Is this normal?


    if I do

    Code
     id myuser
    
    uid=1001(myuser) gid=100(users) groups=100(users)

    and myuser isn't listed when I do a "getent group docker"

    I may be taking a Gsuite pro account.


    Before that I want to know if it's possible to mount Gsuite disk in the union (Mergerfs) plugin.


    Today I have 11 data disk in my Union (Mergerfs) plugin.

    the rule is Most free space.


    as my media begins to take up a lot of space, I am looking for a solution.radarr, plex sonarr read and write to this union


    I see rclone with Gsuite account can help me.

    If I could put my clone mount directly in my Union plugin (Mergerfs) it would be a perfect system because all software got blink and not see difference between cloud or local storage.


    I do not know if it is feasible, I do not necessarily know Debian well.



    I just need to make sure that the disk that is written first is a physical disk and not that of the google cloud. ( change rules to random ? )

    Add a script to move files from local to cloud storage.

    I see lot of tutorial explain to use rclone mount with mergerfs but all time it's with one physical drive and not on OMV.

    I never touch a line at my Union / Mergerfs config because all run perfect.


    if someone understands what I want to do and you have already done it, I will take any information.


    I implore the gods ryecoaaron - macom - trapexit


    Thanks :)

    Hello All


    I try to change locale for a docker container. but I'm lost about the line in the faq :
    - ./.bashrc:/root/.bashrc:ro


    I try to put a files .bashrc with all the line in my appdata/LazyLibrarian and link it to /root/.bashrc:ro but that don't work.

    Can you help me ?


    The docker container is LazyLibrarian from linuxserver.io


    I find a link with a special chapter on the faq of lazylibrarian here :


    https://lazylibrarian.gitlab.io/faq/



    For French locale use this for your docker env (change all locale accordingly):
    lazylibrarian:
    image: linuxserver/lazylibrarian
    container_name: lazylibrarian
    environment:
    - PUID=1001
    - PGID=1001
    - TZ=Pacific/Noumea
    - PYTHONIOENCODING=utf-8
    - LANG=fr_FR.UTF-8
    - LANGUAGE=fr_FR:fr
    - LC_CTYPE="fr_FR.UTF-8"
    - LC_NUMERIC="fr_FR.UTF-8"
    - LC_TIME="fr_FR.UTF-8"
    - LC_COLLATE="fr_FR.UTF-8"
    - LC_MONETARY="fr_FR.UTF-8"
    - LC_MESSAGES="fr_FR.UTF-8"
    - LC_PAPER="fr_FR.UTF-8"
    - LC_NAME="fr_FR.UTF-8"
    - LC_ADDRESS="fr_FR.UTF-8"
    - LC_TELEPHONE="fr_FR.UTF-8"
    - LC_MEASUREMENT="fr_FR.UTF-8"
    - LC_IDENTIFICATION="fr_FR.UTF-8"
    volumes:
    - /home/lazylibrarian:/config
    - /NFS:/NFS
    - ./.bashrc:/root/.bashrc:ro
    ports:
    - 5299:5299
    restart: unless-stopped
    and put this in your docker bashrc file :
    export PYTHONIOENCODING=utf-8
    export LANG=fr_FR.UTF-8
    export LANGUAGE=fr_FR:fr
    export LC_CTYPE="fr_FR.UTF-8"
    export LC_NUMERIC="fr_FR.UTF-8"
    export LC_TIME="fr_FR.UTF-8"
    export LC_COLLATE="fr_FR.UTF-8"
    export LC_MONETARY="fr_FR.UTF-8"
    export LC_MESSAGES="fr_FR.UTF-8"
    export LC_PAPER="fr_FR.UTF-8"
    export LC_NAME="fr_FR.UTF-8"
    export LC_ADDRESS="fr_FR.UTF-8"
    export LC_TELEPHONE="fr_FR.UTF-8"
    export LC_MEASUREMENT="fr_FR.UTF-8"
    export LC_IDENTIFICATION="fr_FR.UTF-8"

    I want to use this line :
    - net.ipv6.conf.all.disable_ipv6=1


    but in the web editor portainer accept only V2 docker compose config.


    sysctl config work after 2.1 docker compose config.


    how can I deal with that ?thanks :thumbup:

    i run OMV with mergerfs.



    in order to use snapraid and 2 parity disc I just wipe 2 discs which served as parity in my previous system.



    When mounting the discs I had an error which I unfortunately did not copy.



    The disks mounted but I couldn't see them in the drop-down menu of snapraid.



    I rebooted the server to see if it could fix it and now I have this error:
    if I go to any menu where we can choose discs, I have this error that appears.


    Couldn't extract an UUID from the provided path '/ sharedfolders / FILMS'.


    Error #0:OMV\Exception: Couldn't extract an UUID from the provided path '/sharedfolders/FILMS'. in /usr/share/php/openmediavault/system/filesystem/backend/mergerfs.inc:87Stack trace:#0 /usr/share/php/openmediavault/system/filesystem/backend/mergerfs.inc(64): OMV\System\Filesystem\Backend\Mergerfs::extractUuidFromMountPoint('/sharedfolders/...')#1 /usr/share/php/openmediavault/system/filesystem/filesystem.inc(904): OMV\System\Filesystem\Backend\Mergerfs->getImpl('1:2:3:4:5:6:7:8')#2 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(158): OMV\System\Filesystem\Filesystem::getImplByMountPoint('/srv/36dd412c-6...')#3 [internal function]: Engined\Rpc\ShareMgmt->enumerateSharedFolders(NULL, Array)#4 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)#5 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(205): OMV\Rpc\ServiceAbstract->callMethod('enumerateShared...', NULL, Array)#6 [internal function]: Engined\Rpc\ShareMgmt->getList(Array, Array)#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)#8 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getList', Array, Array)#9 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('ShareMgmt', 'getList', Array, Array, 1)#10 {main}

    I have this error
    my sharefolder list is now empty


    I can acces to my sharefolder via smb.