Displaying 3 results from an estimated 3 matches for "unpack_tdc_domain".
Did you mean:
unpack_tdc_domains
2016 Apr 26
1
winbindd becomes unresponsive on member server
...10.676347, 10, pid=1739, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_cm.c:385(winbind_msg_domain_online)
Domain ad is marked as online now.
[2016/04/25 15:47:10.682186, 11, pid=1739, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_cache.c:4597(unpack_tdc_domains)
unpack_tdc_domains: Unpacking domain BUILTIN () SID S-1-5-32, flags = 0x0, attribs = 0x0, type = 0x0
[2016/04/25 15:47:10.682226, 11, pid=1739, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_cache.c:4597(unpack_tdc_domains)
unpack_tdc_domains: Unpacking domain YUKON...
2020 Nov 10
3
Crash in 4.12.10 in
...=0x7ffffffff003] [sp=0x7fffffffcff0]
Nov 10 21:39:12 runur01 smbd_audit[23768]: #7 sids_to_unixids + 0x25d
Unfortunately no core dump :-(
I created a bug in bugzilla for it (14571).
The calls that sids_to_unixids() calls are:
idmap_hash_initialize
wcache_tdc_fetch_list
make_tdc_key
tdb_fetch
unpack_tdc_domains
talloc_zero_array
domain_has_idmap_config
hash_domain_sid
dom_sid_str_buf
talloc
sid_copy
sid_copy
sid_split_rid
hash_domain_sid
hash_rid
combine_hashes
But I don?t see any obvious candidate?
- Peter
2020 Nov 10
0
Crash in 4.12.10 in
...ur01 smbd_audit[23768]: #7 sids_to_unixids + 0x25d
>
> Unfortunately no core dump :-(
>
> I created a bug in bugzilla for it (14571).
>
> The calls that sids_to_unixids() calls are:
>
> idmap_hash_initialize
> wcache_tdc_fetch_list
> make_tdc_key
> tdb_fetch
> unpack_tdc_domains
> talloc_zero_array
> domain_has_idmap_config
> hash_domain_sid
> dom_sid_str_buf
> talloc
> sid_copy
> sid_copy
> sid_split_rid
> hash_domain_sid
> hash_rid
> combine_hashes
>
> But I don?t see any obvious candidate?
>
> - Peter
>
>
>
Have you...