Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
L

Lars.Emil

@Lars.Emil
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2
    L Lars.Emil

    Hi @staff,

    I am experiencing a systemic failure in n8n version 2.11.3 (Cloudron package 4.9.x) where most workflows fail to activate or execute with the following error:

    libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory
    

    This appears to be a library mismatch introduced in a recent update. The error triggers specifically on nodes that utilize the JS sandbox (Merge nodes, Code nodes, etc.).

    Technical findings:
    I ran ldd on the isolated-vm binary inside the container, and it confirms that the module is compiled against musl (Alpine), while the Cloudron environment is glibc based (Ubuntu/Debian):

    root@...:/app/code# ldd /app/code/node_modules/isolated-vm/out/isolated_vm.node
        linux-vdso.so.1 (0x00007ffca68bd000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x000071f4e608e000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x000071f4e6060000)
        libc.musl-x86_64.so.1 => not found
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x000071f4e5f77000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000071f4e5d65000)
        /lib64/ld-linux-x86-64.so.2 (0x000071f4e6421000)
    

    Observed behavior:

    Workflow activation fails on startup for any workflow containing a Merge or Code node.

    The Python task runner also fails to start in internal mode (virtual environment missing).

    Setting N8N_BLOCK_JS_SANDBOX=true does not resolve the activation errors.

    It seems the latest package might have been built/bundled in an Alpine environment by mistake, or a dependency has leaked a musl requirement into the glibc image.

    Could you please look into recompiling the dependencies for the current base image?

    N8N
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search