search for: nentries

Displaying 20 results from an estimated 159 matches for "nentries".

Did you mean: entries
2010 Jan 18
1
[PATCH] drm/ttm: Fix race condition in ttm_bo_delayed_delete (v2)
ttm_bo_delayed_delete has a race condition, because after we do: kref_put(&nentry->list_kref, ttm_bo_release_list); we are not holding the list lock and not holding any reference to objects, and thus every bo in the list can be removed and freed at this point. However, we then use the next pointer we stored, which is not guaranteed to be valid. This was apparently the cause of some
2010 Jan 18
2
[PATCH] drm/ttm: Fix race condition in ttm_bo_delayed_delete
ttm_bo_delayed_delete has a race condition, because after we do: kref_put(&nentry->list_kref, ttm_bo_release_list); we are not holding the list lock and not holding any reference to objects, and thus every bo in the list can be removed and freed at this point. However, we then use the next pointer we stored, which is not guaranteed to be valid. This was apparently the cause of some
2010 Jan 20
0
[PATCH] drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)
Resending this with Thomas Hellstrom's signoff for merging into 2.6.33 ttm_bo_delayed_delete has a race condition, because after we do: kref_put(&nentry->list_kref, ttm_bo_release_list); we are not holding the list lock and not holding any reference to objects, and thus every bo in the list can be removed and freed at this point. However, we then use the next pointer we stored, which
2012 Oct 09
2
Cannot make Windows join Samba domain
...2]: conn=1000 op=315 SRCH base="" scope=2 deref=0 filter="(objectClass=sambaTrustedDomainPassword)" Oct 8 21:54:29 sambaserver slapd[2572]: conn=1000 op=315 SRCH attr=sambaDomainName sambaSID Oct 8 21:54:29 sambaserver slapd[2572]: conn=1000 op=315 SEARCH RESULT tag=101 err=32 nentries=0 text= Oct 8 21:54:37 sambaserver slapd[2572]: conn=1115 fd=25 ACCEPT from IP=127.0.0.1:60893 (IP=0.0.0.0:389) Oct 8 21:54:37 sambaserver slapd[2572]: conn=1115 op=0 BIND dn="cn=Manager,dc=rtsbrasil,dc=com,dc=br" method=128 Oct 8 21:54:37 sambaserver slapd[2572]: conn=1115 op=0 BIND d...
2018 Mar 08
3
Fwd: Migrating server
...;dhcpClassData" undefined I did the indexing and also the log level Here is what I got with tail -f /var/log/syslog|sed -nre 's/^.*( slapd.*$)/\1/p' net getlocasid slapd[2332]: <= bdb_equality_candidates: (uid) not indexed slapd[2332]: conn=1090 op=10 SEARCH RESULT tag=101 err=0 nentries=1 text= slapd[2332]: conn=1090 op=11 SRCH base="dc=mydomain" scope=2 deref=0 filter="(&(gidNumber=1005)(objectClass=sambaGroupMapping))" slapd[2332]: conn=1090 op=11 SRCH attr=sambaSID slapd[2332]: <= bdb_equality_candidates: (gidNumber) not indexed slapd[2332]: conn=1090...
2009 Jun 05
1
[PATCHv3 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 05
1
[PATCHv3 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2004 Mar 11
1
LDAP issue, access denied adding machine to domain, and LDAP user can't make unix-login on the box.
...ctClass=sambaDomain)(sambaDomainName=SKOLE1))" Mar 11 15:28:49 compaq slapd[481]: conn=271 op=1 SRCH attr=sambaDomainName sambaNextRid sambaNextUserRid sambaNextGroupRid sambaSID sambaAlgorithmicRidBase objectClass Mar 11 15:28:49 compaq slapd[481]: conn=271 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text= Mar 11 15:28:49 compaq slapd[487]: conn=271 op=2 SRCH base="dc=login" scope=2 filter="(&(&(uid=test3)(objectClass=sambaSamAccount))(objectClass=sambaSamAccount))" Mar 11 15:28:49 compaq slapd[487]: conn=271 op=2 SRCH attr=uid uidNumber gidNumber homeDirector...
2005 Oct 20
1
Samba+LDAP Groups resolving problem
...;ou=Users,dc=r-kb,dc=si" scope=2 deref=0 filter="(&(uid=*)(objectClass=sambaSamAccount))" Oct 20 14:34:31 kope slapd[6707]: conn=1 op=28 SRCH attr=uid sambaSid displayName description sambaAcctFlags Oct 20 14:34:32 kope slapd[6707]: conn=1 op=28 SEARCH RESULT tag=101 err=0 nentries=511 text= Oct 20 14:34:32 kope slapd[6707]: conn=1 op=29 SRCH base="ou=Groups,dc=r-kb,dc=si" scope=2 deref=0 filter="(&(objectClass=sambaGroupMapping)(sambaGroupType=4))" Oct 20 14:34:32 kope slapd[6707]: conn=1 op=29 SRCH attr=cn sambaSid displayName description samba...
2009 Jun 02
0
[PATCHv2 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 02
0
[PATCHv2 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 18
0
[PATCHv5 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 18
0
[PATCHv5 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 10
0
[PATCHv4 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 Jun 10
0
[PATCHv4 05/13] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 May 25
1
[PATCH 05/11] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2009 May 25
1
[PATCH 05/11] qemu: MSI-X support functions
...y to the config space for the device. */ +/* Given a bar and its size, add MSI-X table on top of it + * and fill MSI-X capability in the config space. + * Original bar size must be a power of 2 or 0. + * New bar size is returned. */ +static int msix_add_config(struct PCIDevice *pdev, unsigned short nentries, + unsigned bar_nr, unsigned bar_size) +{ + int config_offset; + uint8_t *config; + uint32_t new_size; + + if (nentries < 1 || nentries > PCI_MSIX_FLAGS_QSIZE + 1) + return -EINVAL; + if (bar_size > 0x80000000) + return -ENOSPC; + +...
2018 Mar 08
1
Fwd: Migrating server
.../home/tadmin:/bin/bash root at sam3dc:/# getent group 512 root at sam3dc:/# root at sam3dc:/# getent group 1359 sadmin:x:1359: SYSLOG during the netdomainsid and getlocalsid tail -f /var/log/syslog|sed -nre 's/^.*( slapd.*$)/\1/p' slapd[4698]: conn=1015 op=11 SEARCH RESULT tag=101 err=0 nentries=0 text= slapd[4698]: conn=1015 op=12 SRCH base="" scope=0 deref=0 filter="(objectClass=*)" slapd[4698]: conn=1015 op=12 SRCH attr=supportedExtension slapd[4698]: conn=1015 op=12 SEARCH RESULT tag=101 err=0 nentries=1 text= slapd[4698]: conn=1015 op=13 EXT oid=1.3.6.1.4.1.420...
2006 Oct 24
0
Samba 3.0.22-11 as PDC with openLDAP 2.3.19 => Problem with Shares
...p=8 SRCH base="dc=MYDOM,dc=TLD" scope=2 deref=0 filter="(&(objectClass=nisNetgroup)(cn=web admins))" Oct 24 09:24:12 infra slapd[3012]: conn=133 op=8 SRCH attr=cn nisNetgroupTriple memberNisNetgroup Oct 24 09:24:12 infra slapd[3012]: conn=133 op=8 SEARCH RESULT tag=101 err=0 nentries=0 text= Oct 24 09:24:12 infra slapd[3012]: conn=133 op=9 SRCH base="dc=MYDOM,dc=TLD" scope=2 deref=0 filter="(&(objectClass=nisNetgroup)(cn=web admins))" Oct 24 09:24:12 infra slapd[3012]: conn=133 op=9 SRCH attr=cn nisNetgroupTriple memberNisNetgroup Oct 24 09:24:12 infra s...
2004 Jan 13
1
Using People for Machine accounts
...560]: conn=33 fd=31 closed slapd[30427]: conn=32 fd=30 closed slapd[30427]: conn=28 fd=29 closed slapd[30429]: conn=27 op=8 SRCH base="ou=People,dc=pmmc,dc=com" scope=2 filter="(&(objectClass=posixAccount)(uid=silver$))" slapd[30429]: conn=27 op=8 SEARCH RESULT tag=101 err=0 nentries=1 text= slapd[30560]: conn=26 op=5 SRCH base="ou=Groups,dc=pmmc,dc=com" scope=2 filter="(&(objectClass=sambaGroupMapping)(gidNumber=553))" slapd[30560]: conn=26 op=5 SEARCH RESULT tag=101 err=0 nentries=1 text= slapd[30429]: conn=26 op=6 SRCH base="dc=pmmc,dc=com"...