Silent/No output from csf -r

Post Reply
weetabix
Junior Member
Posts: 3
Joined: 09 Aug 2014, 03:32

Silent/No output from csf -r

Post by weetabix »

On one server I get this like always as I remember it;

Code: Select all

root@server1 [~]# csf -r
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Flushing chain `ALLOWIN'
Flushing chain `ALLOWOUT'
Flushing chain `DENYIN'
Flushing chain `DENYOUT'
Flushing chain `DSHIELD'
...
On another server, it's totally silent;

Code: Select all

root@server2 [~]# csf -r
root@server2 [~]# 
Same goes for if I restart csf from csf UI in WHM.

Normal or not?
marcele
Junior Member
Posts: 214
Joined: 17 Sep 2007, 17:02

Re: Silent/No output from csf -r

Post by marcele »

Check the config item VERBOSE . One of the servers is likely set to VERBOSE = "1" while the other is set to VERBOSE = "0".
Post Reply