search for: cmd_sambatool

Displaying 19 results from an estimated 19 matches for "cmd_sambatool".

2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...rs=yes', '--realm=mrc.motec.com.au', '--dns-backend=BIND9_DLZ', '/etc/samba/smb.bentley.conf') result = 0x0 #38 PyEval_EvalFrameEx ( f=f at entry=Frame 0x73c930, for file /usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py, line 203, in _run (self=<cmd_sambatool(errf=<file at remote 0x7ffff7fc91e0>, outf=<file at remote 0x7ffff7fc9150>) at remote 0x7fffdd988990>, myname='samba-tool', subcommand='domain', args=('classicupgrade', '--verbose', '--debuglevel=0', '--dbdir', '/var/lib/samba/bentl...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote: > Anyone? Can you please post a gdb backtrace --full? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 862 bytes Desc: This is a digitally signed message part URL:
2015 Jan 26
3
Moving DC1 to a Virtual Machine
On 26/01/15 13:00, Marc Muehlfeld wrote: > P2V yes. But I don't understand how REAR helps, when the OP want to do > an OS switch from Gentoo to Ubuntu at the same time?! Hello Marc If I cannot switch from Gentoo to Ubuntu (I am currently testing in VirtualBox Ubuntu Server fresh install)... then I will just use REAR to do P2V and keep it Gentoo :( Yes, I would rather have 2 DCs which
2015 Feb 14
1
problem with samba 4
Dear Sir I'm facing this problem with samba 4 [root at localhost ~]# /usr/local/samba/bin/samba-tool domain provision Traceback (most recent call last): File "/usr/local/samba/bin/samba-tool", line 33, in <module> from samba.netcmd.main import cmd_sambatool File "/usr/local/samba/lib/python2.7/site-packages/samba/__init__.py", line 27, in <module> import samba.param ImportError: libpython2.7.so.1.0: cannot open shared object file: No such file or directory how to solve this problem? which i know the python not installed properly...
2014 Feb 13
1
samba4.1.4 samba-tool fails to join domain
...issues until I run: bin/samba-tool domain join engr.colostate.edu DC -Uadministrator --realm=engr.colostate.edu --dns-backend=BIND9_DLZ I get the following error: Traceback (most recent call last): File "bin/samba-tool", line 33, in <module> from samba.netcmd.main import cmd_sambatool File "/opt/samba-4.1.4/lib/python2.6/site-packages/samba/__init__.py", line 27, in <module> import samba.param ImportError: No module named param I cannot find the samba.param file in the samba install folder anywhere. Looking like something didn't go right during...
2014 Dec 01
3
Problem to import passdb in samba-tool
...>>> the follow errors is in below > >>> [2.2-BETA][root <at> pfSense.localdomain]/root: samba- > > toolTraceback (most recent call last): File > >> "/usr/local/bin/samba-tool", line 36, in <module> from > > samba.netcmd.main import cmd_sambatool File > >> "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", > > line 24, in <module> from > >> samba.netcmd.delegation import cmd_delegation File > >> "/usr/local/lib/python2.7/site- > > packages/samba/netcmd/delegation.p...
2012 Feb 25
1
Samba4 alpha 19 confusion
...isting alpha 18 git Had to run make twice. OK with that now. But none of the commands would work. samba, samba-tool. . . All gave errors e.g. samba-tool Traceback (most recent call last): File "/home/steve/bin/samba-tool", line 26, in <module> from samba.netcmd.main import cmd_sambatool File "bin/python/samba/netcmd/main.py", line 24, in <module> from samba.netcmd.delegation import cmd_delegation File "bin/python/samba/netcmd/delegation.py", line 25, in <module> from samba import provision File "bin/python/samba/provision/__i...
2014 Dec 01
2
Problem to import passdb in samba-tool
...rs is in below >>>>>> [2.2-BETA][root <at> pfSense.localdomain]/root: samba- >>>> toolTraceback (most recent call last): File >>>>> "/usr/local/bin/samba-tool", line 36, in <module> from >>>> samba.netcmd.main import cmd_sambatool File >>>>> "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", >>>> line 24, in <module> from >>>>> samba.netcmd.delegation import cmd_delegation File >>>>> "/usr/local/lib/python2.7/site- >>>>...
2014 Dec 01
0
Problem to import passdb in samba-tool
...ve > my problem. >>> the follow errors is in below >>> [2.2-BETA][root <at> pfSense.localdomain]/root: samba- > toolTraceback (most recent call last): File >> "/usr/local/bin/samba-tool", line 36, in <module> from > samba.netcmd.main import cmd_sambatool File >> "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", > line 24, in <module> from >> samba.netcmd.delegation import cmd_delegation File >> "/usr/local/lib/python2.7/site- > packages/samba/netcmd/delegation.py", line 23, in <...
2015 Jan 26
0
Moving DC1 to a Virtual Machine
...the 'real DC1' files to the 'virtual DC1' and test, it fails... root at samba:~# /usr/local/samba/bin/samba-tool ntacl sysvolreset Traceback (most recent call last): File "/usr/local/samba/bin/samba-tool", line 33, in <module> from samba.netcmd.main import cmd_sambatool File "/usr/local/samba/lib/python2.7/site-packages/samba/__init__.py", line 27, in <module> import samba.param ImportError: /usr/local/samba/lib/private/libserver-role.so: version `SAMBA_4.2.0PRE1_GIT_F8EC0F9' not found (required by /usr/local/samba/lib/python2.7/site-pa...
2019 Nov 12
0
samba-tool provision - Undefined symbol "ldb_handler_copy"
...--------------------------------------------------------------- >> samba-tool domain provision --use-rfc2307 --interactive >> Traceback (most recent call last): >> File "/usr/local/bin/samba-tool", line 33, in <module> >> from samba.netcmd.main import cmd_sambatool >> File "/usr/local/lib/python2.7/site-packages/samba/__init__.py", line 28, in <module> >> import ldb >> ImportError: /usr/local/lib/python2.7/site-packages/ldb.so: Undefined symbol "ldb_handler_copy" >> ------------------------------------...
2019 Nov 12
0
samba-tool provision - Undefined symbol "ldb_handler_copy"
...--------------------------------------------------------------- >> samba-tool domain provision --use-rfc2307 --interactive >> Traceback (most recent call last): >> File "/usr/local/bin/samba-tool", line 33, in <module> >> from samba.netcmd.main import cmd_sambatool >> File "/usr/local/lib/python2.7/site-packages/samba/__init__.py", line 28, in <module> >> import ldb >> ImportError: /usr/local/lib/python2.7/site-packages/ldb.so: Undefined symbol "ldb_handler_copy" >> ------------------------------------...
2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
...ting 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 "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/__init__.py", line 20, in <module> from samba import getopt as options File "/usr/local/samba/lib/python2.6/site-packages/samba/getopt.py", line 30, in <module> from samba.hostconfig impo...
2014 Dec 01
0
Problem to import passdb in samba-tool
...the follow errors is in below >>>>> [2.2-BETA][root <at> pfSense.localdomain]/root: samba- >>> toolTraceback (most recent call last): File >>>> "/usr/local/bin/samba-tool", line 36, in <module> from >>> samba.netcmd.main import cmd_sambatool File >>>> "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", >>> line 24, in <module> from >>>> samba.netcmd.delegation import cmd_delegation File >>>> "/usr/local/lib/python2.7/site- >>> packages/samba/netc...
2014 Dec 01
0
Problem to import passdb in samba-tool
...>>> [2.2-BETA][root <at> pfSense.localdomain]/root: samba- > >>>>> toolTraceback (most recent call last): File > >>>>>> "/usr/local/bin/samba-tool", line 36, in <module> from > >>>>> samba.netcmd.main import cmd_sambatool File > >>>>>> "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", > >>>>> line 24, in <module> from > >>>>>> samba.netcmd.delegation import cmd_delegation File > >>>>>> "/usr/local/...
2014 Dec 24
2
upgrade from 4.1.9 to 4.1.13
...f existing python and binaries but this seems to not be the case. My first clue was running bin/samba-tool dbcheck This yielded the exception bin/samba-tool dbcheck Traceback (most recent call last): File "bin/samba-tool", line 33, in <module> from samba.netcmd.main import cmd_sambatool File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/main.py", line 24, in <module> from samba.netcmd.delegation import cmd_delegation File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/delegation.py", line 23, in <module> from sam...
2013 Jan 16
3
compiling samba for ubuntu 12.4 lts
Hi, I'm trying to create a samba4.0.1-package for ubuntu12.4. It seems as if I've succeeded to resolve the dependencies and everything is compiling and linking just fine until it switches to the source4 directory. There I always get these kerberos/heimdal-related linker-errors: default/source3/libads/kerberos_57.o: In function
2015 Jan 26
3
Moving DC1 to a Virtual Machine
...the > 'virtual DC1' and test, it fails... > > > root at samba:~# /usr/local/samba/bin/samba-tool ntacl sysvolreset > Traceback (most recent call last): > File "/usr/local/samba/bin/samba-tool", line 33, in <module> > from samba.netcmd.main import cmd_sambatool > File > "/usr/local/samba/lib/python2.7/site-packages/samba/__init__.py", line > 27, in <module> > import samba.param > ImportError: /usr/local/samba/lib/private/libserver-role.so: version > `SAMBA_4.2.0PRE1_GIT_F8EC0F9' not found (required by > /...
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
...tempting 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 "/usr/local/samba/lib/python2.6/site-packages/samba/netcmd/__init__.py", line 20, in <module> from samba import getopt as options File "/usr/local/samba/lib/python2.6/site-packages/samba/getopt.py", line 30, in <module> from samba.hostconfig import H...