Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2.3.0p14.cre fails #8

Open
peterge-misoft opened this issue Sep 3, 2024 · 1 comment
Open

Update to 2.3.0p14.cre fails #8

peterge-misoft opened this issue Sep 3, 2024 · 1 comment

Comments

@peterge-misoft
Copy link

2024-09-03 09:57:54 - Updating site 'misoft' from version 2.3.0p13.cre to 2.3.0p14.cre...

Creating temporary filesystem /omd/sites/misoft/tmp...OK
ATTENTION
  Some steps may take a long time depending on your installation.
  Please be patient.

Cleanup precompiled host and folder files
Verifying Checkmk configuration...
Failed to load plug-in /omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py: No module named 'cmk.gui.cee'
Traceback (most recent call last):
  File "/omd/sites/misoft/lib/python3/cmk/gui/utils/__init__.py", line 67, in load_web_plugins
    exec(
  File "/omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py", line 14, in <module>
    from cmk.gui.cee.plugins.wato.agent_bakery.rulespecs.utils import (
ModuleNotFoundError: No module named 'cmk.gui.cee'
Failed to load plug-in /omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py: No module named 'cmk.gui.cee'
Traceback (most recent call last):
  File "/omd/sites/misoft/lib/python3/cmk/gui/utils/__init__.py", line 67, in load_web_plugins
    exec(
  File "/omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py", line 14, in <module>
    from cmk.gui.cee.plugins.wato.agent_bakery.rulespecs.utils import (
ModuleNotFoundError: No module named 'cmk.gui.cee'
 01/06 Legacy check plug-ins...
 02/06 Rulesets...
 03/06 UI extensions...
Failed to load plug-in /omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py: No module named 'cmk.gui.cee'
Traceback (most recent call last):
  File "/omd/sites/misoft/lib/python3/cmk/gui/utils/__init__.py", line 67, in load_web_plugins
    exec(
  File "/omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py", line 14, in <module>
    from cmk.gui.cee.plugins.wato.agent_bakery.rulespecs.utils import (
ModuleNotFoundError: No module named 'cmk.gui.cee'
Incompatible file '/omd/sites/misoft/local/share/check_mk/web/plugins/wato/proxmox_bs.py' of extension package 'proxmox_bs 0.3
.9'
Error: No module named 'cmk.gui.cee'


Traceback (most recent call last):
  File "/omd/sites/misoft/lib/python3/cmk/update_config/main.py", line 100, in main_check_config
    check_config(logger, conflict)
  File "/omd/sites/misoft/lib/python3/cmk/update_config/main.py", line 241, in check_config
    pre_action(logger, conflict_mode)
  File "/omd/sites/misoft/lib/python3/cmk/update_config/plugins/pre_actions/ui_extensions.py", line 60, in __call__
    if disable_incomp_mkp(
       ^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/misoft/lib/python3/cmk/update_config/plugins/pre_actions/utils.py", line 115, in disable_incomp_mkp
    and _request_user_input_on_incompatible_file().lower() in USER_INPUT_DISABLE
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/omd/sites/misoft/lib/python3/cmk/update_config/plugins/pre_actions/utils.py", line 134, in _request_user_input_on_inc
ompatible_file
    return prompt(
           ^^^^^^^
  File "/omd/sites/misoft/lib/python3/cmk/update_config/plugins/pre_actions/utils.py", line 44, in prompt
    tcflush(sys.stdin, TCIFLUSH)
termios.error: (25, 'Inappropriate ioctl for device')

Update aborted with Error: (25, 'Inappropriate ioctl for device').
Your site has not been modified.
The update can be retried after the error has been fixed.

I just tried to install 2.3.0p14.cre, which did fail bc of the proxmox_bs plugin. Updating works fine after running mkp disable proxmox_bs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant