<div dir="auto">Thanks. I’m try it. </div><div dir="auto"><br></div><div dir="auto">Martin</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 20, 2021 at 15:37 Blake Henderson <<a href="mailto:blake@mobiusconsortium.org">blake@mobiusconsortium.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
<div>
Martin,<br>
<br>
Give the Docker container a whirl. With that, you don't need to
worry about which OS you are using. It just needs to have docker
installed. The image does the rest :)<br>
<br>
Installing Docker on your system is pretty straightforward:<br>
<br>
<a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__docs.docker.com_engine_install_ubuntu_&d=DwMDaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=a2HORcwcGYe3CmHTBA47nRCnltgANX5SVIG5-oGpaWDWN-bu0Ez8y69V3HjkZKu3&s=U1ZfPm27zayL5nlzDi1Vk8WSrXKm6ondoHxFbXD2Q6E&e=" target="_blank">https://docs.docker.com/engine/install/ubuntu/</a><br>
<br>
<pre cols="72" style="font-family:monospace">-Blake-
Conducting Magic
Can consume data in any format
MOBIUS
</pre>
<div>On 10/20/2021 2:13 PM, Martin House
wrote:<br>
</div>
<blockquote type="cite">
<div dir="auto">Hi,</div>
<div dir="auto">I was wondering that as well. Lol. I’m going to
install 18.04 and try that. Thanks. </div>
<div dir="auto"><br>
</div>
<div dir="auto">Martin</div>
<div><br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Oct 20, 2021 at
14:54 Blake Henderson <<a href="mailto:blake@mobiusconsortium.org" target="_blank">blake@mobiusconsortium.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
<div> Martin,<br>
<br>
The problem might* be that you are installing onto an
Ubuntu 20.04 system using the Ubuntu 18.04 installer?<br>
<pre cols="72" style="font-family:monospace">-Blake-
Conducting Magic
Can consume data in any format
MOBIUS</pre>
<div>On 10/20/2021 12:55 PM, Martin House wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hi Blake,
<div>I was able to get the file downloaded and untared
using the Ubuntu 20.04 desktop because the git clone
command throws the error that "https" is not
supported. Eventually the install failed when
installing the angular files. I'm now trying to
install it on ubuntu server 20.04 w/o a GUI, but am
stuck where I can't clone from git because of the
same git clone error "fatal: protocol ' https' is
not supported. I did not copy and paste the clone
command but typed it in manually. </div>
<div><br>
</div>
<div>Thanks, I'll keep working at it on my end.</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 11:51 AM Blake Henderson via Evergreen-general
<<a href="mailto:evergreen-general@list.evergreen-ils.org" target="_blank">evergreen-general@list.evergreen-ils.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
<div> 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 href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_berick_evergreen-2Dansible-2Dinstaller.git&d=DwMDaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=Mi3gh4F_tLRtwRnKJpCAMteavCNTUf4PJKggFSO84GK33yePHj4UPWpRsCyeaUwY&s=_3hjJ0PUc-SN1Co1NESd51wipTgyC0Y0PX1hjGEI4YM&e=" target="_blank">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 href="https://urldefense.proofpoint.com/v2/url?u=https-3A__hub.docker.com_r_mobiusoffice_evergreen-2Dils&d=DwMDaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=Mi3gh4F_tLRtwRnKJpCAMteavCNTUf4PJKggFSO84GK33yePHj4UPWpRsCyeaUwY&s=chtZnbUdsXNhm4pTxhgtF5b7Znd1s_ZF7ZFjsLtYmEw&e=" target="_blank">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 <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__app.evergreen.com&d=DwMDaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=S1LS8bc-9bXGKGY0HllsfR7_PZVxI89Rdf14TGJfGwxpiKfa83pGdZNOokHkXAg9&s=JmYsW9uZMODe9KZytnzdeWgAkN24P5nHe3Q1l_q7GKY&e=" target="_blank">app.evergreen.com</a>
mobiusoffice/evergreen-ils<br>
<br>
This assumes you have docker installed on your
system.<br>
<br>
<pre cols="72" style="font-family:monospace">-Blake-
Conducting Magic
Can consume data in any format
MOBIUS
</pre>
<div>On 10/20/2021 10:02 AM, Martin House via
Evergreen-general wrote:<br>
</div>
<blockquote type="cite">
<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" target="_blank">JBoyer@equinoxoli.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
<div>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="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;color:rgb(0,0,0)">
<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;color:rgb(0,0,0)">
<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;color:rgb(0,0,0)">
<div><br>
-- <br>
Jason Boyer<br>
Senior System Administrator<br>
Equinox Open Library
Initiative<br>
<a href="mailto:JBoyer@equinoxOLI.org" target="_blank">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">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">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">JBoyer@equinoxoli.org</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">
<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">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">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">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>Martin
House, Ed.D</strong><br>
<span>Assistant
Director,
Public
Services</span>
<div>Library<br>
<span>Central
Piedmont
Community
College</span><br>
<font face="futura-pt,
Helvetica,
Arial,
sans-serif,
Helvetica
Neue,
Helvetica,
Arial,
sans-serif" style="font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;color:rgb(0,0,0)">Library,
Central Campus</font><br>
<span>P.O. Box
35009
Charlotte, NC
28235</span><br>
<strong>t </strong><span>704.330.6752
| </span><br>
<a href="http://www.cpcc.edu/" target="_blank">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">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">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>Martin
House, Ed.D</strong><br>
<span>Assistant Director,
Public Services</span>
<div>Library<br>
<span>Central Piedmont
Community College</span><br>
<font face="futura-pt,
Helvetica, Arial,
sans-serif, Helvetica
Neue, Helvetica, Arial,
sans-serif" style="font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;color:rgb(0,0,0)">Library,
Central Campus</font><br>
<span>P.O. Box 35009
Charlotte, NC 28235</span><br>
<strong>t </strong><span>704.330.6752
| </span><br>
<a href="http://www.cpcc.edu/" target="_blank">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">
<div dir="ltr"><strong>Martin House, Ed.D</strong><br>
<span>Assistant Director, Public Services</span>
<div>Library<br>
<span>Central Piedmont Community College</span><br>
<font face="futura-pt, Helvetica, Arial,
sans-serif, Helvetica Neue, Helvetica,
Arial, sans-serif" style="font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;color:rgb(0,0,0)">Library, Central
Campus</font><br>
<span>P.O. Box 35009 Charlotte, NC 28235</span><br>
<strong>t </strong><span>704.330.6752 | </span><br>
<a href="http://www.cpcc.edu/" target="_blank">cpcc.edu</a><br>
</div>
</div>
</div>
<br>
<fieldset></fieldset>
<pre style="font-family:monospace">_______________________________________________
Evergreen-general mailing list
<a href="mailto:Evergreen-general@list.evergreen-ils.org" style="font-family:monospace" target="_blank">Evergreen-general@list.evergreen-ils.org</a>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__list.evergreen-2Dils.org_cgi-2Dbin_mailman_listinfo_evergreen-2Dgeneral&d=DwMDaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=Mi3gh4F_tLRtwRnKJpCAMteavCNTUf4PJKggFSO84GK33yePHj4UPWpRsCyeaUwY&s=7ghnmIfJIRe0-Tb44o6MkKIGUBDytDH71-mZ1xyPcV0&e=" style="font-family:monospace" target="_blank">http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general</a>
</pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
Evergreen-general mailing list<br>
<a href="mailto:Evergreen-general@list.evergreen-ils.org" target="_blank">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=DwIGaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=Mi3gh4F_tLRtwRnKJpCAMteavCNTUf4PJKggFSO84GK33yePHj4UPWpRsCyeaUwY&s=7ghnmIfJIRe0-Tb44o6MkKIGUBDytDH71-mZ1xyPcV0&e=" rel="noreferrer" target="_blank">https://urldefense.proofpoint.com/v2/url?u=http-3A__list.evergreen-2Dils.org_cgi-2Dbin_mailman_listinfo_evergreen-2Dgeneral&d=DwIGaQ&c=eyK8KBY19DualCOSet0JGw&r=otODVZ2rwF8eU8MhsxpDqHSkw7GQfXEkPFPzWvUV6mE&m=Mi3gh4F_tLRtwRnKJpCAMteavCNTUf4PJKggFSO84GK33yePHj4UPWpRsCyeaUwY&s=7ghnmIfJIRe0-Tb44o6MkKIGUBDytDH71-mZ1xyPcV0&e=</a>
<br>
</blockquote>
</div>
<br clear="all"></blockquote></div></blockquote></div></div></blockquote></div><div><blockquote type="cite"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><div><blockquote type="cite">
</blockquote>
</div>
<div>
<blockquote type="cite">
<div><br>
</div>
-- <br>
<div dir="ltr">
<div dir="ltr"><strong>Martin House, Ed.D</strong><br>
<span>Assistant Director, Public Services</span>
<div>Library<br>
<span>Central Piedmont Community College</span><br>
<font face="futura-pt, Helvetica, Arial, sans-serif,
Helvetica Neue, Helvetica, Arial, sans-serif" style="font-family:futura-pt,Helvetica,Arial,sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif;color:rgb(0,0,0)">Library,
Central Campus</font><br>
<span>P.O. Box 35009 Charlotte, NC 28235</span><br>
<strong>t </strong><span>704.330.6752 | </span><br>
<a href="http://www.cpcc.edu/" target="_blank">cpcc.edu</a><br>
</div>
</div>
</div>
</blockquote>
<br>
</div>
</blockquote>
</div>
</div>
-- <br>
<div dir="ltr" data-smartmail="gmail_signature">Martin House</div>
</blockquote>
<br>
</div>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Martin House</div>