[GH-ISSUE #386] Error on Restart #147

Closed
opened 2026-02-27 08:15:31 +03:00 by kerem · 1 comment
Owner

Originally created by @hra42 on GitHub (Dec 1, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/386

When the Server restarts I get the following messages in the logs:

2022-12-01T09:24:47.709915860+00:00 INFO     i [info]: SIGTERM received, stopping | log.target: "actix_server::builder" | log.module_path: "actix_server::builder" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/builder.rs" | log.line: 352
2022-12-01T09:24:47.709999801+00:00 INFO     i [info]: Paused accepting connections on 0.0.0.0:3890 | log.target: "actix_server::accept" | log.module_path: "actix_server::accept" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/accept.rs" | log.line: 347
2022-12-01T09:24:47.710022481+00:00 INFO     i [info]: Paused accepting connections on 0.0.0.0:17170 | log.target: "actix_server::accept" | log.module_path: "actix_server::accept" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/accept.rs" | log.line: 347
2022-12-01T09:24:47.710159773+00:00 INFO     i [info]: Shutting down worker, 0 connections | log.target: "actix_server::worker" | log.module_path: "actix_server::worker" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/worker.rs" | log.line: 405 

When I restart lldap manully after that, the Container runs and start up is okay, until the next reboot. I tried to recreate the database and all related data.

Originally created by @hra42 on GitHub (Dec 1, 2022). Original GitHub issue: https://github.com/lldap/lldap/issues/386 When the Server restarts I get the following messages in the logs: ``` 2022-12-01T09:24:47.709915860+00:00 INFO i [info]: SIGTERM received, stopping | log.target: "actix_server::builder" | log.module_path: "actix_server::builder" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/builder.rs" | log.line: 352 2022-12-01T09:24:47.709999801+00:00 INFO i [info]: Paused accepting connections on 0.0.0.0:3890 | log.target: "actix_server::accept" | log.module_path: "actix_server::accept" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/accept.rs" | log.line: 347 2022-12-01T09:24:47.710022481+00:00 INFO i [info]: Paused accepting connections on 0.0.0.0:17170 | log.target: "actix_server::accept" | log.module_path: "actix_server::accept" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/accept.rs" | log.line: 347 2022-12-01T09:24:47.710159773+00:00 INFO i [info]: Shutting down worker, 0 connections | log.target: "actix_server::worker" | log.module_path: "actix_server::worker" | log.file: "/__w/lldap/lldap/${GITHUB_WORKSPACE}/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-server-2.0.0-beta.5/src/worker.rs" | log.line: 405 ``` When I restart lldap manully after that, the Container runs and start up is okay, until the next reboot. I tried to recreate the database and all related data.
kerem closed this issue 2026-02-27 08:15:31 +03:00
Author
Owner

@nitnelave commented on GitHub (Dec 1, 2022):

Note that those are not errors, those are info messages (they contain the [info] tag). They're telling you that LLDAP received a SIGTERM, a signal to stop, then that it stopped accepting new connections on the two ports that it listens to, and finally that it stopped all the workers, shutting down gracefully.

It's all perfectly normal :)

<!-- gh-comment-id:1333485503 --> @nitnelave commented on GitHub (Dec 1, 2022): Note that those are not errors, those are info messages (they contain the `[info]` tag). They're telling you that LLDAP received a `SIGTERM`, a signal to stop, then that it stopped accepting new connections on the two ports that it listens to, and finally that it stopped all the workers, shutting down gracefully. It's all perfectly normal :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#147
No description provided.