gpt4 book ai didi

linux - inotifywait 运行守护进程模式给出错误无法初始化 inotify

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:08:27 60 4
gpt4 key购买 nike

我在守护进程模式下运行 inotifywait (inotify-tools-3.14-1),但是,它给出了以下错误并且没有建立监视。此外,由于它在 while 循环中,因此创建了许多 inotifywait 守护进程。

如果使用 --monitor 而不是 --daemon 运行,我就没有这样的问题。有人可以帮忙修吗?非常感谢。

无法初始化 inotify。您运行的是 Linux 2.6.13 或更高版本吗?编译内核时启用 CONFIG_INOTIFY 选项?如果是这样,神秘的东西出了问题。请发送电子邮件至 radu.voicilas@gmail.com 并提及你看到了这条消息。

代码如下:

while true  # run indefinitely
do
inotifywait --daemon --outfile /tmp/daemon.log --event close_write --format '%w%f %e %T' --timefmt '%F %T' $folder | while read eventInfo
do
call_another_fun $eventInfo
break
done
done

最佳答案

当有太多 inotify 进程在后台运行时,我也会收到“Couldn't initialize inotify...”错误消息。pkill inotify 解决了这个问题。

关于linux - inotifywait 运行守护进程模式给出错误无法初始化 inotify,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33286033/

60 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com