-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Hi
I have noticed that every 5 minutes this is being written to the log:
[2025/05/13 07:55:48.143625, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 451 -- ignoring
[2025/05/13 08:10:48.232228, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 790 -- ignoring
[2025/05/13 08:25:48.334276, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 1125 -- ignoring
[2025/05/13 08:40:48.438279, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 1460 -- ignoring
[2025/05/13 08:55:48.478130, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 1793 -- ignoring
[2025/05/13 09:10:48.500256, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 2127 -- ignoring
[2025/05/13 09:25:48.554475, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 2463 -- ignoring
[2025/05/13 09:40:48.656278, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 2798 -- ignoring
[2025/05/13 09:55:48.759924, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 3127 -- ignoring
[2025/05/13 10:10:48.868975, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 3467 -- ignoring
[2025/05/13 10:25:48.948851, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 3803 -- ignoring
[2025/05/13 10:40:49.047283, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 4135 -- ignoring
[2025/05/13 10:55:49.086613, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 4473 -- ignoring
[2025/05/13 11:10:49.188560, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 4808 -- ignoring
[2025/05/13 11:25:49.285397, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Could not find child 5133 -- ignoring
[2025/05/13 11:40:49.389465, 2] ../../source3/smbd/server.c:822(remove_child_pid)
Is there any way to solve it or at least not be logged?
I'm afraid that the log will grow so much that it will crash the system
Thanks in advance