[OPEN-ILS-GENERAL] srfsh% login USER PASSWORD wont authenticate

Howard Canning hcanning at bluehills.org
Sat Mar 7 10:25:18 EST 2015


Hi all,
Thanks for the replies. Ok I started afresh to reduce chances of an error
as this is my final attempt hopefully.
Attached is my rather OCD/methodical list of ssh commands, logs, osrf
diagnostic and the end settings tester I use to install everything. I am
installed on Ubuntu 14.04 on using a linode.com server.

I use Putty as my SSH client and also monitor file locations using
Filezilla. See screenshots of files in filezilla and the etc/host in Putty..

I switched out the password btw.

This install actually threw no errors so I'm hopeful.

I am installing:

http://evergreen-ils.org/downloads/opensrf-2.4.0.tar.gz

Evergreen Server

http://evergreen-ils.org/downloads/Evergreen-ILS-2.7.4.tar.gz

Client

http://evergreen-ils.org/downloads/evergreen-setup-2.7.4.exe



****

*I also get the below when I run autogen.sh (only error):*

 opensrf at li904-206:~$ autogen.sh
Updating Evergreen organization tree and IDL

Updating fieldmapper
Empty filename at /usr/local/share/perl/5.18.2/OpenILS/Utils/Fieldmapper.pm
line 199.
 -> /openils/var/web/opac/common/js//fmall.js
Updating web_fieldmapper
Empty filename at /usr/local/share/perl/5.18.2/OpenILS/Utils/Fieldmapper.pm
line 199.
 -> /openils/var/web/opac/common/js//fmcore.js
Updating OrgTree
Empty filename at /usr/local/share/perl/5.18.2/OpenILS/Utils/Fieldmapper.pm
line 199.
Empty filename at /usr/local/share/perl/5.18.2/OpenILS/Utils/Fieldmapper.pm
line 199.
Exception: OpenSRF::EX::Session 2015-03-07T14:40:19 OpenSRF::Transport
/usr/local/share/perl/5.18.2/OpenSRF/Transport.pm:83 Session Error:
router at private.localhost/open-ils.cstore IS NOT CONNECTED TO THE NETWORK!!!


....which I expect is due to my server IP not being reflected someplace?

So if my linode server is running as e.g. IP 21.22.23.24 ...where do I
update this in the config files.

I ultimately want to login to evergreen at http://21.22.23.24

 In Putty "su -" switches me to root if thats ok?
"sudo su -" asks me for the sudo password for "user" which isn't set. I
created "user" using adduser with default settings.

Thanks all for your help!


Same attachments on dropbox if not accessible otherwise:
https://www.dropbox.com/sh/woa0a4qib8yjtx4/AACDT2p8MdL5QUqHoJ-YoS7Ia?dl=0


On Sat, Mar 7, 2015 at 8:29 AM, Chris Sharp <csharp at georgialibraries.org>
wrote:

