Bug 1389188 - Precedence error /usr/sbin/fwcheck_psad line 193
Summary: Precedence error /usr/sbin/fwcheck_psad line 193
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: psad
Version: 24
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-27 07:01 UTC by rikkfreenode
Modified: 2016-11-21 10:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-21 10:40:26 UTC
Type: Bug


Attachments (Terms of Use)

Description rikkfreenode 2016-10-27 07:01:47 UTC
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);

Comment 1 Dominik 'Rathann' Mierzejewski 2016-11-03 00:59:58 UTC
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?


Note You need to log in before you can comment on or make changes to this bug.