Page 1 of 2

After automatic update...

Posted: Fri Jun 05, 2015 8:36 am
by raulm090
Hello,

After automatic update of control panel, I can't log in with my admin user. I've restored the password and I can access, but after log out I can't to access again. What do you think can I do?

Thank you in advance,
Raul

Re: After automatic update...

Posted: Fri Jun 05, 2015 9:20 am
by azreal
skid wrote:
snakehill wrote:Update seems great! However, I can't seem to login anymore. I can click 'Forgot Password', then click the link in the e-mail, change the password and automatically login as such, but then the next time I try to login, the new password fails again, regardless of whether it contains symbols or just letters and numbers.
Could you please try run "yum reinstall vesta" as root? It should fix login issue

Re: After automatic update...

Posted: Fri Jun 05, 2015 10:17 am
by raulm090
Hello azreal,

I'm getting the next error:

[root@mail raul]# yum reinstall vesta
Complementos cargados:fastestmirror
Configurando el proceso de reinstalación
Loading mirror speeds from cached hostfile
* base: mirror0.babylon.network
* epel: mirror0.babylon.network
* extras: mirror0.babylon.network
* updates: mirror1.babylon.network
http://premium-yum.boundary.com/CentOS/ ... repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Intentando con otro espejo.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: graphdat. Please verify its path and try again

What can I do?

Re: After automatic update...

Posted: Fri Jun 05, 2015 10:26 am
by patstan
That means your server is trying to fetch from https.

So do the following steps:

Code: Select all

nano /etc/yum.repos.d/epel.repo
Then in line 4 change mirrorlist=https to mirrorlist=http and save it.

After that, it should work.

Re: After automatic update...

Posted: Fri Jun 05, 2015 11:13 am
by raulm090
patstan wrote:That means your server is trying to fetch from https.

So do the following steps:

Code: Select all

nano /etc/yum.repos.d/epel.repo
Then in line 4 change mirrorlist=https to mirrorlist=http and save it.

After that, it should work.
After changed it. I'm getting the same error.

[root@mail raul]# yum reinstall vesta
Complementos cargados:fastestmirror
Configurando el proceso de reinstalación
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* epel: epel.mirrors.ovh.net
* extras: mirror0.babylon.network
* updates: mirror0.babylon.network
http://premium-yum.boundary.com/CentOS/ ... repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Intentando con otro espejo.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: graphdat. Please verify its path and try again

This is my epel.repo file:

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=http://mirrors.fedoraproject.org/metali ... =$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

[epel-debuginfo]
name=Extra Packages for Enterprise Linux 6 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/e ... arch/debug
mirrorlist=http://mirrors.fedoraproject.org/metali ... =$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1

[epel-source]
name=Extra Packages for Enterprise Linux 6 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/6/SRPMS
mirrorlist=http://mirrors.fedoraproject.org/metali ... =$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
gpgcheck=1

Re: After automatic update...

Posted: Fri Jun 05, 2015 12:55 pm
by azreal
try clean it first

Code: Select all

yum clean metadata

Code: Select all

yum clean all
after that, reinstall vesta using yum reinstall vesta

Re: After automatic update...

Posted: Mon Jun 08, 2015 10:30 am
by raulm090
I've made and now...

Code: Select all

[root@mail ~]# yum reinstall vesta
Complementos cargados:fastestmirror
Configurando el proceso de reinstalación
Determining fastest mirrors
epel/metalink                                                                                                           |  25 kB     00:00
 * base: mirror0.babylon.network
 * epel: mirror0.babylon.network
 * extras: centos.quelquesmots.fr
 * updates: mirror0.babylon.network
base                                                                                                                    | 3.7 kB     00:00
base/primary_db                                                                                                         | 4.6 MB     00:00
epel                                                                                                                    | 4.4 kB     00:00
epel/primary_db                                                                                                         | 6.6 MB     00:00
extras                                                                                                                  | 3.4 kB     00:00
extras/primary_db                                                                                                       |  31 kB     00:00
http://premium-yum.boundary.com/CentOS/6/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Intentando con otro espejo.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: graphdat. Please verify its path and try again
azreal wrote:try clean it first

Code: Select all

yum clean metadata

Code: Select all

yum clean all
after that, reinstall vesta using yum reinstall vesta

Re: After automatic update...

Posted: Tue Jun 09, 2015 8:36 am
by azreal
the mirror premium-yum.boundary.com you were assigned is broken or down, You need to exclude the broken mirror from yum

Code: Select all

To exclude a specific mirror, TLD, or something in between, add an 'exclude=' line to /etc/yum/pluginconf.d/fastestmirror.conf

[main]
...
exclude=.gov, facebook,premium-yum.boundary.com
before execute yum reinstall vesta, please run command : yum clean metadata and yum clean all after remove the broken mirror.

Re: After automatic update...

Posted: Wed Jun 10, 2015 8:48 pm
by desertflyer
I was having the same admin password problem as the original poster. I ran yum reinstall vesta and then reset the admin password. Everything works now!

Re: After automatic update...

Posted: Fri Jun 12, 2015 10:38 am
by raulm090
I don't understand this. I'm getting the same error.
azreal wrote:the mirror premium-yum.boundary.com you were assigned is broken or down, You need to exclude the broken mirror from yum

Code: Select all

To exclude a specific mirror, TLD, or something in between, add an 'exclude=' line to /etc/yum/pluginconf.d/fastestmirror.conf

[main]
...
exclude=.gov, facebook,premium-yum.boundary.com
before execute yum reinstall vesta, please run command : yum clean metadata and yum clean all after remove the broken mirror.