Under 1.0 I was starting the server using the nohup command:
#! /bin/bash
cd /opt/matterhorn
rm -f nohup.out
nohup ./start_matterhorn.sh < /dev/null &
echo "Matterhorn started ..."
With 1.1 this method ends abruptly:
Removing cached matterhorn bundles from /opt/matterhorn/felix/felix-cache
Listening for transport dt_socket at address: 8800
Welcome to Matterhorn 1.1
=========================
Type 'help' to see a list of commands. Type 'help [command]' for more details
on how to use a command. Type "stop 0" to exit.
matterhorn> gosh: stopping framework
If I type ./start_matterhorn from the same directory everything is fine.
What is the "official" solution to running the server as a daemon?
Thanks,
Hank
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users