Franz Gansberger
2022-Sep-20 11:26 UTC
[Samba] Samba Update to 4.14 on Debian Buster - apt warnings and errors
Hi, after changing the lin in /etc/apt/sources.list.d/van-belle.list to deb http://apt.van-belle.nl/debian buster-samba414 main contrib non-free apt-get update throws warning: Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://apt.van-belle.nl/debian buster-samba414 InRelease Hit:3 http://ftp.de.debian.org/debian buster InRelease Reading package lists... Done W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) I tried a couple of things from this howto: https://apt.van-belle.nl/simple-repo-setup.txt Especially the key management: wget -O- https://apt.van-belle.nl/louis-van-belle.gpg-key.asc | gpg --dearmor | tee /usr/share/keyrings/louis-van-belle.gpg > /dev/null echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/louis-van-belle.gpg] http://apt.van-belle.nl/debian/ $(lsb_release -sc)-samba414 main" | tee -a /etc/apt/sources.list.d/van-belle.list and echo "Acquire::Languages { "none"; };" |tee -a /etc/apt/apt.conf.d/99disable-translations but this doesn't change anything. I am currently not able to update to Samba 4.14 on Debian Buster. What do I overlook? Any hints are appreciated! Thanks Franz
Matthias Kühne | Ellerhold AG
2022-Sep-20 11:55 UTC
[Samba] Samba Update to 4.14 on Debian Buster - apt warnings and errors
Hello, only the "main" part of the repo is active. So change your .list file to: deb http://apt.van-belle.nl/debian buster-samba414 main And it should work! Bye, Matthias. Am 20.09.22 um 13:26 schrieb Franz Gansberger via samba:> > > Hi, > after changing the lin in > /etc/apt/sources.list.d/van-belle.list > to > deb http://apt.van-belle.nl/debian buster-samba414 main contrib non-free > > apt-get update throws warning: > > Hit:1 http://security.debian.org buster/updates InRelease > Hit:2 http://apt.van-belle.nl/debian buster-samba414 InRelease > Hit:3 http://ftp.de.debian.org/debian buster InRelease > Reading package lists... Done > W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) > W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?) > W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) > W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'http://apt.van-belle.nl/debian buster-samba414 InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?) > > I tried a couple of things from this howto: > https://apt.van-belle.nl/simple-repo-setup.txt > Especially the key management: > > wget -O- https://apt.van-belle.nl/louis-van-belle.gpg-key.asc | gpg --dearmor | tee /usr/share/keyrings/louis-van-belle.gpg > /dev/null > echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/louis-van-belle.gpg] http://apt.van-belle.nl/debian/ $(lsb_release -sc)-samba414 main" | tee -a /etc/apt/sources.list.d/van-belle.list > and > echo "Acquire::Languages { "none"; };" |tee -a /etc/apt/apt.conf.d/99disable-translations > > but this doesn't change anything. I am currently not able to update to Samba 4.14 on Debian Buster. > > What do I overlook? > Any hints are appreciated! > Thanks > Franz > > >-- Matthias K?hne Senior Webentwickler Datenschutzbeauftragter Ellerhold Aktiengesellschaft Friedrich-List-Str. 4 01445 Radebeul Telefon: +49 (0) 351 83933-61 Telefax: +49 (0) 351 83933-99 Web www.ellerhold.de Twitter www.twitter.com/Ellerhold_AG Youtube www.youtube.com/user/ellerholdgruppe Amtsgericht Dresden / HRB 23769 Vorstand: Stephan Ellerhold, Maximilian Ellerhold Vorsitzender des Aufsichtsrates: Frank Ellerhold ---Diese E-Mail und Ihre Anlagen enthalten vertrauliche Mitteilungen. Sollten Sie nicht der beabsichtigte Adressat sein, so bitten wir Sie um Mitteilung und um sofortiges l?schen dieser E-Mail und der Anlagen. Unsere Hinweise zum Datenschutz finden Sie hier: http://www.ellerhold.de/datenschutz/ This e-mail and its attachments are privileged and confidential. If you are not the intended recipient, please notify us and immediately delete this e-mail and its attachments. You can find our privacy policy here: http://www.ellerhold.de/datenschutz/
Michael Tokarev
2022-Sep-21 08:39 UTC
[Samba] Samba Update to 4.14 on Debian Buster - apt warnings and errors
BTW, why are you using 4.14 samba which reached its end-of-life already? I see you're using buster (which is also eol by now, or very close to), ? I thought maybe it was (yes, in the past, when buster was still "young" old-stable) a good idea to provide samba 4.16 packages for buster too, not only for bullseye, via buster-backports-sloppy. /mjt