View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003608 | Kali Linux | General Bug | public | 2016-09-21 12:17 | 2020-12-01 10:48 |
Reporter | gridd | Assigned To | sbrun | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2016.2 | ||||
Fixed in Version | 2017.1 | ||||
Summary | 0003608: Tool incompatibilities with Perl 5.22.2-5 | ||||
Description | After an apt-get update && apt-get dist-upgrade (on 9/16), tools BED, DOONA, and uniscan have broken. These tools immediately throw an error when they are run; details below. I've not made any modifications to these tools, and all of them were working properly prior to the Perl 5.22.2-5 upgrade. | ||||
Steps To Reproduce | Run bed -s HTTP -t <any IP address> Run doona -m IMAP -t <any IP address> Run uniscan | ||||
After working with the DOONA developer, adding the following 2 lines at the top of /usr/share/doona/doona.pl will resolve the problem. Thanks, wireghoul! use FindBin; This fix also works with BED (adding the same lines at the top of /usr/share/bed/bed.pl) If needed, I can provide the source to both programs |
|
The above-listed fix does not work for the uniscan problem. |
|
The following fix will resolve the uniscan issue. These changes need to be made to /usr/share/uniscan/uniscan.pl Remove line: use lib "./Uniscan"; use FindBin qw( $RealBin ); If needed, I can provide the source. Credits to forums.kali.org member MMIROJV for the fix...thanks! |
|
Thanks for the report. I updated the three packages to fix this issue. uniscan: version 6.3-0kali1 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-09-21 12:17 | gridd | New Issue | |
2016-09-21 12:53 | gridd | Note Added: 0005971 | |
2016-09-21 13:00 | gridd | Note Added: 0005972 | |
2016-09-21 18:17 | gridd | Note Added: 0005973 | |
2016-09-21 18:18 | gridd | Note Edited: 0005973 | |
2016-09-23 08:59 | sbrun | Note Added: 0005979 | |
2016-09-23 08:59 | sbrun | Assigned To | => sbrun |
2016-09-23 08:59 | sbrun | Status | new => resolved |
2016-09-23 08:59 | sbrun | Resolution | open => fixed |
2016-09-23 08:59 | sbrun | Fixed in Version | => 2017.1 |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |