-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start container #18
Comments
Due to how UMS writes to the config file, you can't directly bind mount the |
Unfortunately it did not work.
But unfortunately have the same:
:-( Would be gratefull for any suggestions... |
Tried a whole lot of things, including: Event tried not specifying any volumes... still the same.... Always run into the same error... again, will be gratefull for whatever recommendations.. |
Do this:
|
Thanks, I tried it, different problem now. So i did as you said (small correction one of the -v lines where I added a colon):
However it now fails differently:
If I'm getting it right it can't find the script since /opt/ums has been mounted on /media/hdd/ums which is empty... Any other idea on what I could try? Thanks! |
Ah shoot. I'll have to see if there is some other way it get it working. Sorry, I haven't ran UMS in about a year so I am having to re-learn exactly how the container operators with the software. Let me try a few things and get back to you. |
Since you're bind mounting a config, let's go back to your original run command and just try to remove the following lines from your run command as they're just for manipulating the config file which you shouldn't need to do since you're passing in a
So it would be this:
That will at least stop the sed error. Now I may need to see your UMS.conf as I am wondering if there is something in your config that is causing the startup error as I am not really sure why that specific error you're seeing would happen - it's nothing I am familiar with. |
Hello, I'm trying to start the container using:
However the container fails to start with the following error:
I can see that the UMS.conf and UMS.cred are created (I did not put them there):
Att a loss at why so any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: