Page 1 of 2

Debian 7.5 64bits is not yet support right now?

Posted: Tue May 13, 2014 4:30 am
by Yikmings
I try to install VestaCP in Debian 7.5 64bits OS but shows error.

Code: Select all

vst-install-ubuntu.sh: line 92: lsb_release: command not found
Error: only Ubuntu 12.04, 13.04 and 13.10 is supported

Re: Debian 7.5 64bits is not yet support right now?

Posted: Tue May 13, 2014 3:50 pm
by imperio
You should to use vst-install-debian.sh because you install Vesta on Debian
Vesta working fine on Debian 7x

Re: Debian 7.5 64bits is not yet support right now?

Posted: Thu May 22, 2014 4:50 pm
by Yikmings
Tried use debian and it show only for debian 7.x and can not start installing.

Problem only affect on ovh debian os template.

Re: Debian 7.5 64bits is not yet support right now?

Posted: Fri May 23, 2014 8:01 pm
by imperio
give me full access to your server for testing this issue
use private messages for this

Re: Debian 7.5 64bits is not yet support right now?

Posted: Sun May 25, 2014 10:06 am
by imperio
Hi,
i'm installed vestacp on your server
you can read private message

Re: Debian 7.5 64bits is not yet support right now?

Posted: Mon Jun 16, 2014 5:04 pm
by pandubito
Hi, I have the same problem on on OVH with Debian 7.5. Could you pleas tell me what should I do to install VestaCP? I would be really grateful for your advise.

Re: Debian 7.5 64bits is not yet support right now?

Posted: Thu Jun 19, 2014 10:37 am
by linkinkov
Bump. Have same problem with OVH.

Re: Debian 7.5 64bits is not yet support right now?

Posted: Fri Jun 20, 2014 1:12 pm
by imperio
Hi,
pandubito or linkinkov give me test access to you server (send me private message with passwords)
I will check this problem on your server

Re: Debian 7.5 64bits is not yet support right now?

Posted: Fri Jul 11, 2014 9:33 am
by thys
The problem is that (at least on OVH servers) the lsb-release file exists on Debian, while the install script uses this to identify the system as Ubuntu.

Code: Select all

root@srv:~# cat /etc/lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE=7
DISTRIB_CODENAME=
DISTRIB_DESCRIPTION=

Code: Select all

# Check supported version
if [ -e '/etc/redhat-release' ] || [ -e '/etc/lsb-release' ]; then
    echo 'Error: sorry, this installer works only on Debian 7'
    exit 1
fi

Re: Debian 7.5 64bits is not yet support right now?

Posted: Sun Aug 24, 2014 8:25 pm
by iraton
so how do you fix this?