OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005215 [orca_services_collector] crash always 2014-11-06 04:03 2014-11-06 04:03
Reporter CosmicDuck View Status public  
Assigned To
Priority normal Resolution open  
Status new  
Summary 0005215: 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}'

Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker