Hello, Am Samstag, 30. M?rz 2019, 21:36:12 CEST schrieb Peter via dovecot:> On 30/03/19 10:56 PM, Gerald Galster via dovecot wrote: > > Maybe there is something wrong with his local yum/repo configuration. > > I'm tending to agree now. > > > CentOS 7 usually doesn't mix 32bit and 64bit packages anymore. > > > > Installiert: 2:dovecot-2.3.5-1.x86_64 (Installiert = installed) -> > > dovecot-2.3.5-1 is already installed as a 64bit package (this is an epoch > > 2 package that supersedes 2.2.36-3, which is epoch 1). > > > > Ben?tigt: dovecot = 2:2.3.5.1-1 (Ben?tigt = this is the required version > > that should be installed) > > > > Verf?gbar: 1:dovecot-2.2.36-3.el7.i686 (base) (Verf?gbar = this version is > > available) -> but this is epoch 1 and i686, although > > dovecot-2.3.5-1.x86_64 has already been installed. > Yeah, as I said before, the language got in the way of me understanding > the yum output properly. > > > Therefore my guess is that the dovecot-2.3-latest repo is not > > available/enabled on his side. > It would have to be for yum to see dovecot-imaptest-2.3.5.1-1.x86_64 and > dovecot-lua-2.3.5.1-1.x86_64. It sounds more like he's put an > exclude=dovecot line in his dovecot-2.3-latest repo container.NO, I have no exclude in the dovecot.repo but it is not possible for yum to find the dovecot Package but the dovecot-lua ... is found? I mean there are wrong permissions on the repo? -- mit freundliche Gr??en / best regards, G?nther J. Niederwimmer
On Sun, Mar 31, 2019, at 2:30 PM, G?nther J. Niederwimmer via dovecot wrote:> Hello, > > Am Samstag, 30. M?rz 2019, 21:36:12 CEST schrieb Peter via dovecot: > > On 30/03/19 10:56 PM, Gerald Galster via dovecot wrote: > > > Maybe there is something wrong with his local yum/repo configuration. > > > > I'm tending to agree now. > > [ ... ] > > > It would have to be for yum to see dovecot-imaptest-2.3.5.1-1.x86_64 and > > dovecot-lua-2.3.5.1-1.x86_64. It sounds more like he's put an > > exclude=dovecot line in his dovecot-2.3-latest repo container. > > NO, I have no exclude in the dovecot.repo but it is not possible for yum to > find the dovecot Package but the dovecot-lua ... is found? > > I mean there are wrong permissions on the repo?FWIW, works for me just fine. I created a brand new, fresh, CentOS 7 image in the cloud. Configured Dovecot repo as described here: https://repo.dovecot.org/ Did yum install and it worked just fine (see the output below). Maybe you can do yum list "dovecot*" ???? So we can see what you have installed right now vs. what your system sees in the repo? ----------------- # yum install dovecot dovecot-lua dovecot-imaptest Resolving Dependencies --> Running transaction check ---> Package dovecot.x86_64 2:2.3.5.1-1 will be installed --> Processing Dependency: libclucene-core.so.1()(64bit) for package: 2:dovecot-2.3.5.1-1.x86_64 --> Processing Dependency: libclucene-shared.so.1()(64bit) for package: 2:dovecot-2.3.5.1-1.x86_64 ---> Package dovecot-imaptest.x86_64 2:2.3.5.1-1 will be installed ---> Package dovecot-lua.x86_64 2:2.3.5.1-1 will be installed --> Running transaction check ---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================= Package Arch Version Repository Size =============================================================================================================Installing: dovecot x86_64 2:2.3.5.1-1 dovecot-2.3-latest 4.4 M dovecot-imaptest x86_64 2:2.3.5.1-1 dovecot-2.3-latest 79 k dovecot-lua x86_64 2:2.3.5.1-1 dovecot-2.3-latest 100 k Installing for dependencies: clucene-core x86_64 2.3.3.4-11.el7 base 528 k Transaction Summary =============================================================================================================Install 3 Packages (+1 Dependent package) ...... Running transaction Installing : clucene-core-2.3.3.4-11.el7.x86_64 1/4 Installing : 2:dovecot-2.3.5.1-1.x86_64 2/4 Installing : 2:dovecot-imaptest-2.3.5.1-1.x86_64 3/4 Installing : 2:dovecot-lua-2.3.5.1-1.x86_64 4/4 Verifying : clucene-core-2.3.3.4-11.el7.x86_64 1/4 Verifying : 2:dovecot-imaptest-2.3.5.1-1.x86_64 2/4 Verifying : 2:dovecot-2.3.5.1-1.x86_64 3/4 Verifying : 2:dovecot-lua-2.3.5.1-1.x86_64 4/4 Installed: dovecot.x86_64 2:2.3.5.1-1 dovecot-imaptest.x86_64 2:2.3.5.1-1 dovecot-lua.x86_64 2:2.3.5.1-1 Dependency Installed: clucene-core.x86_64 0:2.3.3.4-11.el7 -- K
Hello, I download and install it manual, this working now? waiting for next update to found out, yum is working correct again ;-) Thanks for answers, Am Sonntag, 31. M?rz 2019, 13:59:17 CEST schrieb Kostya Vasilyev via dovecot:> On Sun, Mar 31, 2019, at 2:30 PM, G?nther J. Niederwimmer via dovecot wrote: > > Hello, > > > > Am Samstag, 30. M?rz 2019, 21:36:12 CEST schrieb Peter via dovecot: > > > On 30/03/19 10:56 PM, Gerald Galster via dovecot wrote: > > > > Maybe there is something wrong with his local yum/repo configuration. > > > > > > I'm tending to agree now. > > > > [ ... ] > > > > > It would have to be for yum to see dovecot-imaptest-2.3.5.1-1.x86_64 and > > > dovecot-lua-2.3.5.1-1.x86_64. It sounds more like he's put an > > > exclude=dovecot line in his dovecot-2.3-latest repo container. > > > > NO, I have no exclude in the dovecot.repo but it is not possible for yum > > to > > find the dovecot Package but the dovecot-lua ... is found? > > > > I mean there are wrong permissions on the repo? > > FWIW, works for me just fine. > > I created a brand new, fresh, CentOS 7 image in the cloud. > > Configured Dovecot repo as described here: > > https://repo.dovecot.org/ > > Did yum install and it worked just fine (see the output below). > > Maybe you can do > > yum list "dovecot*" > > ???? > > So we can see what you have installed right now vs. what your system sees in > the repo? > > ----------------- > > # yum install dovecot dovecot-lua dovecot-imaptest > > Resolving Dependencies > --> Running transaction check > ---> Package dovecot.x86_64 2:2.3.5.1-1 will be installed > --> Processing Dependency: libclucene-core.so.1()(64bit) for package: > 2:dovecot-2.3.5.1-1.x86_64 --> Processing Dependency: > libclucene-shared.so.1()(64bit) for package: 2:dovecot-2.3.5.1-1.x86_64 > ---> Package dovecot-imaptest.x86_64 2:2.3.5.1-1 will be installed ---> > Package dovecot-lua.x86_64 2:2.3.5.1-1 will be installed > --> Running transaction check > ---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed > --> Finished Dependency Resolution > > Dependencies Resolved > > ===========================================================================> ================================== Package Arch > Version Repository Size > ==========================================================================> =================================== Installing: > dovecot x86_64 2:2.3.5.1-1 > dovecot-2.3-latest 4.4 M dovecot-imaptest x86_64 > 2:2.3.5.1-1 dovecot-2.3-latest 79 k > dovecot-lua x86_64 2:2.3.5.1-1 > dovecot-2.3-latest 100 k Installing for dependencies: > clucene-core x86_64 2.3.3.4-11.el7 > base 528 k > > Transaction Summary > ===========================================================================> ================================== Install 3 Packages (+1 Dependent > package) > > ...... > > Running transaction > Installing : clucene-core-2.3.3.4-11.el7.x86_64 > 1/4 Installing : 2:dovecot-2.3.5.1-1.x86_64 > 2/4 Installing > : 2:dovecot-imaptest-2.3.5.1-1.x86_64 > 3/4 Installing : 2:dovecot-lua-2.3.5.1-1.x86_64 > 4/4 Verifying : > clucene-core-2.3.3.4-11.el7.x86_64 > 1/4 Verifying : 2:dovecot-imaptest-2.3.5.1-1.x86_64 > 2/4 Verifying : > 2:dovecot-2.3.5.1-1.x86_64 > 3/4 Verifying : 2:dovecot-lua-2.3.5.1-1.x86_64 > 4/4 > > Installed: > dovecot.x86_64 2:2.3.5.1-1 dovecot-imaptest.x86_64 2:2.3.5.1-1 > dovecot-lua.x86_64 2:2.3.5.1-1 > > Dependency Installed: > clucene-core.x86_64 0:2.3.3.4-11.el7 > > -- K-- mit freundliche Gr??en / best regards, G?nther J. Niederwimmer