On 04/11/2012 12:37 AM, Luis Garrido wrote:
> On 04/11/2012 12:25 AM, rosea.grammostola wrote:
>
>> Did you also build the nsm-proxy (branch) and added the script via
>> client nsm-proxy?
>
> Nope, just fired up nsmd and non-session-manager, created a session,
> added the script via the GUI and sta
On 04/11/2012 12:06 PM, rosea.grammostola wrote:
> On 04/11/2012 12:37 AM, Luis Garrido wrote:
>> On 04/11/2012 12:25 AM, rosea.grammostola wrote:
>>
>>> Did you also build the nsm-proxy (branch) and added the script via
>>> client nsm-proxy?
>>
>> Nope, just fired up nsmd and non-session-manager,
On 04/11/2012 12:12 PM, rosea.grammostola wrote:
>> trap `kill -KILL $LSPID` SIGTERM
Are you really using backquotes here ?? Change them to single or
double quotes. You don't need to specify any signal for the kill command.
--
On 04/11/2012 12:21 PM, Luis Garrido wrote:
> On 04/11/2012 12:12 PM, rosea.grammostola wrote:
>
>>> trap `kill -KILL $LSPID` SIGTERM
>
>
> Are you really using backquotes here ?? Change them to single or
> double quotes. You don't need to specify any signal for the kill command.
Ok, but
On 04/11/2012 12:26 PM, rosea.grammostola wrote:
> On 04/11/2012 12:21 PM, Luis Garrido wrote:
>> On 04/11/2012 12:12 PM, rosea.grammostola wrote:
>>
trap `kill -KILL $LSPID` SIGTERM
>>
>>
>> Are you really using backquotes here ?? Change them to single or
>> double quotes. You don't n