ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002183ClearOSapp-firewall - Firewallpublic2015-02-03 18:262015-05-08 18:58
Reporteruser2 
Assigned Todsokoloski 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.1.0 Beta 1Fixed in Version7.1.0 Beta 1 
Summary0002183: Handle different pid handling in systemd
DescriptionThe PID file in /var/run is not cleaned up on a systemctl stop:

# cat /var/run/squid.pid
7623
# service squid stop
Redirecting to /bin/systemctl stop squid.service
# cat /var/run/squid.pid
7623

Squid is definitely stopped, but that PID file remains.
[root@clearbox ~]# cat /var/run/squid.pid
7623
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-02-03 18:26 user2 New Issue
2015-02-03 18:26 user2 Status new => confirmed
2015-02-05 10:43 user2 Category app-base - Base System => firewall
2015-02-05 11:59 user2 Category firewall => app-firewall - Firewall
2015-03-06 14:38 user2 Status confirmed => resolved
2015-03-06 14:38 user2 Fixed in Version => 7.1.0 Beta 1
2015-03-06 14:38 user2 Resolution open => fixed
2015-03-06 14:38 user2 Assigned To => dsokoloski
2015-05-08 18:58 user2 Status resolved => closed