1826387 Members
4342 Online
109692 Solutions
New Discussion

/bin/sh: 12812 Killed

 
S K Rajavelu
Occasional Contributor

/bin/sh: 12812 Killed

publish_file ../../../../customer/opcodes/fm_cust_pol/op_specs PCM_OP_CUST_POL_POST_MODIFY_CUSTOMER.html PCM_OP_CUST_POL_POST_MODIFY_CUSTOMER.html op_specs/pol/fm_cust_pol 0666
[40523]:
[40524]: create_html_from_opcode_xml PCM_OP_CUST_POL_PRE_COMMIT.xml

[40525]: /bin/sh: 12812 Killed

[40526]: *** Error code 137
[40527]:
[40528]: clearmake[3]: Leaving directory `/vobs/bus_platform_vob/customer/opcodes/fm_cust_pol/op_specs'
[40529]: *** Error code 1
[40530]:
[40531]: clearmake[2]: Leaving directory `/vobs/bus_platform_vob/customer/opcodes/fm_cust_pol'
[40532]: *** Error code 1
[40533]:
[40534]: clearmake[1]: Leaving directory `/vobs/bus_platform_vob/customer/opcodes'
7 REPLIES 7
Mel Burslan
Honored Contributor

Re: /bin/sh: 12812 Killed

and ??

what is this script ? what does it do ? what do you expect people to understand and/or tell you about it ?

Regardless how advanced the technolagy is, I, for one, still can't read minds. More information will definitely be helpful for you to get help.
________________________________
UNIX because I majored in cryptology...
Raj D.
Honored Contributor

Re: /bin/sh: 12812 Killed

Hi Rajavelu,

It seems you are trying to run some script. And that got killed.

Please give some description along with your post. We do not understand what you want from the above.

Enjoy ,
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Alessandro Pilati
Esteemed Contributor

Re: /bin/sh: 12812 Killed

Rajavelu,
what kind of answer do you expect we give to you?
With the question posted in this way, wait a wizard for the "mind reading"... and an Olympian for the miracle... :-)
if you don't try, you'll never know if you are able to
S K Rajavelu
Occasional Contributor

Re: /bin/sh: 12812 Killed

Hi,

Please let me know the meaning of /bin/sh: Process_Number Killer.

Thanks,
S K Rajavelu
Bill Hassell
Honored Contributor

Re: /bin/sh: 12812 Killed

"[40525]: /bin/sh: 12812 Killed"

This is just informational. It means that process ID 12812 has just been killed. There is no other information available so all you can do is to turn on tracing for all the scripts. Scripts can call more scripts and they in turn can call more scripts or commands so until you trace all the steps, there is no way to determine the problem. To start tracing, add set -x to your scripts.


Bill Hassell, sysadmin
Vibhor Kumar Agarwal
Esteemed Contributor

Re: /bin/sh: 12812 Killed

You were using /bin/sh

It spawned a process with id 12812.

Finally it got killed.
This is the message.

Now the million dollar question, Why?

God knows, unless you give more description.
Vibhor Kumar Agarwal
Alessandro Pilati
Esteemed Contributor

Re: /bin/sh: 12812 Killed

Raj,
give us more information, otherwise we cannot help you...
if you want, we can organize a wizards summit, to pray an Olympian and invoke the miracle...;-)

Regards,
Alessandro
if you don't try, you'll never know if you are able to