You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/14 11:21:44 UTC

[GitHub] [incubator-doris] lordk911 opened a new issue, #10129: [Bug] doris-manager agent can't start

lordk911 opened a new issue, #10129:
URL: https://github.com/apache/incubator-doris/issues/10129

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   doris-manager master
   
   ### What's Wrong?
   
   when try to remote start agent exec 
   `ssh -o ConnectTimeOut=20 -o StrictHostKeyChecking=no -o BatchMode=yes -o PasswordAuthentication=no -i /data/soft/doris/doris-manager-1.0/server/conf/sshkey-7 -p 22 bigtop@10.0.105.243 cd /data/soft/doris/doris-1.0.0/agent && sh bin/agent_start.sh  --server 10.0.105.243:8080 --agent 4 --port 8001`
   got error: 
   sh: bin/agent_start.sh: No such file or directory
   
   but on host 10.0.105.243 I can exec commond : 
   `cd /data/soft/doris/doris-1.0.0/agent && sh bin/agent_start.sh  --server 10.0.105.243:8080 --agent 4 --port 8001`
   and agent could start
   
   
   ### What You Expected?
   
   what's wrong 
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] lordk911 commented on issue #10129: [Bug] doris-manager agent can't start

Posted by GitBox <gi...@apache.org>.
lordk911 commented on issue #10129:
URL: https://github.com/apache/incubator-doris/issues/10129#issuecomment-1155224775

   my env is centos7  
   ssh remote and exec multiple commond should like this : 
   `ssh -o ConnectTimeOut=20 -o StrictHostKeyChecking=no -o BatchMode=yes -o PasswordAuthentication=no -i /data/soft/doris/doris-manager-1.0/server/conf/sshkey-7 -p 22 bigtop@10.0.105.243 "cd /data/soft/doris/doris-1.0.0/agent ; ls bin/agent_start.sh"`
   
   Enclose it in double quotation marks , and Separate them with a semicolon


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


Re: [I] [Bug] doris-manager agent can't start [doris]

Posted by "lordk911 (via GitHub)" <gi...@apache.org>.
lordk911 closed issue #10129: [Bug] doris-manager agent can't start
URL: https://github.com/apache/doris/issues/10129


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] lordk911 commented on issue #10129: [Bug] doris-manager agent can't start

Posted by GitBox <gi...@apache.org>.
lordk911 commented on issue #10129:
URL: https://github.com/apache/incubator-doris/issues/10129#issuecomment-1155880530

   ```
   ./manager.out:2022-06-15 09:36:29.583  INFO 17997 --- [onPool-worker-5] o.apache.doris.stack.shell.BaseCommand   : run command: ssh -o ConnectTimeOut=20 -o StrictHostKeyChecking=no -o BatchMode=yes -o PasswordAuthentication=no -i /data/soft/doris/doris-manager-1.0/server/conf/sshkey-18 -p 22 bigtop@10.0.105.250 "cd /data/soft/doris/doris-1.0.0/agent && sh bin/agent_start.sh  --server 10.0.105.243:8080 --agent 12 --port 8001" ,timeout time: 0ms
   ./manager.out:2022-06-15 09:36:30.073 ERROR 17997 --- [onPool-worker-5] o.apache.doris.stack.shell.BaseCommand   : shell command error, exit with 127, response:bash: cd /data/soft/doris/doris-1.0.0/agent && sh bin/agent_start.sh  --server 10.0.105.243:8080 --agent 12 --port 8001: No such file or directory
   ```
   I try to Enclose  command in double quotation marks in source code and rebuild doris-manager , still got error


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org