From 6709eeb3aa9c47be9fc3a9644c16fc3f5c29aeb8 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:51:23 -0600 Subject: [PATCH] [v11.2.x] Docs: Updating ldd example command for image renderer troubleshooting (#97545) 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 65c63cdaf25..81baa90b386 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)