Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Permit the service time to startup (90+ seconds)

  • Use the "info" command again to see if it is working:       

    • Code Block
      sudo /batm/batm-manage info

5. Examine the

...

logging for errors:

If the admin service still won’t start, the explanation will almost always be caught in the logs.

Start the admin service using this special command:

Code Block
sudo /batm/batm-manage fg admin
  • the admin service will attempt to start - but it will display ALL messages onscreen - successes AND failures. Not all failures are unexpected or unwanted; they are merely reporting tools and the information is used for complex debugging.

  • Errors reported towards the end are the most relevant.

If the admin service is started without the “fg" switch (using “start"), then the admin log will be concatenated to any previous admin log, and can be examined by typing:

Code Block
sudo cat /var/log/batm/admin.log

6. CAS is designed to run on UBUNTU LTS ONLY.

...