[orca_services_collector 0005215]: start_orca_services and stop_orca_services finds itself

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Thu Nov 6 04:03:30 CET 2014


The following issue has been SUBMITTED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5215 
====================================================================== 
Reported By:                CosmicDuck
Assigned To:                
====================================================================== 
Project:                    orca_services_collector
Issue ID:                   5215
Category:                   
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-11-06 04:03 CET
Last Modified:              2014-11-06 04:03 CET
====================================================================== 
Summary:                    start_orca_services and stop_orca_services finds
itself
Description: 
The service will not start nor stop because it finds itself.
Stop:
It will find they own pid and kill himself. so the service smf will go to
maintenance.

Start:
It will find they own pid and means its allready running so will not
start.

In both script the line 
pids=`/usr/ucb/ps auxww | $AWK '/orca_services/ && !/awk/ {print $2}'` also
find himself.
To check it I duplicate and modify the line to see which process it kills:
/usr/ucb/ps auxww | $AWK '/orca_services/ && !/awk/ {print $0}'


======================================================================



More information about the bug-notifications mailing list