similar to: Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)

Displaying 20 results from an estimated 1000 matches similar to: "Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)"

2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
I'm getting the following error attempting to run samba-tool after installing the latest git using the install_with_python script to use Python 2.6: [root at Server1 dcerpc]# samba-tool Traceback (most recent call last): File "/usr/local/samba/bin/samba-tool", line 33, in <module> from samba.netcmd.main import cmd_sambatool File
2007 Dec 12
1
ucs2 build of xapian?
Hi folks-- I'd really like to try out Xapian on my current server setup (Debian Sarge, Apache2, mod_python, django, postgresql, psycopg2). Problem is, my Python is compiled as ucs2, which is incompatible w/Xapian. I've tried recompiling Python w/ucs4, but it inevitably breaks psycopg2 (which I've blitzed & reinstalled on top of the new Python build, seems like dozens of times
2008 Jun 19
0
Error when complile samba 4 with python 2.5
Hi, When compile samba4 with python 2.5, I've got error below: n/mergedobj/python_svcctl.o: In function `py_SERVICE_LOCK_STATUS_get_lock_owner': py_svcctl.c:(.text+0x142): undefined reference to `PyUnicodeUCS2_Decode' bin/mergedobj/python_svcctl.o: In function `py_SERVICE_LOCK_STATUS_set_lock_owner': py_svcctl.c:(.text+0x227): undefined reference
2003 Aug 19
2
samba-3.0.0rc1: nmbd PANIC: failed to create UCS2 buffer
Hello, I am running into the same behaviour of nmbd with samba-3.0.0rc1 compared to samba-3.0.0beta3: A few minutes after starting samba nmbd dies with the following messages: [2003/08/19 09:28:23, 0] lib/charcnv.c:(194) convert_string: Required 17, available 16 [2003/08/19 09:28:23, 0] lib/charcnv.c:(194) convert_string: Required 17, available 16 [2003/08/19 09:29:19, 0]
2003 Aug 19
2
Samba rc1 problem : PANIC: failed to create UCS2 buffer /usr/local/samba/sbin/nmbd(smb_panic+0xfc) [0x80ae680]
Helo , System : redhat 8 DS: netcape 4.16 Samba version : RC1. I am upgrading from samba3b3. Everything ( except changing passwd for user xp pro PC and I try to use rc1 to resolve ) seems ok in beta 3. On rc1 I Can't connect For a few second I can do : nmblookup -S l1serv2 added interface ip=172.29.160.100 bcast=172.29.167.255 nmask=255.255.248.0 querying l1serv2 on 172.29.167.255 Got
2017 Jun 03
0
Building from source on an ARM71 based router
On Fri, 2017-06-02 at 20:59 -0400, Zac Morris via samba wrote: > I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear > R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)* > > I'm working with some folks via the DDWRT, but we're running into an issue > trying to build from source. > > I have python 2.7 already installed on the router, and
2010 May 07
1
variables in variable and class names
Hi, this may sound a bit strange, so let me tell you first what the problem is that i try to solve and maybe there is already a better solution. Some background: We use 3 different environments on our puppetmaster and we implemented something like a release management as a workflow for this. Cause why should you invent something new when you can steal it from software engineers ;-). The release
2011 Mar 18
1
"ImportError: No module named ext" when launching a Xen v4 Guest.
Hello, I''m trying to get a Xen v4 Guest running. When I start it I get a "ImportError: No module named ext" error and a note to report the problem to this list. xm create -x guest.cfg Using config file "./guest.cfg". Unexpected error: <type ''exceptions.ImportError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call
2019 May 15
2
ImportError: No module named 'dns'
After updating my samba version to 4.10.3 (from a self-compiled 4.10.2 version) on a DC running on Debian Stretch, I notice errors in the logs when samba_dnsupdate is run. Manually running it produces: root at debian-vb:~# samba_dnsupdate --verbose Traceback (most recent call last): File "/usr/local/samba/sbin/samba_dnsupdate", line 56, in <module> import dns.resolver
2019 May 15
2
ImportError: No module named 'dns'
Thanks Rowland, our messages crossed in the post; as you see I worked it out - eventually :-) Roy > -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of > Rowland penny via samba > Sent: 15 May 2019 16:04 > To: samba at lists.samba.org > Subject: Re: [Samba] ImportError: No module named 'dns' > > On 15/05/2019 15:44, Roy
2011 May 01
1
Bug#624788: Python version issue: "ImportError: No module named lxml"
Package: xen-utils-4.0 Version: 4.0.1-2 Right after another Wheezy distribution update I've faced the following issue with "xm". ===== host:~# xm new /etc/xen/domains/test.cfg Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel at lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-4.0/bin/xm", line 8, in
2013 Feb 28
1
ImportError: No module named lxml
Dears , i need you support as i got the following error : #xm new -f /OVS/Repositories/0004fb0000030000505b685a936d0faf/VirtualMachines/0004fb00000600001dfb6cf4b6258355/vm.cfg Unexpected error: exceptions.ImportError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 7, in ? main.main(sys.argv) File
2007 Mar 28
2
error when running ocfs2console (ImportError: No module named ocfs2interface.about)
I had build ocfs2-tools-1.2.3 from sources on x86_64 machine (FC6). When I run: ocfs2console I get: Traceback (most recent call last): File "/usr/local/sbin/ocfs2console", line 3, in ? from ocfs2interface.about import process_args ImportError: No module named ocfs2interface.about When I try: locate ocfs2interface.about I get no result. Any ideas what went wrong ? Regards, Andy
2019 Jul 22
1
[libnbd] ImportError: cannot import name 'Error'
13:38 < mkletzan> rjones: Not sure where to look, but when I do just `import nbd` from python on the clean installation of libnbd, I just get `ImportError: cannot import name 'Error'` I can't reproduce it: $ rpm -q python3-libnbd python3-libnbd-0.1.8-1.fc30.x86_64 $ python3 Python 3.7.3 (default, May 11 2019, 00:38:04) [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]
2019 May 15
0
ImportError: No module named 'dns'
Apologies for answering my own post - found that python3-dnspython needed to be installed. Once I had done that it works normally. Sorry for the noise! Roy > -----Original Message----- > From: Roy Eastwood [mailto:spindles7 at gmail.com] > Sent: 15 May 2019 15:44 > To: samba at lists.samba.org > Subject: ImportError: No module named 'dns' > > After updating my
2019 May 15
0
ImportError: No module named 'dns'
I had the same problem, and also for python3-markdown (on Fedora). Maybe this is something for package maintainers? On 5/15/19 5:19 PM, Roy Eastwood via samba wrote: > Thanks Rowland, our messages crossed in the post; as you see I worked it out - eventually :-) > Roy > >> -----Original Message----- >> From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of
2005 Nov 22
1
importerror with unstable
I''m trying to use unstable version of xen but when I boot I have this message when I try to start xen with the "xend start" command : .Traceback (most recent call last): File "/usr/sbin/xend", line 33, in ? from xen.xend.server import SrvDaemon File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 28, in ? from xen.lowlevel
2004 May 04
0
Character, Codepage Problems?
Hello, we have some strange things with samba 3.0.2a, AIX5.1, ML03: 1. ./configure --prefix=/usr/samba : : checking for iconv in /usr... yes checking can we convert from CP850 to UCS2-LE?... no checking can we convert from IBM850 to UCS2-LE?... no checking can we convert from ASCII to UCS2-LE?... no checking can we convert from 646 to UCS2-LE?... no checking can we convert from UTF-8 to
2006 Aug 26
3
Bug#384739: ImportError: No module named xen.xend.server
Package: xen-utils-3.0 Version: 3.0.2+hg9697-2 Severity: grave Justification: renders package unusable Below you find the output of apt-get install xen-utils-3.0 . /usr/sbin/xend tries tom import the python scripts from /usr/lib/python as well as from /usr/lib64/python ; both directories do not exist on my system, I have python2.4 installed. (With both python2.3 and python2.4 installed I had the
2017 Jun 03
2
Building from source on an ARM71 based router
I am trying to build Samba 4.6.4 on an ARM 7 Cortex based router (Netgear R8000), running *DD-WRT v3.0-r31980M kongac (05/11/17)* I'm working with some folks via the DDWRT, but we're running into an issue trying to build from source. I have python 2.7 already installed on the router, and I'm executing the install_with_python.sh script. ./install_with_python.sh /opt/test/samba-4.6.4