Skip to content

Healthcheck error messages: "The command runner failed to run" #571

@RandomUser0815

Description

@RandomUser0815

Yesterday I succesfully upgraded to passbolt-ce-server-5.5.0-1, after upgrading from Ubuntu Jammy to Ubuntu Noble.
While everything works fine, and the health check does not report any issues in regard to Passbolt, I receive the below errors.

I run the healthcheck via the command "sudo -H -u www-data bash -c "/usr/share/php/passbolt/bin/cake passbolt healthcheck""

2025-09-17 12:19:43 error: The command runner failed to run. Error: The command "'uname' '-a'" failed.

Working directory: /root

Error: proc_open(): posix_spawn() failed: Permission denied
....2025-09-17 12:19:43 error: The command runner failed to run. Error: The command "gpg --version | grep gpg" failed.

Working directory: /root

Error: proc_open(): posix_spawn() failed: Permission denied
2025-09-17 12:19:43 error: The command runner failed to run. Error: The command "gpg --version | grep libgcrypt" failed.

Working directory: /root

Error: proc_open(): posix_spawn() failed: Permission denied
.......2025-09-17 12:19:43 error: The command runner failed to run. Error: The command "timedatectl | grep -i -A 1 clock" failed.

Working directory: /root

Error: proc_open(): posix_spawn() failed: Permission denied

When I ran the commands one by one via User "www-data" I do not see any error messages.

sudo -H -u www-data bash -c "gpg --version | grep gpg"
gpg (GnuPG) 2.4.4

sudo -H -u www-data bash -c "uname -a"
Linux passbolt 6.8.0-79-generic #79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

There seems to be something broken...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions