January 11Jan 11 I'm hoping someone can help me out here. I'm having a couple issues.Problem 1.My docker containers aren't loading in the order they are supposed to. Several of the docker containers down the list load instantly (Radarr, etc.). Currently I have it set with a 300s wait on Unassigned Devices to mount SMB for the Synology to start. Assuming Docker starts loading at the same time I set Homarr and Satisfactory to load and then wait 600s before starting to load media stuff that targets the NAS.It also has this on pretty much ever docker container.Jan 11 11:30:00 kernel: docker0: port 7(vethe6df6f2) entered blocking state Jan 11 11:30:00 kernel: docker0: port 7(vethe6df6f2) entered disabled state Jan 11 11:30:00 kernel: vethe6df6f2: entered allmulticast mode Jan 11 11:30:00 kernel: vethe6df6f2: entered promiscuous modeProblem 2.SMB mounting is failing with SMB 3.1.1 and 3.0 and using 2.0. It's a Synology running the newest DSM.kernel: CIFS: VFS: cifs_mount failed w/return code = -95 Dialect not supported by server. Consider specifying vers=1.0 or vers=2.0 on mount for accessing older servers
January 11Jan 11 Community Expert Could you explain what you are trying to do and how the remote server is involved?
January 11Jan 11 Author 23 minutes ago, trurl said:Could you explain what you are trying to do and how the remote server is involved?I have all my data on my Synology. I recently started using Unraid to run all of my programs instead of Windows so Unraid mounts the Synology through the SMB that Windows was using.I use 300s delay on mounting the Synology so it can start up before Unraid tries to mount it. Homarr and the Satisfactory server can load straight away. So I was using the Satisfactory container to put in a wait to clear the Synology mount time. Some of this is working great and stepping through and loading them. But 4 ignore the delays and just start as soon as Unraid starts. And those are the ones that really need to be delayed because they target the Synology.In the screenshot you can see the first two starting at the same time at the start with a (currently) 600 wait but the 3rd one loads at the same time anyway. Then it's working correctly and stepping through down to those last 3 that started with the first ones.So it's kind of two issues. The SMB mount doesn't seem to be starting before/at the same time as the docker containers. And the docker containers aren't following the order they are given. Edited January 11Jan 11 by cTron
January 11Jan 11 Community Expert I think you have misunderstood how the wait is used? It is the time to wait after starting this container before moving onto the next one. You therefore want a wait on the first container if you do not want the second one to start at the same time.
January 11Jan 11 Author 25 minutes ago, itimpi said:I think you have misunderstood how the wait is used? It is the time to wait after starting this container before moving onto the next one. You therefore want a wait on the first container if you do not want the second one to start at the same time.Na. I got that. Both the first and second can start. That's fine. I need it to wait after the second one until the Synology has had time to start and be mounted. The issue is that other ones down the line are ignoring all that and starting anyway. And that the Synology mount doesn't seem to happen first.Extra fun fact. If I turn off the auto start the same docker containers still start anyway.Could this be related to FolderVIew2 which I got rid of to try to fix these issues?
January 11Jan 11 Community Expert 2 hours ago, cTron said:Could this be related to FolderVIew2 which I got rid of to try to fix these issues?Unclear. Are you saying you removed that plugin already? Have you rebooted since?
January 11Jan 11 Community Expert You probably want to reset container order to default after you removed the plugin and rebooted. Yes it does do funky things with the order.
January 12Jan 12 Author On 1/11/2026 at 5:25 PM, trurl said:Unclear. Are you saying you removed that plugin already? Have you rebooted since?I have removed FolderView and restarted.
January 13Jan 13 Author On 1/11/2026 at 5:32 PM, Kilrah said:You probably want to reset container order to default after you removed the plugin and rebooted. Yes it does do funky things with the order.Is that done another way than just unlocking them and dragging them around? Because that didn't fix anything.
January 13Jan 13 Author 12 hours ago, Kilrah said:When unlocked the top left icon is "reset sorting"Interesting place to put that. I did that and turned off all auto starts. I still have the same 5 containers autostarting anyway.
January 13Jan 13 Community Expert What are those containers? Are they installed from templates or other sources like the Compose plugin or other managers e.g. portainer? The Docker page options only apply to things installed with Unraid's built-in system. Edited January 13Jan 13 by Kilrah
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.