similar to: [PATCH][14/17] REV 2 USB virt 2.6 split driver---USB interdomain protocol

Displaying 20 results from an estimated 7000 matches similar to: "[PATCH][14/17] REV 2 USB virt 2.6 split driver---USB interdomain protocol"

2005 Nov 21
1
[PATCH][7/17] USB virt 2.6 split driver---gnttab channel
This patch implements the xenidc_channel interface using grant tables but leaves the channel bring-up and tear-down sequencing to a derived class (xenidc_gnttab_channel implements that). This code is part of the implementation of the xenidc_endpoint used for interdomain communication by the USB driver. Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>
2005 Nov 21
0
[PATCH][5/17] USB virt 2.6 split driver---concrete local buffer reference types
This patch implements a local buffer reference type for kernel virtual address space and a remote buffer reference type for buffers up to 16 pages based on grant tables. These types are used by the USB driver for bulk data transfer. Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2005 Nov 06
2
Bug in use of grant tables in blkback.c error path?
In dispatch_rw_block_io after a call to HYPERVISOR_grant_table_op, there is the following code which calls fast_flush_area and breaks out of the loop early if one of the handles returned from HYPERVISOR_grant_table_op is negative: for (i = 0; i < nseg; i++) { if (unlikely(map[i].handle < 0)) { DPRINTK("invalid buffer -- could not remap it\n"); fast_flush_area(pending_idx,
2005 Dec 06
4
latest USB code
Here''s the latest USB code against the xen 3.0.0 release. Since the last posting this version updates the code to use the new 32 bit grant references and the latest GNTTABOP_map_grant_ref definition. I''ve also changed the definition of the virtual USB HCD to have a single port rather than seven ports with six unused. Domains importing multiple USB devices will get a HCD for
2005 Nov 07
1
[PATCH] fast_flush_area in blkback.c still broken after 55194bd55b86
I think you need this patch otherwise you will be passing uninitialised data from the stack to GNTTABOP_unmap_grant_ref in fast_flush_area. Also, I think the memset of the pending_grant_handles array should happen before you start using them so I moved it to before blkif_xenbus_init. I''m not sure if this is necessary or it might possibly have to go even earlier. Signed off by Harry
2006 Jun 16
5
[PATCH][XM-TEST] Fix bugzilla # 674 by changing the xm-test Console.py to wait for the command prompt.
Lots of xm-test tests are failing with console timeouts on some machines at the moment. I reproduced the problem and found it was due to some probing activity in the boot process of the -xen kernel. The behaviour of the current xm-test code is to assume that the boot process has finished after performing three one-second waits for input---when the probing activity introduces more than three
2014 Sep 28
1
nss, samba3/ldap PDC, NT4 interdomain trust and performance
Hi everyone, last week I took a look at a samba3 PDC server with some performance issues. The samba3 PDC has an ldap backend and has nss_ldap configured properly. It has also interdomain trust so it has nss_winbind configured too, so in /etc/nsswitch.conf there is : passwd: compat ldap winbind group: compat ldap winbind This setup has some performance issues on the nss_ldap part of the
2009 Sep 21
0
Domain Logon fails in interdomain trusted domain
Hello, I have a problem with domain logon using interdomain trust relationship. The interdomain trust relationship is correctly listed on both domain servers. The trusted domain is correctly listed in the drop down menu of the the client. If I try to login using the trusted domain I get this error: [2009/09/20 22:51:56, 0] libsmb/samlogon_cache.c:netsamlogon_cache_store(120)
2005 Jun 14
1
Proper behavior of Interdomain Trust uid mappings
Hi there, I'm running Samba 3.0.14a-sernet on Suse 9.1 using ldapsam. I've got an interdomain trust setup across a vpn connection with a 2k3sp1 domain (DOMB). The trust works. What is strange is that a user from DOMB can't access any shares until they browse a share on our domain controller, say netlogon, then samba creates a new posix account for them in the ou=users base. I have
2010 May 02
0
Why do Interdomain trusts try to use kerberos - updated
On my test Samba PDC, I updated the krb5.conf file to add realm info for the Windows 2008. This seems to have resolved my "wbinfo" issue. "getent passwd" is still not working (I did update nsswitch.conf) but I suspect this is because of an idmap allocation issue. The syntax for idmap allocation in smb.conf seems to change between 3.0, 3.2, 3.3 and 3.4. I have also tried
2011 Aug 18
1
interdomain trusts: known to work on v3.5.4?
Greetings! I'm having problems with winbind and interdomain trusts. I've done alot of searching on the topic and there appears to be alot of folk out there with the same problem, but not any solutions. Environment is CentOS v5.6 with yumable samba3x-winbind-3.5.4-0.70 on x86_64. Specifically, the host is joined (successfully) to A: [ehvozda at AD-test samba]$ sudo wbinfo -t checking
2004 Oct 27
2
Interdomain trust across the NAT
Hi, can I establish interdomain trust between two domains across NAT. If yes, please how??? Thank you, Sopik Bronislav
2015 Mar 10
2
Samba4 interdomain trust
> Il 04/07/2014 18:19, Marc Muehlfeld ha scritto: > It's on the "Roadmap" page > (https://wiki.samba.org/index.php/Roadmap#Trust_support). But no > timeline or planned version yet. By reading https://wiki.samba.org/index.php/Roadmap#Trust_support seems that trust support is not finished yet, btw in changelogs seems that in 4.2.* (with winbindd) interdomain trusts are
2004 Feb 04
1
interdomain trusts 2 samba pdcs
Hi @ll, as i had setup a vpn ( openvpn ) and have wins browse working nice between the 2 subnets i wanted to setup a interdomain trust. I did smbpasswd -a -i ... the trustaccount was created. but net rpc trustdom establish robowarp results in [2004/02/04 02:58:09, 0] utils/net_rpc.c:rpc_trustdom_establish(1789) Couldn't find domain controller for domain ROBOWARP for sure i checked all
2014 Jun 03
1
Interdomain Trusts
Does anyone know if interdomain trusts work in samba at all and what versions they do? I am trying to get a 1 way trust working between two domains and DOM A (which samba is joined to works in mapping users via winbind) just not the one way trust for the other domain.... DOM B Samba is just a joined member of the domain A with security = ads with nothing more than winbind id rid maps for both
2015 Mar 13
2
Samba4 interdomain trust
On Tue, 2015-03-10 at 11:37 +0100, Klaus Hartnegg wrote: > Am 10.03.2015 um 11:00 schrieb Sergio Rizzi: > > By reading https://wiki.samba.org/index.php/Roadmap#Trust_support seems > > that trust support is not finished yet, btw in changelogs seems that in > > 4.2.* (with winbindd) interdomain trusts are now working. > > The release notes say that windindd "paves
2005 Dec 30
2
Need krb5 on Interdomain trust Win2003SP1 - Samba3.0.21?
Hi there, I am reading the Samba3-By-Example dated 29Dec2005. I've found that there's no information on telling how to make a successful deployment on interdomain trust, but this is the missing Chapter that I am really looking for. Anyway, my question is beside Winbind, do I need to configure krb5 on Samba (Domain A) when talking to Win2003SP1 on Domain B? Best Wishes and Happy New Year
2005 Feb 28
1
Interdomain trust problem
Hi all, I have two different domains. At one point I had them trusting eaach other but then I ruined it. Now I am trying to get them back. They both have LDAP backend. I need them bot to trust each other and be trusted by each other. Here are the steps I am following: 1. On each domain, create a computer account called the other domain: CORP: smbldap-useradd -ai FURN$ CORP:
2003 Oct 18
2
interdomain trust relationships
Hello, I am also triing to set up a interdomain relationship with a NT domain and I can't create the user, I execute the following command and I get this. smbpasswd -a -i xxx New SMB password: Retype new SMB password: Failed initialise SAM_ACCOUNT for user xxx$. Failed to modify password entry for user xxx$ I have samba set up so that I can set up users and machine automatically, so I am
2005 May 06
0
Samba LDAP PDC, BDC + Shared Interdomain Trust secret
Hi there, I have a Samba PDC and BDC migrated from NT4 using ldapsam with an interdomain trust to a 2k3 domain. The trust is established both ways and was made from the pdc. Using samba 3.0.14a-sernet on Suse 9.1 The trust is working. I can pull users from the trusted domain and apply them to acls on my samba DMS. Winbind adds the idmap entry correctly. What is not working, is authentication from