Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Important: Satellite 6.12.3 Async Security Update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2023:1630
Verified on 6.12.3 - Snap 3 Steps to verify: Followed both of the verification methods above, and both provided the proper results, with the console log for the second issue below: [root@ip-10-0-167-32 ~]# foreman-rake console Loading production environment (Rails 6.0.6) irb(main):001:0> repo = ::Katello::Repository.library.first.root => #<Katello::RootRepository id: 1, name: "test1", created_at: "2023-03-30 06:11:36", updated_at: "2023-03-30 06:17:14", major: nil, minor: nil, gpg_key_id: nil, content_id: "1... irb(main):002:0> repo.upstream_username => nil irb(main):003:0> repo.upstream_password => nil irb(main):004:0> repo.save(validate: false) => true irb(main):005:0> repo.upstream_username => nil irb(main):006:0> repo.upstream_password => nil irb(main):007:0> exit rake aborted! Errno::EACCES: Permission denied @ rb_sysopen - /usr/share/foreman/config/irbrc_history /usr/share/gems/gems/railties-6.0.6/lib/rails/commands/console/console_command.rb:70:in `start' /usr/share/gems/gems/railties-6.0.6/lib/rails/commands/console/console_command.rb:19:in `start' /usr/share/gems/gems/railties-6.0.6/lib/rails/commands/console/console_command.rb:102:in `perform' /usr/share/gems/gems/thor-1.0.1/lib/thor/command.rb:27:in `run' /usr/share/gems/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command' /usr/share/gems/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch' /usr/share/gems/gems/railties-6.0.6/lib/rails/command/base.rb:69:in `perform' /usr/share/gems/gems/railties-6.0.6/lib/rails/command.rb:46:in `invoke' /usr/share/foreman/lib/tasks/console.rake:5:in `block in <top (required)>' /usr/share/gems/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' Tasks: TOP => console (See full trace by running task with --trace) [root@ip-10-0-167-32 ~]# foreman-rake db:migrate:redo == 2021051713291621250977 AddHostProxyInvocations: reverting ================== -- remove_index(:host_proxy_invocations, {:column=>[:host_id, :smart_proxy_id]}) -> 0.0089s -- drop_table(:host_proxy_invocations) -> 0.0074s == 2021051713291621250977 AddHostProxyInvocations: reverted (0.0164s) ========= == 2021051713291621250977 AddHostProxyInvocations: migrating ================== -- create_table(:host_proxy_invocations) -> 0.0426s -- add_index(:host_proxy_invocations, [:host_id, :smart_proxy_id], {:unique=>true}) -> 0.0046s == 2021051713291621250977 AddHostProxyInvocations: migrated (0.0473s) ========= [root@ip-10-0-167-32 ~]#