<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Martin,<br>
    <br>
    Making a test server can be fairly automated these days. All of the
    install steps have been implemented using Ansible scripts. FWIW:<br>
    <br>
    # Use the latest ansible version for Ubuntu<br>
    sudo apt-get install software-properties-common # sometimes
    necessary<br>
    sudo apt-add-repository ppa:ansible/ansible<br>
    sudo apt-get update<br>
    sudo apt-get install git ansible<br>
    git clone --branch ubuntu-18.04 \<br>
        <a class="moz-txt-link-freetext" href="https://github.com/berick/evergreen-ansible-installer.git">https://github.com/berick/evergreen-ansible-installer.git</a><br>
    cd evergreen-ansible-installer<br>
    sudo ansible-playbook playbook.yml<br>
    <br>
    <br>
    Or you can install the containerized test server (thereby not
    altering your system, but instead installing an image).
    Documentation here: <a moz-do-not-send="true"
      href="https://hub.docker.com/r/mobiusoffice/evergreen-ils"
      class="moz-txt-link-freetext">https://hub.docker.com/r/mobiusoffice/evergreen-ils</a><br>
    <br>
    But the command is:<br>
    <br>
    docker run -it -p 80:80 -p 443:443 -p 210:210 -p 6001:6001 -p 32:22
    -p 5433:5432 -h app.evergreen.com mobiusoffice/evergreen-ils<br>
    <br>
    This assumes you have docker installed on your system.<br>
    <br>
    <pre class="moz-signature" cols="72">-Blake-
Conducting Magic
Can consume data in any format
MOBIUS

</pre>
    <div class="moz-cite-prefix">On 10/20/2021 10:02 AM, Martin House
      via Evergreen-general wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAAmhr1dFuA54y0DbuSwG6EZRytRtUBN+2dNb1LLxQ6yZ-9Fb=g@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Thank you so much. I will try your suggestions.
        Thank you very much for your response. I'd love to get a test
        version of this up and running. 
        <div><br>
        </div>
        <div>Martin</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Oct 20, 2021 at 10:17
          AM Jason Boyer <<a href="mailto:JBoyer@equinoxoli.org"
            moz-do-not-send="true" class="moz-txt-link-freetext">JBoyer@equinoxoli.org</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div style="overflow-wrap: break-word;">That error implies
            that something is wrong with either the ejabberd config or
            the username / passwords for the ejabberd users in
            opensrf_core.xml, or potentially the database configuration
            for the service(s) logging that error. 
            <div><br>
            </div>
            <div>Some things to check:</div>
            <div>Is auth_password_format set to plain in the ejabberd
              config and was ejabberd restarted after that change?</div>
            <div>Were the 4 ejabberd users registered after the password
              format change or before?</div>
            <div>Do the ejabberd user names and passwords in
              opensrf_core.xml match the values you used when
              registering the users?</div>
            <div>Do *all* of the database configuration sections in
              opensrf.xml match the values for the Postgres user that
              you created? (If you used the --update-config option to
              eg_db_config then that should already be the case)</div>
            <div>Did you restart PostgreSQL after changing any values in
              postgresql.conf or pg_hba.conf?</div>
            <div>Can you connect to the database with psql using the
              username and password you used for Evergreen?</div>
            <div><br>
              <div>
                <div dir="auto"
