gpt4 book ai didi

linux - root 用户的 Chef 客户端权限被拒绝

转载 作者:太空宇宙 更新时间:2023-11-04 05:23:53 25 4
gpt4 key购买 nike

像这样运行 Chef 客户端:

root@chef-production-server:~# chef-client -j /etc/chef/first-boot.json

输出:

Starting Chef Client, version 12.8.1
[2016-04-10T14:11:12+00:00] INFO: *** Chef 12.8.1 ***
[2016-04-10T14:11:12+00:00] INFO: Chef-client pid: 8556
[2016-04-10T14:11:13+00:00] INFO: Setting the run_list to ["recipe[sensu_client::default@0.1.0]", "recipe[simple_server::application_server_recipe@0.1.2]", "recipe[mongodb::default@0.16.2]"] from CLI options
[2016-04-10T14:11:13+00:00] INFO: Run List is [recipe[sensu_client::default@0.1.0], recipe[simple_server::application_server_recipe@0.1.2], recipe[mongodb::default@0.16.2]]
ERROR: ld.so: object '/usr/local/lib/libsnoopy.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
bla bla bla

cannot create directory ‘/home/jenkins/.rvm’: Permission denied

以前有用,现在不行了。也尝试过

 sudo chef-client -j /etc/chef/first-boot.json

最佳答案

您已将 ld 预加载设置为在所有进程中强制打开“libsnoopy”。从 github 来看,这似乎是某种简单化的审计工具。无论出于何种原因,该文件都没有加载,因此需要检查。尝试将其从预加载配置中删除。另请检查 /home 是否存在且已正确安装。

关于linux - root 用户的 Chef 客户端权限被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36530846/

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