AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 617801
Accepted
Dan
Dan
Asked: 2014-08-05 06:49:25 +0800 CST2014-08-05 06:49:25 +0800 CST 2014-08-05 06:49:25 +0800 CST

工头安装在香草安装下不起作用

  • 772

我是工头新手,在 rhel (6.5) 服务器上工作时遇到了麻烦。这是我在运行“foreman-installer -v”时遇到的错误:

[ INFO 2014-08-04 15:25:42 verbose] Running validation checks
[ INFO 2014-08-04 15:25:42 verbose] Executing hooks in group pre
[ WARN 2014-08-04 15:25:42 verbose] Hook 'Kafo::HookContext' is using block with arguments which is DEPRECATED, access to kafo instance is provided by hook DSL, please remove |kafo| from your hook block
[ INFO 2014-08-04 15:25:42 verbose] All hooks in group pre finished
[ WARN 2014-08-04 15:25:43 verbose]  Sections other than main, master, agent, user are deprecated in puppet.conf. Please use the directory environments feature to specify environments. (See http://docs.puppetlabs.com/puppet/latest/reference/environments.html)
[ INFO 2014-08-04 15:25:43 verbose]    (at /usr/lib/ruby/site_ruby/1.8/puppet/settings/config_file.rb:77:in `collect'; /usr/lib/ruby/site_ruby/1.8/puppet/settings/config_file.rb:77:in `unique_sections_in'; /usr/lib/ruby/site_ruby/1.8/puppet/settings/config_file.rb:23:in `parse_file'; /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:535:in `parse_config'; /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:597:in `parse_config_files'; /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:247:in `initialize_global_settings'; /usr/lib/ruby/site_ruby/1.8/puppet.rb:150:in `do_initialize_settings_for_run_mode'; /usr/lib/ruby/site_ruby/1.8/puppet.rb:136:in `initialize_settings'; /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:86:in `execute'; /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:479:in `exit_on_fail'; /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:85:in `execute'; /usr/bin/puppet:8)
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/concat/lib/facter/concat_basedir.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/stdlib/lib/facter/pe_version.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/stdlib/lib/facter/puppet_vardir.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/stdlib/lib/facter/facter_dot_d.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/stdlib/lib/facter/root_home.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/firewall/lib/facter/iptables_version.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/firewall/lib/facter/ip6tables_version.rb
[ INFO 2014-08-04 15:25:44 verbose]  Loading facts in /usr/share/foreman-installer/modules/firewall/lib/facter/iptables_persistent_version.rb
[ WARN 2014-08-04 15:25:45 verbose]  Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
[ INFO 2014-08-04 15:25:53 verbose] /usr/lib/ruby/1.8/pathname.rb:287: [BUG] Segmentation fault
[ INFO 2014-08-04 15:25:53 verbose] ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
[ INFO 2014-08-04 15:25:53 verbose]
[ INFO 2014-08-04 15:25:53 verbose] sh: line 1:  9739 Done                    echo '$kafo_config_file="/etc/foreman/foreman-installer.yaml"   include kafo_configure'
[ INFO 2014-08-04 15:25:53 verbose]       9740 Aborted                 |    RUBYLIB=/usr/lib/ruby/gems/1.8/gems/kafo-0.5.4/lib/kafo/../..//modules: puppet apply --verbose --debug --trace --color=false --show_diff --detailed-exitcodes --modulepath /usr/share/foreman-installer/modules:/usr/lib/ruby/gems/1.8/gems/kafo-0.5.4/modules
[ INFO 2014-08-04 15:25:53 verbose] Puppet has finished, bye!
[ INFO 2014-08-04 15:25:53 verbose] Executing hooks in group post
[ INFO 2014-08-04 15:25:53 verbose] All hooks in group post finished
    Something went wrong! Check the log for ERROR-level output
    The full log is at /var/log/foreman-installer/foreman-installer.log

有人可以帮我确定哪里出了问题吗?

谢谢丹

foreman
  • 1 1 个回答
  • 750 Views

1 个回答

  • Voted
  1. Best Answer
    Dan
    2014-08-05T08:48:30+08:002014-08-05T08:48:30+08:00

    解决了

    希望这对其他人有帮助:

    错误消息没有说明问题所在。持久性和故障排除强调了对以下软件包的需求:

    ruby193-rubygem-foreman_setup ruby​​193-rubygem-foreman_bootdisk genisoimage ipxe-bootimgs

    Foreman 1.5 现已启动并运行。

    感谢你的帮助。

    担

    • 0

相关问题

  • wheezy 上的工头安装程序失败

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve