just out of curiosity on a basic debian this is how it works? Liker OMV or with label ?
Posts by Revers62
-
-
I hope it was really necessary because it's very annoying
I just change my fstab for the moment.
-
Hi Gderf,
Thanks you for your answer.
It's a change who will give you a lot of work !
-
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
-
-
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 want to know how you updated portainer to version 1.23.1?
-
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" -
sometimes I look behind my chair if you are not there
you are so fast 
it's time for me to learn again
Thanks Macom !
-
I want to use this line :
- net.ipv6.conf.all.disable_ipv6=1but 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

-
-
I have a pfsense that manages vpn and I would have liked to know if it is possible to have an ip per container in order to be able to choose which container goes through the VPN.
-
a shutdown -h now resolve my problem.
-
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 emptyI can acces to my sharefolder via smb.
Code
Display MoreError #0: OMV\Exception: Couldn't extract an UUID from the provided path '/sharedfolders/FILMS'. in /usr/share/php/openmediavault/system/filesystem/backend/mergerfs.inc:87 Stack 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} -
for the moment I will make a backup of / var / lib / docker / volumes / portainer_data / while waiting for the feature to exist in portainer.
edit : I post in the same time as you
thanks a lot for your answer macom ! -
I want to know how I can save all the configurations I have made in my containers?
I have portainer on OMV5the goal being to be able to redeploy my containers in case of big problems.
often the big problem is me
have no knowledge of docker-compose but I assume that this is where you have to look?
-
-