[Glass] Ubuntu 14.04 ethernet static ip and GemTools login
Dario Trussardi via Glass
glass at lists.gemtalksystems.com
Tue Mar 24 16:02:11 PDT 2015
Dale, Martin,
> On 03/24/2015 01:02 PM, Dario Trussardi via Glass wrote:
>>
>> What do you intend with: did this fix it for you?
>>
>> For now i don't resolve the problem.
>
> OK, thanks. From your previous message I wasn't sure whether you were
> still seeing the problem.
>
>>
>> Considerations?
>
> The netldi is only listening on the IPv6 localhost address. If you want
> to use GemTools from another machine, it must also listen on the
> 192.168.1.10 address. I'm not sure why it isn't already listening on
> that address, but you should be able to fix it by adding -A192.168.1.10
> to your startnetldi command line (see the man page for startnetldi).
>
> Once you've started netldi with that option, netstat -ltpn should show
> netldi listening on that address.
First: my environment is based on tODE and i think to change the file startNetldi
adding some parameter to the last line.
#! /bin/bash
#=========================================================================
# Copyright (c) 2014 GemTalk Systems, LLC <dhenrich at gemtalksystems.com>.
#=========================================================================
usage() {
cat <<HELP
USAGE: $(basename $0) [-h] <stone-name>
Start the netldi process for the given stone.
OPTIONS
-h display help
EXAMPLES
$(basename $0) -h
$(basename $0) kit
HELP
}
set -e # exit on error
if [ "${GS_HOME}x" = "x" ] ; then
echo "the GS_HOME environment variable needs to be defined"; exit 1
fi
source ${GS_HOME}/bin/shFunctions
getOpts_help $@
if [ $# -ne 1 ]; then
usage; exit 1
fi
stoneName=$1
echo "starting netldi $stoneName"
# set up stone environment
stonePath=$GS_HOME/gemstone/stones/$stoneName
pushd $stonePath >& /dev/null
source $stonePath/stone.env
popd >& /dev/null
$GS_HOME/bin/tode startnetldi $stoneName -A192.168.1.10
But with this information when i do the command : startNetlidi gestionale i don't solve the problem.
The netstat -ltpn don't report netldi listening on that address.
Second: in addition the service are started with Daemontools Gemstone service and i don't know where i need add the -A parameter.
Anyone know informations about it ?
Thanks,
Dario
> Regards,
>
> -Martin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20150325/7a786a75/attachment.html>
More information about the Glass
mailing list