Anonymous | Login | 2024-11-21 04:56 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0010201 | ClearOS | app-dropbox - Dropbox | public | 2016-08-18 11:06 | 2016-09-13 11:53 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | major | Reproducibility | sometimes | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.2.0 | ||||||||
Target Version | 7.2.0 Updates | Fixed in Version | 7.2.0 Updates | ||||||
Summary | 0010201: Race condition to initialise users | ||||||||
Description | This note in this code: // TODO // Ugly hack...but how to start init scripts as user otherwise? Don't want to stop/start all instances $this->set_init_user($username); $this->restart(); $this->set_init_user(NULL); says it all...but the daemon restart should wait on completing before we reset the user init back to null. Works OK sometimes, but changing to: $this->restart(FALSE); so the daemon is not restarted in the background and we wait on it is much more robust. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2016-08-18 11:06 | bchambers | New Issue | |
2016-08-18 11:06 | bchambers | Status | new => assigned |
2016-08-18 11:06 | bchambers | Assigned To | => bchambers |
2016-09-13 11:53 | user2 | Status | assigned => resolved |
2016-09-13 11:53 | user2 | Fixed in Version | => 7.2.0 Updates |
2016-09-13 11:53 | user2 | Resolution | open => fixed |
2016-09-13 11:53 | user2 | Status | resolved => closed |