Problem with installing OLS on Devuan 9

neo7

New Member
#1
Trying to replace Apache2 with OLS on Devuan 9 and unable to get pass the installation process.

It's giving -

detecting OS type :
This distribution is not currently supported by LST repo
If you really have the needs please contact LiteSpeed for support
register LiteSpeed GPG key

Code:
root@h:# lsb_release -a
No LSB modules are available.
Distributor ID: Devuan
Description:    Devuan GNU/Linux 9 (n/a)
Release:        9
Codename:       n/a
root@h:# cat /etc/os-release
PRETTY_NAME="Devuan GNU/Linux ascii"
NAME="Devuan GNU/Linux"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"
root@h:#

root@h:# apt-get update
Hit:1 http://cloudfront.debian.net/debian testing InRelease
Hit:2 http://cloudfront.debian.net/debian testing-updates InRelease
Hit:3 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Hit:4 http://deb.devuan.org/merged ascii InRelease
Hit:5 http://deb.devuan.org/merged ascii-updates InRelease
Hit:6 http://deb.devuan.org/merged ascii-security InRelease
Reading package lists... Done

root@h:# wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh | bash
--2020-08-27 07:22:17--  http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh
Resolving rpms.litespeedtech.com (rpms.litespeedtech.com)... 34.210.113.18
Connecting to rpms.litespeedtech.com (rpms.litespeedtech.com)|34.210.113.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3644 (3.6K) [application/x-sh]
Saving to: ‘STDOUT’

-                                 100%[============================================================>]   3.56K  --.-KB/s    in 0.005s

2020-08-27 07:22:17 (754 KB/s) - written to stdout [3644/3644]

 detecting OS type :
 This distribution is not currently supported by LST repo
 If you really have the needs please contact LiteSpeed for support
 register LiteSpeed GPG key
--2020-08-27 07:22:17--  http://rpms.litespeedtech.com/debian/lst_debian_repo.gpg
Resolving rpms.litespeedtech.com (rpms.litespeedtech.com)... 34.210.113.18
Connecting to rpms.litespeedtech.com (rpms.litespeedtech.com)|34.210.113.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1198 (1.2K) [application/octet-stream]
Saving to: ‘/etc/apt/trusted.gpg.d/lst_debian_repo.gpg’

/etc/apt/trusted.gpg.d/lst_debian 100%[============================================================>]   1.17K  --.-KB/s    in 0s

2020-08-27 07:22:17 (173 MB/s) - ‘/etc/apt/trusted.gpg.d/lst_debian_repo.gpg’ saved [1198/1198]

--2020-08-27 07:22:17--  http://rpms.litespeedtech.com/debian/lst_repo.gpg
Resolving rpms.litespeedtech.com (rpms.litespeedtech.com)... 34.210.113.18
Connecting to rpms.litespeedtech.com (rpms.litespeedtech.com)|34.210.113.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2336 (2.3K) [application/octet-stream]
Saving to: ‘/etc/apt/trusted.gpg.d/lst_repo.gpg’

/etc/apt/trusted.gpg.d/lst_repo.g 100%[============================================================>]   2.28K  --.-KB/s    in 0s

2020-08-27 07:22:17 (225 MB/s) - ‘/etc/apt/trusted.gpg.d/lst_repo.gpg’ saved [2336/2336]

 update the repo
Hit:1 http://cloudfront.debian.net/debian testing InRelease
Hit:2 http://cloudfront.debian.net/debian testing-updates InRelease
Hit:3 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Hit:4 http://deb.devuan.org/merged ascii InRelease
Hit:5 http://deb.devuan.org/merged ascii-updates InRelease
Hit:6 http://deb.devuan.org/merged ascii-security InRelease
Reading package lists... Done
 All done, congratulations and enjoy !
root@h:# apt-get install openlitespeed
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openlitespeed
root@h:#

I tried to update the key - https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:apt

root@h:# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 011AA62DEDA1F085
Executing: /tmp/apt-key-gpghome.0Z3gOCAzOH/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 011AA62DEDA1F085
gpg: key 011AA62DEDA1F085: "LiteSpeed Technologies Inc (LiteSpeed Technologies Inc GnuPG Key) <info@litespeedtech.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
root@h:#
Any help would be greatly appreciated, thank you!
 
Top