rubygem-foreman_remote_execution-12.0.5-1.fm3_9.el8.noarch
Now i have done that and it helped for foreman but the redis is still there:
Commented out /usr/share/foreman/app/models/role.rb:335
def permission_records(permissions)
perms = permissions.flatten
collection = Permission.where(:name => perms).all
#if collection.size != perms.size
# raise ::Foreman::PermissionMissingException.new(N_("some permissions were not found: %s"),
# not_found_permissions(collection.pluck(:name), perms))
#end
collection
end
REDIS error:
2024-04-17 13:04:52 [NOTICE] [configure] 4750 configuration steps out of 5052 steps complete.
2024-04-17 13:05:25 [ERROR ] [configure] Systemd start for redis failed!
2024-04-17 13:05:25 [ERROR ] [configure] journalctl log for redis:
2024-04-17 13:05:25 [ERROR ] [configure] – Logs begin at Fri 2024-01-19 17:37:09 CET, end at Wed 2024-04-17 13:05:25 CEST. –
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: Starting Redis persistent key-value database…
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Failed with result ‘exit-code’.
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: Failed to start Redis persistent key-value database.
2024-04-17 13:05:25 [ERROR ] [configure] /Stage[main]/Redis::Service/Service[redis]/ensure: change from ‘stopped’ to ‘running’ failed: Systemd start for redis failed!
2024-04-17 13:05:25 [ERROR ] [configure] journalctl log for redis:
2024-04-17 13:05:25 [ERROR ] [configure] – Logs begin at Fri 2024-01-19 17:37:09 CET, end at Wed 2024-04-17 13:05:25 CEST. –
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: Starting Redis persistent key-value database…
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Failed with result ‘exit-code’.
2024-04-17 13:05:25 [ERROR ] [configure] Apr 17 13:05:25 foreman.com systemd[1]: Failed to start Redis persistent key-value database.
2024-04-17 13:05:25 [NOTICE] [configure] 5000 configuration steps out of 5052 steps complete.
2024-04-17 13:05:36 [NOTICE] [configure] System configuration has finished.
Error 1: Puppet Service resource ‘redis’ failed. Logs:
/Service[redis]
Starting to evaluate the resource (4907 of 5052)
Evaluated in 0.25 seconds
/Stage[main]/Redis::Service/Service[redis]/ensure
change from ‘stopped’ to ‘running’ failed: Systemd start for redis failed!
journalctl log for redis:
– Logs begin at Fri 2024-01-19 17:37:09 CET, end at Wed 2024-04-17 13:05:25 CEST. –
Apr 17 13:05:25 foreman.com systemd[1]: Starting Redis persistent key-value database…
Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
Apr 17 13:05:25 foreman.com systemd[1]: redis.service: Failed with result ‘exit-code’.
Apr 17 13:05:25 foreman.com systemd[1]: Failed to start Redis persistent key-value database.