style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                  <div dir="auto"
style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                    <div dir="auto"
style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                      <div><br>
                        -- <br>
                        Jason Boyer<br>
                        Senior System Administrator<br>
                        Equinox Open Library Initiative<br>
                        <a href="mailto:JBoyer@equinoxOLI.org"
                          target="_blank" moz-do-not-send="true"
                          class="moz-txt-link-freetext">JBoyer@equinoxOLI.org</a><br>
                        +1 (877) Open-ILS (673-6457)<br>
                        <a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__equinoxOLI.org_&d=DwQFaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=asPu8BnzxbdZtaAWrtV9i_MG0ptUS6iJkGlpfGB3wOPVG5BJhaz3dowi3p4pgrxX&s=mG8djDSFT7hJm8Fq173IC3RA0wBx_VvpduqM3gETBAQ&e="
                          target="_blank" moz-do-not-send="true">https://equinoxOLI.org/</a></div>
                    </div>
                  </div>
                </div>
              </div>
              <div><br>
                <blockquote type="cite">
                  <div>On Oct 20, 2021, at 9:17 AM, Martin House <<a
                      href="mailto:martin.house@cpcc.edu"
                      target="_blank" moz-do-not-send="true"
                      class="moz-txt-link-freetext">martin.house@cpcc.edu</a>>
                    wrote:</div>
                  <br>
                  <div>
                    <div dir="ltr">Morning,
                      <div>Thanks for your response Jason. I do have
                        Evergreen installed, but noticed last night that
                        when I try to run it is says that my server is
                        not connected to a network. I wonder if that is
                        the problem? I have gone through all the steps
                        in the ReadMe for both opensrf and the Evergreen
                        server install, so I feel a bit stuck right
                        now. </div>
                      <div><br>
                      </div>
                      <div>Thanks,</div>
                      <div><br>
                      </div>
                      <div>Martin </div>
                    </div>
                    <br>
                    <div class="gmail_quote">
                      <div dir="ltr" class="gmail_attr">On Wed, Oct 20,
                        2021 at 8:55 AM Jason Boyer <<a
                          href="mailto:JBoyer@equinoxoli.org"
                          target="_blank" moz-do-not-send="true"
                          class="moz-txt-link-freetext">JBoyer@equinoxoli.org</a>>
                        wrote:<br>
                      </div>
                      <blockquote class="gmail_quote" style="margin:0px
                        0px 0px 0.8ex;border-left:1px solid
                        rgb(204,204,204);padding-left:1ex">
                        <div>Hi Martin, have you also installed
                          Evergreen at this point and followed all of
                          the configuration steps as part of those
                          instructions? The opensrf.xml and
                          opensrf_core.xml files for Evergreen are
                          significantly expanded on the versions
                          included in opensrf itself. If Evergreen isn’t
                          yet installed and its services running there’s
                          nothing included in the base opensrf install
                          that can be logged in to.
                          <div><br>
                          </div>
                          <div>Jason<br>
                            <div>
                              <div dir="auto"
style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                                <div dir="auto"
style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                                  <div dir="auto"
style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">
                                    <div><br>
                                      -- <br>
                                      Jason Boyer<br>
                                      Senior System Administrator<br>
                                      Equinox Open Library Initiative<br>
                                      <a
                                        href="mailto:JBoyer@equinoxOLI.org"
                                        target="_blank"
                                        moz-do-not-send="true"
                                        class="moz-txt-link-freetext">JBoyer@equinoxOLI.org</a><br>
                                      +1 (877) Open-ILS (673-6457)<br>
                                      <a
href="https://urldefense.proofpoint.com/v2/url?u=https-3A__equinoxOLI.org_&d=DwQFaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=6nfXHcORzrD-CJ4ngSV7Jms-VhM-nXCT_dws1anlfCusv7L9Ws5qHUEi6pp0Krp1&s=6_waXRJ77HkuHcUVBDMwSs9US2_YONE05ss49i43gUM&e="
                                        target="_blank"
                                        moz-do-not-send="true">https://equinoxOLI.org/</a></div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div><br>
                              <blockquote type="cite">
                                <div>On Oct 19, 2021, at 7:54 PM, Martin
                                  House via Evergreen-general <<a
                                    href="mailto:evergreen-general@list.evergreen-ils.org"
                                    target="_blank"
                                    moz-do-not-send="true"
                                    class="moz-txt-link-freetext">evergreen-general@list.evergreen-ils.org</a>>
                                  wrote:</div>
                                <br>
                                <div>
                                  <div dir="ltr">Hi Everyone,
                                    <div>I could use some
                                      troubleshooting help. After much
                                      tinkering with the install on my
                                      VirtualBox running Ubuntu 18.4, I
                                      was able to get opensrf to work
                                      and have been successful with the
                                      installation instructions up to
                                      where I need to login to srfsh
                                      using the egadmin and password.</div>
                                    <div><br>
                                    </div>
                                    <div>When I ran the perl script it
                                      was my understanding that the
                                      <admin-user> and
                                      <admin-password> I entered
                                      for egadmin would generate that
                                      user, but now I'm not certain it
                                      did. </div>
                                    <div><br>
                                    </div>
                                    <div>I would appreciate some
                                      troubleshooting tips. While I
                                      found some, they were from 1.6,
                                      and I don't think that these will
                                      work. </div>
                                    <div><br>
                                    </div>
                                    <div>The error message I receive is
                                      that I cannot login using egadmin.</div>
                                    <div><br>
                                    </div>
                                    <div>I'd appreciate any suggestions
                                      on how to fix this.</div>
                                    <div><br>
                                    </div>
                                    <div>Sincerely,</div>
                                    <div><br>
                                    </div>
                                    <div>Martin<br clear="all">
                                      <div><br>
                                      </div>
                                      -- <br>
                                      <div dir="ltr">
                                        <div dir="ltr"><strong
                                            style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">Martin House, Ed.D</strong><br
                                            style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                          <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">Assistant Director, Public
                                            Services</span>
                                          <div>Library<br
                                              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                            <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">Central Piedmont Community
                                              College</span><br
                                              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                            <font face="futura-pt,
                                              Helvetica, Arial,
                                              sans-serif, Helvetica
                                              Neue, Helvetica, Arial,
                                              sans-serif"
                                              color="#231f20">Library,
                                              Central Campus</font><br
                                              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                            <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">P.O. Box 35009 Charlotte, NC
                                              28235</span><br
                                              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                            <strong
                                              style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">t </strong><span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">704.330.6752 | </span><br
                                              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif">
                                            <a
                                              href="http://www.cpcc.edu/"
