From a01883f0d0840e0c508983e6d0ac2c2d8c0ff168 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:37:46 -0600 Subject: [PATCH] [v11.3.x] Docs: Updating ldd example command for image renderer troubleshooting (#97550) Docs: Updating ldd example command for image renderer troubleshooting (#97443) (cherry picked from commit 00258766597ad0dbc649ad6fccf4ab675c82fac2) Co-authored-by: Jacob Valdez --- .../setup-grafana/image-rendering/troubleshooting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/image-rendering/troubleshooting/index.md b/docs/sources/setup-grafana/image-rendering/troubleshooting/index.md index c5ceb9e07dd..aa4ce5c8d96 100644 --- a/docs/sources/setup-grafana/image-rendering/troubleshooting/index.md +++ b/docs/sources/setup-grafana/image-rendering/troubleshooting/index.md @@ -49,7 +49,7 @@ are not installed in your system: ```bash cd -ldd chrome-linux/chrome +ldd chrome-headless-shell/linux-132.0.6781.0/chrome-headless-shell-linux64/chrome-headless-shell linux-vdso.so.1 (0x00007fff1bf65000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2047945000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2047924000)