search for: domain_info

Displaying 20 results from an estimated 42 matches for "domain_info".

2016 Feb 16
2
Problems after migration from samba 3.5.2 to samba 4.3.1
...inbindd.c:861(winbind_client_response_written) winbind_client_response_written[31101:DOMAIN_NAME]: delivered response to client [2016/02/16 11:29:26.185540, 10, pid=31022, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd.c:758(process_request) process_request: request fn DOMAIN_INFO [2016/02/16 11:29:26.185610, 3, pid=31022, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info) [31101]: domain_info [EXAMPLE.COM] [2016/02/16 11:29:26.185710, 10, pid=31022, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winb...
2012 Apr 24
1
[PATCH] [resend] xen-access: Check return values and clean up on errors during init
Check the return values of the libxc mem_access calls. Free allocated structures (platform_info, domain_info) on errors during initialization and exit. Unbind VIRQ, close event channel and connection to Xen on errors during initialization Signed-off-by: Aravindh Puthiyaparambil <aravindh@virtuata.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> diff -r ea47068fa7a2 -r d18da69e1f58 tool...
2011 Oct 20
0
[PATCH 07/12] cpufreq: allocate CPU masks dynamically
...t;dom = dom; list_add(&cpufreq_dom->node, &cpufreq_dom_list_head); } else { /* domain sanity check under whatever coordination type */ - firstcpu = first_cpu(cpufreq_dom->map); + firstcpu = cpumask_first(cpufreq_dom->map); if ((perf->domain_info.coord_type != processor_pminfo[firstcpu]->perf.domain_info.coord_type) || (perf->domain_info.num_processors != @@ -181,11 +186,18 @@ int cpufreq_add_cpu(unsigned int cpu) goto err0; } + if (!zalloc_cpumask_var(&policy->cpus)) { +...
2016 Feb 17
0
Problems after migration from samba 3.5.2 to samba 4.3.1
...ent_response_written) > winbind_client_response_written[31101:DOMAIN_NAME]: delivered response > to client > [2016/02/16 11:29:26.185540, 10, pid=31022, effective(0, 0), real(0, 0), > class=winbind] ../source3/winbindd/winbindd.c:758(process_request) > process_request: request fn DOMAIN_INFO > [2016/02/16 11:29:26.185610, 3, pid=31022, effective(0, 0), real(0, 0), > class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info) > [31101]: domain_info [EXAMPLE.COM] > [2016/02/16 11:29:26.185710, 10, pid=31022, effective(0, 0), real(0, 0), > class=winbind]...
2016 Apr 20
1
Ubuntu 14.04 samba update
I added log level = 10 log file = /var/log/samba/%m.log to my smb.conf in the logs when I run wbinfo -u I get [2016/04/20 08:24:15.864222, 3, pid=19397, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info) [19441]: domain_info [SUBDOMAIN] [2016/04/20 08:24:15.864238, 10, pid=19397, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd.c:861(winbind_client_response_written) winbind_client_response_written[19441:DOMAIN_INFO]: delivered response to client [2016/04/20 08:24:15.864...
2012 Jan 05
3
[PATCH 0 of 2] xenpaging:speed up page-in
The following two patches are about how to speed up in xenpaging when page in pages. On suse11-64 with 4G memory,if we page out 2G pages,it will cost about 15.5 seconds, but take 2088 seconds to finish paging in.If page-in costs too much time,it will cause unmesurable problems when vm or dom0 access the paged_out page,such as BSOD,crash. What鈥檚 more,the dom0 is always in high I/O pressure.
2016 Feb 15
2
Problems after migration from samba 3.5.2 to samba 4.3.1
My smb.conf files. The OS is a CentOS 7 DC Server 1 ------------------------------- [global] workgroup = EXAMPLE.COM realm = campus.example.com netbios name = DC-SERVER1 server role = active directory domain controller idmap_ldb:use rfc2307 = yes dns forwarder = 8.8.8.8 dsdb:schema update allowed = true winbind max clients = 2000
2016 Apr 18
3
FW: Domain member seems to work, wbinfo -u not (update4)
...indd.c:851(winbind_client_response_written)   winbind_client_response_written[14198:DOMAIN_NAME]: delivered response to client [2016/04/18 13:25:41.051674, 10, pid=14148, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd.c:752(process_request)   process_request: request fn DOMAIN_INFO [2016/04/18 13:25:41.051685,  3, pid=14148, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info)   [14198]: domain_info [NTDOMAIN] [2016/04/18 13:25:41.051714, 10, pid=14148, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winb...
2006 Feb 16
3
Authenticating another domain
When I attempt to authenticate a user from another domain, I am seeing some strange issues. My winbindd.log shows that I am indeed already trusting the other domain. (I am a member of the na.uis.unisys.com domain.) However, when I try to gain access to a share where the username EU\INBLR-AUTH1 has access, I get prompted for a username and password over and over. Obviously, it can't
2012 Nov 29
14
Mem_event API and MEM_EVENT_REASON_SINGLESTEP
...ut every time a page is being written to. To this end, I''ve looked at the xen-access.c example, where at first all the pages are being monitored: xc_hvm_set_mem_access(xch, domain_id, HVMMEM_access_rx, ~0ull, 0); xc_hvm_set_mem_access(xch, domain_id, HVMMEM_access_rx, 0, xenaccess->domain_info->max_pages); Then, after an event is received: xc_hvm_set_mem_access(xch, domain_id, HVMMEM_access_rwx, req.gfn, 1); thus allowing ''rwx'' access to 1 page starting at req.gfn. This strategy indeed allows me to inspect writes to any page of the guest OS, however I can only d...
2020 Jul 10
2
wbinfo -u / getent passwd not working
...cted LDAP server 192.168.30.2 get_dc_list: preferred server list: "dc1.samdom.example.com, *" [ 2073]: request interface version (version = 30) [ 2073]: request interface version (version = 30) [ 2073]: request misc info [ 2073]: request netbios name [ 2073]: request domain name [ 2073]: domain_info [KES] list_groups SAMDOM [ 2075]: request interface version (version = 30) [ 2075]: request interface version (version = 30) [ 2075]: request misc info [ 2075]: request netbios name [ 2075]: request domain name [ 2075]: domain_info [KES] list_users SAMDOM <<<-- no result > > R...
2016 Apr 18
0
FW: Domain member seems to work, wbinfo -u not (update4)
...ponse_written) > > winbind_client_response_written[14198:DOMAIN_NAME]: delivered response to client > > [2016/04/18 13:25:41.051674, 10, pid=14148, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd.c:752(process_request) > > process_request: request fn DOMAIN_INFO > > [2016/04/18 13:25:41.051685, 3, pid=14148, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info) > > [14198]: domain_info [NTDOMAIN] > > [2016/04/18 13:25:41.051714, 10, pid=14148, effective(0, 0), real(0, 0), class=winbi...
2010 Mar 12
2
Winbind Samba 3.5.1
...: pam auth markr [13753]: dual pam auth markr could not open handle to NETLOGON pipe Plain-text authentication for user markr returned NT_STATUS_INVALID_HANDLE (PAM: 4) [13916]: request interface version [13916]: request misc info [13916]: request netbios name [13916]: request domain name [13916]: domain_info [APPEL] [13916]: pam auth crap domain: [APPEL] user: markr [13753]: pam auth crap domain: APPEL user: markr could not open handle to NETLOGON pipe (error: NT_STATUS_INVALID_HANDLE) NTLM CRAP authentication for user [APPEL]\[markr] returned NT_STATUS_INVALID_HANDLE (PAM: 4) # net rpc join -U Admin...
2016 Apr 20
4
Ubuntu 14.04 samba update
When ubuntu 14.04 went from samba 4.1.6 to 4.3.8 it killed my setup. Before the change I was able to run wbinfo -u and get a list of users. Now when I run wbinfo -u it returns nothing. I tried dis-joining and rejoining the domain with no luck, Here is my complete smb.conf [global] security = ads realm = SUBDOMAIN.DOMAIN.TOP workgroup = SUBDOMAIN idmap config * : backend = tdb idmap config * :
2019 Jan 30
2
Winbindd runs interactively, fails as a daemon
...ce3/winbindd/winbindd_misc.c:416(winbindd_netbios_name)   [18144]: request netbios name [2019/01/30 11:27:57.640115,  3] ../source3/winbindd/winbindd_misc.c:405(winbindd_domain_name)   [18144]: request domain name [2019/01/30 11:27:57.640204,  3] ../source3/winbindd/winbindd_misc.c:237(winbindd_domain_info)   [18144]: domain_info [DC] [2019/01/30 11:27:59.841648,  3] ../source3/winbindd/winbindd_misc.c:395(winbindd_interface_version)   [18146]: request interface version (version = 29) [2019/01/30 11:27:59.841767,  3] ../source3/winbindd/winbindd_misc.c:428(winbindd_priv_pipe_dir)   [18146]: requ...
2012 Oct 31
1
Samba 3.5 - user authentication issues
...3596, 6] winbindd/winbindd.c:816(winbind_client_request_read) closing socket 20, client exited [2012/10/31 17:43:09.223637, 6] winbindd/winbindd.c:768(new_connection) accepted socket 20 [2012/10/31 17:43:09.223677, 10] winbindd/winbindd.c:620(process_request) process_request: request fn DOMAIN_INFO [2012/10/31 17:43:09.223698, 3] winbindd/winbindd_misc.c:244(winbindd_domain_info) [19232]: domain_info [DOMAIN] [2012/10/31 17:43:09.223737, 10] winbindd/winbindd.c:716(winbind_client_response_written) winbind_client_response_written[19232:DOMAIN_INFO]: deliverd response to client [2012/...
2020 Jul 10
2
wbinfo -u / getent passwd not working
On 10.07.20 12:25, Rowland penny via samba wrote: > On 10/07/2020 11:10, basti via samba wrote: >> Hello, >> i try to setup a linux laptop for homeoffice with login for ad users. >> The last few days it work like expected. >> >> today wbinfo -u return no user, getent passwd <username> also. >> >> wbinfo -a "SAMDOM\user" >> Enter
2005 Jan 11
2
need some assistance - Samba 3.09 on FreeBSD 4.5
...1/11 11:50:50, 3] nsswitch/winbindd_misc.c:winbindd_interface_version(261) [ 5472]: request interface version [2005/01/11 11:50:50, 3] nsswitch/winbindd_misc.c:winbindd_priv_pipe_dir(297) [ 5472]: request location of privileged pipe [2005/01/11 11:50:50, 3] nsswitch/winbindd_misc.c:winbindd_domain_info(210) [ 5472]: domain_info [[CORRECT_DOMAIN_NAME.COM]] [2005/01/11 11:50:50, 3] nsswitch/winbindd_misc.c:winbindd_domain_info(210) [ 5472]: domain_info [[CORRECT_DOMAIN_NAME.COM]] [2005/01/11 11:50:50, 3] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(422) [ 5472]: gid to sid 1001 [2005/01/11...
2004 Aug 04
3
Winbind being flakey
...omain QG ads: dn_lookup ads: dn_lookup ads: dn_lookup ads: dn_lookup ads: dn_lookup ads lookup_groupmem for sid=S-1-5-21-842925246-1647877149-1417001333-57015 [ 2627]: getgrnam QG+TEST [ 2627]: getgrnam QG+TEST [ 2629]: request interface version [ 2629]: request location of privileged pipe [ 2629]: domain_info [QG.COM] [ 2629]: getpwnam qg+jzillera rpc: name_to_sid name=jzillera name_to_sid [rpc] jzillera for domain QG ads: query_user ads query_user gave JZILLERA [ 2629]: getgroups QG+jzillera sid_to_name [rpc] S-1-5-21-842925246-1647877149-1417001333-29979 for domain QG sid_to_name [rpc] S-1-5-21-842925...
2012 Jan 05
13
[PATCH] xenpaging:add a new array to speed up page-in in xenpaging
...esponse_t rsp; int i; @@ -637,6 +638,17 @@ } victims = calloc(paging->num_pages, sizeof(xenpaging_victim_t)); + if (NULL == victims) + { + ERROR("Failed to alloc memory\n"); + goto out; + } + page_out_index = (victim_to_i_t *)calloc(paging->domain_info->max_pages, sizeof(victim_to_i_t)); + if ( NULL == page_out_index ) + { + ERROR("Failed to alloc memory\n"); + goto out; + } /* ensure that if we get a signal, we''ll do cleanup, then exit */ act.sa_handler = close_handler; @@ -660,6 +672,7 @@...