Unix socket timeout after upgrade from Debian 9.7 to 9.8What's the difference between Unix socket and TCP/IP...
Is it insecure to send a password in a `curl` command?
Professor being mistaken for a grad student
How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?
Examples of transfinite towers
Why do newer 737s use two different styles of split winglets?
Why did it take so long to abandon sail after steamships were demonstrated?
About the actual radiative impact of greenhouse gas emission over time
Why is the President allowed to veto a cancellation of emergency powers?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
How to pronounce "I ♥ Huckabees"?
If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?
Custom alignment for GeoMarkers
Book: Young man exiled to a penal colony, helps to lead revolution
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Why Choose Less Effective Armour Types?
Did Ender ever learn that he killed Stilson and/or Bonzo?
What are substitutions for coconut in curry?
Print a physical multiplication table
Why does a Star of David appear at a rally with Francisco Franco?
How do I hide Chekhov's Gun?
What is a ^ b and (a & b) << 1?
Encrypting then Base64 Encoding
Python if-else code style for reduced code for rounding floats
Fastest way to pop N items from a large dict
Unix socket timeout after upgrade from Debian 9.7 to 9.8
What's the difference between Unix socket and TCP/IP socket?Unix socket vs TCP/IP host:portCreate Unix Named Socket from the Command Lineupdate from debian lenny to squeezeSniff UNIX domain socketUnix socket connection limitWill debian update packages that I've personally build from their official sources?Sharing unix socket via docker volume - permission deniedWriting to Unix Domain Socket from rsyslogNginx keepalive when using a UNIX socket
I have a frontend with Nginx talking to Puma over a Unix socket in two separate containers. The base image for the Puma container is ruby:2.5-slim
. After clearing my Docker cache two days ago and attempting to deploy a newly built frontend, I discovered that Nginx and Puma are no longer talking to one another over the Unix socket. I have traced the immediate cause back to a shift in the version of Debian used in the ruby:2.5-slim
base image from Debian 9.7 to 9.8. One thought is that there was a change in a relevant security setting between the two releases.
I've determined that rebuilding an image similar to ruby:2.5-slim
starting from Debian 9.7 resolves the immediate issue. But I would like to deal with the deeper problem so that I don't have to pin the version of Debian.
What are some next steps that will help to troubleshoot this issue?
nginx debian socket
add a comment |
I have a frontend with Nginx talking to Puma over a Unix socket in two separate containers. The base image for the Puma container is ruby:2.5-slim
. After clearing my Docker cache two days ago and attempting to deploy a newly built frontend, I discovered that Nginx and Puma are no longer talking to one another over the Unix socket. I have traced the immediate cause back to a shift in the version of Debian used in the ruby:2.5-slim
base image from Debian 9.7 to 9.8. One thought is that there was a change in a relevant security setting between the two releases.
I've determined that rebuilding an image similar to ruby:2.5-slim
starting from Debian 9.7 resolves the immediate issue. But I would like to deal with the deeper problem so that I don't have to pin the version of Debian.
What are some next steps that will help to troubleshoot this issue?
nginx debian socket
add a comment |
I have a frontend with Nginx talking to Puma over a Unix socket in two separate containers. The base image for the Puma container is ruby:2.5-slim
. After clearing my Docker cache two days ago and attempting to deploy a newly built frontend, I discovered that Nginx and Puma are no longer talking to one another over the Unix socket. I have traced the immediate cause back to a shift in the version of Debian used in the ruby:2.5-slim
base image from Debian 9.7 to 9.8. One thought is that there was a change in a relevant security setting between the two releases.
I've determined that rebuilding an image similar to ruby:2.5-slim
starting from Debian 9.7 resolves the immediate issue. But I would like to deal with the deeper problem so that I don't have to pin the version of Debian.
What are some next steps that will help to troubleshoot this issue?
nginx debian socket
I have a frontend with Nginx talking to Puma over a Unix socket in two separate containers. The base image for the Puma container is ruby:2.5-slim
. After clearing my Docker cache two days ago and attempting to deploy a newly built frontend, I discovered that Nginx and Puma are no longer talking to one another over the Unix socket. I have traced the immediate cause back to a shift in the version of Debian used in the ruby:2.5-slim
base image from Debian 9.7 to 9.8. One thought is that there was a change in a relevant security setting between the two releases.
I've determined that rebuilding an image similar to ruby:2.5-slim
starting from Debian 9.7 resolves the immediate issue. But I would like to deal with the deeper problem so that I don't have to pin the version of Debian.
What are some next steps that will help to troubleshoot this issue?
nginx debian socket
nginx debian socket
asked 2 mins ago
Eric W.Eric W.
1136
1136
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958639%2funix-socket-timeout-after-upgrade-from-debian-9-7-to-9-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958639%2funix-socket-timeout-after-upgrade-from-debian-9-7-to-9-8%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown