Displaying 2 results from an estimated 2 matches for "n_status_no_memory".
Did you mean:
nt_status_no_memory
2019 Nov 03
1
[smbd] get_static_share_mode_data failed: NT_STATUS_NO_MEMORY
...; where can i add this memory?
I don't think it is actually memory, but some more logs would help. If
talloc actually fails then it would say "talloc failed" in
fresh_share_mode_lock().
Can you check that for me?
Assuming it doesn't say that, then the conditions for returning
N_STATUS_NO_MEMORY from fresh_share_mode_lock() and
so get_static_share_mode_data() are:
if ((servicepath == NULL) || (smb_fname == NULL) ||
(old_write_time == NULL)) {
return NULL;
}
None of these are memory related, confusingly.
The full smb.conf Rowland asked for might help.
Otherwise, if you are con...
2019 Nov 02
7
suddenly change: idmap uid + gid
Hi
The server suddenly changed the uid + gid. this happened to times,
yesterday and the week after. The default group at example
The samba is a AD member where we have many users (>20 000) and we use
autorid in that way
[global]
security = ads
workgroup = CUSTOMER
realm = CUSTOMER.COM
winbind use default domain = yes
winbind enum users = yes
winbind enum group = yes