[OPEN-ILS-GENERAL] Error in autogen.sh on Fedora

Blake Henderson blake at mobiusconsortium.org
Fri Sep 1 09:13:20 EDT 2017


Bogna,

This is a set of commands that might help for stopping and starting 
everything:

sudo su -
/etc/init.d/apache2 graceful-stop
/etc/init.d/apache2-websockets stop
apache2ctl-websockets stop
su - opensrf
osrf_control --localhost --stop-all
oils_ctl.sh -a stop_sip
exit
ps -ef | grep OpenSRF | grep -v apache | grep -v grep | awk '{print $2}' 
| xargs kill -9
ps -ef | grep Clark | grep -v apache | grep -v grep | awk '{print $2}' | 
xargs kill -9
ps -ef | grep edi_webrick.rb | grep -v apache | grep -v grep | awk 
'{print $2}' | xargs kill -9
ps -ef | grep -i sip | grep -v apache | grep -v grep | awk '{print $2}' 
| xargs kill -9
rm /tmp/reporter-LOCK
su - opensrf
osrf_control --localhost --start-all
autogen.sh -u
exit
/etc/init.d/apache2 restart
/etc/init.d/apache2 start
/etc/init.d/apache2-websockets restart
apache2ctl-websockets start
su - opensrf
oils_ctl.sh -a start_sip
exit
echo '' > /var/log/syslog
echo '' > /openils/var/log/osrfsys.log
tail -f /var/log/apache2/*log /openils/var/log/*log /var/log/syslog

-Blake-
Conducting Magic
MOBIUS
573-234-4513
877-312-3517

On 9/1/2017 7:31 AM, Jason Stephenson wrote:
> Hi, Bogna.
>
> Did you start the OpenSRF services before running autogen.sh? That looks
> like either you didn't start them or there were errors when you did.
>
> The most likely culprit for the router not starting is one of the
> ejabberd passwords being wrong in the configuration file.
>
> Jason



More information about the Open-ils-general mailing list