Hai Victor, Sorry for these, i did not know there was still one going on in the ubuntu package. These are known since 26 july.. What i need/want to know here from which version to which version did you upgrade. I'll fix that in the next update. There where 2 things going on here. - one file moved from package. (apt --fix-broken install) - The othere was due to the changes in ldb with python2 => python3 (apt-get dist-upgrade --autoremove) Run it in this order. apt-get dist-upgrade --autoremove' to upgrade all packages and remove the unneeded packages. Then run : apt --fix-broken install That fixed the file/package change and forced the overrride of the file. When im done with the 4.11, this is also fixed. I know 4.11 is taking long(er) and this is why... Just see : https://salsa.debian.org/samba-team/samba/blob/master/debian/changelog We are not done yet with some changes. When we are finished with the 4.11 packages, then the official packages are in sync with the latest settings i did use also. Doing our best here to get this up and running. So far, Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba > Verzonden: zondag 22 september 2019 16:02 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Problem with libldb1 > > On 22/09/2019 14:42, Viktor Trojanovic via samba wrote: > > > > On 22.09.2019 15:39, Viktor Trojanovic wrote: > >> > >> On 22.09.2019 15:30, Rowland penny via samba wrote: > >>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: > >>>> On 22.09.2019 15:07, Rowland penny via samba wrote: > >>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: > >>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba > 4.10 from > >>>>>> Louis > >>>>>> Repo) and it ended with error messages about unmet > dependencies > >>>>>> in regards > >>>>>> to libldb1. > >>>>>> > >>>>> Yes, but did you run 'apt-get update' first ? > >>>>> > >>>>> Rowland > >>>>> > >>>>> > >>>> Yes, apt update, then apt upgrade, as usual. > >>>> > >>>> Viktor > >>>> > >>>> > >>> Then why isn't it trying to upgrade libldb1 ? > >>> > >>> Louis's repo has: > >>> > >>> bionic-samba410|main|amd64: libldb1 2:1.5.5-1bionic~1 > >>> > >>> A bit more searching in your initial post turns this up: > >>> > >>> Unpacking libldb1:amd64 (2:1.5.5-1bionic~1) over > >>> (2:1.5.4-1ubuntu1.2) ... > >>> dpkg: error processing archive > >>> /var/cache/apt/archives/libldb1_2%3a1.5.5-1bionic~1_amd64.deb > >>> (--unpack): > >>> trying to overwrite > '/usr/lib/x86_64-linux-gnu/ldb/libldb-cmdline.so', > >>> which is also in package ldb-tools 2:1.5.4-1ubuntu1.2 > >>> > >>> This looks like something for Louis to sort out, but, perhaps, if > >>> you remove 'ldb-tools', the upgrade may work. > >>> > >>> Rowland > >>> > >>> > >>> > >> Looks like I'm blocked to do anything.. do you happen to > know how I > >> can circumvent this issue? > >> > >> root at DC1:/var/cache/apt# apt remove ldb-tools > >> Reading package lists... Done > >> Building dependency tree > >> Reading state information... Done > >> You might want to run 'apt --fix-broken install' to correct these. > >> The following packages have unmet dependencies: > >> ?python3-ldb : Depends: libldb1 (= 2:1.5.5-1bionic~1) but > >> 2:1.5.4-1ubuntu1.2 is to be installed > >> ?python3-samba : Depends: libldb1 (>= 2:1.5.5~) but > >> 2:1.5.4-1ubuntu1.2 is to be installed > >> ???????????????? Recommends: python3-gpg but it is not going to be > >> installed > >> ?samba : Depends: libldb1 (>= 2:1.5.5~) but > 2:1.5.4-1ubuntu1.2 is to > >> be installed > >> ?samba-dsdb-modules : Depends: libldb1 (> 2:1.5.5~) but > >> 2:1.5.4-1ubuntu1.2 is to be installed > >> ?samba-libs : Depends: libldb1 (>= 2:1.5.5) but > 2:1.5.4-1ubuntu1.2 is > >> to be installed > >> E: Unmet dependencies. Try 'apt --fix-broken install' with no > >> packages (or specify a solution). > >> > >> Viktor > >> > > Nevermind, I think I found out how: dpkg -P ldb-tools. This worked, > > and after that I could run apt -f install. Everything seems > to be ok > > now but I'll do some further checks just to be sure. Thanks > for your > > support, Rowland. > > > > Viktor > > > > > Glad you got it fixed, bit hard to understand why you got the > fault in > the first place, both my DCs use Louis's repo and both have > upgraded to > 4.10.8 without incident, the only difference is that I use Devaun > instead of Ubuntu. > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Hi Louis, I couldn't tell you from which package I upgraded exactly. In Arch Linux, all packages ever downloaded to the system are kept in the system as long as you don't delete them so it's easy to find out, I don't know if the same possibility exists in Ubuntu, a quick search in Google didn't yield any results. I ran the regular apt autoremove which I assume is different from the apt dist-upgrade autoremove so that didn't work. Really, the only solution for me was to remove ldb-tools using dpkg, as described in my earlier email. Thanks for all your hard work with the Ubuntu and Debian packages, much appreciated. Viktor On 23.09.2019 10:22, L.P.H. van Belle via samba wrote:> Hai Victor, > > Sorry for these, i did not know there was still one going on in the ubuntu package. > These are known since 26 july.. > > What i need/want to know here from which version to which version did you upgrade. > I'll fix that in the next update. > > There where 2 things going on here. > - one file moved from package. (apt --fix-broken install) > - The othere was due to the changes in ldb with python2 => python3 (apt-get dist-upgrade --autoremove) > > Run it in this order. > apt-get dist-upgrade --autoremove' to upgrade all packages and remove the unneeded packages. > > Then run : apt --fix-broken install > That fixed the file/package change and forced the overrride of the file. > > When im done with the 4.11, this is also fixed. I know 4.11 is taking long(er) and this is why... > Just see : https://salsa.debian.org/samba-team/samba/blob/master/debian/changelog > We are not done yet with some changes. > > When we are finished with the 4.11 packages, then the official packages are in sync with the latest settings i did use also. > Doing our best here to get this up and running. > > So far, > > Greetz, > > Louis > > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Rowland penny via samba >> Verzonden: zondag 22 september 2019 16:02 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] Problem with libldb1 >> >> On 22/09/2019 14:42, Viktor Trojanovic via samba wrote: >>> On 22.09.2019 15:39, Viktor Trojanovic wrote: >>>> On 22.09.2019 15:30, Rowland penny via samba wrote: >>>>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: >>>>>> On 22.09.2019 15:07, Rowland penny via samba wrote: >>>>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: >>>>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba >> 4.10 from >>>>>>>> Louis >>>>>>>> Repo) and it ended with error messages about unmet >> dependencies >>>>>>>> in regards >>>>>>>> to libldb1. >>>>>>>> >>>>>>> Yes, but did you run 'apt-get update' first ? >>>>>>> >>>>>>> Rowland >>>>>>> >>>>>>> >>>>>> Yes, apt update, then apt upgrade, as usual. >>>>>> >>>>>> Viktor >>>>>> >>>>>> >>>>> Then why isn't it trying to upgrade libldb1 ? >>>>> >>>>> Louis's repo has: >>>>> >>>>> bionic-samba410|main|amd64: libldb1 2:1.5.5-1bionic~1 >>>>> >>>>> A bit more searching in your initial post turns this up: >>>>> >>>>> Unpacking libldb1:amd64 (2:1.5.5-1bionic~1) over >>>>> (2:1.5.4-1ubuntu1.2) ... >>>>> dpkg: error processing archive >>>>> /var/cache/apt/archives/libldb1_2%3a1.5.5-1bionic~1_amd64.deb >>>>> (--unpack): >>>>> trying to overwrite >> '/usr/lib/x86_64-linux-gnu/ldb/libldb-cmdline.so', >>>>> which is also in package ldb-tools 2:1.5.4-1ubuntu1.2 >>>>> >>>>> This looks like something for Louis to sort out, but, perhaps, if >>>>> you remove 'ldb-tools', the upgrade may work. >>>>> >>>>> Rowland >>>>> >>>>> >>>>> >>>> Looks like I'm blocked to do anything.. do you happen to >> know how I >>>> can circumvent this issue? >>>> >>>> root at DC1:/var/cache/apt# apt remove ldb-tools >>>> Reading package lists... Done >>>> Building dependency tree >>>> Reading state information... Done >>>> You might want to run 'apt --fix-broken install' to correct these. >>>> The following packages have unmet dependencies: >>>> ?python3-ldb : Depends: libldb1 (= 2:1.5.5-1bionic~1) but >>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>> ?python3-samba : Depends: libldb1 (>= 2:1.5.5~) but >>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>> ???????????????? Recommends: python3-gpg but it is not going to be >>>> installed >>>> ?samba : Depends: libldb1 (>= 2:1.5.5~) but >> 2:1.5.4-1ubuntu1.2 is to >>>> be installed >>>> ?samba-dsdb-modules : Depends: libldb1 (> 2:1.5.5~) but >>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>> ?samba-libs : Depends: libldb1 (>= 2:1.5.5) but >> 2:1.5.4-1ubuntu1.2 is >>>> to be installed >>>> E: Unmet dependencies. Try 'apt --fix-broken install' with no >>>> packages (or specify a solution). >>>> >>>> Viktor >>>> >>> Nevermind, I think I found out how: dpkg -P ldb-tools. This worked, >>> and after that I could run apt -f install. Everything seems >> to be ok >>> now but I'll do some further checks just to be sure. Thanks >> for your >>> support, Rowland. >>> >>> Viktor >>> >>> >> Glad you got it fixed, bit hard to understand why you got the >> fault in >> the first place, both my DCs use Louis's repo and both have >> upgraded to >> 4.10.8 without incident, the only difference is that I use Devaun >> instead of Ubuntu. >> >> Rowland >> >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> >> >
Hai, If you run this i know enough. : cat /var/log/dpkg.log |grep ldb|grep -v "libgmpxx4ldbl" Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Viktor Trojanovic via samba > Verzonden: maandag 23 september 2019 10:55 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Problem with libldb1 > > Hi Louis, > > I couldn't tell you from which package I upgraded exactly. In Arch > Linux, all packages ever downloaded to the system are kept in > the system > as long as you don't delete them so it's easy to find out, I > don't know > if the same possibility exists in Ubuntu, a quick search in Google > didn't yield any results. > > I ran the regular apt autoremove which I assume is different from the > apt dist-upgrade autoremove so that didn't work. Really, the only > solution for me was to remove ldb-tools using dpkg, as > described in my > earlier email. > > Thanks for all your hard work with the Ubuntu and Debian > packages, much > appreciated. > > Viktor > > > On 23.09.2019 10:22, L.P.H. van Belle via samba wrote: > > Hai Victor, > > > > Sorry for these, i did not know there was still one going > on in the ubuntu package. > > These are known since 26 july.. > > > > What i need/want to know here from which version to which > version did you upgrade. > > I'll fix that in the next update. > > > > There where 2 things going on here. > > - one file moved from package. (apt --fix-broken install) > > - The othere was due to the changes in ldb with python2 => > python3 (apt-get dist-upgrade --autoremove) > > > > Run it in this order. > > apt-get dist-upgrade --autoremove' to upgrade all packages > and remove the unneeded packages. > > > > Then run : apt --fix-broken install > > That fixed the file/package change and forced the overrride > of the file. > > > > When im done with the 4.11, this is also fixed. I know 4.11 > is taking long(er) and this is why... > > Just see : > https://salsa.debian.org/samba-team/samba/blob/master/debian/changelog > > We are not done yet with some changes. > > > > When we are finished with the 4.11 packages, then the > official packages are in sync with the latest settings i did use also. > > Doing our best here to get this up and running. > > > > So far, > > > > Greetz, > > > > Louis > > > > > > > >> -----Oorspronkelijk bericht----- > >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens > >> Rowland penny via samba > >> Verzonden: zondag 22 september 2019 16:02 > >> Aan: samba at lists.samba.org > >> Onderwerp: Re: [Samba] Problem with libldb1 > >> > >> On 22/09/2019 14:42, Viktor Trojanovic via samba wrote: > >>> On 22.09.2019 15:39, Viktor Trojanovic wrote: > >>>> On 22.09.2019 15:30, Rowland penny via samba wrote: > >>>>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: > >>>>>> On 22.09.2019 15:07, Rowland penny via samba wrote: > >>>>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: > >>>>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba > >> 4.10 from > >>>>>>>> Louis > >>>>>>>> Repo) and it ended with error messages about unmet > >> dependencies > >>>>>>>> in regards > >>>>>>>> to libldb1. > >>>>>>>> > >>>>>>> Yes, but did you run 'apt-get update' first ? > >>>>>>> > >>>>>>> Rowland > >>>>>>> > >>>>>>> > >>>>>> Yes, apt update, then apt upgrade, as usual. > >>>>>> > >>>>>> Viktor > >>>>>> > >>>>>> > >>>>> Then why isn't it trying to upgrade libldb1 ? > >>>>> > >>>>> Louis's repo has: > >>>>> > >>>>> bionic-samba410|main|amd64: libldb1 2:1.5.5-1bionic~1 > >>>>> > >>>>> A bit more searching in your initial post turns this up: > >>>>> > >>>>> Unpacking libldb1:amd64 (2:1.5.5-1bionic~1) over > >>>>> (2:1.5.4-1ubuntu1.2) ... > >>>>> dpkg: error processing archive > >>>>> /var/cache/apt/archives/libldb1_2%3a1.5.5-1bionic~1_amd64.deb > >>>>> (--unpack): > >>>>> trying to overwrite > >> '/usr/lib/x86_64-linux-gnu/ldb/libldb-cmdline.so', > >>>>> which is also in package ldb-tools 2:1.5.4-1ubuntu1.2 > >>>>> > >>>>> This looks like something for Louis to sort out, but, > perhaps, if > >>>>> you remove 'ldb-tools', the upgrade may work. > >>>>> > >>>>> Rowland > >>>>> > >>>>> > >>>>> > >>>> Looks like I'm blocked to do anything.. do you happen to > >> know how I > >>>> can circumvent this issue? > >>>> > >>>> root at DC1:/var/cache/apt# apt remove ldb-tools > >>>> Reading package lists... Done > >>>> Building dependency tree > >>>> Reading state information... Done > >>>> You might want to run 'apt --fix-broken install' to > correct these. > >>>> The following packages have unmet dependencies: > >>>> ?python3-ldb : Depends: libldb1 (= 2:1.5.5-1bionic~1) but > >>>> 2:1.5.4-1ubuntu1.2 is to be installed > >>>> ?python3-samba : Depends: libldb1 (>= 2:1.5.5~) but > >>>> 2:1.5.4-1ubuntu1.2 is to be installed > >>>> ???????????????? Recommends: python3-gpg but it is not > going to be > >>>> installed > >>>> ?samba : Depends: libldb1 (>= 2:1.5.5~) but > >> 2:1.5.4-1ubuntu1.2 is to > >>>> be installed > >>>> ?samba-dsdb-modules : Depends: libldb1 (> 2:1.5.5~) but > >>>> 2:1.5.4-1ubuntu1.2 is to be installed > >>>> ?samba-libs : Depends: libldb1 (>= 2:1.5.5) but > >> 2:1.5.4-1ubuntu1.2 is > >>>> to be installed > >>>> E: Unmet dependencies. Try 'apt --fix-broken install' with no > >>>> packages (or specify a solution). > >>>> > >>>> Viktor > >>>> > >>> Nevermind, I think I found out how: dpkg -P ldb-tools. > This worked, > >>> and after that I could run apt -f install. Everything seems > >> to be ok > >>> now but I'll do some further checks just to be sure. Thanks > >> for your > >>> support, Rowland. > >>> > >>> Viktor > >>> > >>> > >> Glad you got it fixed, bit hard to understand why you got the > >> fault in > >> the first place, both my DCs use Louis's repo and both have > >> upgraded to > >> 4.10.8 without incident, the only difference is that I use Devaun > >> instead of Ubuntu. > >> > >> Rowland > >> > >> > >> > >> -- > >> 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 > >
Ok, here you go... 2019-09-22 15:49:15 install libldb1:amd64 <none> 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:15 status half-installed libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:15 status unpacked libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:16 status unpacked libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:18 install python-ldb:amd64 <none> 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:18 status half-installed python-ldb:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:18 status unpacked python-ldb:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:18 status unpacked python-ldb:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:29 configure libldb1:amd64 2:1.2.3-1ubuntu0.1 <none> 2019-09-22 15:49:29 status unpacked libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:29 status half-configured libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:29 status installed libldb1:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:29 configure python-ldb:amd64 2:1.2.3-1ubuntu0.1 <none> 2019-09-22 15:49:29 status unpacked python-ldb:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:29 status half-configured python-ldb:amd64 2:1.2.3-1ubuntu0.1 2019-09-22 15:49:30 status installed python-ldb:amd64 2:1.2.3-1ubuntu0.1 On 23.09.2019 11:45, L.P.H. van Belle via samba wrote:> Hai, > > If you run this i know enough. : > cat /var/log/dpkg.log |grep ldb|grep -v "libgmpxx4ldbl" > > Greetz, > > Louis > > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Viktor Trojanovic via samba >> Verzonden: maandag 23 september 2019 10:55 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] Problem with libldb1 >> >> Hi Louis, >> >> I couldn't tell you from which package I upgraded exactly. In Arch >> Linux, all packages ever downloaded to the system are kept in >> the system >> as long as you don't delete them so it's easy to find out, I >> don't know >> if the same possibility exists in Ubuntu, a quick search in Google >> didn't yield any results. >> >> I ran the regular apt autoremove which I assume is different from the >> apt dist-upgrade autoremove so that didn't work. Really, the only >> solution for me was to remove ldb-tools using dpkg, as >> described in my >> earlier email. >> >> Thanks for all your hard work with the Ubuntu and Debian >> packages, much >> appreciated. >> >> Viktor >> >> >> On 23.09.2019 10:22, L.P.H. van Belle via samba wrote: >>> Hai Victor, >>> >>> Sorry for these, i did not know there was still one going >> on in the ubuntu package. >>> These are known since 26 july.. >>> >>> What i need/want to know here from which version to which >> version did you upgrade. >>> I'll fix that in the next update. >>> >>> There where 2 things going on here. >>> - one file moved from package. (apt --fix-broken install) >>> - The othere was due to the changes in ldb with python2 => >> python3 (apt-get dist-upgrade --autoremove) >>> Run it in this order. >>> apt-get dist-upgrade --autoremove' to upgrade all packages >> and remove the unneeded packages. >>> Then run : apt --fix-broken install >>> That fixed the file/package change and forced the overrride >> of the file. >>> When im done with the 4.11, this is also fixed. I know 4.11 >> is taking long(er) and this is why... >>> Just see : >> https://salsa.debian.org/samba-team/samba/blob/master/debian/changelog >>> We are not done yet with some changes. >>> >>> When we are finished with the 4.11 packages, then the >> official packages are in sync with the latest settings i did use also. >>> Doing our best here to get this up and running. >>> >>> So far, >>> >>> Greetz, >>> >>> Louis >>> >>> >>> >>>> -----Oorspronkelijk bericht----- >>>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >>>> Rowland penny via samba >>>> Verzonden: zondag 22 september 2019 16:02 >>>> Aan: samba at lists.samba.org >>>> Onderwerp: Re: [Samba] Problem with libldb1 >>>> >>>> On 22/09/2019 14:42, Viktor Trojanovic via samba wrote: >>>>> On 22.09.2019 15:39, Viktor Trojanovic wrote: >>>>>> On 22.09.2019 15:30, Rowland penny via samba wrote: >>>>>>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: >>>>>>>> On 22.09.2019 15:07, Rowland penny via samba wrote: >>>>>>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: >>>>>>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba >>>> 4.10 from >>>>>>>>>> Louis >>>>>>>>>> Repo) and it ended with error messages about unmet >>>> dependencies >>>>>>>>>> in regards >>>>>>>>>> to libldb1. >>>>>>>>>> >>>>>>>>> Yes, but did you run 'apt-get update' first ? >>>>>>>>> >>>>>>>>> Rowland >>>>>>>>> >>>>>>>>> >>>>>>>> Yes, apt update, then apt upgrade, as usual. >>>>>>>> >>>>>>>> Viktor >>>>>>>> >>>>>>>> >>>>>>> Then why isn't it trying to upgrade libldb1 ? >>>>>>> >>>>>>> Louis's repo has: >>>>>>> >>>>>>> bionic-samba410|main|amd64: libldb1 2:1.5.5-1bionic~1 >>>>>>> >>>>>>> A bit more searching in your initial post turns this up: >>>>>>> >>>>>>> Unpacking libldb1:amd64 (2:1.5.5-1bionic~1) over >>>>>>> (2:1.5.4-1ubuntu1.2) ... >>>>>>> dpkg: error processing archive >>>>>>> /var/cache/apt/archives/libldb1_2%3a1.5.5-1bionic~1_amd64.deb >>>>>>> (--unpack): >>>>>>> trying to overwrite >>>> '/usr/lib/x86_64-linux-gnu/ldb/libldb-cmdline.so', >>>>>>> which is also in package ldb-tools 2:1.5.4-1ubuntu1.2 >>>>>>> >>>>>>> This looks like something for Louis to sort out, but, >> perhaps, if >>>>>>> you remove 'ldb-tools', the upgrade may work. >>>>>>> >>>>>>> Rowland >>>>>>> >>>>>>> >>>>>>> >>>>>> Looks like I'm blocked to do anything.. do you happen to >>>> know how I >>>>>> can circumvent this issue? >>>>>> >>>>>> root at DC1:/var/cache/apt# apt remove ldb-tools >>>>>> Reading package lists... Done >>>>>> Building dependency tree >>>>>> Reading state information... Done >>>>>> You might want to run 'apt --fix-broken install' to >> correct these. >>>>>> The following packages have unmet dependencies: >>>>>> ?python3-ldb : Depends: libldb1 (= 2:1.5.5-1bionic~1) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ?python3-samba : Depends: libldb1 (>= 2:1.5.5~) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ???????????????? Recommends: python3-gpg but it is not >> going to be >>>>>> installed >>>>>> ?samba : Depends: libldb1 (>= 2:1.5.5~) but >>>> 2:1.5.4-1ubuntu1.2 is to >>>>>> be installed >>>>>> ?samba-dsdb-modules : Depends: libldb1 (> 2:1.5.5~) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ?samba-libs : Depends: libldb1 (>= 2:1.5.5) but >>>> 2:1.5.4-1ubuntu1.2 is >>>>>> to be installed >>>>>> E: Unmet dependencies. Try 'apt --fix-broken install' with no >>>>>> packages (or specify a solution). >>>>>> >>>>>> Viktor >>>>>> >>>>> Nevermind, I think I found out how: dpkg -P ldb-tools. >> This worked, >>>>> and after that I could run apt -f install. Everything seems >>>> to be ok >>>>> now but I'll do some further checks just to be sure. Thanks >>>> for your >>>>> support, Rowland. >>>>> >>>>> Viktor >>>>> >>>>> >>>> Glad you got it fixed, bit hard to understand why you got the >>>> fault in >>>> the first place, both my DCs use Louis's repo and both have >>>> upgraded to >>>> 4.10.8 without incident, the only difference is that I use Devaun >>>> instead of Ubuntu. >>>> >>>> Rowland >>>> >>>> >>>> >>>> -- >>>> 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 >> >> >
Sorry, disregard the other email, that log was from the wrong machine. Here is the correct one: 2019-05-26 11:04:50 install libldb1:amd64 <none> 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:50 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:50 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:50 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:51 install python3-ldb:amd64 <none> 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:51 status half-installed python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:51 status unpacked python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:04:51 status unpacked python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:05:35 install ldb-tools:amd64 <none> 2:1.5.4-1ubuntu1.2 2019-05-26 11:05:35 status half-installed ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:05:36 status unpacked ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:05:36 status unpacked ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:01 configure libldb1:amd64 2:1.5.4-1ubuntu1.2 <none> 2019-05-26 11:06:01 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:01 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:01 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:01 configure python3-ldb:amd64 2:1.5.4-1ubuntu1.2 <none> 2019-05-26 11:06:01 status unpacked python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:02 status half-configured python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:02 status installed python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:04 configure ldb-tools:amd64 2:1.5.4-1ubuntu1.2 <none> 2019-05-26 11:06:04 status unpacked ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:05 status half-configured ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-05-26 11:06:05 status installed ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:52 upgrade python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 11:34:52 status half-configured python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:52 status unpacked python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:52 status half-installed python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:52 status half-installed python3-ldb:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:52 status unpacked python3-ldb:amd64 2:1.5.5-1bionic~1 2019-09-22 11:34:52 status unpacked python3-ldb:amd64 2:1.5.5-1bionic~1 2019-09-22 11:34:55 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 11:34:55 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:55 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:55 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:56 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 11:34:56 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:33:38 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 12:33:38 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:33:38 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:33:38 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:33:38 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:33:38 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:35:34 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 12:35:34 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:35:34 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:35:34 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:35:34 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:35:34 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:36:18 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 12:36:18 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:36:18 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:36:18 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:36:18 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:36:18 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:39:43 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 12:39:43 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:39:43 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:39:43 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:39:43 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 12:39:43 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:09:35 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 13:09:35 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:09:35 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:09:35 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:09:35 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:09:35 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:33:53 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 13:33:53 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:33:53 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:33:53 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:33:53 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:33:53 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:34:21 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 13:34:21 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:34:21 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:34:21 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:34:22 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:34:22 status installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:12 status installed ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:12 remove ldb-tools:amd64 2:1.5.4-1ubuntu1.2 <none> 2019-09-22 13:40:12 status half-configured ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:12 status half-installed ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:13 status config-files ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:13 status config-files ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:13 status config-files ldb-tools:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:13 status not-installed ldb-tools:amd64 <none> 2019-09-22 13:40:29 upgrade libldb1:amd64 2:1.5.4-1ubuntu1.2 2:1.5.5-1bionic~1 2019-09-22 13:40:29 status half-configured libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:29 status unpacked libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:29 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:29 status half-installed libldb1:amd64 2:1.5.4-1ubuntu1.2 2019-09-22 13:40:30 status unpacked libldb1:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 status unpacked libldb1:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 configure libldb1:amd64 2:1.5.5-1bionic~1 <none> 2019-09-22 13:40:30 status unpacked libldb1:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 status half-configured libldb1:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 status installed libldb1:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 configure python3-ldb:amd64 2:1.5.5-1bionic~1 <none> 2019-09-22 13:40:30 status unpacked python3-ldb:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:30 status half-configured python3-ldb:amd64 2:1.5.5-1bionic~1 2019-09-22 13:40:31 status installed python3-ldb:amd64 2:1.5.5-1bionic~1 On 23.09.2019 11:45, L.P.H. van Belle via samba wrote:> Hai, > > If you run this i know enough. : > cat /var/log/dpkg.log |grep ldb|grep -v "libgmpxx4ldbl" > > Greetz, > > Louis > > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Viktor Trojanovic via samba >> Verzonden: maandag 23 september 2019 10:55 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] Problem with libldb1 >> >> Hi Louis, >> >> I couldn't tell you from which package I upgraded exactly. In Arch >> Linux, all packages ever downloaded to the system are kept in >> the system >> as long as you don't delete them so it's easy to find out, I >> don't know >> if the same possibility exists in Ubuntu, a quick search in Google >> didn't yield any results. >> >> I ran the regular apt autoremove which I assume is different from the >> apt dist-upgrade autoremove so that didn't work. Really, the only >> solution for me was to remove ldb-tools using dpkg, as >> described in my >> earlier email. >> >> Thanks for all your hard work with the Ubuntu and Debian >> packages, much >> appreciated. >> >> Viktor >> >> >> On 23.09.2019 10:22, L.P.H. van Belle via samba wrote: >>> Hai Victor, >>> >>> Sorry for these, i did not know there was still one going >> on in the ubuntu package. >>> These are known since 26 july.. >>> >>> What i need/want to know here from which version to which >> version did you upgrade. >>> I'll fix that in the next update. >>> >>> There where 2 things going on here. >>> - one file moved from package. (apt --fix-broken install) >>> - The othere was due to the changes in ldb with python2 => >> python3 (apt-get dist-upgrade --autoremove) >>> Run it in this order. >>> apt-get dist-upgrade --autoremove' to upgrade all packages >> and remove the unneeded packages. >>> Then run : apt --fix-broken install >>> That fixed the file/package change and forced the overrride >> of the file. >>> When im done with the 4.11, this is also fixed. I know 4.11 >> is taking long(er) and this is why... >>> Just see : >> https://salsa.debian.org/samba-team/samba/blob/master/debian/changelog >>> We are not done yet with some changes. >>> >>> When we are finished with the 4.11 packages, then the >> official packages are in sync with the latest settings i did use also. >>> Doing our best here to get this up and running. >>> >>> So far, >>> >>> Greetz, >>> >>> Louis >>> >>> >>> >>>> -----Oorspronkelijk bericht----- >>>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >>>> Rowland penny via samba >>>> Verzonden: zondag 22 september 2019 16:02 >>>> Aan: samba at lists.samba.org >>>> Onderwerp: Re: [Samba] Problem with libldb1 >>>> >>>> On 22/09/2019 14:42, Viktor Trojanovic via samba wrote: >>>>> On 22.09.2019 15:39, Viktor Trojanovic wrote: >>>>>> On 22.09.2019 15:30, Rowland penny via samba wrote: >>>>>>> On 22/09/2019 14:10, Viktor Trojanovic via samba wrote: >>>>>>>> On 22.09.2019 15:07, Rowland penny via samba wrote: >>>>>>>>> On 22/09/2019 13:53, Viktor Trojanovic via samba wrote: >>>>>>>>>> I just ran "apt upgrade" on my DC (Ubuntu 18.04, Samba >>>> 4.10 from >>>>>>>>>> Louis >>>>>>>>>> Repo) and it ended with error messages about unmet >>>> dependencies >>>>>>>>>> in regards >>>>>>>>>> to libldb1. >>>>>>>>>> >>>>>>>>> Yes, but did you run 'apt-get update' first ? >>>>>>>>> >>>>>>>>> Rowland >>>>>>>>> >>>>>>>>> >>>>>>>> Yes, apt update, then apt upgrade, as usual. >>>>>>>> >>>>>>>> Viktor >>>>>>>> >>>>>>>> >>>>>>> Then why isn't it trying to upgrade libldb1 ? >>>>>>> >>>>>>> Louis's repo has: >>>>>>> >>>>>>> bionic-samba410|main|amd64: libldb1 2:1.5.5-1bionic~1 >>>>>>> >>>>>>> A bit more searching in your initial post turns this up: >>>>>>> >>>>>>> Unpacking libldb1:amd64 (2:1.5.5-1bionic~1) over >>>>>>> (2:1.5.4-1ubuntu1.2) ... >>>>>>> dpkg: error processing archive >>>>>>> /var/cache/apt/archives/libldb1_2%3a1.5.5-1bionic~1_amd64.deb >>>>>>> (--unpack): >>>>>>> trying to overwrite >>>> '/usr/lib/x86_64-linux-gnu/ldb/libldb-cmdline.so', >>>>>>> which is also in package ldb-tools 2:1.5.4-1ubuntu1.2 >>>>>>> >>>>>>> This looks like something for Louis to sort out, but, >> perhaps, if >>>>>>> you remove 'ldb-tools', the upgrade may work. >>>>>>> >>>>>>> Rowland >>>>>>> >>>>>>> >>>>>>> >>>>>> Looks like I'm blocked to do anything.. do you happen to >>>> know how I >>>>>> can circumvent this issue? >>>>>> >>>>>> root at DC1:/var/cache/apt# apt remove ldb-tools >>>>>> Reading package lists... Done >>>>>> Building dependency tree >>>>>> Reading state information... Done >>>>>> You might want to run 'apt --fix-broken install' to >> correct these. >>>>>> The following packages have unmet dependencies: >>>>>> ?python3-ldb : Depends: libldb1 (= 2:1.5.5-1bionic~1) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ?python3-samba : Depends: libldb1 (>= 2:1.5.5~) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ???????????????? Recommends: python3-gpg but it is not >> going to be >>>>>> installed >>>>>> ?samba : Depends: libldb1 (>= 2:1.5.5~) but >>>> 2:1.5.4-1ubuntu1.2 is to >>>>>> be installed >>>>>> ?samba-dsdb-modules : Depends: libldb1 (> 2:1.5.5~) but >>>>>> 2:1.5.4-1ubuntu1.2 is to be installed >>>>>> ?samba-libs : Depends: libldb1 (>= 2:1.5.5) but >>>> 2:1.5.4-1ubuntu1.2 is >>>>>> to be installed >>>>>> E: Unmet dependencies. Try 'apt --fix-broken install' with no >>>>>> packages (or specify a solution). >>>>>> >>>>>> Viktor >>>>>> >>>>> Nevermind, I think I found out how: dpkg -P ldb-tools. >> This worked, >>>>> and after that I could run apt -f install. Everything seems >>>> to be ok >>>>> now but I'll do some further checks just to be sure. Thanks >>>> for your >>>>> support, Rowland. >>>>> >>>>> Viktor >>>>> >>>>> >>>> Glad you got it fixed, bit hard to understand why you got the >>>> fault in >>>> the first place, both my DCs use Louis's repo and both have >>>> upgraded to >>>> 4.10.8 without incident, the only difference is that I use Devaun >>>> instead of Ubuntu. >>>> >>>> Rowland >>>> >>>> >>>> >>>> -- >>>> 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 >> >> >