I recently moved the hobbit server from one box to another. I changed DNS entries, firewall entries, etc., and now today everything except one box is reporting. The new hobbit server itself is not report its own status. I start the hobbit server with:
su - hobbit
$ ~/current/server/hobbit.sh start
The daemon does start, things updating, etc., just not the server box itself. In /var/log/hobbit/hobbitclient.log I have lots of messages:
... 2007-12-20 09:04:00 Whoops ! bb failed to send message - Connection failed 2007-12-20 09:09:01 Could not connect to bbd at 10.1.2.89:1984 - Connection refused 2007-12-20 09:09:01 Whoops ! bb failed to send message - Connection failed 2007-12-20 09:14:02 Could not connect to bbd at 10.1.2.89:1984 - Connection refused 2007-12-20 09:14:02 Whoops ! bb failed to send message - Connection failed 2007-12-20 09:19:03 Could not connect to bbd at 10.1.2.89:1984 - Connection refused ...
Looks like the client daemon did not start. What more do I need to add starting the server to start the client?
Ideas?
Mike