style="line-height:inherit;color:rgb(0,115,150);background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
Neue",Helvetica,Arial,sans-serif" target="_blank"
                                              moz-do-not-send="true">cpcc.edu</a><br>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
_______________________________________________<br>
                                  Evergreen-general mailing list<br>
                                  <a
                                    href="mailto:Evergreen-general@list.evergreen-ils.org"
                                    target="_blank"
                                    moz-do-not-send="true"
                                    class="moz-txt-link-freetext">Evergreen-general@list.evergreen-ils.org</a><br>
                                  <a
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__list.evergreen-2Dils.org_cgi-2Dbin_mailman_listinfo_evergreen-2Dgeneral&d=DwQFaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=6nfXHcORzrD-CJ4ngSV7Jms-VhM-nXCT_dws1anlfCusv7L9Ws5qHUEi6pp0Krp1&s=g2xAu5ysaYiAwfzHDpR1AP1oxEv9gViSp6-JK7Yf79s&e="
                                    target="_blank"
                                    moz-do-not-send="true">http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general</a><br>
                                </div>
                              </blockquote>
                            </div>
                            <br>
                          </div>
                        </div>
                      </blockquote>
                    </div>
                    <br clear="all">
                    <div><br>
                    </div>
                    -- <br>
                    <div dir="ltr">
                      <div dir="ltr"><strong
                          style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                          Neue",Helvetica,Arial,sans-serif">Martin
                          House, Ed.D</strong><br
                          style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                          Neue",Helvetica,Arial,sans-serif">
                        <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                          Neue",Helvetica,Arial,sans-serif">Assistant
                          Director, Public Services</span>
                        <div>Library<br style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">
                          <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">Central
                            Piedmont Community College</span><br
                            style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">
                          <font face="futura-pt, Helvetica, Arial,
                            sans-serif, Helvetica Neue, Helvetica,
                            Arial, sans-serif" color="#231f20">Library,
                            Central Campus</font><br
                            style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">
                          <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">P.O.
                            Box 35009 Charlotte, NC 28235</span><br
                            style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">
                          <strong
                            style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">t </strong><span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">704.330.6752
                            | </span><br style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif">
                          <a href="http://www.cpcc.edu/"
                            style="line-height:inherit;color:rgb(0,115,150);background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
                            Neue",Helvetica,Arial,sans-serif"
                            target="_blank" moz-do-not-send="true">cpcc.edu</a><br>
                        </div>
                      </div>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
          </div>
        </blockquote>
      </div>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      <div dir="ltr" class="gmail_signature">
        <div dir="ltr"><strong
            style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
            Neue",Helvetica,Arial,sans-serif">Martin House, Ed.D</strong><br
            style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
            Neue",Helvetica,Arial,sans-serif">
          <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
            Neue",Helvetica,Arial,sans-serif">Assistant Director,
            Public Services</span>
          <div>Library<br style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">
            <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">Central Piedmont
              Community College</span><br style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">
            <font face="futura-pt, Helvetica, Arial, sans-serif,
              Helvetica Neue, Helvetica, Arial, sans-serif"
              color="#231f20">Library, Central Campus</font><br
              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">
            <span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">P.O. Box 35009
              Charlotte, NC 28235</span><br
              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">
            <strong style="line-height:inherit;background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">t </strong><span
style="color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">704.330.6752 | </span><br
              style="background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;color:rgb(35,31,32);font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif">
            <a href="http://www.cpcc.edu/"
              style="line-height:inherit;color:rgb(0,115,150);background-position:50%
0%;background-repeat:no-repeat;word-break:break-word;font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica
              Neue",Helvetica,Arial,sans-serif" target="_blank"
              moz-do-not-send="true">cpcc.edu</a><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Evergreen-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Evergreen-general@list.evergreen-ils.org">Evergreen-general@list.evergreen-ils.org</a>
<a class="moz-txt-link-freetext" href="http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general">http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>