Page 1 of 1

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

Posted: Sat Nov 07, 2015 3:04 pm
by PitbullOL
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

Re: Vestacp Install on Debian 8 Fail's

Posted: Sat Nov 07, 2015 3:18 pm
by skurudo
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?

Re: Vestacp Install on Debian 8 Fail's

Posted: Sat Nov 07, 2015 3:37 pm
by PitbullOL
It is the same,

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

Re: Vestacp Install on Debian 8 Fail's

Posted: Sat Nov 07, 2015 3:42 pm
by skurudo
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

Re: Vestacp Install on Debian 8 Fail's

Posted: Sat Nov 07, 2015 4:31 pm
by skurudo
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"

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

Posted: Sun Nov 08, 2015 12:57 am
by PitbullOL
Oh ok thank you for your time to see my Problem ;-)

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

Posted: Sun Nov 08, 2015 7:18 pm
by skurudo
Nice! Glad to help.

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