Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
service rsyslog start
Starting system logger: Can't open or create /var/run/syslogd.pid. Can't write pid.
我正在使用带有 rsyslog 的 kamailio。当我杀死 kamailio 时,rsyslog 被锁定。
任何帮助表示赞赏。
我的猜测是您必须使用 sudo 来执行该命令或成为 root - 错误消息是关于在系统上创建文件的权限不足。