Skip to content
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

sysctl errors #45

Open
frafra opened this issue May 27, 2021 · 1 comment
Open

sysctl errors #45

frafra opened this issue May 27, 2021 · 1 comment

Comments

@frafra
Copy link
Contributor

frafra commented May 27, 2021

This is what I see running aide with Docker:

aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_time": Read-only file system
aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_intvl": Read-only file system
aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_probes": Read-only file system
@frafra frafra changed the title Docker: cannot connect to localhost:8080 sysctl errors May 27, 2021
@bkellenb
Copy link
Collaborator

Hi,

Those three messages pertain to the keepalive timer that needs to be set for Psycopg2 to not lose connections to the PostgreSQL database. However, in Docker this seems to be no problem. I will remove these commands upon confirmation, but for now the warnings can simply be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants