L.P.H. van Belle
2018-Aug-03 09:37 UTC
[Samba] Louis' Debian install notes/Ubuntu 18.04 howto now on github.
But these are online for almost a year now... ;-) https://github.com/thctlo/samba4/tree/master/howtos The only thing is these are not useing "my" builded packages but the original debians. I'll update these somewhere today or next week also with the 4.8 parts added. Basicly its, follow the howtos until you need to install samba. And just before that, run this. echo "deb http://apt.van-belle.nl/debian stretch-samba48 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - apt update -y apt-cache policy samba # to check it. And this line:> > Its online, i suggest, install 2 servers,Was not finished. i suggest, install 2 servers, for a test. Do you own samba install, on you preffered linux os, does not matter, what you want. Now, install also a server by following my howtos from the start. Run some test, i'll bet, you wil notice my setup is running smoother, not only samba but your whole system. Try it, and if you find improvements, post them/change-add the on github. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: Rowland Penny [mailto:rpenny at samba.org] > Verzonden: vrijdag 3 augustus 2018 11:18 > Aan: samba at lists.samba.org > CC: L.P.H. van Belle > Onderwerp: Re: [Samba] Louis' Debian install notes/Ubuntu > 18.04 howto now on github. > > On Fri, 3 Aug 2018 11:11:45 +0200 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > > > For the fans ;-) > > > > Its online, i suggest, install 2 servers, > > > https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu > 18.04-samba-AD_DC.txt > > > > Any suggestion improvement etc, well its on github, and send me a > > pull request. Im not very good with git yet, but these steps help me > > learning. > > > > Thanks for that Louis, just one small problem though ;-) > > They asked for notes on how to install on debian, not Ubuntu. > > Rowland > >
Rowland Penny
2018-Aug-03 09:52 UTC
[Samba] Louis' Debian install notes/Ubuntu 18.04 howto now on github.
On Fri, 3 Aug 2018 11:37:27 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:> But these are online for almost a year now... ;-) > > https://github.com/thctlo/samba4/tree/master/howtosThey certainly are, just a 'bit' hidden and because I know what I am doing, I forgot about them ;-)> > The only thing is these are not useing "my" builded packages but the > original debians. I'll update these somewhere today or next week also > with the 4.8 parts added. > > Basicly its, follow the howtos until you need to install samba. > And just before that, run this. > > echo "deb http://apt.van-belle.nl/debian stretch-samba48 main contrib > non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list wget > -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key > add - apt update -y apt-cache policy samba # to check it. > > And this line: > > > Its online, i suggest, install 2 servers, > Was not finished. > i suggest, install 2 servers, for a test. > > Do you own samba install, on you preffered linux os, does not matter, > what you want. Now, install also a server by following my howtos from > the start.The thing is, just how basic does a howto have to be ? If you can install an OS, you should be able to follow the Samba wiki and, as I keep saying, if you do not understand something, say so and I will try to alter it, so you do.> > Run some test, i'll bet, you wil notice my setup is running smoother, > not only samba but your whole system. Try it, and if you find > improvements, post them/change-add the on github.I don't know if you are aware, but Samba is moving to git-lab instead of git-hub Rowland
L.P.H. van Belle
2018-Aug-03 11:10 UTC
[Samba] Louis' Debian install notes/Ubuntu 18.04 howto now on github.
> I don't know if you are aware, but Samba is moving to git-lab instead > of git-hub > > Rowland > >Yes, i know, i already have my accounts there and i've also created my account on debain salsa. I made a few small changes for debian already, but i really need to improve my skills with gitlab. I just need to use these more, i was just getting a little familiar with github... :-/ Greetz, Louis
Robert Steinmetz AIA
2018-Aug-05 20:28 UTC
[Samba] Louis' Debian install notes/Ubuntu 18.04 howto now on github.
First thank you for doing this. I've been trying to get samba-as-dc to work on 18.04 for some time and this will certainly help I do have a couple of questions. the git-hub directions say to:> Edit the systemd resolver. > > nano /etc/systemd/resolv.conf > configure DNS and FallbackDNS ( for now, 8.8.8.8 and 8.8.4.4 google dns. ) > NOTE set DNSSEC=no also because google does not support DNSSEC. > save,exit.Do you mean to create a file /etc/systemd/resolv.conf or did you actually mean edit /etc/systemd/resolvd.conf which is part of the Ubuntu install? Finally I notice you use bind9, will this method mostly work with the internal dns in samba, even is if is not as efficient? -- Rob Steinmetz