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

plugin-linux-x64-glibc-no-chromium fails #475

Open
athaga opened this issue Oct 19, 2023 · 4 comments
Open

plugin-linux-x64-glibc-no-chromium fails #475

athaga opened this issue Oct 19, 2023 · 4 comments

Comments

@athaga
Copy link

athaga commented Oct 19, 2023

I just uppdated to v.3.8.4

Error: ✗ *rendering.RenderingService run error: Unrecognized remote plugin message: 
This usually means
  the plugin was not compiled for this architecture,
  the plugin is missing dynamic-link libraries necessary to run,
  the plugin is not executable by this process due to file permissions, or
  the plugin failed to negotiate the initial go-plugin protocol handshake

Additional notes about plugin:
  Path: /var/lib/grafana/plugins/grafana-image-renderer/plugin_start_linux_amd64
  Mode: -rwxr-xr-x
  Owner: 472 [grafana] (current: 472 [grafana])
  Group: 0 [root] (current: 0 [root])
  ELF architecture: EM_X86_64 (current architecture: amd64)
@athaga athaga changed the title plugin-linux-x64-glibc-no-chromium was built with x86 architecture plugin-linux-x64-glibc-no-chromium fails Oct 19, 2023
@athaga
Copy link
Author

athaga commented Oct 19, 2023

note the plugin-linux-x64-glibc is also installed
grafana is 10.0.2 it runs on docker
alpine is 3.17.4

@AgnesToulet
Copy link
Contributor

Hi! Did you update from 3.8.3 or from an older version? Do you have any logs prior to that that could explain the error?

Also, please note that from the documentation:

This plugin is not compatible with the current Grafana Docker image and requires additional system-level dependencies. We recommend setting up another Docker container for rendering and using remote rendering instead. For instruction, refer to Run in Docker.

If you still want to install the plugin with the Grafana Docker image, refer to the instructions on building a custom Grafana image in Grafana Docker documentation.

Have you followed the documentation to build a custom Grafana image?

You should have only one plugin installed, else we won't be able to know which one is failing exactly.

@Lucareful
Copy link

i have the same problem, this is some about logs.

  ELF architecture: EM_X86_64 (current architecture: amd64)
  Group: 0 [root] (current: 0 [root])
  Owner: 0 [root] (current: 0 [root])
  Mode: -rwxr-xr-x
  Path: /var/lib/grafana/plugins/grafana-image-renderer/plugin_start_linux_amd64
Additional notes about plugin:

  the plugin failed to negotiate the initial go-plugin protocol handshake
  the plugin is not executable by this process due to file permissions, or
  the plugin is missing dynamic-link libraries necessary to run,
  the plugin was not compiled for this architecture,
This usually means
Failed to read any lines from plugin's stdout

@Seokyun-Ha
Copy link

I have experienced same thing with grafana v10.2.3 and plugin 3.11.6.

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

No branches or pull requests

4 participants