Hi, I use Samba4 domain controler since 4.0 version over Debian. Today I use Debian 9.8 and Samba 4.9.6 without problems in many productions environments. Last week I decide make a test with Debian 9.8 and Samba 4.10. All ocours very fine trough compile process but when I try create domain with 'samba-tool domain provision" nothing happen. The shell freeze and the process don't go ahead. Anyone with the same problem? André Freire Gerente de Tecnologia E-mail: carlosandrefreire at gmail.com *skype: andrefreire.hf <andrefreire at ig.com.br>*Tel: (71)99381-7372
Hai, No, not seen before. But i think your missing some python3 parts in the compile. A check check for that would be. Add my repo. wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - Add only the sources. echo "deb-src http://apt.van-belle.nl/debian stretch-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list apt update apt build-dep samba And you have everything you need to build your samba. Ok you will see thing missing. Tevent/talloc/tdb/ldb These are includes in a source builds already. Look for the other that are missing, install these manualy and re-compile. Or verify that yourself : https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba Or, change deb-src to deb and run : apt-get install samba winbind acl attr and be happy, your done. ;-) Greetz, Louis Annnnddd.. Im gone.. :-) Have a good weekend everyone... Until Monday.> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Andre Freire via samba > Verzonden: donderdag 25 april 2019 21:32 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Domain Provision Freeze > > Hi, > > I use Samba4 domain controler since 4.0 version over Debian. > Today I use > Debian 9.8 and Samba 4.9.6 without problems in many productions > environments. > Last week I decide make a test with Debian 9.8 and Samba > 4.10. All ocours > very fine trough compile process but when I try create domain with > 'samba-tool domain provision" nothing happen. > > The shell freeze and the process don't go ahead. > > Anyone with the same problem? > > > André Freire > Gerente de Tecnologia > E-mail: carlosandrefreire at gmail.com > > *skype: andrefreire.hf <andrefreire at ig.com.br>*Tel: (71)99381-7372 > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
On Thu, 2019-04-25 at 16:32 -0300, Andre Freire via samba wrote:> Hi, > > I use Samba4 domain controler since 4.0 version over Debian. Today I > use > Debian 9.8 and Samba 4.9.6 without problems in many productions > environments. > Last week I decide make a test with Debian 9.8 and Samba 4.10. All > ocours > very fine trough compile process but when I try create domain with > 'samba-tool domain provision" nothing happen. > > The shell freeze and the process don't go ahead. > > Anyone with the same problem?It isn't actually frozen, it is just prompting you, but you never see the prompts. The is a bug with python3 and 4.10.0 The fix is in 4.10.1 already, the workaround is to specify the --realm etc on the command line. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Ok, thanks. André Freire Gerente de Tecnologia E-mail: carlosandrefreire at gmail.com *skype: andrefreire.hf <andrefreire at ig.com.br>*Tel: (71)99381-7372 Em sex, 26 de abr de 2019 às 23:39, Andrew Bartlett <abartlet at samba.org> escreveu:> On Thu, 2019-04-25 at 16:32 -0300, Andre Freire via samba wrote: > > Hi, > > > > I use Samba4 domain controler since 4.0 version over Debian. Today I > > use > > Debian 9.8 and Samba 4.9.6 without problems in many productions > > environments. > > Last week I decide make a test with Debian 9.8 and Samba 4.10. All > > ocours > > very fine trough compile process but when I try create domain with > > 'samba-tool domain provision" nothing happen. > > > > The shell freeze and the process don't go ahead. > > > > Anyone with the same problem? > > It isn't actually frozen, it is just prompting you, but you never see > the prompts. The is a bug with python3 and 4.10.0 > > The fix is in 4.10.1 already, the workaround is to specify the --realm > etc on the command line. > > Andrew Bartlett > > -- > Andrew Bartlett http://samba.org/~abartlet/ > Authentication Developer, Samba Team http://samba.org > Samba Developer, Catalyst IT > http://catalyst.net.nz/services/samba > > > >