Hi, i have 1.8 CMS custom install running fine on a godaddy VMS ubuntu 15 and now im trying to get XMR up.
response is:
# php /var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar
[2017-04-09 10:17:14] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-09 10:17:14] xmr.ERROR: Failed to bind the ZMQ: No such device [] []
[2017-04-09 10:17:14] xmr.ERROR: #0 [internal function]: ZMQSocket->bind('tcp://localhost...') #1 phar:///var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar/vendor/react/zmq/src/React/ZMQ/SocketWrapper.php(114): call_user_func_array(Array, Array) #2 phar:///var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar/index.php(56): React\ZMQ\SocketWrapper->__call('bind', Array) #3 phar:///var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar/index.php(56): React\ZMQ\SocketWrapper->bind('tcp://localhost...') #4 /var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar(10): require('phar:///var/www...') #5 {main} [] []
I have ZMQ installed (I think. as it had check in CMS install)
installed xmr with composer as in documentation in github
have config.json
{
"listenOn": "tcp://localhost:50001",
"pubOn": ["tcp://localhost:9505", "tcp://localhost:50002"],
"debug": true
}
LOG output
[2017-04-07 22:02:54] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-07 22:17:59] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-07 22:17:59] xmr.ERROR: Failed to bind the ZMQ: No such device [] []
[2017-04-07 22:17:59] xmr.ERROR: #0 [internal function]: ZMQSocket->bind('tcp://localhost...') #1 /var/www/html/vendor/react/zmq/src/React/ZMQ/SocketWrapper.php(114): $
[2017-04-07 22:31:22] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-07 22:31:22] xmr.ERROR: Failed to bind the ZMQ: No such device [] []
[2017-04-07 22:31:22] xmr.ERROR: #0 [internal function]: ZMQSocket->bind('tcp://localhost...') #1 phar:///var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar/vendor/$
[2017-04-09 09:35:13] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-09 09:35:13] xmr.ERROR: Failed to bind the ZMQ: No such device [] []
[2017-04-09 09:35:13] xmr.ERROR: #0 [internal function]: ZMQSocket->bind('tcp://localhost...') #1 /var/www/html/vendor/xibosignage/vendor/react/zmq/src/React/ZMQ/Socke$
[2017-04-09 10:17:14] xmr.INFO: Starting up - listening for CMS on tcp://localhost:50001. [] []
[2017-04-09 10:17:14] xmr.ERROR: Failed to bind the ZMQ: No such device [] []
[2017-04-09 10:17:14] xmr.ERROR: #0 [internal function]: ZMQSocket->bind('tcp://localhost...') #1 phar:///var/www/html/vendor/xibosignage/xibo-xmr/bin/xmr.phar/vendor/$
and it doesn’t appear to be running in netstat
any clues?