首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >pi-孔- syslog消息

pi-孔- syslog消息
EN

Server Fault用户
提问于 2023-04-19 20:34:29
回答 1查看 26关注 0票数 1

Pi洞在我的RPI上跑得很好。无论如何检查syslog,我每10秒就会看到一条返回消息。

代码语言:javascript
复制
Apr 19 22:25:50 pi-hole systemd[1]: Started Citadel web service.
Apr 19 22:25:50 pi-hole systemd[1426]: webcit-http.service: Failed to execute command: No such file or directory
Apr 19 22:25:50 pi-hole systemd[1426]: webcit-http.service: Failed at step EXEC spawning /usr/local/webcit/webcit: No such file or directory
Apr 19 22:25:50 pi-hole systemd[1]: webcit-https.service: Main process exited, code=exited, status=203/EXEC
Apr 19 22:25:50 pi-hole systemd[1]: webcit-https.service: Failed with result 'exit-code'.
Apr 19 22:25:50 pi-hole systemd[1]: webcit-http.service: Main process exited, code=exited, status=203/EXEC
Apr 19 22:25:50 pi-hole systemd[1]: webcit-http.service: Failed with result 'exit-code'.
Apr 19 22:25:54 pi-hole systemd[1]: webcit-https.service: Service RestartSec=3s expired, scheduling restart.
Apr 19 22:25:54 pi-hole systemd[1]: webcit-https.service: Scheduled restart job, restart counter is at 127.
Apr 19 22:25:54 pi-hole systemd[1]: webcit-http.service: Service RestartSec=3s expired, scheduling restart.
Apr 19 22:25:54 pi-hole systemd[1]: webcit-http.service: Scheduled restart job, restart counter is at 127.
Apr 19 22:25:54 pi-hole systemd[1]: Stopped Citadel web service.

知道有什么问题吗?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2023-04-19 21:57:30

安装在您的Raspberry Pi上的Citadel web服务正在尝试启动webcit-http.servicewebcit-https.service,但不能

如果您不需要它,只需禁用它

代码语言:javascript
复制
sudo systemctl disable --now webcit-http.service
sudo systemctl disable --now webcit-https.service

如果你需要它,你可以重新安装它https://www.citadel.org/installing.html

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1129113

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档