You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/06/29 02:49:19 UTC

[GitHub] [rocketmq] ighack opened a new issue #3103: command not found

ighack opened a new issue #3103:
URL: https://github.com/apache/rocketmq/issues/3103


   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   nohup sh bin/mqbroker -n 10.3.87.24:9876;10.3.87.25:9876 -c conf/2m-2s-sync/broker-a.properties &
   
   I get "-bash: 10.3.87.27:9876: command not found"
   
   I only can run nohup sh bin/mqbroker -n 10.3.87.24:9876 -c conf/2m-2s-sync/broker-a.properties &
   
   
   2. Please tell us about your environment:
   
   CentOS 7.8
   
   


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

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



[GitHub] [rocketmq] odbozhou closed issue #3103: command not found

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #3103:
URL: https://github.com/apache/rocketmq/issues/3103


   


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

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



[GitHub] [rocketmq] caigy commented on issue #3103: command not found

Posted by GitBox <gi...@apache.org>.
caigy commented on issue #3103:
URL: https://github.com/apache/rocketmq/issues/3103#issuecomment-871323329


   When the shell sees a semicolon (;) on a command line, it's treated as a command separator, you should try to put it in single quotes, like `nohup sh bin/mqbroker -n '10.3.87.24:9876;10.3.87.25:9876' -c conf/2m-2s-sync/broker-a.properties &`


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

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