CentOS 7 GUI crashes on change && csf+lfd restart

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
d3c0y
Junior Member
Posts: 3
Joined: 29 Jun 2012, 03:55

CentOS 7 GUI crashes on change && csf+lfd restart

Post by d3c0y »

Whenever changes are made, applied (via "Change"), and you select the "Restart csf+lfd" option (button) the GUI crashes and cannot load. Here's where it gets interesting.

If you do systemctl restart csf.service and systemctl restart lfd.service no dice still.

For some reason you have to revert back to the old service csf restart and service lfd restart to bring the GUI back online as systemctl for some reason doesn't do the trick.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: CentOS 7 GUI crashes on change && csf+lfd restart

Post by ForumAdmin »

csf v7.61 should hopefully fix the restart issues via the integrated UI:
http://blog.configserver.com/

You should never use systemctl to restart csf (nor should you use service). The correct way to restart csf is:

Code: Select all

csf -r
We are unable to recreate any issue restarting lfd using the following provided csf has been restarted correctly:

Code: Select all

systemctl restart lfd
Post Reply