ClearFoundation Tracker - ClearOS
View Issue Details
0000908ClearOSapp-base - Base Systempublic2012-12-27 17:342013-01-01 16:19
bchambers 
bchambers 
normalmajoralways
closedfixed 
6.3.0 
6.3.0 Updates6.3.0 Updates 
0000908: Some daemon services report 'dead' even though they are running
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);
No tags attached.
Issue History
2012-12-27 17:34bchambersNew Issue
2012-12-27 17:34bchambersStatusnew => assigned
2012-12-27 17:34bchambersAssigned To => bchambers
2012-12-27 17:39bchambersStatusassigned => confirmed
2012-12-27 17:39bchambersStatusconfirmed => resolved
2013-01-01 16:19user2Statusresolved => closed
2013-01-01 16:19user2Resolutionopen => fixed
2013-01-01 16:19user2Fixed in Version => 6.3.0 Updates

There are no notes attached to this issue.