I am at the end of the how-to and here is my issue srfsh cannot bootstrap the client The following is a restart of everything following the suggestion at http://list.georgialibraries.org/pipermail/open-ils-general/2011-May/004883.html
It seems to be failing to find something related to the python implementation This is Ubuntu 10.4lts, python 2.6 Wolf Halton -- This Apt Has Super Cow Powers - http://sourcefreedom.com root@LTS-Evergreen-Demo-1:~# /etc/init.d/ejabberd restart Restarting jabber server: ejabberd. root@LTS-Evergreen-Demo-1:~# /etc/init.d/memcached restart Restarting memcached: memcached. root@LTS-Evergreen-Demo-1:~# ejabberdctl status The node 'ejabberd@LTS-Evergreen-Demo-1' is started with status: started ejabberd 2.1.2 is running in that node root@LTS-Evergreen-Demo-1:~# su - opensrf opensrf@LTS-Evergreen-Demo-1:~$ osrf_ctl.sh -a stop_all Stopping OpenSRF Python Traceback (most recent call last): File "/openils/bin/opensrf.py", line 244, in <module> do_init() File "/openils/bin/opensrf.py", line 90, in do_init config_file = config_file, config_context = config_ctx) File "/usr/local/lib/python2.6/dist-packages/OpenSRF-2.0.0-py2.6.egg/osrf/system.py", line 61, in net_connect network.connect() File "/usr/local/lib/python2.6/dist-packages/OpenSRF-2.0.0-py2.6.egg/osrf/net.py", line 149, in connect JabberClient.connect(self) File "/usr/local/lib/python2.6/dist-packages/pyxmpp-1.1.2-py2.6-linux-i686.egg/pyxmpp/jabber/client.py", line 110, in connect Client.connect(self, register) File "/usr/local/lib/python2.6/dist-packages/pyxmpp-1.1.2-py2.6-linux-i686.egg/pyxmpp/client.py", line 150, in connect stream.connect() File "/usr/local/lib/python2.6/dist-packages/pyxmpp-1.1.2-py2.6-linux-i686.egg/pyxmpp/clientstream.py", line 126, in connect self._connect(server,port) File "/usr/local/lib/python2.6/dist-packages/pyxmpp-1.1.2-py2.6-linux-i686.egg/pyxmpp/clientstream.py", line 148, in _connect Stream._connect(self,server,port,service,self.my_jid.domain) File "/usr/local/lib/python2.6/dist-packages/pyxmpp-1.1.2-py2.6-linux-i686.egg/pyxmpp/streambase.py", line 236, in _connect raise exception pyxmpp.exceptions.DNSError: Could not resolve 'private.localhost': NXDOMAIN OpenSRF C not running Stopping OpenSRF Perl * stopping all services for LTS-Evergreen-Demo-1.lyrasis.org Stopping OpenSRF Router process 1698 1699... opensrf@LTS-Evergreen-Demo-1:~$ rm /openils/var/run/*.pid rm: cannot remove `/openils/var/run/*.pid': No such file or directory opensrf@LTS-Evergreen-Demo-1:~$ osrf_ctl.sh -a start_all Starting OpenSRF Router Starting OpenSRF Perl * starting all services for LTS-Evergreen-Demo-1.lyrasis.org Starting OpenSRF C (host=LTS-Evergreen-Demo-1.lyrasis.org) opensrf@LTS-Evergreen-Demo-1:~$ /openils/bin/srfsh Unable to bootstrap client for requests
