You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by allinappliadmin April 24, 2024
Hi! I'm now here in the community. I'm testing Manifold for a client and I started installing on our CentOS 7 server.
Manifold and Redis are installed and when I launch /usr/bin/manifold-ctl reconfigure the operation freezes at ruby_block[supervise_redis_sleep] action run
I need to abort with Ctrl C and get this output
Traceback (most recent call last):
[2024-04-24T12:37:35+02:00] FATAL: SIGINT received, stopping
7: from /opt/manifold/embedded/bin/omnibus-ctl:23:in `<main>'
6: from /opt/manifold/embedded/bin/omnibus-ctl:23:in `load'
5: from /opt/manifold/embedded/lib/ruby/gems/2.7.0/gems/omnibus-ctl-0.6.0/bin/omnibus-ctl:31:in `<top (required)>'
4: from /opt/manifold/embedded/lib/ruby/gems/2.7.0/gems/omnibus-ctl-0.6.0/lib/omnibus-ctl.rb:747:in `run'
3: from /opt/manifold/embedded/lib/ruby/gems/2.7.0/gems/omnibus-ctl-0.6.0/lib/omnibus-ctl.rb:517:in `reconfigure'
2: from /opt/manifold/embedded/lib/ruby/gems/2.7.0/gems/omnibus-ctl-0.6.0/lib/omnibus-ctl.rb:503:in `run_chef'
1: from /opt/manifold/embedded/service/omnibus-ctl/uninstall.rb:2:in `run_command'
/opt/manifold/embedded/service/omnibus-ctl/uninstall.rb:2:in `system': Interrupt
[2024-04-24T12:37:35+02:00] INFO: Running queued delayed notifications before re-raising exception
Running handlers:
[2024-04-24T12:37:35+02:00] ERROR: Running exception handlers
Running handlers complete
[2024-04-24T12:37:35+02:00] ERROR: Exception handlers complete
Chef Infra Client failed. 6 resources updated in 02 minutes 24 seconds
[root@IONOS_AIA redis]# [2024-04-24T12:37:35+02:00] FATAL: Stacktrace dumped to /opt/manifold/embedded/cookbooks/cache/chef-stacktrace.out
[2024-04-24T12:37:35+02:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
Discussed in #3748
Originally posted by allinappliadmin April 24, 2024
Hi! I'm now here in the community. I'm testing Manifold for a client and I started installing on our CentOS 7 server.
Manifold and Redis are installed and when I launch
/usr/bin/manifold-ctl reconfigure
the operation freezes atruby_block[supervise_redis_sleep] action run
I need to abort with
Ctrl C
and get this outputThis is the Chef Stacktrace
it doesn't look like the server config is involved, like missing libraries ou execs but I can't be sure as I have few experience with Chef and Ruby.
I know that Redis runs
I couldn't find clear help over Internet and may be someone has already experienced this situation.
The text was updated successfully, but these errors were encountered: