You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/13 14:54:14 UTC

[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1691: The engine is stuck at startup. See the link of the corresponding link engine manager In the out log, there is a case that the command to start the engine is not executed after switching the user. The error message: the front end reports that there are insufficient resources and the engine fails to start. The log of EM shows that the engine start command will not be executed after switching to sudo - because linkis uses the expect syntax to start the engine

Ritakang0451 commented on issue #1691:
URL: https://github.com/apache/incubator-linkis/issues/1691#issuecomment-1066118675


   Solution:
   Because linkis uses the expect syntax to start engine, the command prompt interface is required in the script, which is shown as this[ root@localhost ~]#If not, you can modify it in the root Bashrc configuration: export PS1 = '[\ u @ \ h \ w] \ $'
   


-- 
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-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org