Closed
Description
When trying to run uCareSystem on Ubuntu Server 24.04 you will get:
bash: /usr/bin/ucaresystem-core: cannot execute: required file not found
This is currently only on Ubuntu Server 24.04. Something must have change in the polkit after the 22.04 server
a workaround until a fix is released is running the following command :
sed -i 's|#!/usr/bin/pkexec /bin/bash|#!/usr/bin/sudo /bin/bash|' /usr/bin/ucaresystem-core