Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

After automatic update...

General questions about VestaCP
Post Reply
  • Print view
Advanced search
11 posts
  • 1
  • 2
  • Next
raulm090
Posts: 11
Joined: Fri Mar 06, 2015 12:34 pm

After automatic update...
  • Quote

Post by raulm090 » Fri Jun 05, 2015 8:36 am

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
Top

azreal
Posts: 12
Joined: Tue Jun 02, 2015 3:34 pm

Re: After automatic update...
  • Quote

Post by azreal » Fri Jun 05, 2015 9:20 am

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
Top

raulm090
Posts: 11
Joined: Fri Mar 06, 2015 12:34 pm

Re: After automatic update...
  • Quote

Post by raulm090 » Fri Jun 05, 2015 10:17 am

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?
Top

patstan
Posts: 117
Joined: Wed Jul 30, 2014 10:53 am

Re: After automatic update...
  • Quote

Post by patstan » Fri Jun 05, 2015 10:26 am

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.
Top

raulm090
Posts: 11
Joined: Fri Mar 06, 2015 12:34 pm

Re: After automatic update...
  • Quote

Post by raulm090 » Fri Jun 05, 2015 11:13 am

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
Top

azreal
Posts: 12
Joined: Tue Jun 02, 2015 3:34 pm

Re: After automatic update...
  • Quote

Post by azreal » Fri Jun 05, 2015 12:55 pm

try clean it first

Code: Select all

yum clean metadata

Code: Select all

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

raulm090
Posts: 11
Joined: Fri Mar 06, 2015 12:34 pm

Re: After automatic update...
  • Quote

Post by raulm090 » Mon Jun 08, 2015 10:30 am

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
Top

azreal
Posts: 12
Joined: Tue Jun 02, 2015 3:34 pm

Re: After automatic update...
  • Quote

Post by azreal » Tue Jun 09, 2015 8:36 am

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.
Top

desertflyer
Posts: 5
Joined: Thu Feb 20, 2014 1:42 am

Re: After automatic update...
  • Quote

Post by desertflyer » Wed Jun 10, 2015 8:48 pm

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!
Top

raulm090
Posts: 11
Joined: Fri Mar 06, 2015 12:34 pm

Re: After automatic update...
  • Quote

Post by raulm090 » Fri Jun 12, 2015 10:38 am

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.
Top


Post Reply
  • Print view

11 posts
  • 1
  • 2
  • Next

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

cron

Login  •  Register

I forgot my password