MacChen01 commented on PR #1147: URL: https://github.com/apache/bigtop/pull/1147#issuecomment-1711328868
> Thanks for your efforts and elaboration on this work. @uscxiexing > > > > The error like pgsql service is not start,when I add the command "/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data" to init pgsql >>in openeuler,the smoketest is ok. And other os did not needs. > > You mean that Ambari could not start in openEuler because postgreSQL was not be started by command ` /usr/bin/postgresql-setup --init`, and postgreSQL could be started by the other command: `/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data` in openEuler, right? Please correct me if I have a misunderstanding. > > IMO, what about removing postgre installation from puppet script and just adding your `initdb` command for openEuler? 1. yes, using the default init pgsql would got the error log:  so @uscxiexing using _**/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data**_ instead of it. It's ok to verfiy ambari and ranger separately by this way in openEuler. 2. Do the smoke tests of ranger and ambari need to be run together? We got the double init pgsql problem, if ambari and ranger smoke test together, the same problem happened in Fedora.  @guyuqi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org