ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000908 | ClearOS | app-base - Base System | public | 2012-12-27 17:34 | 2013-01-01 16:19 |
Reporter | bchambers | ||||
Assigned To | bchambers | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 6.3.0 | ||||
Target Version | 6.3.0 Updates | Fixed in Version | 6.3.0 Updates | ||
Summary | 0000908: Some daemon services report 'dead' even though they are running | ||||
Description | Many pid files or folders where the pid file exists are accessible via superuser only. Daemon library should pass the superuser flag when creating File class. Eg. $file = new File($this->details['pid_file']); Should be: $file = new File($this->details['pid_file'], TRUE); | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-12-27 17:34 | bchambers | New Issue | |||
2012-12-27 17:34 | bchambers | Status | new => assigned | ||
2012-12-27 17:34 | bchambers | Assigned To | => bchambers | ||
2012-12-27 17:39 | bchambers | Status | assigned => confirmed | ||
2012-12-27 17:39 | bchambers | Status | confirmed => resolved | ||
2013-01-01 16:19 | user2 | Status | resolved => closed | ||
2013-01-01 16:19 | user2 | Resolution | open => fixed | ||
2013-01-01 16:19 | user2 | Fixed in Version | => 6.3.0 Updates |
There are no notes attached to this issue. |