-
Notifications
You must be signed in to change notification settings - Fork 392
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
Suddenly broke uploading packages (mupx) #762
Comments
This could also be caused by the mongod.lock file. |
@MasterJames I do not install Mongo on that servers... |
Did you see the preloaded bar? If not try changing the network.
|
No! But in sibling-config (same ssh-key, same data-center for servers) everything works... |
Expose DEBUG=* to the console and run the deployment. It will give more
|
Not much: http://d.pr/i/19T8P
It was working a few day ago. Config is the same.
|
Tried to
How to fix that? Clean up the logs or what? |
It looks like we need to somehow clean up the |
We can easily fix that by adding log rollover (see moby/moby#11485). As I see it is all about few flags:
And also we have to add some new options to mup.json to make it configurable. What you think? |
Sounds important thanks for the input and discovery efforts. |
I’m going to make a PR. |
Yeah! Send me that. On Sun, Nov 22, 2015 at 6:55 PM Artem Polikarpov notifications@github.com
|
Thanks. In the case of first one, we need to get logs via mup logs command. Does it work ? I assume this log-driver features (specially) comes with a later version of
|
Well, These features works since Docker v1.8 version, on servers we have 1.9. |
I think it is ok to make a remark in docs that |
Then it's great. We don't need to get it when we are using alternate log Also, make sure to set of sensible defaults. On Mon, Nov 23, 2015 at 4:36 AM Artem Polikarpov notifications@github.com
|
I’ll leave defaults as is. If you don’t specify any of log options in the object, they will not be honored, and docker will work as now. I think it is no need to show all of these options in I’m going to add a short section to a README.md about new possibilities. About waring user in case of old Docker... We don’t have to do anything because Docker will do it for us: if you specify some unsupported arguments Docker doesn’t start and shows you why. |
We also can add an another note in readme that these options works with fresh Docker. P. S. I’m trying to solve this (not critical) issue as a designer and not like as a coder ;) |
Okay. That's okay about the docker client. But we need to add some reasonable defaults to avoid the issues like you've On Mon, Nov 23, 2015 at 4:52 AM Artem Polikarpov notifications@github.com
|
Aha, I understand now. Ok, I’ll add it. |
Great. On Mon, Nov 23, 2015 at 4:57 AM Artem Polikarpov notifications@github.com
|
I use a mupx for a long time without complaints, and suddenly in one of my projects uploading just stopped working.
All commands work —
mupx logs
,mupx reconfig
. Butmupx deploy
doesn’t! I also can connect to this servers with my ssh-key. And I can deploy sibling-project to sibling-servers (in the same data-center, with the same ssh-key).I have no idea what to check, because of poor error message. Please help?
The text was updated successfully, but these errors were encountered: