Displaying 20 results from an estimated 54 matches for "error_count".
2018 Nov 08
4
Error in samba-tool dbcheck after updating to samba-4.9.1
...quot;, line 177, in _run
return self.run(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/samba/netcmd/dbcheck.py", line 157, in run
controls=controls, attrs=attrs)
File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 221, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object
error_count += self.check_dn(obj, attrname, syntax_oid)
File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 1324, in check...
2018 Sep 16
1
After updating
...ne 177, in _run
return self.run(*args, **kwargs)
File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dbcheck.py", line 157, in run
controls=controls, attrs=attrs)
File "/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py", line 221, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object
error_count += self.check_dn(obj, attrname, syntax_oid)
File "/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py", line...
2009 May 27
1
PHP AGI Problems
...n how to improve my AGI class so it actually works?
Thanks.
[code]
#!/usr/bin/php
<?
//playspecific.php
require_once('database.class.php');
require_once('AGI.class.php');
$database = new database();
$AGI = new AGI();
$database->selectdb("switchboard");
while ($error_count < 5 && !$msg_result) {
$result = $AGI->send_cmd("GET DATA /bswitch/menu/enter-msg-id 3000 4");
$msg_id = $result[result];
if ($msg_id < 1000){
echo "\ndebug: msgid < 1000, invalid ($msg_id)!\n";
//var_dump($msg_id);
$error_count...
2016 Mar 12
4
samba-4.3.6 and talloc-2.1.6
...kip_sysvolacl=skip_sysvolacl)
File
"/usr/lib64/python2.7/site-packages/samba/provision/__init__.py", line
1864, in provision_fill
attrs=['defaultObjectCategory'])
File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line
138, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line
1358, in check_object
normalised =
self.samdb.dsdb_normalise_attributes(self.samdb_schema, attrname, [val])
File "/usr/lib64/python2.7/site-packages/samba/samd...
2019 Feb 28
3
samba-tool dbcheck Unicode-Error
...;, line
177, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/samba/netcmd/dbcheck.py", line
157, in run
controls=controls, attrs=attrs)
File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 222,
in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315,
in check_object
expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
----------
As far as I figured out, it has something to do with german "...
2014 Jun 24
3
[PATCH v2 2/3] drm/ttm: introduce dma cache sync helpers
...e two small helpers to make things
>>>>> easy for TTM-based drivers.
>>>>
>>>> Have you run this with DMA API debugging enabled? I suspect you haven't,
>>>> and I recommend that you do.
>>>
>>> # cat /sys/kernel/debug/dma-api/error_count
>>> 162621
>>>
>>> (??????? ???)
>>
>> *puts table back on its feet*
>>
>> So, yeah - TTM memory is not allocated using the DMA API, hence we cannot
>> use the DMA API to sync it. Thanks Russell for pointing it out.
>>
>> The only...
2018 Sep 13
0
[Announce] Samba 4.9.0 Available for Download
...return self.run(*args, **kwargs)
File "/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/dbcheck.py", line 157, in run
controls=controls, attrs=attrs)
File "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", line 221, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object
error_count += self.check_dn(obj, attrname, syntax_oid)
File "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py&qu...
2018 Nov 08
0
Error in samba-tool dbcheck after updating to samba-4.9.1
...return self.run(*args, **kwargs)
> File "/usr/lib64/python2.7/site-packages/samba/netcmd/dbcheck.py", line 157, in run
> controls=controls, attrs=attrs)
> File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 221, in check_database
> error_count += self.check_object(object.dn, attrs=attrs)
> File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object
> error_count += self.check_dn(obj, attrname, syntax_oid)
> File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", l...
2014 Jun 24
2
[PATCH v2 2/3] drm/ttm: introduce dma cache sync helpers
On Tue, Jun 24, 2014 at 06:54:26PM +0900, Alexandre Courbot wrote:
> From: Lucas Stach <dev at lynxeye.de>
>
> On architectures for which access to GPU memory is non-coherent,
> caches need to be flushed and invalidated explicitly at the
> appropriate places. Introduce two small helpers to make things
> easy for TTM-based drivers.
Have you run this with DMA API debugging
2018 Oct 19
1
after samba update to 4.9 GIT issue with samba-tool dbcheck
...return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dbcheck.py",
line 157, in run
controls=controls, attrs=attrs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py", line
221, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py", line
2230, in check_object
error_count += self.check_dn(obj, attrname, syntax_oid)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/dbchecker.py&...
2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...urn self.run(*args, **kwargs)
File
"/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/dbcheck.py",
line 157, in run
controls=controls, attrs=attrs)
File
"/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py",
line 222, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File
"/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py",
line 2315, in check_object
expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
The error disappears after going back to Samba 4.8.6. The un...
2018 May 25
1
LDAP broken after AD DC upgrade from 4.7 to 4.8
...;, line
176, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/samba/netcmd/dbcheck.py", line
157, in run
controls=controls, attrs=attrs)
File "/usr/lib/python2.7/site-packages/samba/dbchecker.py", line 218,
in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File "/usr/lib/python2.7/site-packages/samba/dbchecker.py", line 2308,
in check_object
self.err_missing_parent(obj)
File "/usr/lib/python2.7/site-packages/samba/dbchecker.py", line 817,
in err_missing_parent
Funny thing...
2018 Nov 09
0
Error in samba-tool dbcheck after updating to samba-4.9.1
...> return self.run(*args, **kwargs)
>File "/usr/lib64/python2.7/site-packages/samba/netcmd/dbcheck.py", line
>157, in run
> controls=controls, attrs=attrs)
>File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 221,
>in check_database
> error_count += self.check_object(object.dn, attrs=attrs)
>File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line
>2230, in check_object
> error_count += self.check_dn(obj, attrname, syntax_oid)
>File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line
&g...
2018 Sep 13
2
[Announce] Samba 4.9.0 Available for Download
On Thu, 13 Sep 2018 14:41:54 +0100
miguel medalha via samba <samba at lists.samba.org> wrote:
> Hello
>
> In one of my DCs, when I run ./configure for Samba 4.9.0, it fails
> with the following message:
>
> Checking for lmdb >= 0.9.16 via header check : not
> found Samba AD DC and --enable-selftest requires lmdb 0.9.16 or later
>
> My ./configure command
2024 Jul 17
1
dbcheck gets uncaught exception
...on - ldb_wait from (null) with LDB_WAIT_ALL:
Operations error (1)
File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line
186, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python3/dist-packages/samba/netcmd/dbcheck.py", line
169, in run
error_count = chk.check_database(DN=DN, scope=search_scope,
File "/usr/lib/python3/dist-packages/samba/dbchecker.py", line 255,
in check_database
error_count += self.check_object(object.dn, requested_attrs=attrs)
File "/usr/lib/python3/dist-packages/samba/dbchecker.py", line 231...
2014 Jun 24
3
[PATCH v2 2/3] drm/ttm: introduce dma cache sync helpers
...at the
>>> appropriate places. Introduce two small helpers to make things
>>> easy for TTM-based drivers.
>>
>> Have you run this with DMA API debugging enabled? I suspect you haven't,
>> and I recommend that you do.
>
> # cat /sys/kernel/debug/dma-api/error_count
> 162621
>
> (??????? ???)
*puts table back on its feet*
So, yeah - TTM memory is not allocated using the DMA API, hence we
cannot use the DMA API to sync it. Thanks Russell for pointing it out.
The only alternative I see here is to flush the CPU caches when syncing
for the device, an...
2019 Mar 05
2
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...urn self.run(*args, **kwargs)
File
"/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/dbcheck.py",
line 157, in run
controls=controls, attrs=attrs)
File
"/usr/local/samba/lib64/python2.6/site-packages/samba/dbchecker.py",
line 222, in check_database
error_count += self.check_object(object.dn, attrs=attrs)
File
"/usr/local/samba/lib64/python2.6/site-packages/samba/dbchecker.py",
line 2315, in check_object
expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
Looks like the Unicode problem with Python 2.6.x is not yet s...
2014 Jul 24
0
Fwd: dnsdomainzone replication failure
...urn self.run(*args, **kwargs)
> File "/usr/lib64/python2.6/site-packages/samba/netcmd/dbcheck.py",
> line 136, in run
> controls=controls, attrs=attrs)
> File "/usr/lib64/python2.6/site-packages/samba/dbchecker.py", line
> 130, in check_database
> error_count += self.check_object(object.dn, attrs=attrs)
> File "/usr/lib64/python2.6/site-packages/samba/dbchecker.py", line
> 1201, in check_object
> normalised =
> self.samdb.dsdb_normalise_attributes(self.samdb_schema, attrname, [val])
> File "/usr/lib64/python2.6/si...
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
...File
>> "/usr/lib/python2.7/dist-packages/samba/netcmd/dbcheck.py", line
>> 157, in run
>> controls=controls, attrs=attrs)
>> File
>> "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 222,
>> in check_database
>> error_count += self.check_object(object.dn, attrs=attrs)
>> File
>> "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315,
>> in check_object
>> expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
>>
>> ----------
>> As...
2014 Jun 24
1
[PATCH v2 2/3] drm/ttm: introduce dma cache sync helpers
...ings
> >>>>> easy for TTM-based drivers.
> >>>>
> >>>> Have you run this with DMA API debugging enabled? I suspect you haven't,
> >>>> and I recommend that you do.
> >>>
> >>> # cat /sys/kernel/debug/dma-api/error_count
> >>> 162621
> >>>
> >>> (??????? ???)
> >>
> >> *puts table back on its feet*
> >>
> >> So, yeah - TTM memory is not allocated using the DMA API, hence we cannot
> >> use the DMA API to sync it. Thanks Russell for poi...