After automatic update...
After automatic update...
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
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...
skid wrote:Could you please try run "yum reinstall vesta" as root? It should fix login issuesnakehill 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.
Re: After automatic update...
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?
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...
That means your server is trying to fetch from https.
So do the following steps:
Then in line 4 change mirrorlist=https to mirrorlist=http and save it.
After that, it should work.
So do the following steps:
Code: Select all
nano /etc/yum.repos.d/epel.repo
After that, it should work.
Re: After automatic update...
After changed it. I'm getting the same error.patstan wrote:That means your server is trying to fetch from https.
So do the following steps:
Then in line 4 change mirrorlist=https to mirrorlist=http and save it.Code: Select all
nano /etc/yum.repos.d/epel.repo
After that, it should work.
[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...
try clean it first
after that, reinstall vesta using yum reinstall vesta
Code: Select all
yum clean metadata
Code: Select all
yum clean all
Re: After automatic update...
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 firstCode: Select all
yum clean metadata
after that, reinstall vesta using yum reinstall vestaCode: Select all
yum clean all
Re: After automatic update...
the mirror premium-yum.boundary.com you were assigned is broken or down, You need to exclude the broken mirror from yum
before execute yum reinstall vesta, please run command : yum clean metadata and yum clean all after remove the broken mirror.
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
-
- Posts: 5
- Joined: Thu Feb 20, 2014 1:42 am
Re: After automatic update...
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...
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 yumbefore execute yum reinstall vesta, please run command : yum clean metadata and yum clean all after remove the broken mirror.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