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

[etc/issue] Install on Debian 8 Fail's

Debian/Ubuntu related topics
Locked
  • Print view
Advanced search
7 posts • Page 1 of 1
PitbullOL
Posts: 3
Joined: Sat Nov 07, 2015 3:00 pm

[etc/issue] Install on Debian 8 Fail's

Post by PitbullOL » Sat Nov 07, 2015 3:04 pm

Hello All

I Have an Problem see this:

Code: Select all

root@:D:~# curl -O http://vestacp.com/pub/vst-install.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1721  100  1721    0     0   6178      0 --:--:-- --:--:-- --:--:--  6190
root@:D:~# bash vst-install.sh
--2015-11-07 16:02:38--  http://vestacp.com/pub/vst-install-rhel.sh
Auflösen des Hostnamen »vestacp.com (vestacp.com)«... 104.236.66.100
Verbindungsaufbau zu vestacp.com (vestacp.com)|104.236.66.100|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 44080 (43K) [text/plain]
In »»vst-install-rhel.sh«« speichern.

vst-install-rhel.sh           100%[================================================>]  43,05K  --.-KB/s   in 0,1s

2015-11-07 16:02:38 (296 KB/s) - »»vst-install-rhel.sh«« gespeichert [44080/44080]

cut: /etc/redhat-release: Datei oder Verzeichnis nicht gefunden
grep: /etc/redhat-release: Datei oder Verzeichnis nicht gefunden
vst-install-rhel.sh: Zeile 20: [: : Ganzzahliger Ausdruck erwartet.
Error: No access to Vesta repository
root@:D:~# curl -O http://vestacp.com/pub/vst-install-debian.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 42285  100 42285    0     0   134k      0 --:--:-- --:--:-- --:--:--  134k
root@:D:~# bash vst-install-debian.sh
Error: No access to Vesta repository
root@:D:~#
Where is that Problem ?

Thanks for Help
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Vestacp Install on Debian 8 Fail's

Post by skurudo » Sat Nov 07, 2015 3:18 pm

Hmm.. it's unusual. I just tried setup on DO and install goes fine.
from terminalShow
_| _| _| _| _| _| _|
_| _|_|_|_| _|_|_| _| _| _|

Vesta Control Panel



Following software will be installed on your system:
- Nginx Web Server
- Apache Web Server (as backend)
- Bind DNS Server
- Exim mail server
- Dovecot POP3/IMAP Server
- MySQL Database Server
- Vsftpd FTP Server
- Iptables Firewall + Fail2Ban


Would you like to continue [y/n]: y
Please enter admin email address: mymail
Please enter FQDN hostname [d8]:
Installation backup directory: /root/vst_install_backups/1446909425


Installation will take about 15 minutes ...
Can you reload install script again and try?
Top

PitbullOL
Posts: 3
Joined: Sat Nov 07, 2015 3:00 pm

Re: Vestacp Install on Debian 8 Fail's

Post by PitbullOL » Sat Nov 07, 2015 3:37 pm

It is the same,

I have reinstall my Server with Debian 8 min an know the same :-(
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Vestacp Install on Debian 8 Fail's

Post by skurudo » Sat Nov 07, 2015 3:42 pm

PitbullOL wrote:It is the same,I have reinstall my Server with Debian 8 min an know the same :-(
PM me please ip / root password
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Vestacp Install on Debian 8 Fail's

Post by skurudo » Sat Nov 07, 2015 4:31 pm

Thanks man, but this is distro problem. Kimsufi in new debian 8 distro don't label OS Name and version.
Installer can't resolve, what os version do you have and install CentOS.

Code: Select all

# head -n1 /etc/issue | cut -f 1 -d ' '
Linux
Full version of /etc/issue:
Your issueShow

Code: Select all

Linux xxxxxxxx.kimsufi.com 3.14.32-xxxx-grs-ipv6-xx #5 SMP Wed Sep 9 17:24:34 CEST 2015 x86_64 GNU/Linux
server    : xxxxxxx
ip        : xxxxxxxxx
hostname  : xxxxx.kimsufi.com
I have server there too and for Debian 7x different /etc/issue with OS Name and Version
My issueShow

Code: Select all

cat /etc/issue
Debian GNU/Linux 7.8

Linux xxxxxx.ip-xx-xxxx-xxx.eu 3.14.32-xxxx-grs-ipv6-64 #1 SMP Sat Feb 7 11:35:27 CET 2015 x86_64 GNU/Linux

server    : xxxx
hostname  : xxxx.ip-xxx-xxx-xx.eu
eth0 IPv4 : ....
eth0 IPv6 : xxx:..:1:...::1/xxx
I make fix in /etc/issue and you can install VestaCP.
Just needed set OS and version -> "Debian GNU/Linux 8.2"
Top

PitbullOL
Posts: 3
Joined: Sat Nov 07, 2015 3:00 pm

Re: [etc/issue] Install on Debian 8 Fail's

Post by PitbullOL » Sun Nov 08, 2015 12:57 am

Oh ok thank you for your time to see my Problem ;-)
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: [etc/issue] Install on Debian 8 Fail's

Post by skurudo » Sun Nov 08, 2015 7:18 pm

Nice! Glad to help.

I was surprised by this "gift" from Kimsufi. :)
Top


Locked
  • Print view

7 posts • Page 1 of 1

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