ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000908ClearOSapp-base - Base Systempublic2012-12-27 17:342013-01-01 16:19
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.3.0 
Target Version6.3.0 UpdatesFixed in Version6.3.0 Updates 
Summary0000908: Some daemon services report 'dead' even though they are running
DescriptionMany 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);
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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