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 Debian/Ubuntu
  • Search

apt-get upgrade for Vesta not functioning

Debian/Ubuntu related topics
Locked
  • Print view
Advanced search
11 posts
  • 1
  • 2
  • Next
SteveTan86
Posts: 6
Joined: Tue Oct 15, 2013 7:02 pm

apt-get upgrade for Vesta not functioning

Post by SteveTan86 » Tue Oct 15, 2013 7:32 pm

Hello, has anyone managed to update their Vesta using apt-get?

I can't seem to get it to work. Currently using 0.9.8-4 on a Ubuntu 13.04 x64 server and trying to update it to 0.9.8-5.
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: apt-get upgrade for Vesta not functioning

Post by skid » Tue Oct 15, 2013 8:25 pm

Hi Steve,

try this

Code: Select all

sed -i "/vesacp/d" /etc/apt/sources.list
echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
Top

SteveTan86
Posts: 6
Joined: Tue Oct 15, 2013 7:02 pm

Re: apt-get upgrade for Vesta not functioning

Post by SteveTan86 » Wed Oct 16, 2013 2:13 am

skid wrote:Hi Steve,

try this

Code: Select all

sed -i "/vesacp/d" /etc/apt/sources.list
echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
Hi, already did that before.

Here's the output of

Code: Select all

apt-get update && apt-cache show vesta

Code: Select all

root@host00:~# apt-cache show vesta
Package: vesta
Source: vesta
Version: 0.9.8-4
Maintainer: Serghey Rodin <[email protected]>
Homepage: http://vestacp.com
Architecture: amd64
Depends: bash, awk, sed
Priority: optional
Section: admin
Filename: pool/vesta/v/vesta/vesta_0.9.8-4_amd64.deb
Size: 406294
SHA256: 8e9bbe9c0bbf295adf73f43b0c1ef822cde490c57d503938dab0e9adf8b3b51b
SHA1: 0f18c250d9d8e2e2492b15f58fcbb884086a20b7
MD5sum: 20a9beffcfac6544228ad79433391f0e
Description: Vesta
 Vesta is an open source hosting control panel.
 Vesta has a clean and focused interface without the clutter.
 Vesta has the latest of very innovative technologies.

Top

SteveTan86
Posts: 6
Joined: Tue Oct 15, 2013 7:02 pm

Re: apt-get upgrade for Vesta not functioning

Post by SteveTan86 » Wed Oct 16, 2013 3:55 am

Hi just an update,

When I updated the repository to use

Code: Select all

echo "deb http://apt.vestacp.com/precise/ precise vesta" > /etc/apt/sources.list.d/vesta.list
It works. Perhaps the apt repository for raring is not set up properly?

Code: Select all

Reading package lists... Done
Package: vesta
Source: vesta
Version: 0.9.8-5
Maintainer: Serghey Rodin <[email protected]>
Homepage: http://vestacp.com
Architecture: amd64
Depends: bash, awk, sed
Priority: optional
Section: admin
Filename: pool/vesta/v/vesta/vesta_0.9.8-5_amd64.deb
Size: 411136
SHA256: 437d47b5618d2d5801a346b075efc9ccb229c2945e29cd98a2cd49a4116b4664
SHA1: 7b47c4fa99e8f506fb502158e5f3e37801bd7987
MD5sum: eef8faa6730d12273568b893cfa5801c
Description: Vesta
 Vesta is an open source hosting control panel.
 Vesta has a clean and focused interface without the clutter.
 Vesta has the latest of very innovative technologies.

Package: vesta
Status: install ok installed
Priority: optional
Section: admin
Maintainer: Serghey Rodin <[email protected]>
Architecture: amd64
Source: vesta
Version: 0.9.8-4
Depends: bash, awk, sed
Conffiles:
 /usr/local/vesta/web/images/logo.png 6314090da5079e90ce3ae8b45a6781b1
 /usr/local/vesta/web/images/favicon.ico 322f4342746acf61079877e82cfcaba0
 /usr/local/vesta/web/css/csshover3.htc 3364c4d7f5b7c4d193a8558fceb90c21
 /usr/local/vesta/web/css/ie.css 499ce683cb5dea7b5889586ad237736d
 /usr/local/vesta/web/css/jquery-custom-dialogs.css 0c95a3b2d48a13f88168a8bf5471ea94
 /usr/local/vesta/web/css/main.css 4501c6078c21636f568ed2ff6b40aa7c
