@Louis, thanks for your answer. I've gone through the steps I found on your site, but when I wanted to install the packages, Debian didn't found the newer packages. I tried to give the version number to the apt-get, but it didn't help. apt-get install -t o=AptVanBelle samba=4.10.5+nmu-1debian0 winbind=4.10.5+nmu-1debian0 libnss-winbind=4.10.54.10.5+nmu-1debian0 smbclient=4.10.5+nmu-1debian0 tdb-tools=.3.18-0.1nmu0~deb10 And a good news: Debian Buster will be released tomorrow.
On 05/07/2019 10:28, Pisch Tam?s via samba wrote:> @Louis, thanks for your answer. I've gone through the steps I found on > your site, but when I wanted to install the packages, Debian didn't > found the newer packages. I tried to give the version number to the > apt-get, but it didn't help. > apt-get install -t o=AptVanBelle samba=4.10.5+nmu-1debian0 > winbind=4.10.5+nmu-1debian0 libnss-winbind=4.10.54.10.5+nmu-1debian0 > smbclient=4.10.5+nmu-1debian0 tdb-tools=.3.18-0.1nmu0~deb10 > > And a good news: Debian Buster will be released tomorrow. >It works for me. OK, it worked for me once I changed 'buster-410' to 'buster-experimental' in /etc/apt/sources.list.d/van-belle.list Then ran: apt-get update apt-get upgrade apt-get dist-upgrade Rowland
> Yes, there is an repo for Debian Buster. I have not published it yet but if you want you can use it set up test environment. > As it says on the apt.van-belle.nl site. ;-) > > ... > Debian (10) Buster: > Per 28-June 2018 in buster-experimental repo, when released to the public it will be this repo. > Samba 4.10 is repo name : buster-samba410, current package list is empty > You can test the debian buster samba 4.10.5 packages (amd64 only). > These are still experimental and should not yet be used in production but you can test them out. > You can find them link below in the experimental section, repo set for this below. > > These are marked as experimental because buster is not release. Things can change a bit so use with care. > These packages have/are the same as the Debian Stretch 4.10 packages, use these for a production setup. > > ----------- THE REPO SETUP --------------- > 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) Debian BUSTER with samba 4.10 EXPERIMENTAL > echo "deb http://apt.van-belle.nl/debian buster-experimental main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > 4) Debian STRETCH with samba 4.10 PRODUCTION > echo "deb http://apt.van-belle.nl/debian stretch-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.listOk, I found what was wrong: I tried to use buster-samba410, instead of buster-experimental... Hope my 'dream' will be real soon :)
On 05/07/2019 11:55, Pisch Tam?s via samba wrote:>> Yes, there is an repo for Debian Buster. I have not published it yet but if you want you can use it set up test environment. >> As it says on the apt.van-belle.nl site. ;-) >> >> ... >> Debian (10) Buster: >> Per 28-June 2018 in buster-experimental repo, when released to the public it will be this repo. >> Samba 4.10 is repo name : buster-samba410, current package list is empty >> You can test the debian buster samba 4.10.5 packages (amd64 only). >> These are still experimental and should not yet be used in production but you can test them out. >> You can find them link below in the experimental section, repo set for this below. >> >> These are marked as experimental because buster is not release. Things can change a bit so use with care. >> These packages have/are the same as the Debian Stretch 4.10 packages, use these for a production setup. >> >> ----------- THE REPO SETUP --------------- >> 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) Debian BUSTER with samba 4.10 EXPERIMENTAL >> echo "deb http://apt.van-belle.nl/debian buster-experimental main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list >> 4) Debian STRETCH with samba 4.10 PRODUCTION >> echo "deb http://apt.van-belle.nl/debian stretch-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > Ok, I found what was wrong: I tried to use buster-samba410, instead of > buster-experimental... Hope my 'dream' will be real soon :) >I said that an hour ago ;-) Rowland
> >> Yes, there is an repo for Debian Buster. I have not published it yet but if you want you can use it set up test environment. > >> As it says on the apt.van-belle.nl site. ;-) > >> > >> ... > >> Debian (10) Buster: > >> Per 28-June 2018 in buster-experimental repo, when released to the public it will be this repo. > >> Samba 4.10 is repo name : buster-samba410, current package list is empty > >> You can test the debian buster samba 4.10.5 packages (amd64 only). > >> These are still experimental and should not yet be used in production but you can test them out. > >> You can find them link below in the experimental section, repo set for this below. > >> > >> These are marked as experimental because buster is not release. Things can change a bit so use with care. > >> These packages have/are the same as the Debian Stretch 4.10 packages, use these for a production setup. > >> > >> ----------- THE REPO SETUP --------------- > >> 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) Debian BUSTER with samba 4.10 EXPERIMENTAL > >> echo "deb http://apt.van-belle.nl/debian buster-experimental main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > >> 4) Debian STRETCH with samba 4.10 PRODUCTION > >> echo "deb http://apt.van-belle.nl/debian stretch-samba410 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > > Ok, I found what was wrong: I tried to use buster-samba410, instead of > > buster-experimental... Hope my 'dream' will be real soon :) > > > I said that an hour ago ;-)Yes, really, thanks. I just read Louis' answer, and I realized my mistake from that.
Possibly Parallel Threads
- cannot set filesystem permissions on shares
- Notice: repo update samba 4.9.17 4.10.11 and 4.11.3
- Debian Buster Samba 4.10.7 packages now available. (amd64/i386)
- cannot set filesystem permissions on shares
- Samba 4.10.6 for Debian Buster ( amd64/i386) Available now.