problema com samba4 pós-instalação

1

eu sou um entusiasta de linux novato. Eu instalei recentemente o samba4 no Ubuntu 13.04, mas experimentei um erro de pós-instalação

bobby@bobby-Aspire-4732Z:~$ sudo apt-get install samba4
Reading package lists... Done
Building dependency tree       
Reading state information... Done
samba4 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up samba4 (4.0.3+dfsg1-0.1ubuntu1) ...
ERROR(<type 'exceptions.ValueError'>): uncaught exception - unable to parse dn string
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/samba/netcmd/dbcheck.py", line 108, in run
fix=fix, yes=yes, quiet=quiet, in_transaction=started_transaction)
File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 58, in __init__
self.infrastructure_dn = ldb.Dn(samdb, "CN=Infrastructure," + samdb.domain_dn())
dpkg: error processing samba4 (--configure):
subprocess installed post-installation script returned error exit status 255
Errors were encountered while processing:
samba4
E: Sub-process /usr/bin/dpkg returned an error code (1)
bobby@bobby-Aspire-4732Z:~$

Alguém já experimentou isso antes e posso sugerir sua explicação. Obrigado antes.

Atenciosamente, Bobby

    
por user2090593 02.03.2014 / 10:15

2 respostas

0

Primeiro desinstale sua versão do samba:

sudo apt-get purge samba4

sudo apt-get install -f

Segundo add repositório samba4:

 sudo apt-add-repository "deb http://ppa.launchpad.net/kernevil/samba4/ubuntu precise main"

sudo apt-get update

Terceira instalação de dependências do samba4:

sudo apt-get install git build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev python-dnspython gdb pkg-config libpopt-dev libldap2-dev dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev libpam0g-dev ntp -y

Quarto download samba4:

sudo apt-get install samba4
    
por nux 02.03.2014 / 10:29
0

link

Eu tenho alguns VirtualBox OVA e instale instruções.

Pessoalmente eu procuraria pelo sernet samba e baixava suas versões. Parece funcionar melhor

    
por user216951 24.03.2014 / 21:37

Tags