每 10 秒我都会在控制台消息中收到以下错误。不知道它来自哪里。
com.apple.launchd.peruser.501[146] (org.freedesktop.dbus-session[47150]) posix_spawn("/opt/local/bin/dbus-daemon", ...): No such file or directory
com.apple.launchd.peruser.501[146] (org.freedesktop.dbus-session[47150]) Exited with exit code: 1
com.apple.launchd.peruser.501[146] (org.freedesktop.dbus-session) Throttling respawn: Will start in 10 seconds
我甚至没有 /opt/(我使用了 MacPorts长的之前,我不记得从那时起 /opt/ 中还有任何其他东西)。知道在调试时应该查找哪里吗?
答案1
看起来 launchd 正在尝试启动一些不再安装的东西。
检查/Library/LaunchAgents
、/Library/LaunchDaemons
和~/Library/LaunchAgents
文件夹中是否存在以“ ”开头的文件名org.freedesktop.dbus
。如果找到,请将其删除。
您还可以使用林贡以图形方式配置 launchd 程序。