Search found 3 matches
- 25 May 2016, 23:45
- Forum: General Discussion (csf)
- Topic: LFD csf.fignore working in CentOS 6, not in CentOS 7
- Replies: 4
- Views: 3467
Re: LFD csf.fignore working in CentOS 6, not in CentOS 7
You cannot use the regexes as you posted in your last update as you cannot have trailing spaces and comments on the regex line in csf.fignore. Looks like we have a winner. We were so used of commenting inline in e.g. IP whitelist in CSF, we never thought it would be a problem in csf.fignore. Maybe ...
- 25 May 2016, 17:54
- Forum: General Discussion (csf)
- Topic: LFD csf.fignore working in CentOS 6, not in CentOS 7
- Replies: 4
- Views: 3467
Re: LFD csf.fignore working in CentOS 6, not in CentOS 7
The actual regex, is this: /tmp/tmp[^/]{5,10}/virtualenv\-[\d\.]+/.* # JetBackupManager aws ignore /tmp/tmp[a-zA-Z0-9]+/virtualenv\-[\d\.]+/.* # JetBackupManager aws ignore http://wiki.jetbackupmanager.com/lfd-alert-virtualenv In CentOS 6 the comment at the end of each line, is disregarded (as it sh...
- 24 May 2016, 22:22
- Forum: General Discussion (csf)
- Topic: LFD csf.fignore working in CentOS 6, not in CentOS 7
- Replies: 4
- Views: 3467
LFD csf.fignore working in CentOS 6, not in CentOS 7
Hi, I have two servers: 1) CentOS 6, CLOUDLINUX 6.7, x86_64, xenhvm, WHM 56.0 (build 18), CSF v8.25 2) CentOS 7, CLOUDLINUX 7.2, x86_64 kvm, WHM 56.0 (build 18), CSF v8.25 In both servers I have a added a regex in "/etc/csf/csf.fignore" for emails from JetBackupManager. They provide the re...