thomaslc66

Members
  • Posts

    10
  • Joined

thomaslc66's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, I have this error on my unraid server: "Default docker appdata location is not a cache-only share". 100% true and 100% understood why, as I have my appdata set to cache for primary and array for secondary. Unraid documentation says that cache is for temporary speed read-write access and array is for longer storage. Then I searched for the error here on the forum and saw people say that people with this error need to: stop docker, change the move action for app data from Array -> Cache, and then put None in the second Storage. I do understand speed and everything. But I mean, my cache is 512 GB and I don't see the point of having all my data on it. Plus I have some docker containers like Unraid that store a lot of my personal data and having all of that on the Cache is a bit counter productive. My question is: "How would I keep my first array to be the cache but then, move my personal data or everything a bit bigger in size to the array, without seeing this error that my appdata is not cache-only" Thank you for the answer.
  2. Have a look here, this might help you. https://medium.com/@the.virtual.samourai/unraid-rclone-plex-and-plex-debrid-eb70e7540fc5
  3. Hello, I'm trying to use mongodb with a docker container. I've downloaded the dockerhub mongo container and i'm trying to pass --conf as a parameter I've made a mongod.conf in /mnt/user/appdata/mongodb/ And i have added to my docker advanced config a post parameter -f /mnt/user/appdata/mongodb/mongod.conf The docker download ans finished with success, but doesn't start and when i see logs i see that unraid think my mongod.conf file is a directory. Down here you can find the log error and my conf file
  4. @squid Thanks. But i've seen on some other thread that, when you mount an smb share then the unraid can't use the stop parameter unless you unmount the smb share is it true ?
  5. Hello, I've been trying to setup CA backup to backup my appdata folder to a shared folder on my NAS. I've been looking and reading pages in this forum but for some reasons i can't find the answer of my questions ? 1) Is it possible without mounting a smb share in unraid -> exemple using \\192.168.x.x\backupfolder or smb;//192.......... 2) is there a way to put a password or a user somewhere ? This tools seems to be a good one but for now i can't figure out how does it work... Thank for your help.
  6. I've been running two same container first one 97596.... was created through GUI. ( NOT WORKING ) second one d443b.... was created through command line. ( WORKING ) i think the problem comes from the COMMAND, the GUI created container add ubuntu at the end of the command. Why those unraid do that and how can i change this ? Is it possible for somebody if it's only me or this behaviour is the same on all unraid 6.7.2 ? Thanks
  7. if docker is stopping this would impact my other container ? Because all my other container are started and doesn't seems to be impacted, no reboot. plus when i start a new docker container all from the command line, this container is running.
  8. I've edited the template with GUI, hit apply. Then this widows shows, and nothing else. But when i try to start, still nothing. No log, even with the command "docker logs ubuntu" nothing. The only news is that now it shows Before it was showign uptime. Syslog are showing this: Really wierd. No clue what's happening. Thanks for your answer by the way
  9. Hello, i'm quite new to unraid, but know a bit how docker works. I wanted to use clean docker image so i installed the community plugin and enabled the docker hub search option. I've set my docker settings like this: Then i downloaded a ubuntu image from docker hub. What i've tried was first to use bridge for network opening port 22 on container mapping it to a custom port on the host. Then using custom br0 mapping port 22 also too custom port. And at the end setting network to none and adding extra parameters to --network br0 But none of those parameters let me start the container. When i click on start the container try to start and then stop. (here you can see up time = 1 sec) Log is totally empty. Really need help on this, as i don't know why could cause this behavior. Docker is working as my other app in bridge is working fine. But even with bridge the docker container from docker hub is not booting up. Thank you in advance for all your future advice and time. Maybe someone already experienced this behavior. Unraid 6.7.2 Basic