network breaking in Ubuntu 14.04 VPS install?
Posted: Sat Jul 19, 2014 6:34 pm
I have a Cloud VPS with OVH which I have installed Ubuntu Server 14.04 x64 using their online VPS manager.
I log in with root, and encounter the following when I try to install VestaCP
After this occurs, I tried running which failed as well as which returns unknown host
From this, it seems that running the Vesta installer somehow disables network connectivity on this VPS.
Any ideas on why this happening and how to solve this?
I log in with root, and encounter the following when I try to install VestaCP
Code: Select all
root@vps83002:~# bash vst-install.sh
--2014-07-18 13:57:37-- http://vestacp.com/pub/vst-install-ubuntu.sh
Resolving vestacp.com (vestacp.com)... 50.22.60.3
Connecting to vestacp.com (vestacp.com)|50.22.60.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 27262 (27K) [text/plain]
Saving to: ‘vst-install-ubuntu.sh’
100%[============================================================================================================================>] 27,262 --.-K/s in 0.1s
2014-07-18 13:57:37 (234 KB/s) - ‘vst-install-ubuntu.sh’ saved [27262/27262]
_| _| _|_|_|_| _|_|_| _|_|_|_|_| _|_|
_| _| _| _| _| _| _|
_| _| _|_|_| _|_| _| _|_|_|_|
_| _| _| _| _| _| _|
_| _|_|_|_| _|_|_| _| _| _|
Vesta Control Panel
Following software will be installed on your system:
- Nginx frontend web server
- Apache application web server
- Bind DNS server
- Exim mail server
- Dovecot IMAP and POP3 server
- Clam mail antivirus
- SpamAssassin antispam
- MySQL database server
- Vsftpd FTP server
Do you want to proceed? [y/n]): y
Please enter valid email address: [email protected]
Please enter hostname [vps83002]:
Installation will take about 15 minutes ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
--2014-07-18 13:58:01-- http://nginx.org/keys/nginx_signing.key
Resolving nginx.org (nginx.org)... 206.251.255.63
Connecting to nginx.org (nginx.org)|206.251.255.63|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1559 (1.5K) [text/plain]
Saving to: ‘/tmp/nginx_signing.key’
100%[============================================================================================================================>] 1,559 --.-K/s in 0s
2014-07-18 13:58:01 (190 MB/s) - ‘/tmp/nginx_signing.key’ saved [1559/1559]
OK
--2014-07-18 13:58:02-- http://c.vestacp.com/deb_signing.key
Resolving c.vestacp.com (c.vestacp.com)... 50.22.60.3
Connecting to c.vestacp.com (c.vestacp.com)|50.22.60.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1719 (1.7K) [text/plain]
Saving to: ‘deb_signing.key’
100%[============================================================================================================================>] 1,719 --.-K/s in 0s
2014-07-18 13:58:02 (204 MB/s) - ‘deb_signing.key’ saved [1719/1719]
OK
Err http://nginx.org trusty InRelease
Err http://security.ubuntu.com trusty-security InRelease
Err http://apt.vestacp.com trusty InRelease
Err http://ubuntu.mirrors.ovh.net trusty InRelease
Err http://ubuntu.mirrors.ovh.net trusty-updates InRelease
Err http://ubuntu.mirrors.ovh.net trusty-backports InRelease
Err http://security.ubuntu.com trusty-security Release.gpg
Could not resolve 'security.ubuntu.com'
Err http://apt.vestacp.com trusty Release.gpg
Could not resolve 'apt.vestacp.com'
Err http://ubuntu.mirrors.ovh.net trusty Release.gpg
Could not resolve 'ubuntu.mirrors.ovh.net'
Err http://nginx.org trusty Release.gpg
Could not resolve 'nginx.org'
Err http://ubuntu.mirrors.ovh.net trusty-updates Release.gpg
Could not resolve 'ubuntu.mirrors.ovh.net'
Err http://ubuntu.mirrors.ovh.net trusty-backports Release.gpg
Could not resolve 'ubuntu.mirrors.ovh.net'
Reading package lists... Done
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-updates/InRelease
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-backports/InRelease
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease
W: Failed to fetch http://nginx.org/packages/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://apt.vestacp.com/trusty/dists/trusty/InRelease
W: Failed to fetch http://nginx.org/packages/ubuntu/dists/trusty/Release.gpg Could not resolve 'nginx.org'
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'
W: Failed to fetch http://apt.vestacp.com/trusty/dists/trusty/Release.gpg Could not resolve 'apt.vestacp.com'
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'ubuntu.mirrors.ovh.net'
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'ubuntu.mirrors.ovh.net'
W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'ubuntu.mirrors.ovh.net'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vesta
E: Unable to locate package vesta-nginx
E: Unable to locate package vesta-php
Error: apt-get install failed
Code: Select all
apt-get update
Code: Select all
ping google.com
From this, it seems that running the Vesta installer somehow disables network connectivity on this VPS.
Any ideas on why this happening and how to solve this?