Created on 05-11-2017 09:40 PM - edited 09-16-2022 04:35 AM
i install hue on ubuntu.when i go to the step of setting database.it report Unable to verify database connection
i check the cloudera-scm-aserver.log
it tell me "Command '/run/cloudera-scm-agent/process/163-HUE-test-db-connection/altscript.sh sec-2-password' returned non-zero exit status 126."
so i check the permission of altscript.sh
it's executable.
how can i fix it? thank you.
Created 05-15-2017 12:42 AM
i have resovled it.use mount -o remount,exec /run.
Created 11-29-2022 04:27 AM
@SanjeevkishoreY This command basically is remounting the partition /run.
use mount -o remount,exec /run.
Created 05-15-2017 12:42 AM
i have resovled it.use mount -o remount,exec /run.
Created 08-17-2017 10:41 AM
can you please be more specific on the above command..where to run and what is the use.??/
Thanks
Created 11-29-2022 04:27 AM
@SanjeevkishoreY This command basically is remounting the partition /run.
use mount -o remount,exec /run.