Restart Evergreen and Test

  1. As the root user, restart memcached to clear out all old user sessions.

    service memcached restart
  2. As the opensrf user, start all Evergreen and OpenSRF services:

    osrf_control --localhost --start-all
  3. As the opensrf user, run autogen to refresh the static organizational data files:

    cd /openils/bin
    ./autogen.sh
  4. Start srfsh and try logging in using your Evergreen username and password:

    /openils/bin/srfsh
    srfsh% login username password

    You should see a result like:

    Received Data: "250bf1518c7527a03249858687714376"
        ------------------------------------
        Request Completed Successfully
        Request Time in seconds: 0.045286
        ------------------------------------
    
        Received Data: {
           "ilsevent":0,
           "textcode":"SUCCESS",
           "desc":" ",
           "pid":21616,
           "stacktrace":"oils_auth.c:304",
           "payload":{
              "authtoken":"e5f9827cc0f93b503a1cc66bee6bdd1a",
              "authtime":420
           }
    
        }
    
        ------------------------------------
        Request Completed Successfully
        Request Time in seconds: 1.336568
        ------------------------------------

    If this does not work, it’s time to do some troubleshooting.

  5. As the root user, start the Apache web server.

    If you encounter errors, refer to the troubleshooting section of this documentation for tips on finding solutions and seeking further assistance from the Evergreen community.