CyberPanel Community

OS can't update after upgrade v1.8.8

Ki
Kim #1

After upgrade v1.8.8 we can’t update OS
yum -y update …
its show dovecot errors . pls check this screenshot

Provider - Hetzner
OS - CentOS 7

Thanks

5 replies
Hi
Hifihedgehog #2

Same here as well.

File contains parsing errors: file:///etc/yum.repos.d/dovecot.repo
[line 2]: name=Dovecot 2.3 CentOS 7 - x86_64

   [line  3]:     baseurl=http://repo.dovecot.org/ce-2.3-latest/centos/7/RPMS/x86_64

   [line  4]:     gpgkey=https://repo.dovecot.org/DOVECOT-REPO-GPG

   [line  5]:     gpgcheck=1

   [line  6]:     enabled=1
Hi
Hifihedgehog #3

The indentations is what is throwing it off, I believe. Here is the corrected text:

[dovecot-2.3-latest]
name=Dovecot 2.3 CentOS $releasever - $basearch
baseurl=http://repo.dovecot.org/ce-2.3-latest/centos/$releasever/RPMS/$basearch
gpgkey=https://repo.dovecot.org/DOVECOT-REPO-GPG
gpgcheck=1
enabled=1

na
naszprezes #4

Had the same problem, just edit the file and remove spaces before name, baseurl, gpgkey, etc.

Ki
Kim #5
Had the same problem, just edit the file and remove spaces before name, baseurl, gpgkey, etc.

yes i do like this and solved the problem

Cy
CyberPanel #6

Fixed, you can also remove that file manually to get it fixed.

Sign in to reply