On 20/11/24 11:55, Dan Langille wrote:> Hope that helps.Not much unfortunately. Running this: net cache list will tell you what the cache thinks it contains. If it is filled with real things, it could indicate where they're coming from. If it fails or shows a cache full of nonsense, well that is also interesting.> > The original messages are long scrolled off the rotated files. However, I just restarted samba:With this restart, you didn't remove the cache file? That might be the next step if `net cache list` doesn't help.> Nov 19 22:52:55 tm nmbd[67807]: Got SIGTERM: going down... > Nov 19 22:52:55 tm nmbd[35373]: [2024/11/19 22:52:55.570689, 0] ../../source3/nmbd/nmbd.c:901(main) > Nov 19 22:52:55 tm nmbd[35373]: nmbd version 4.16.11 started. > Nov 19 22:52:55 tm nmbd[35373]: Copyright Andrew Tridgell and the Samba Team 1992-2022 > Nov 19 22:52:55 tm smbd[35377]: [2024/11/19 22:52:55.674339, 0] ../../source3/smbd/server.c:1741(main) > Nov 19 22:52:55 tm smbd[35377]: smbd version 4.16.11 started. > Nov 19 22:52:55 tm smbd[35377]: Copyright Andrew Tridgell and the Samba Team 1992-2022 > Nov 19 22:52:56 tm smbd[35379]: [2024/11/19 22:52:56.132117, 0] ../../lib/tdb_wrap/tdb_wrap.c:65(tdb_wrap_log) > Nov 19 22:52:56 tm smbd[35379]: tdb(/var/db/samba4/gencache.tdb): tdb_expand overflow detected current map_size[4294967295] size[128]!cheers, Douglas
On Wed, Nov 20, 2024, at 6:31 PM, Douglas Bagnall wrote:> On 20/11/24 11:55, Dan Langille wrote: > >> Hope that helps. > > Not much unfortunately. > > Running this: > > net cache list > > will tell you what the cache thinks it contains. If it is filled with > real things, it could indicate where they're coming from. If it fails or > shows a cache full of nonsense, well that is also interesting.That is 161 lines of expired stuff. [1:04 tm dvl ~] % sudo net cache list | grep -x expired [1:06 tm dvl ~] % I've saved the list should anyone be interested.>> The original messages are long scrolled off the rotated files. However, I just restarted samba: > > With this restart, you didn't remove the cache file? That might be the > next step if `net cache list` doesn't help.Well, I'm going to do it anyway. [1:06 tm dvl ~] % sudo service samba_server stop Stopping smbd. Waiting for PIDS: 35379, 35379. Stopping nmbd. Waiting for PIDS: 35374. [1:09 tm dvl ~] % sudo mv /var/db/samba4/gencache.tdb ~/tmp [1:09 tm dvl ~] % sudo service samba_server start Performing sanity check on Samba configuration: OK Starting nmbd. Starting smbd. [1:09 tm dvl ~] % The messages did not immediately recur. I waited about two minutes. I'll report back tomorrow if they appear overnight. Thank you for your time. -- Dan Langille dan at langille.org