From 39622f11c0218607e876b44562ab4532c8b3c6d6 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 11:16:41 +0100 Subject: [PATCH] [v10.4.x] Docs: Updating ldd example command for image renderer troubleshooting (#97549) 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 fc55dc0ed4f..cbbe0c544dc 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)