From 558d3b9f149b3343a151c106df7ea4fe4c4e4e25 Mon Sep 17 00:00:00 2001 From: Vitaliy Filyuchkov Date: Thu, 8 Jul 2021 20:35:06 +0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 61469e8..eb71b73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RPM builder for HAProxy 2.3 (CentOS 7) +# RPM builder for HAProxy 2.4 (CentOS 7) ![GitHub last commit](https://img.shields.io/github/last-commit/philyuchkoff/HAProxy-2-RPM-builder?style=for-the-badge) ![GitHub All Releases](https://img.shields.io/github/downloads/philyuchkoff/HAProxy-2-RPM-builder/total?style=for-the-badge) @@ -47,11 +47,11 @@ Resulting RPM will be stored in ### Install: - sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.3.10-1.el7.x86_64.rpm + sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.4.2-1.el7.x86_64.rpm or, if you build *.rpm with Docker: - sudo yum -y install RPMS/haproxy-2.3.10-1.el7.x86_64.rpm + sudo yum -y install RPMS/haproxy-2.4.2-1.el7.x86_64.rpm ### Check after install: @@ -60,7 +60,7 @@ or, if you build *.rpm with Docker: Must be like this: - HA-Proxy version 2.3.10-4764f0e 2021/04/23 + HAProxy version 2.4.2-553dee3 2021/07/07 ### :exclamation: If some not working: @@ -79,16 +79,12 @@ After installation you can access a stats page **without** authenticating via th -## Common problem 常见问题 +## Common problem: [/usr/sbin/haproxy.main()] Cannot chroot1(/var/lib/haproxy) -### Solution 解决方法: +### Solution: Create /var/lib/haproxy directory -创建/var/lib/haproxy目录 - -Check on the rpcbind service to ensure that this service is started - -依赖rpcbind服务确保此服务已启动 +Check on the rpcbind service to ensure that this service is started