Aabyss-Team / ARL

ARL官方仓库备份项目:ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。
MIT License
1.09k stars 551 forks source link

重启云服务器后系统无法启动 #37

Open QCEEE opened 3 months ago

QCEEE commented 3 months ago

使用源码搭建,之前可正常使用 请问重启系统后应该如何正确启动ARL 尝试使用Docker启动出现报错

AabyssZG commented 3 months ago

尝试以下命令行

 systemctl start arl-web
 systemctl start arl-worker
 systemctl start arl-worker-github
 systemctl start arl-scheduler
 systemctl start nginx
zegbton commented 1 month ago

Login was refused using authentication mechanism PLAIN. For details see the broker logfile image

zegbton commented 1 month ago

systemctl status arl-worker systemctl status arl-worker-github 这两个起不来

zegbton commented 1 month ago

systemctl status arl-worker systemctl status arl-worker-github 这两个起不来

已经解决,我重启服务器就解决了

AabyssZG commented 1 month ago

systemctl status arl-worker systemctl status arl-worker-github 这两个起不来

已经解决,我重启服务器就解决了

没问题就好

viplurker commented 1 month ago

https://github.com/Aabyss-Team/ARL/issues/9#issuecomment-2122737364

我也是这个问题,但是我是按照这个帖子中,直接在centos中输入这些命令解决的