[OPEN-ILS-DEV] Client Issues

Grant Johnson fgjohnson at upei.ca
Thu Oct 4 20:50:56 EDT 2007


OK Dan,
Thanks.
I was afraid of that.  It looked like the fqdn was optional to me.  
And that was fine for testing purposes.
I have the request in to set up the dns. 
It's just not done yet.

Have a good weekend.
Cheers


F. Grant Johnson
  Systems Coordinator
  Robertson Library
  University of Prince Edward Island
>>> "Dan Scott" <denials at gmail.com> 10/04/07 9:00 PM >>>
On 04/10/2007, Grant Johnson <FGJohnson at upei.ca> wrote:
> Here's Environment specifics - I'm lazy too.......
>
> Ubuntu 7.04 workstation
> OpenSRF Release 0.9
> Fourth release candidate for Evergreen 1.2.0
> IP address only - no fqdn

This last thing is probably what is killing you.

You have to use the fqdn; the output of: "perl -MNet::Domain -e "print
Net::Domain::hostfqdn();" is what is going to be used by the startup
scripts to determine what set of applications listed in opensrf.xml
are going to be started up. You can see one of the relevant lines in
OpenSRF::Utils::Config.pm, line 285:

	my $host = $ENV{'OSRF_HOSTNAME'} || hostfqdn();

Okay, this suggests that you might be able to get away with setting an
environment variable to fake it out, but the instructions are pretty
explicit about the fqdn for a good reason. I'm pretty sure you won't
be able to get any further until you use the fqdn.

-- 
Dan Scott
Laurentian University



More information about the Open-ils-dev mailing list