search for: assertionerror

Displaying 17 results from an estimated 17 matches for "assertionerror".

2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
...CN=blah,CN=Users,DC=localdomain, parent does not exist!') Alpha10 showed the same problem. Looking into the code you can see that it accepts options to pass credentials. Providing the 'LDAP Admin User' name and password from the output of the provision command helps, although the AssertionError looks a bit discouaging at first sight: debiantest:~# newuser --username=samba-admin --password=$ldapadminpass demo1 New Password: Traceback (most recent call last): File "/usr/local/samba/sbin/newuser", line 69, in <module> samdb.newuser(username, opts.unixname, password,...
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
Hi, I tried to test a wrong operation on purpose again. When I tried xm sysrq command to a inactive managed domain, I saw the following error message. The error message did not have a message text behind "Error:". And I found an AssertionError message in xend.log. # xm list PVdomain.1 Name ID Mem VCPUs State Time(s) PVdomain.1 1024 4 0.0 # xm sysrq PVdomain.1 m Error: Usage: xm sysrq <Domain> <letter> Send a sysrq to a...
2005 Mar 03
0
3.0.11 strstr_m test failed on Solaris 9
...s.py", line 100, in run_strstr out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8'))) File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/comfychair.py", line 196, in runcmd raise AssertionError("""command returned %d; expected %s: \"%s\" AssertionError: command returned 139; expected 0: "t_strstr "hello" "goodbye"" stdout: stderr: Segmentation Fault test_log: Run command: t_strstr "hello" "hello" Wait status: 0x0...
2011 Dec 19
1
pbd-plug failing when attaching an SR that was introduced
.../LVMSR", line 210, in _synchMetaData xml = metadata.retrieveXMLfromFile(self.mdpath) File "/opt/xensource/sm/metadata.py", line 103, in retrieveXMLfromFile _testHdr(hdr) File "/opt/xensource/sm/metadata.py", line 41, in _testHdr assert(hdr[2] <= MD_MAJOR) AssertionError _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2016 Mar 16
2
Yum update issues
...n callback self._scriptStop(bytes, total, h); File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 636, in _scriptStop name, txmbr = self._getTxmbr(h) File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 331, in _getTxmbr assert len(txmbrs) == 1 AssertionError error: python callback <bound method RPMTransaction.callback of <yum.rpmtrans.RPMTransaction instance at 0x3a69050>> failed, aborting! And if I try and run yum update again, I get the following: <snip> --> Finished Dependency Resolution Error: cagefs conflicts with liblve-1....
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
# HG changeset patch # User Lutz.Dube # Node ID ca2c8c262dbaa6b2521cec60af7cd688dabdf850 # Parent 8992134dcfd0b9e1e86f4111e68a8aa48bd33c3c Values of cpu_weight and cpu_cap are lost after xend restart For managed domains in state ''halted'' I always get default values for cpu_cap / cpu_weight after xend restart. This is because the names of parameters differ between a SXP file to
2004 Oct 19
0
samba 3.0.7 make check fails in function strstr_m
...mba-3.0.7/source/stf/strings.py", line 100, in run_strstr out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8'))) File "/sambafiles/samba-3.0.7/source/stf/comfychair.py", line 196, in runcmd raise AssertionError("""command returned %d; expected %s: \"%s\" AssertionError: command returned 139; expected 0: "t_strstr "hello" "goodbye"" stdout: stderr: Segmentation Fault - core dumped test_log: Run command: t_strstr "hello" "hello" Wa...
2008 Aug 19
1
Fwd: Strange error with PHP bindings [some more details]
...PHP bindings To: Xapian Discussion <Xapian-discuss at lists.xapian.org> Hello, I'm using version 1.0.7 and for the first time I'm seeing this error without being able to understand what causes it to show up: *Fatal error*: Uncaught exception 'Exception' with message 'AssertionError: backends/flint/flint_table.cc:2080: c >= 11' in /usr/local/share/php5/xapian.php:1391 ** Any hint? The same tests run without errors on 1.0.6 on my testing machine. -- Alessandro Pasotti w3: www.itopen.it -- Alessandro Pasotti w3: www.itopen.it -------------- next part ------------...
2011 Nov 13
0
Bug#648670: xm was unable determine an actual domU state under some conditions
...th, lambda t: t.store(*args)) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete t = xstransact(path) File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 27, in __init__ assert path is not None AssertionError === I was able to remove the failed domU only by removing the appropriate directory with config.sxp from /var/lib/xend/domains.
2014 Aug 08
2
[PATCH 1/2] Add type checking, support integers as value
...et_type, \ + "expected type {0}, got {1}".format(t, ret_type) + assert exp_bytes == ret_value, \ + "expected value {0}, got {1}".format(exp_bytes, ret_value) + +def test_exception (exception_type, **kwargs): + try: + set_value (**kwargs) + raise AssertionError("expected {0}".format(exception_type)) + except exception_type: + pass + +# Good weather tests +test_pass (REG_BINARY, b"\x01\x02", b"\x01\x02") +test_pass (REG_SZ, u"Val", b"\x56\x61\x6c") +test_pa...
2005 Jul 29
6
Samba 3.0.20rc1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== Oplocks are strange -- Volker Lendecke ============================================================== Release Announcements ===================== This is a release candidate of the 3.0.20 code base and is provided for
2019 Jul 11
6
8.0.1-rc4 release has been tagged.
Hi, I've tagged the 8.0.1-rc4 release, please begin testing. This will (hopefully) be the last release candidate. If all goes well, I will tag the final release next Wednesday. -Tom
2011 Apr 21
1
Installing Search::xapian
...arch::Xapian::DatabaseVersionError.3pm Manifying blib/man3/Search::Xapian::DatabaseOpeningError.3pm Manifying blib/man3/Search::Xapian::DatabaseError.3pm Manifying blib/man3/Search::Xapian::InvalidOperationError.3pm Manifying blib/man3/Search::Xapian::Enquire.3pm Manifying blib/man3/Search::Xapian::AssertionError.3pm Manifying blib/man3/Search::Xapian::Document.3pm Manifying blib/man3/Search::Xapian::QueryParserError.3pm Manifying blib/man3/Search::Xapian::QueryParser.3pm Manifying blib/man3/Search::Xapian::InternalError.3pm Manifying blib/man3/Search::Xapian::Weight.3pm Manifying blib/man3/Search::Xapian::...
2014 Aug 04
6
[hivex] Segfault for an integer value to node_set_value
Hi, When an integer argument is passed as value, node_set_value segfaults. Reproducer is at the end of this message The backtrace points at hivex-py.c, function get_value. While obj is non-NULL, `bytes = PyUnicode_AsUTF8String (obj);` returns NULL. Kind regards, Peter https://lekensteyn.nl #!/usr/bin/env python3 import hivex, sys h = hivex.Hivex(sys.argv[1]) print(h) val = {
2020 Jul 06
2
failed to compile samba-4.12.5
...ssp_CHALLENGE_MESSAGE(none) REASON: Exception: Exception: Traceback (most recent call last): File "/home/alex/workspace/samba-4.12.5/bin/python/samba/tests/blackbox/ndrdump.py", line 427, in test_ndrdump_fuzzed_NULL_struct_ntlmssp_CHALLENGE_MESSAGE self.assertEqual(actual, expected) AssertionError: b"pul[2034 chars].c:904\npush returned Subcontext Error\nvalidate push FAILED\n" != b"pul[2034 chars].c:905\npush returned Subcontext Error\nvalidate push FAILED\n" command: python3 -m samba.subunit.run $LOADLIST samba.tests.blackbox.ndrdump 2>&1 | python3 /home/alex/w...
2014 Aug 16
7
[hivex] [PATCH 0/6] Python fixes for node_set_value
Hi, This patch series is based on a prior patch[1], splitting off changes as requested and incorporating feedback from Richard Jones. It introduces type validation to avoid segmentation faults (instead, it reports an exception) and fixes handling of the bytes type in Python 3. Major changes since that series: - Drop newly introduced support for integer types for DWORD/QWORDS - Reject Unicode
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...gnoring request to alter tags of bug #516815 to the same tags previously set > tags 616841 + jessie Bug #616841 [src:heartbeat] heartbeat: deprecation of dh_pycentral, please use dh_python2 Added tag(s) jessie. > tags 686340 + jessie Bug #686340 [src:cssutils] cssutils: FTBFS with Python 3.3: AssertionError: Tuples differ: (None, None) != ('text/html', 'ascii') Added tag(s) jessie. > tags 646446 + jessie Bug #646446 [src:gpsdrive] gpsdrive: FTBFS: mapnik.cpp:33:15: error: 'mapnik::Image32' has not been declared Added tag(s) jessie. > tags 578293 + jessie Bug #578293 {Done...