L.P.H. van Belle
2019-Sep-04 11:04 UTC
[Samba] Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
Hai, ? If uploaded the Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages. The Build and Changes logs : http://downloads.van-belle.nl/samba4/Buildlogs/ubuntu/ ? 1) Choose http or https for you apt, both work, for https you need to : apt-get install apt-transport-https ? 2) Import my public key wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - ? 3) (optional) setup a header line for the repo file. echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list ? 4) In the line below, change the OS and/or samba version to what you want. Stretch: 4.9.13 : echo "deb http://apt.van-belle.nl/debian?bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list 4.10.8 : echo "deb http://apt.van-belle.nl/debian?bionic-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list Have fun with these. ? Greetz, ? Louis
James Atwell
2019-Sep-09 19:08 UTC
[Samba] Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
On 9/4/2019 7:04 AM, L.P.H. van Belle via samba wrote:> Hai, > > If uploaded the Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages. > > The Build and Changes logs : http://downloads.van-belle.nl/samba4/Buildlogs/ubuntu/ > > 1) Choose http or https for you apt, both work, for https you need to : > apt-get install apt-transport-https > > 2) Import my public key > wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - > > 3) (optional) setup a header line for the repo file. > echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list > > 4) In the line below, change the OS and/or samba version to what you want. > Stretch: > 4.9.13 : echo "deb http://apt.van-belle.nl/debian?bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > 4.10.8 : echo "deb http://apt.van-belle.nl/debian?bionic-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > > > Have fun with these. > > Greetz, > > Louis >Louis, ??? I have always compiled Samba myself so excuse this rudimentary question, but how exactly do I install Samba from your repo? is it just 'apt-get install samba' after adding your repo to sources or will a simple 'apt-get update && apt-get dist-upgrade' work?? Thanks.
L.P.H. van Belle
2019-Sep-10 07:08 UTC
[Samba] Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
Hai, Well, not exactly, if you coming from source builds. In that case is suggest. Pick a repo line matching your self compiled samba. If thats a 4.9, choose the 4.9 repo line to add to /etc/apt/sources.list.d/van-belle.list file. Stop the self compiled samba version. Disable starting the selfcompiled samba. Reboot you server to make sure nothing has openfiles, or check this manualy. Copy the data from compiled to the matching /var/{cache,lib}/samba folders Copy the smb.conf to /etc/samba/smb.conf Fix any paths in configs so it matches the packaged version. Removed, or better, move any leftover, out of the way to a other folder. Now you should be able to start samba with the old data. And please do verify above steps, i might have missed one. Greetz, Louis -----Oorspronkelijk bericht----- Van: James Atwell [mailto:james.atwell365 at gmail.com] Verzonden: maandag 9 september 2019 21:09 Aan: samba at lists.samba.org CC: L.P.H. van Belle Onderwerp: Re: [Samba] Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386) On 9/4/2019 7:04 AM, L.P.H. van Belle via samba wrote:> Hai, > > If uploaded the Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages. > > The Build and Changes logs : http://downloads.van-belle.nl/samba4/Buildlogs/ubuntu/ > > 1) Choose http or https for you apt, both work, for https you need to : > apt-get install apt-transport-https > > 2) Import my public key > wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - > > 3) (optional) setup a header line for the repo file. > echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list > > 4) In the line below, change the OS and/or samba version to what you want. > Stretch: > 4.9.13 : echo "deb http://apt.van-belle.nl/debian?bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > 4.10.8 : echo "deb http://apt.van-belle.nl/debian?bionic-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > > > Have fun with these. > > Greetz, > > Louis >Louis, ??? I have always compiled Samba myself so excuse this rudimentary question, but how exactly do I install Samba from your repo? is it just 'apt-get install samba' after adding your repo to sources or will a simple 'apt-get update && apt-get dist-upgrade' work?? Thanks.
Rowland penny
2019-Sep-10 07:23 UTC
[Samba] Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
On 10/09/2019 08:08, L.P.H. van Belle via samba wrote:> Hai, > > Well, not exactly, if you coming from source builds. > > In that case is suggest. > > Pick a repo line matching your self compiled samba. > If thats a 4.9, choose the 4.9 repo line to add to /etc/apt/sources.list.d/van-belle.list file. > > Stop the self compiled samba version. > Disable starting the selfcompiled samba. > Reboot you server to make sure nothing has openfiles, or check this manualy. > > Copy the data from compiled to the matching /var/{cache,lib}/samba folders > Copy the smb.conf to /etc/samba/smb.conf > > Fix any paths in configs so it matches the packaged version. > Removed, or better, move any leftover, out of the way to a other folder. > > Now you should be able to start samba with the old data. > And please do verify above steps, i might have missed one. > > > Greetz, > > LouisThe other (hopefully) easier way, would be to create a new computer, install Louis's Samba packages on that and join it to the domain, then demote the old DCs. Rowland
Possibly Parallel Threads
- Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
- Ubuntu bionic 18.04 compatible samba 4.9.2 packages amd64 only now available.
- Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
- Ubuntu bionic 18.04 compatible samba 4.9.2 packages amd64 only now available.
- Ubuntu Bionic samba 4.9.11 and 4.10.6 are now available. (amd64/i386)