Bug 55661 - Lots of unnecessary log messages in log.samba-dcerpcd
Lots of unnecessary log messages in log.samba-dcerpcd
Status: NEW
Product: UCS
Classification: Unclassified
Component: Samba
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: Samba maintainers
Samba maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-06 11:29 CET by Arvid Requate
Modified: 2023-02-06 11:30 CET (History)
0 users

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2023-02-06 11:29:47 CET
Samba frequently logs these trivial progress messages into /var/log/samba/log.samba-dcerpcd :

[2023/02/06 11:20:06.179200,  1, pid=18635] ../../source3/rpc_server/rpc_host.c:1353(rpc_host_distribute_clients)
  rpc_host_distribute_clients: Sending new client /usr/lib/x86_64-linux-gnu/samba/rpcd_spoolss to 28012 with 0 clients

[2023/02/06 11:20:21.531742,  1, pid=18635] ../../source3/rpc_server/rpc_host.c:1353(rpc_host_distribute_clients)
  rpc_host_distribute_clients: Sending new client /usr/lib/x86_64-linux-gnu/samba/rpcd_winreg to 8436 with 0 clients

We should increase the minimum log level of that message to 2 or higher.
I guess we could even attempt to upstream that patch.