-
Notifications
You must be signed in to change notification settings - Fork 6
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
More SSLError #105
Comments
Now, my client restarted after a week's uptime, all according to expectations, and here's a new SSL error: Notice SSLError: [Errno 24 ] Too many open files
|
Perhaps it's not 7 days, but edit 6 because 60 minutes, but we send every 10 minute? |
@joakim-hove We do unlink the file later, but if this isn't closed, will we still keep a fd to it? This is above my file descriptor paygrade, but in |
Errno 24 ... perhaps it was never heroku after all ... nor SSL. |
;-)
Nils Jacob Berland, PhD
Mobile: +47 408 00 410
Skype: njberland
…On 9 March 2017 at 23:29, Pål Grønås Drange ***@***.***> wrote:
Errno 24 ... perhaps it was never heroku after all ...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACrX55l2aFtrNFTas42vp10j6E5WARaUks5rkH1fgaJpZM4MAV19>
.
|
Well - the default limit of maximum open file descriptors is typically 1024; so this might make sense. |
That is correct - an open file will not bee dragged away from under your feet. |
Released version 0.61 at a91c321 and upgraded Pi10 to run 0.61. We'll see in a week's time what happens. |
I will reinstall my unit later today...
Nils Jacob Berland, PhD
Mobile: +47 408 00 410
Skype: njberland
…On 10 March 2017 at 16:04, Pål Grønås Drange ***@***.***> wrote:
Released version 0.61 at a91c321
<a91c321>
and upgraded Pi10 to run 0.61. We'll see in a week's time what happens.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACrX5ycSuezPluALXKZboFpPDTJvAklTks5rkWaYgaJpZM4MAV19>
.
|
@njberland very good. please document any unexpected or unpleasant experiences so we can discuss the matters next meeting. |
My client just got the following SSL Error:
|
I'll close this until now with the conclusion that the issue was on our side all along. |
The text was updated successfully, but these errors were encountered: