[Bug 197172] security/john: corrupted config file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 29 12:34:58 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197172
Bug ID: 197172
Summary: security/john: corrupted config file
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: danfe at FreeBSD.org
Reporter: vladimir at gusev.pro
Assignee: danfe at FreeBSD.org
Flags: maintainer-feedback?(danfe at FreeBSD.org)
Created attachment 152334
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152334&action=edit
john default config file
Once successfully installed from ports,
make -C /usr/ports/security/john/ install clean
john couldn't open its config file:
[root at portal ~]# john passwd.txt
fopen: $JOHN/john.local.conf: No such file or directory
[root at portal ~]# ll /usr/local/etc/john*
-rw-r--r-- 1 root wheel 41299 Jan 29 15:14 /usr/local/etc/john.conf
-rw-r--r-- 1 root wheel 41299 Jan 29 15:14 /usr/local/etc/john.conf.default
Troubleshooting performed leads to a deeper problem:
[root at portal ~]# export JOHN=/usr/local/etc
[root at portal ~]# ln -s /usr/local/etc/john.conf /usr/local/etc/john.local.conf
[root at portal ~]# john passwd.txt
ERROR, .include recursion too deep in john.ini processing file .include
"$JOHN/dumb16.conf"
Error in /usr/local/share/john/john.local.conf at line 1606
[root at portal ~]# find / -type f -name "*dumb16.conf*"
/usr/local/share/john/dumb16.conf
=================================
- FreeBSD 10.1-RELEASE-p4 amd64
- the latest ports tree
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer danfe at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list