- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
hue installation error. Unexpected error. Unable to verify database connection
- Labels:
-
Cloudera Hue
-
Cloudera Manager
Created on 05-11-2017 09:40 PM - edited 09-16-2022 04:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have resovled it.use mount -o remount,exec /run.
Created 11-29-2022 04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@SanjeevkishoreY This command basically is remounting the partition /run.
use mount -o remount,exec /run.
Created 05-15-2017 12:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have resovled it.use mount -o remount,exec /run.
Created 08-17-2017 10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@SanjeevkishoreY This command basically is remounting the partition /run.
use mount -o remount,exec /run.