> Hi Howard,
>
> ----- Original Message -----
> > From: "Howard Canning" <hcanning at bluehills.org>
> > To: "Evergreen Discussion Group" <
> open-ils-general at list.georgialibraries.org>
> > Sent: Friday, March 6, 2015 9:17:30 PM
> > Subject: Re: [OPEN-ILS-GENERAL] srfsh% login USER PASSWORD wont
> authenticate
> >
> > Not having luck with installing Evergreen ILS. Attempted at least 5 long
> > comprehensive times with ubuntu 14.04 and 12.04.
> > With Ubuntu 12.04 just now
> >
> > cp Open-ILS/examples/apache/eg.conf       /etc/apache2/sites-available/
> > cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/
> > cp Open-ILS/examples/apache/eg_startup    /etc/apache2/
> >
> > actually had "in" appended to the ends in their directories...so:
> > cp Open-ILS/examples/apache/eg.conf.in
>  /etc/apache2/sites-available/
> > cp Open-ILS/examples/apache/eg_vhost.conf.in /etc/apache2/
> > cp Open-ILS/examples/apache/eg_startup.in    /etc/apache2/
> >
> > and errors like:
> >
> > ossible unintended interpolation of @sysconfdir in string at
> > Open-ILS/src/support-scripts/eg_db_config line 329.
> > Possible unintended interpolation of @sysconfdir in string at
> > Open-ILS/src/support-scripts/eg_db_config line 329.
> > Global symbol "@sysconfdir" requires explicit package name at
> > Open-ILS/src/support-scripts/eg_db_config line 329.
> > Global symbol "@sysconfdir" requires explicit package name at
> > Open-ILS/src/support-scripts/eg_db_config line 329.
> > Execution of Open-ILS/src/support-scripts/eg_db_config aborted due to
> > compilation errors.
> >
> > ************************
>
> Are you copying these from the source directory from which you built and
> installed Evergreen?  The "configure/make/make install" process should be
> substituting the actual values for @sysconfdir, etc. and creating the files
> described in the installation README.  Sounds like you either missed a step
> or or working from more than one source directory.
>
> >
> > Is there a version of OpenSRF, Evergreen, Ubuntu and client that
> > install cleanly with a tutorial to go with.
> >
> > I just keep getting errors thrown despite being methodical. Apache
> > restart issues, services not running like  open-ils.auth, apparent
> > data corruption....
> >
> > My luck is out. Would love to see this working.
> >
> > Thanks
>
> If what you're after is a running Evergreen system, you might consider
> installing from the GPLS archive: http://archive.georgialibraries.org/
> It's slightly behind on the version, but still in the 2.7 release family.
> It requires a fresh install of Ubuntu 12.04.
>
> However, if your goal is to successfully get through the installation
> instructions, we can help you do that too.  For live help (M-F 9-5
> EST/EDT), use the #evergreen IRC channel (
> http://evergreen-ils.org/communicate/irc/ for details).  Sometimes people
> are around on the weekends too.
>
> --
> Chris Sharp
> PINES System Administrator
> Georgia Public Library Service
> 1800 Century Place, Suite 150
> Atlanta, Georgia 30345
> (404) 235-7147
> csharp at georgialibraries.org
> http://pines.georgialibraries.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0001.html>
-------------- next part --------------
opensrf at li904-206:/home/user/Evergreen-ILS-2.7.4$ osrf_control --localhost --diagnostic

* open-ils.acq             is not running

* open-ils.actor           is not running

* open-ils.auth            is not running

* open-ils.auth_proxy      is not running

* open-ils.booking         is not running

* open-ils.cat             is not running

* open-ils.circ            is not running

* open-ils.collections     is not running

* open-ils.cstore          is not running

* open-ils.fielder         is not running

* open-ils.justintime      is not running

* open-ils.pcrud           is not running

* open-ils.penalty         is not running

* open-ils.permacrud       is not running

* open-ils.reporter        is not running

* open-ils.reporter-store  is not running

* open-ils.search          is not running

* open-ils.serial          is not running

* open-ils.storage         is not running

* open-ils.supercat        is not running

* open-ils.trigger         is not running

* open-ils.url_verify      is not running

* open-ils.vandelay        is not running

* opensrf.dbmath           [2262] uptime=53:09       cputime=00:00:00    #drones=5

* opensrf.math             [2240] uptime=53:09       cputime=00:00:00    #drones=5

* opensrf.persist          [2214] uptime=53:09       cputime=00:00:00    #drones=5

*       ERR opensrf.persist [2214] NOT configured for this host.

* opensrf.settings         [2205] uptime=53:09       cputime=00:00:00    #drones=5

* opensrf.validator        [2225] uptime=53:09       cputime=00:00:00    #drones=5

*       ERR opensrf.validator [2225] NOT configured for this host.

* router                   [2197] uptime=53:11       cputime=00:00:00

* router                   [2198] uptime=53:11       cputime=00:00:00

opensrf at li904-206:/home/user/Evergreen-ILS-2.7.4$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Evergreen Installation.xlsx
Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Size: 13732 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0001.xlsx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: settings-tester.docx
Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
Size: 13180 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0001.docx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot1.PNG
Type: image/png
Size: 53931 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot2.PNG
Type: image/png
Size: 27117 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot3.PNG
Type: image/png
Size: 47743 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0009.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot4.PNG
Type: image/png
Size: 17897 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0010.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot5.PNG
Type: image/png
Size: 25706 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0011.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot6.PNG
Type: image/png
Size: 31161 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0012.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot7.PNG
Type: image/png
Size: 30364 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0013.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.zip
Type: application/zip
Size: 12474 bytes
Desc: not available
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20150307/8e09e5a9/attachment-0001.zip>


More information about the Open-ils-general mailing list