[orca_services_collector 0005215]: start_orca_services and stop_orca_services finds itself
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}' ==
[orca_web 0004915]: installation doesn't create web directory
A NOTE has been added to this issue. == https://www.opencsw.org/mantis/view.php?id=4915 == Reported By:hudesd Assigned To:dam == Project:orca_web Issue ID: 4915 Category: packaging Reproducibility:always Severity: minor Priority: normal Status: confirmed == Date Submitted: 2012-03-02 20:09 CET Last Modified: 2014-11-06 03:36 CET == Summary:installation doesn't create web directory Description: I removed all CSW packages (other than pkgutil) and cleaned out all directories of everything not related to pkgutil. I explicitly removed the /opt/csw/share/www/orca directory as well, to present a truly clean install environment. "/opt/csw/bin/orca: error: please create html_dir '/opt/csw/share/www/orca/orcallator'." I can do that but I would expect the install script to create whatever directory it wants. == -- (0010952) CosmicDuck (reporter) - 2014-11-06 03:36 https://www.opencsw.org/mantis/view.php?id=4915#c10952 -- Problem still exists in lates stable release. This means it hasn't been created by orca-web.