Louis, Prior to your move over to github I had found a text file of your notes about installing your Samba4 packages on Debian. Basically it was notes about install the required programs from Debian repos and add my (Louis') repository and now install latest samba packages. Yes, I see notes floating around about install onto Ubuntu 18.04LTS but, I am looking for those older Debian notes you use to have "out there" somewhere. Did they get lost in the move? Or have I simply overlooked them on the github site? Thank you. Bob Wooden
+1 Me too. ...Since RP and Louis have convinced me I need to at least try a debian setup! :) RWvs> Louis, RWvs> Prior to your move over to github I had found a text file of your notes RWvs> about installing your Samba4 packages on Debian. Basically it was notes RWvs> about install the required programs from Debian repos and add my (Louis') RWvs> repository and now install latest samba packages. RWvs> Yes, I see notes floating around about install onto Ubuntu 18.04LTS but, I RWvs> am looking for those older Debian notes you use to have "out there" RWvs> somewhere. RWvs> Did they get lost in the move? Or have I simply overlooked them on the RWvs> github site? RWvs> Thank you. RWvs> Bob Wooden
Hai Robert, No, i'll put the notes i posted on the list on github in few moments. So no you did not overlook it. ;-) The are only on the samba list atm. After my "oblicated" work for today, i'll put it online on github. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Robert Wooden via samba > Verzonden: donderdag 2 augustus 2018 17:54 > Aan: SAMBA MailList > Onderwerp: [Samba] Louis' Debian install notes > > Louis, > > Prior to your move over to github I had found a text file of > your notes > about installing your Samba4 packages on Debian. Basically it > was notes > about install the required programs from Debian repos and add > my (Louis') > repository and now install latest samba packages. > > Yes, I see notes floating around about install onto Ubuntu > 18.04LTS but, I > am looking for those older Debian notes you use to have "out there" > somewhere. > > Did they get lost in the move? Or have I simply overlooked them on the > github site? > > Thank you. > > Bob Wooden > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
L.P.H. van Belle
2018-Aug-03 09:11 UTC
[Samba] Louis' Debian install notes/Ubuntu 18.04 howto now on github.
For the fans ;-) Its online, i suggest, install 2 servers, https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.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. Best regards, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Gregory Sloop via samba > Verzonden: donderdag 2 augustus 2018 18:03 > Aan: Robert Wooden via samba > Onderwerp: Re: [Samba] Louis' Debian install notes > > +1 Me too. > ...Since RP and Louis have convinced me I need to at least > try a debian setup! :) > > > > RWvs> Louis, > > RWvs> Prior to your move over to github I had found a text > file of your notes > RWvs> about installing your Samba4 packages on Debian. > Basically it was notes > RWvs> about install the required programs from Debian repos > and add my (Louis') > RWvs> repository and now install latest samba packages. > > RWvs> Yes, I see notes floating around about install onto > Ubuntu 18.04LTS but, I > RWvs> am looking for those older Debian notes you use to have > "out there" > RWvs> somewhere. > > RWvs> Did they get lost in the move? Or have I simply > overlooked them on the > RWvs> github site? > > RWvs> Thank you. > > RWvs> Bob Wooden > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Rowland Penny
2018-Aug-03 09:17 UTC
[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-Ubuntu18.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
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 > >
Louis, Glad to see you back. I asked this question about the time you left for family matter (hope family is fine, now.) Perhaps you could locate this dependency list that was in one of your install instruction text file, previously posted on one of your file sites? (If my memory serves me, it was a text file instruction for install of Samba 4.7 or 4.6, maybe?) On Fri, Aug 3, 2018 at 6:15 AM, Robert Wooden <bob at donelsontrophy.com> wrote:> Not a "fire" that needs to be put out today. On trip, back Monday. > > On Fri, Aug 3, 2018, 3:13 AM L.P.H. van Belle via samba < > samba at lists.samba.org> wrote: > >> Hai Robert, >> >> No, i'll put the notes i posted on the list on github in few moments. >> So no you did not overlook it. ;-) The are only on the samba list atm. >> >> After my "oblicated" work for today, i'll put it online on github. >> >> Greetz, >> >> Louis >> >> >> > -----Oorspronkelijk bericht----- >> > Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> > Robert Wooden via samba >> > Verzonden: donderdag 2 augustus 2018 17:54 >> > Aan: SAMBA MailList >> > Onderwerp: [Samba] Louis' Debian install notes >> > >> > Louis, >> > >> > Prior to your move over to github I had found a text file of >> > your notes >> > about installing your Samba4 packages on Debian. Basically it >> > was notes >> > about install the required programs from Debian repos and add >> > my (Louis') >> > repository and now install latest samba packages. >> > >> > Yes, I see notes floating around about install onto Ubuntu >> > 18.04LTS but, I >> > am looking for those older Debian notes you use to have "out there" >> > somewhere. >> > >> > Did they get lost in the move? Or have I simply overlooked them on the >> > github site? >> > >> > Thank you. >> > >> > Bob Wooden >> > -- >> > To unsubscribe from this list go to the following URL and read the >> > instructions: https://lists.samba.org/mailman/options/samba >> > >> > >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> >-- Thank you. Bob Wooden Toll-Free 1.844.DTROPHY (844.387.6749) Local 615.885.2846 www.donelsontrophy.com *"Everyone deserves an award!!"*