版本:emqx-5.3.2-el7-amd64.tar.gz
操作系统:centos7虚拟机
1.执行start,输出几行warning后,就一直无反应,求助如何启动成功
[mallapp@ds emqx]$ ./bin/emqx start
WARNING: Using libs from ‘/opt/emqx/dynlibs’ due to missing from the OS.
WARNING: Default (insecure) Erlang cookie is in use.
WARNING: Configure node.cookie in /opt/emqx/etc/emqx.conf or override from environment variable EMQX_NODE__COOKIE
WARNING: NOTE: Use the same cookie for all nodes in the cluster.
2.执行console,提示需要rm权限,必须使用rm或者root启动么?
[mallapp@ds emqx]$ ./bin/emqx console
WARNING: Using libs from ‘/opt/emqx/dynlibs’ due to missing from the OS.
WARNING: Default (insecure) Erlang cookie is in use.
WARNING: Configure node.cookie in /opt/emqx/etc/emqx.conf or override from environment variable EMQX_NODE__COOKIE
WARNING: NOTE: Use the same cookie for all nodes in the cluster.
./bin/emqx: line 756: /usr/bin/rm: Permission denied
- 日志
run_erl.log:
run_erl [2182] Wed Dec 6 17:48:19 2023
Args before exec of shell:
run_erl [2182] Wed Dec 6 17:48:19 2023
argv[0] = sh
run_erl [2182] Wed Dec 6 17:48:19 2023
argv[1] = -c
run_erl [2182] Wed Dec 6 17:48:19 2023
argv[2] = exec “/opt/emqx/bin/emqx” “console”
erlang.log.1
===== LOGGING STARTED Wed Dec 6 17:48:19 CST 2023
=====
/opt/emqx/bin/emqx: line 756: /usr/bin/rm: Permission denied