Started the migration of my Foreman servers from Almalinux 8 to 9 with leapp and the Foreman servers went flawless, however for every proxy, I get one error after leapp reboots the server after everything is finished. It seems to try and register the proxy with insights even though that is not something we use. Would be nice if I can tell it not do do this. Anyone seen this before?
Jan 03 13:15:57 fmproxy leapp3[1508]: ==> Processing phase `FirstBoot`
Jan 03 13:15:57 fmproxy leapp3[1508]: ====> * insights_auto_register
Jan 03 13:15:57 fmproxy leapp3[1508]: Automatically registers system into Red Hat Insights
Jan 03 13:15:58 fmproxy leapp3[6202]: Process Process-202:
Jan 03 13:15:58 fmproxy leapp3[6202]: Traceback (most recent call last):
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/usr/lib64/python3.9/multiprocessing/process.py", line 315, in _bootstrap
Jan 03 13:15:58 fmproxy leapp3[6202]: self.run()
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/usr/lib64/python3.9/multiprocessing/process.py", line 108, in run
Jan 03 13:15:58 fmproxy leapp3[6202]: self._target(*self._args, **self._kwargs)
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/root/tmp_leapp_py3/leapp/repository/actor_definition.py", line 75, in _do_>
Jan 03 13:15:58 fmproxy leapp3[6202]: actor_instance.run(*args, **kwargs)
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/root/tmp_leapp_py3/leapp/actors/__init__.py", line 296, in run
Jan 03 13:15:58 fmproxy leapp3[6202]: self.process(*args)
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/actor.>
Jan 03 13:15:58 fmproxy leapp3[6202]: insightsautoregister.process()
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/librar>
Jan 03 13:15:58 fmproxy leapp3[6202]: _insights_register()
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/librar>
Jan 03 13:15:58 fmproxy leapp3[6202]: run(['insights-client', '--register'])
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/root/tmp_leapp_py3/leapp/libraries/stdlib/__init__.py", line 184, in run
Jan 03 13:15:58 fmproxy leapp3[6202]: result = _call(args, callback_raw=callback_raw, callback_linebuffered=callback_>
Jan 03 13:15:58 fmproxy leapp3[6202]: File "/root/tmp_leapp_py3/leapp/libraries/stdlib/call.py", line 147, in _call
Jan 03 13:15:58 fmproxy leapp3[6202]: raise OSError(errno.ENOENT, os.strerror(errno.ENOENT), command[0])
Jan 03 13:15:58 fmproxy leapp3[6202]: FileNotFoundError: [Errno 2] No such file or directory: 'insights-client'
Jan 03 13:15:58 fmproxy leapp3[1508]: 2025-01-03 13:15:58.62 ERROR PID: 1508 leapp.workflow.FirstBoot: Actor insights>
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/root/tmp_leapp_py3/leapp/repository/actor_definition.py", line 75, in _do_>
Jan 03 13:15:58 fmproxy leapp3[1508]: actor_instance.run(*args, **kwargs)
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/root/tmp_leapp_py3/leapp/actors/__init__.py", line 296, in run
Jan 03 13:15:58 fmproxy leapp3[1508]: self.process(*args)
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/actor.>
Jan 03 13:15:58 fmproxy leapp3[1508]: insightsautoregister.process()
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/librar>
Jan 03 13:15:58 fmproxy leapp3[1508]: _insights_register()
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/etc/leapp/repos.d/system_upgrade/common/actors/insightsautoregister/librar>
Jan 03 13:15:58 fmproxy leapp3[1508]: run(['insights-client', '--register'])
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/root/tmp_leapp_py3/leapp/libraries/stdlib/__init__.py", line 184, in run
Jan 03 13:15:58 fmproxy leapp3[1508]: result = _call(args, callback_raw=callback_raw, callback_linebuffered=callback_>
Jan 03 13:15:58 fmproxy leapp3[1508]: File "/root/tmp_leapp_py3/leapp/libraries/stdlib/call.py", line 147, in _call
Jan 03 13:15:58 fmproxy leapp3[1508]: raise OSError(errno.ENOENT, os.strerror(errno.ENOENT), command[0])
Jan 03 13:15:58 fmproxy leapp3[1508]: FileNotFoundError: [Errno 2] No such file or directory: 'insights-client'
Jan 03 13:15:58 fmproxy leapp3[1508]: ===================================================================================>
Jan 03 13:15:58 fmproxy leapp3[1508]: Actor insights_auto_register unexpectedly terminated with exit code: 1 - Please che>
Jan 03 13:15:58 fmproxy leapp3[1508]: ===================================================================================>
Looking on the leapp log I see:
2025-01-03 13:15:57.889 INFO PID: 1508 leapp.workflow.FirstBoot: Starting stage Before of phase FirstBoot
2025-01-03 13:15:57.904 INFO PID: 1508 leapp.workflow.FirstBoot: Starting stage Main of phase FirstBoot
2025-01-03 13:15:57.910 INFO PID: 1508 leapp.workflow.FirstBoot: Skipping experimental actor remove_live_image
2025-01-03 13:15:57.918 INFO PID: 1508 leapp.workflow.FirstBoot: Executing actor insights_auto_register
2025-01-03 13:15:58.22 DEBUG PID: 6202 leapp.workflow.FirstBoot.insights_auto_register: External command has started: ['insights-client'
, '--register']
2025-01-03 13:15:58.37 DEBUG PID: 6202 leapp.workflow.FirstBoot.insights_auto_register: External command has finished: ['insights-client
', '--register']
2025-01-03 13:15:58.62 ERROR PID: 1508 leapp.workflow.FirstBoot: Actor insights_auto_register has crashed: Traceback (most recent call l
ast):