search for: attributeerror

Displaying 20 results from an estimated 148 matches for "attributeerror".

2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...**kwds) File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 2528, in _constructDomain balloon.free(16*1024, self) # 16MB should be plenty File "/usr/lib/xen-4.0/lib/python/xen/xend/balloon.py", line 112, in free guest_size = dominfo.image.getBitSize() AttributeError: 'NoneType' object has no attribute 'getBitSize' [2010-10-23 17:48:59 1679] DEBUG (XendDomainInfo:3053) XendDomainInfo.destroy: domid=2 [2010-10-23 17:48:59 1679] ERROR (XendDomainInfo:128) Domain construction failed Traceback (most recent call last): File "/usr/lib/xen-4.0/l...
2012 Jul 10
1
Issue with getCPUStats and getMemoryStats
Hi, I am facing issue with the calls getCPUStats and getMemoryStats. Please find the error below. AttributeError: 'module' object has no attribute 'VIR_NODE_CPU_STATS_ALL_CPUS' >>> print con.getCPUStats(2, None, 0, 0) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/site-packages/libvirt.py", line 217...
2007 Dec 23
1
yum error "AttributeError: LOCATION_BASE" after 4.5 -> 4.6 upgrade
...kageSack.py", line 236, in _computeAggregateListResult File "sqlitesack.py", line 514, in searchNevra File "sqlitesack.py", line 403, in db2class File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 97, in __getattr__ AttributeError: LOCATION_BASE Running "yum clean all" seems to work but the error does not go away. I know less than nothing about python so that doesn't help. I also did a search through the list archives and on Google but couldn't come up with anything (OC, I may not have been a...
2015 Jan 15
3
Samba4 Android port and Python auth modules
...form -- quite a bit more work than Samba3. Moved to Samba4 to pick up AD support. The smb and nmb daemons fire up and appear to operate correctly, at least as good as Samba3. However, when trying to use samba-tool to create/list users, etc. I run into the following: ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'session_info' Which I interpret to mean that the session_info attribute is not present in samba.dcerpc.auth, but it is. I am a Python and Samba novice, but it appears that samba.auth is overshadowing samba.dcerpc.aut...
2010 Dec 29
0
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
I've now reproduced this on a 64-bit squeeze dom0, with a 64-bit squeeze domU; both freshly installed. Has anyone looked at this problem? Should I talk directly to upstream?
2014 Jun 15
1
apr buildconf fails
...;build/gen-build.py", line 230, in <module> main() File "build/gen-build.py", line 56, in main h_deps[os.path.basename(fname)] = extract_deps(fname, legal_deps) File "build/gen-build.py", line 198, in extract_deps inc = _re_include.match(line).group(1) AttributeError: 'NoneType' object has no attribute 'group' buildconf: rebuilding rpm spec file [root at uszmpaplp005lc apr-util-1.5.1]# build/gen-build.py Traceback (most recent call last): File "build/gen-build.py", line 230, in <module> main() File "build/gen-build.p...
2005 Jul 25
1
Error in xend start of xen-unstable
...self.channelF = channel.channelFactory() File "/usr/lib/python2.3/xen/xend/server/channel.py", line 217, in channelFactory inst = ChannelFactory() File "/usr/lib/python2.3/xen/xend/server/channel.py", line 65, in __init__ self.bind_virq(xen.lowlevel.xc.VIRQ_DOM_EXC) AttributeError: ''module'' object has no attribute ''VIRQ_DOM_EXC'' -------------------------------\var\log\xend.log-------------------------------------------- 2005-07-25 09:46:31 xend] INFO (__init__:988) Xend Daemon started [2005-07-25 09:46:31 xend] ERROR (__init__:988) Except...
2011 Nov 08
1
Raising domain functionality level with samba-tool fails with uncaught exception errors from Python
...n following the directions on the wiki. However, when I wanted to raise the default domain's functionality level from Windows Server 2003 to 2008 R2, I'm getting errors from samba-tool with something to do with Python's uncaught exception: --forest-level ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'get_config_basedn' File "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/__init__.py", line 167, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.6/site-pack...
2019 Jul 22
2
forestdns fsmo role transfer fails - module 'samba' has no attribute 'drs_utils'
Have joined a new DC to an existing AD and am trying to transfer the fsmo roles to the new DC with a view to retiring the old DC. The forestdns role transfer failed with the error: ERROR(<class 'AttributeError'>): uncaught exception - module 'samba' has no attribute 'drs_utils' all the other roles transferred successfully. The console output is below: root at tiger-db:~# samba-tool fsmo transfer --role=all -Uadministrator FSMO transfer of 'rid' role successful FSMO tran...
2023 Aug 24
1
Crash on "samba-tool domain level raise --domain-level=2016 --forest-level=2016"
...crease feature level of domain but failed. First 2 commands was ok: samba-tool domain schemaupgrade --schema=2019 samba-tool domain functionalprep --function-level=2016 the third instead failed: > samba-tool domain level raise --domain-level=2016 --forest-level=2016 > ERROR(<class 'AttributeError'>): uncaught exception - 'NoneType' > object has no attribute 'startswith' > ? File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line > 279, in _run > ??? return self.run(*args, **kwargs) > ?????????? ^^^^^^^^^^^^^^^^^^^^^^^^^ > ? F...
2005 Mar 23
1
system-config-samba, error
...en(line, section) File "/usr/share/system-config-samba/sambaParser.py", line 264, in createToken token = sambaToken.SambaToken(sambaToken.SambaToken.SAMBA_TOKEN_KEYVAL, (name, value)) File "/usr/share/system-config-samba/sambaToken.py", line 63, in __init__ raise AttributeError, value AttributeError: ('dead time', '0') If i run this command service smb status smbd (pid 21969 21965) is running... nmbd (pid 21970) is running... if i restart the service, everything goes ok, but still cant enter to directories, i tried to reinstalling but it doesnt work, i...
2008 Aug 25
3
Problem: when I am trying to create a PV guest on DQ35
When I am trying to create a PV guest on DQ35, i am getting following error: >xm create CENTOS_PV.cfg -c Traceback (most recent call last): File "/usr/bin/pygrub", line 680, in ? zfsinfo = fsimage.getbootstring(fs) AttributeError: ''module'' object has no attribute ''getbootstring'' Error: Boot loader didn''t return any data! PV guest configuration file: CENTOS_PV.cfg name = "CENTOS_PV_GUEST" #kernel = "/mnt/temp/images/xen/vmlinuz" #ramdisk = "/mnt/temp...
2020 Aug 11
2
Switching roles between 2 DCs
Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now was another error, though: ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'drs_utils' The solution offered and working is inserting ? import samba ? import samba.getopt as options ? import ldb +import samba.drs_utils ? from ldb import LdbError into /usr/lib/python2.7/dist-packages/samba/...
2017 Apr 08
3
Failures after update Samba 4.6.2
On Sat, 8 Apr 2017 15:18:18 +0000 (UTC) Ricardo Pardim Claus via samba <samba at lists.samba.org> wrote: > Gentlemen, > > I upgraded my two DCs, from Samba 4.4.5 to 4.6.2. > When I check the database, I get the errors below. > Could someone help me in this case? > try 'samba-tool domain tombstones expunge' Rowland
2006 Oct 16
0
Problem : Debian xen package removal & installation
.../bin/pycentral", line 1319, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 922, in run pkg.remove(runtimes, remove_script_files=True) File "/usr/bin/pycentral", line 682, in remove default_runtime.remove_byte_code(self.private_files) AttributeError: 'NoneType' object has no attribute 'remove_byte_code' dpkg: error processing xen-utils-3.0-unstable-1 (--purge): subprocess pre-removal script returned error exit status 1 Traceback (most recent call last): File "/usr/bin/pycentral", line 1325, in ? main() File &...
2016 Oct 26
2
Attempting to expunge tombstones with samba-tool
Hello, I receive the following when I attempt to expunge deleted tombstone records. I'm attempting to fix several dbcheck 'Not removing dangling forward link' errors. samba-tool domain tombstones expunge ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module' object has no attribute 'time' File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.7/site-packages/s...
2017 Apr 08
4
Failures after update Samba 4.6.2
On Sat, 2017-04-08 at 16:13 +0000, Ricardo Pardim Claus via samba wrote: > Dear Rowland > > When I execute the command, I get the following error: > > # samba-tool domain tombstones expunge > ERROR(<type 'exceptions.AttributeError'>): uncaught exception - > 'module' object has no attribute 'time' >   File "/usr/local/samba/lib64/python2.7/site- > packages/samba/netcmd/__init__.py", line 176, in _run >     return self.run(*args, **kwargs) >   File "/usr/local/samba/lib64/py...
2014 Aug 19
2
Logitech unifying receiver (pairing)
...dule> solaar.cli.main() File "/usr/lib/python2.6/site-packages/solaar/cli.py", line 429, in main args = _parse_arguments() File "/usr/lib/python2.6/site-packages/solaar/cli.py", line 421, in _parse_arguments logging.root.addHandler(logging.NullHandler()) AttributeError: 'module' object has no attribute 'NullHandler' This is on a CentOS 6 x86_64 system with all updates installed. Any other ideas? In case you don't know how these units work, note that they generally work just like that as long as you use the device and receiver from the s...
2012 Feb 08
4
remus fail with SMP domU
...lib/xen-4.1/lib/python/xen/remus/vm.py", line 61, in s2d val = s2d(elem[1:]) File "/usr/lib/xen-4.1/lib/python/xen/remus/vm.py", line 64, in s2d return s2d(elem) File "/usr/lib/xen-4.1/lib/python/xen/remus/vm.py", line 66, in s2d for k, v in val.iteritems(): AttributeError: ''int'' object has no attribute ''iteritems'' I''ve attached the domU configuration file. Please let me know if you need more info on this. Best regards, Mate _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensourc...
2016 May 29
3
LNT General Failure
Folks, Its seems that the latest master restart has introduced a failure in *many* test-suite bots: File "/home/buildslave/buildslave/clang-cmake-aarch64-full/test/lnt/lnt/server/ui/decorators.py", line 6, in <module> frontend = flask.Module(__name__) AttributeError: 'module' object has no attribute 'Module' http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/7433 http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/2208 http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/18012 http://lab.llvm.org:8011/...