JinChen
JinChen
@MalloZup Thx you again for your patience. Obviously, I am a novice I use source to install hawk,But it didn't work, so I tried to start it with docker I'm...
@MalloZup Yes, I got dockerfile from there
@MalloZup I took a look at the hawk log installed in source ``` [root@node190 ~]# journalctl -u hawk 7月 16 07:36:13 node190 systemd[1]: hawk.service: main process exited, code=exited, status=203/EXEC 7月...
@MalloZup Does it look like the service isn't started? ``` [root@node190 hawk-apiserver]# systemctl status hawk ● hawk.service - HA Web Konsole Loaded: loaded (/usr/lib/systemd/system/hawk.service; disabled; vendor preset: disabled) Active: activating...
@MalloZup No problem. I'll try it myself, and later I'll try it with CentOS 8
@MalloZup I took a look at the log, and it was basically full of this error message Scroll through the log and try to send the request:`journalctl -u hawk -f`...
- I use the command to install pcs pacemaker corosync:`yum install pcs pacemaker corosync fence-agents-all resource-agents-all` - hawk-apiserver: `go build` - hawk : Ruby gem installation related dependencies `bundle install`...
- PR failed the regression test with the following error message - After looking at the process of regression testing, I found that the regression test did not update the...
no problem
Hi @24sama Thks,I have solved this problem by manually modifying the configuration, but I am curious about why the problem fixed by PR #1271 does not take effect. I need...