If you are running X11and src/nagaServerCatcher.sh causes issues, you can simply rewrite it or use the previous release.
X11, if you have issues, replace src/nagaServerCatcher.sh with :
echo "Starting X11"
if [ $# -eq 0 ]; then
nagaX11 serviceHelper
else
nagaX11 serviceHelper "$1"
fi
This is due to the command 'who' not working at all anymore.