# check for running server
  (ps -u firebird | grep fb*)   &&
    message ${PROBLEM_COLOR}please stop the firebird server and try again\
            ${DEFAULT_COLOR}    &&
    return 1
return 0