Description: Vesta
 Vesta is an open source hosting control panel.
 Vesta has a clean and focused interface without the clutter.
 Vesta has the latest of very innovative technologies.
Homepage: http://vestacp.com
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: apt-get upgrade for Vesta not functioning

Post by skid » Wed Oct 16, 2013 9:37 am

Opps, there was new package only for i386 systems. I just pushed vesta_0.9.8-5_amd64.deb to the repo.

Update should work fine now.

Code: Select all

echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
Top

SteveTan86
Posts: 6
Joined: Tue Oct 15, 2013 7:02 pm

Re: apt-get upgrade for Vesta not functioning

Post by SteveTan86 » Wed Oct 16, 2013 12:48 pm

Thanks man! Wonderful work.
Top

Graham
Posts: 57
Joined: Wed Sep 25, 2013 6:32 pm

Re: apt-get upgrade for Vesta not functioning

Post by Graham » Thu Oct 17, 2013 7:12 am

Nice work indeed, it's also fixed the updates page which now displays the version details (previous installs didn't).

Thanks skid
Top

yk1910
Posts: 11
Joined: Mon Jul 15, 2013 7:57 am

Re: apt-get upgrade for Vesta not functioning

Post by yk1910 » Mon Nov 25, 2013 11:44 am

skid wrote:Hi Steve,

try this

Code: Select all

sed -i "/vesacp/d" /etc/apt/sources.list
echo "deb http://apt.vestacp.com/raring/ raring vesta" > /etc/apt/sources.list.d/vesta.list
apt-get update
apt-get install vesta
show errors


Get:1 http://apt.vestacp.com raring Release.gpg [490 B]
Get:2 http://apt.vestacp.com raring Release [1,659 B]
Ign http://apt.vestacp.com raring Release
Get:3 http://apt.vestacp.com raring/vesta amd64 Packages [711 B]
Ign http://apt.vestacp.com raring/vesta Translation-en_US
Ign http://apt.vestacp.com raring/vesta Translation-en
Fetched 2,860 B in 2s (1,261 B/s)
Reading package lists... Done
W: GPG error: http://apt.vestacp.com raring Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 42C5B2130A1F7714
# apt-get install vesta
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
vesta
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 408 kB of archives.
After this operation, 0 B of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
vesta
Install these packages without verification [y/N]?

enter Yes

Get:1 http://apt.vestacp.com/raring/ raring/vesta vesta amd64 0.9.8-5 [408 kB]
Fetched 408 kB in 1s (320 kB/s)
Selecting previously unselected package vesta.
(Reading database ... 26160 files and directories currently installed.)
Unpacking vesta (from .../vesta_0.9.8-5_amd64.deb) ...
Setting up vesta (0.9.8-5) ...

what to do then?
Top

yk1910
Posts: 11
Joined: Mon Jul 15, 2013 7:57 am

Re: apt-get upgrade for Vesta not functioning

Post by yk1910 » Mon Nov 25, 2013 12:51 pm

thanks google

wget http://vestacp.com/pub/vst-install-debian.sh

chmod -R 777 vst-install-debian.sh

bash ./vst-install-debian.sh --force

its works!!!
Top

yk1910
Posts: 11
Joined: Mon Jul 15, 2013 7:57 am

Re: apt-get upgrade for Vesta not functioning

Post by yk1910 » Fri Nov 29, 2013 8:08 am

debian new version 0.9.8-6

apt-get update
apt-get upgrade

all work fine!! thanks.
Top


Locked
  • Print view

11 posts
  • 1
  • 2
  • Next

Return to “Debian/Ubuntu”



  • 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
 

 

Login  •  Register

I forgot my password