Anonymous | Login | 2024-11-21 01:48 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 | ||||
0011191 | ClearOS | app-content-filter - Content Filter | public | 2016-11-08 11:53 | 2016-12-16 14:04 | ||||
Reporter | bchambers | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.2.0 | ||||||||
Target Version | 7.3.0 Beta 1 | Fixed in Version | 7.3.0 Beta 1 | ||||||
Summary | 0011191: DG not restarting on config change | ||||||||
Description | Did something change? filewatch-content-filter-configuration.conf uses 'reload' action: <action>sudo /sbin/service dansguardian-av reload</action> But reload for DG isn't supported: # sudo /sbin/service dansguardian-av reload Redirecting to /bin/systemctl reload dansguardian-av.service Failed to reload dansguardian-av.service: Job type reload is not applicable for unit dansguardian-av.service. Should this be restart? # sudo /sbin/service dansguardian-av restart Redirecting to /bin/systemctl restart dansguardian-av.service | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0004111) user2 2016-11-08 14:51 |
The Content Filter UI should be handling all the post-configuration restarts and it looks like that the case most (in not all) of the time, e.g. "grep reset controllers/*php" banned_ips.php: $this->dansguardian->reset(TRUE); banned_ips.php: $this->dansguardian->reset(TRUE); blacklists.php: $this->dansguardian->reset(TRUE); exception_ips.php: $this->dansguardian->reset(TRUE); exception_ips.php: $this->dansguardian->reset(TRUE); exception_sites.php: $this->dansguardian->reset(TRUE); exception_sites.php: $this->dansguardian->reset(TRUE); file_extensions.php: $this->dansguardian->reset(TRUE); general.php: $this->dansguardian->reset(TRUE); gray_sites.php: $this->dansguardian->reset(TRUE); gray_sites.php: $this->dansguardian->reset(TRUE); mime_types.php: $this->dansguardian->reset(TRUE); phrase_lists.php: $this->dansguardian->reset(TRUE); policy.php: $this->dansguardian->reset(TRUE); policy.php: $this->dansguardian->reset(TRUE); policy.php: $this->dansguardian->reset(TRUE); settings.php: $this->dansguardian->reset(TRUE); The clearsync configlet file should be removed after doing a review to make sure all config changes via webconfig trigger a restart. |
Issue History | |||
Date Modified | Username | Field | Change |
2016-11-08 11:53 | bchambers | New Issue | |
2016-11-08 14:51 | user2 | Note Added: 0004111 | |
2016-11-08 14:51 | user2 | Status | new => confirmed |
2016-11-30 10:35 | user2 | Target Version | => 7.3.0 Beta 1 |
2016-12-09 08:34 | user2 | Status | confirmed => resolved |
2016-12-09 08:34 | user2 | Fixed in Version | => 7.3.0 Beta 1 |
2016-12-09 08:34 | user2 | Resolution | open => fixed |
2016-12-09 08:34 | user2 | Assigned To | => user2 |
2016-12-16 14:04 | user2 | Status | resolved => closed |