Hide Forgot
Description of problem: Precedence error on line 193 /usr/sbin/fwcheck_psad Version-Release number of selected component (if applicable): How reproducible: run psad -H or fwcheck_psad it says: Possible precedence issue with control flow operator at /usr/sbin/fwcheck_psad line 193. Steps to Reproduce: 1. psad -H 2. 3. Actual results: Possible precedence issue with control flow operator at /usr/sbin/fwcheck_psad line 193. Expected results: [+] HUP signal sent to psadwatchd (pid: XXXX) [+] HUP signal sent to psad (pid: XXXX) Additional info: return $forward_chain_rv and $input_chain_rv; should be changed to return ($forward_chain_rv and $input_chain_rv);
Sorry, cannot reproduce this: [root@amaterasu ~]# psad -H [-] psadwatchd daemon not running. [+] HUP signal sent to psad (pid: 6560) [root@amaterasu ~]# rpm -q fedora-release psad fedora-release-24-2.noarch psad-2.4.3-2.fc24.x86_64 Which psad package version are you using?