Pat Riehecky

Results 259 comments of Pat Riehecky

Since `bundle` by it self runs sudo commands to install things, it would be helpful to include `bundle config set --local path bundler.d` in the command set. I've now got...

I've pretty much only got access to EL7 or EL9 systems. Ruby 2.7 from RVM is complaining during the compile about deprecated options openssl incompatibilities and duplicate declarations.

I spun up a EL8 container to generate the snapshots in and got closer.... I'm not sure I understand the remaining unit test failures.

I fear I'll need a bit more help to get this over the line...

Any chance for some assistance with the final bits?

In theory I've sorted out the merge conflicts.

I'd love to have this in place for foreman 3.10...

@stejskalleos any luck with the templates?

Still no luck: ``` rails aborted! Foreman::Exception: ERF42-6708 [Foreman::Exception]: Command /usr/bin/ct not found or unreadable /tmp/foreman/lib/foreman/command_runner.rb:16:in `initialize' /tmp/foreman/app/services/foreman/renderer/scope/macros/transpilers.rb:19:in `new' /tmp/foreman/app/services/foreman/renderer/scope/macros/transpilers.rb:19:in `transpile_coreos_linux_config' /tmp/foreman/vendor/bundle/ruby/3.0.0/gems/safemode-1.5.0/lib/safemode/scope.rb:37:in `method_missing' /tmp/foreman/vendor/bundle/ruby/3.0.0/gems/safemode-1.5.0/lib/safemode.rb:52:in `eval' /tmp/foreman/vendor/bundle/ruby/3.0.0/gems/safemode-1.5.0/lib/safemode.rb:52:in `eval' /tmp/foreman/app/services/foreman/renderer/safe_mode_renderer.rb:7:in `render' /tmp/foreman/app/services/foreman/renderer/base_renderer.rb:18:in...

FWIW: https://github.com/prometheus-community/systemd_exporter/tree/main provides: ``` systemd_unit_state{name="sysinit.target",state="activating",type="target"} 0 systemd_unit_state{name="sysinit.target",state="active",type="target"} 1 systemd_unit_state{name="sysinit.target",state="deactivating",type="target"} 0 systemd_unit_state{name="sysinit.target",state="failed",type="target"} 0 systemd_unit_state{name="sysinit.target",state="inactive",type="target"} 0 ```