You are not logged in.
We were trying to start X-ServiceBroker on a linux server using the following command
sudo X-ServiceBroker start
it seems as if something has change with sudo after some patches were applied. The new command should be as follows:
sudo -b X-ServiceBroker start
the -b tells sudo to start the process in the background as a service/daemon should.
Offline