Jabine 发表于 2017-3-27 18:28:17

安装lnmp提示do NOT support the current distribution

我使用的是阿里云服务器,服务器只安装了CentOS 6.5 的干净系统,现在安装lnmp,提示:    Unable to get Linux distribution name, or do NOT support the current distribution.
不知道什么原因造成的。请问如何解决呢?

licess 发表于 2017-3-27 19:18:38

lnmp什么版本?

执行
cat /etc/issue
cat /etc/*-release
看一下

Jabine 发表于 2017-3-27 19:48:26

运行结果

lnmp下载的这个版本 wget -c http://soft.vpser.net/lnmp/lnmp1.3-full.tar.gz
运行结果:
Welcome to Server
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch
Welcome to Server

Jabine 发表于 2017-3-27 19:49:11

回复 2# 的帖子

lnmp下载的这个版本 wget -c http://soft.vpser.net/lnmp/lnmp1.3-full.tar.gz
运行结果:
Welcome to Server
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch
Welcome to Server

Jabine 发表于 2017-3-27 21:43:34

回复 2# 的帖子

多谢军哥,问题解决了。因为服务器的/etc/issue里的版本号被人改成了Welcome,所以获取不到版本号,改回来就可以了

licess 发表于 2017-3-28 09:19:48

回复 5# 的帖子

welcome 信息以便都是放在 /etc/motd
而且阿里云的一般都是Welcome to aliyun Elastic Compute Service!
所有可能是被修改过
页: [1]
查看完整版本: 安装lnmp提示do NOT support the current distribution