NethServer Version: NethServer release 7.5.1804
Module: SOGo
Hello.
I have a big problem.
For no reason, pearhaps an automatically upgrade, all user can’t see his mail.
If it’s connect to sogo we see Hi User and after we have “no mailbox selected”
I have test from my phone and same problem i can’t access by activesync.
I wanted to check for updates on center software. However, he does not display anything anymore.
I have the following error message:
failure: repodata/d2249093d5afb23be003b6120cb4c7688d0983e250174fd71efecbaf26162b26-primary.sqlite.bz2 from centos-sclo-rh: [Errno 256] No more mirrors to try. http://mirror.centos.org/centos/7/sclo/x86_64/rh/repodata/d2249093d5afb23be003b6120cb4c7688d0983e250174fd71efecbaf26162b26-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
The install/update may have failed due to metadata caching issues. Please clean the cache by clicking the button below and retry the install/update operation.
I made a yum clean all but always the same.
thank’s for our help
lorcon
(Lorenzo)
December 4, 2018, 10:26am
2
There is a 3d on this problem here:
yum history pkg-info dovecot
Loaded plugins: changelog, fastestmirror, nethserver_events
Transaction ID : 56
Begin time : Tue Dec 4 03:53:52 2018
Package : dovecot-1:2.2.10-8.el7.x86_64
State : Updated
Size : 10,249,846
Build host : c1bm.rdu2.centos.org
Build time : Thu Aug 3 08:52:54 2017
Packager : CentOS BuildSystem <http://bugs.centos.org>
Vendor : CentOS
License : MIT and LGPLv2
URL : http://www.dovecot.org/
Source RPM…
the problem seems to be related to an upgrade of dovecot. disabling the antispam plugin seems to resolve the problem
2 Likes
I unchecked anti-spam on configuration->Mail->filter
Do i need to uncheck antivirus ?
I restart my server but same problem with sogo and activesync.
GG_jr
(Gabriel GHEORGHIU)
December 4, 2018, 11:08am
4
Sogo has restarted with the link you give.
That ok for email.
We need to wait about a new update of dovecot ?
But i have always this error when i want to try a update form yum update
failure: repodata/d2249093d5afb23be003b6120cb4c7688d0983e250174fd71efecbaf26162b26-primary.sqlite.bz2 from centos-sclo-rh: [Errno 256] No more mirrors to try.
http://mirror.centos.org/centos/7/sclo/x86_64/rh/repodata/d2249093d5afb23be003b6120cb4c7688d0983e250174fd71efecbaf26162b26-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
And software center is blank.
mrmarkuz
(Markus Neuberger)
December 4, 2018, 12:58pm
6
Maybe cleaning cache helps:
this was my solution… rm -rf /var/cache/yum It´s works.
thanx.
I have tested.
Same problem
mrmarkuz
(Markus Neuberger)
December 4, 2018, 1:45pm
8
The file is not there anymore (have a look in a browser: http://mirror.centos.org/centos-7/7/sclo/x86_64/rh/repodata/ )
Did you already try this?
yum clean all && yum update
yes…
i have retry at the moment.
davidep
(Davide Principi)
December 4, 2018, 2:57pm
10
Is the server behind a web proxy?
yum clean all && yum update --setopt=http_caching=none
2 Likes
yes the server is behind a proxy.
After your command all is OK.
thank you very much !!
1 Like