[GH-ISSUE #3420] Why trying to open /sys/devices/system/cpu/cpu0/cpufreq/xxx ??? #2203

Closed
opened 2026-02-22 18:28:38 -05:00 by yindo · 1 comment
Owner

Originally created by @Fade78 on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3420

During a flow (that failed), AnythingLLM tried to access devices I'm not sure it should...

[collector] error: getPageContent failed to be fetched by puppeteer - falling back to fetch! Error: Failed to launch the browser process!
[713:713:0307/234542.603803:FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
[0307/234542.612273:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[0307/234542.612318:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
Originally created by @Fade78 on GitHub (Mar 7, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3420 During a flow (that failed), AnythingLLM tried to access devices I'm not sure it should... ``` [collector] error: getPageContent failed to be fetched by puppeteer - falling back to fetch! Error: Failed to launch the browser process! [713:713:0307/234542.603803:FATAL:zygote_host_impl_linux.cc(127)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox. [0307/234542.612273:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2) [0307/234542.612318:ERROR:file_io_posix.cc(144)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2) ```
yindo closed this issue 2026-02-22 18:28:38 -05:00
Author
Owner

@timothycarambat commented on GitHub (Mar 9, 2025):

This is how pupeteer uses sandboxed chromium. In your case, you cant. In fact, the reason you got these error is because we only allow the chromium process (used to render a webpage to scrape it) in a safe sandboxed mode.

@timothycarambat commented on GitHub (Mar 9, 2025): This is how pupeteer uses **sandboxed** chromium. In your case, you cant. In fact, the reason you got these error is because we **only** allow the chromium process (used to render a webpage to scrape it) in a safe sandboxed mode.
yindo changed title from Why trying to open /sys/devices/system/cpu/cpu0/cpufreq/xxx ??? to [GH-ISSUE #3420] Why trying to open /sys/devices/system/cpu/cpu0/cpufreq/xxx ??? 2026-06-05 14:45:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2203