Displaying 6 results from an estimated 6 matches for "smbd_idle_event_handler".
2009 Oct 05
1
MSH_SHUTDOWN
...ssage. But, when i read any log files i see
a troubling message :
"got a SHUTDOWN message"
Every minutes !!! Is this behavior normal ?? Following, the paste of 2
sequences (so 2 minutes of a log file) :
[2009/10/04 23:09:45, 10] lib/events.c:105(run_events)
Running timed event "smbd_idle_event_handler" 0xb9ab36a8
[2009/10/04 23:09:45, 10] lib/events.c:287(s3_event_debug)
s3_event: Destroying timer event 0xb9ab36a8 "smbd_idle_event_handler"
[2009/10/04 23:09:45, 10] smbd/process.c:663(smbd_idle_event_handler)
smbd_idle_event_handler: idle_evt(deadtime) (nil) called
[2009/10/04...
2012 Apr 27
1
select periodically returns 0 then read ETIMEDOUT
...mode=S_IFREG|0644, st_size=1439773, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
geteuid() = 0
write(33, "[2012/04/26 00:00:16.679817, 10]"..., 77) = 77
geteuid() = 0
write(33, " smbd_idle_event_handler: idle_"..., 68) = 68
select(29, [6 8 28], [], NULL, {59, 994672}) = 1 (in [28], left {14,
934695})
read(28, 0x7fff13d0e6c0, 4) = -1 ETIMEDOUT (Connection timed
out)
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
socket(PF_FILE, 0x80002 /* SOCK_??? *...
2023 Nov 10
2
understanding stat cache
...module) with debuglevel 10 to see if there's an obvious reason for the performance problems.
For one of the log files (that only cover 73secs) I have made a poor man's profiling by simply counting the called functions, here's the result:
2 max_data
4
4 fd_open
4 smbd_idle_event_handler
4 smbXsrv_open_update
6 filename_convert_internal
8 check_parent_exists
8 grant_fsp_oplock_type
8 smb2
20 smbd_do_qfsinfo
36 stat_cache_add
451 change_to_root_user
3040 get_ea_dos_attribute
11172 fill_ea_chained_buffer
11172 get_ea_names_from_file...
2018 Nov 13
2
winbind service panics "randomly"
...Sending message to 5179
[2018/11/13 22:59:41.441827, 10, pid=2914, effective(0, 0), real(0, 0)]
../source3/lib/messages_dgm.c:1430(messaging_dgm_send)
messaging_dgm_send: Sending message to 2889
[2018/11/13 22:59:41.441880, 10, pid=2914, effective(0, 0), real(0, 0)]
../source3/lib/util_event.c:53(smbd_idle_event_handler)
smbd_idle_event_handler: idle_evt(print_queue_housekeeping) (nil)
rescheduled
[2018/11/13 23:00:29.579577, 10, pid=5170, effective(0, 0), real(0, 0),
class=winbind] ../source3/winbindd/winbindd_util.c:472(trustdom_list_done)
trustdom_list_done: parsing response line
'EUROHIDRA\eurohidra.lo...
2018 Nov 13
2
winbind service panics "randomly"
Hi all,
on a recently installed samba file server, the winbind service crashes
apparently randomly. Every few hours it's necessary to restart the winbind
service and then it works for a few more hours. Any ideas are welcome.
1) the environment: 2 debian stretch DC's with round-robind bind+dhcp with
dns-update. 1 fileserver also (AD backend) on debian stretch. All on self
compiled samba
2012 Nov 05
7
VFS ACL with SMB2
Hello,
I have a question because POSIX ACL with SMB2 max protocol does not work
properly.Did you test VFS xattr acls with SMB2 max protocol? Is it
working corectly?
Best regards/Adrian Berlin
--