Date: Thu, 29 Jan 2015 12:34:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197172] security/john: corrupted config file Message-ID: <bug-197172-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: vladimir@gusev.pro Assignee: danfe@FreeBSD.org Flags: maintainer-feedback?(danfe@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@portal ~]# john passwd.txt fopen: $JOHN/john.local.conf: No such file or directory [root@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@portal ~]# export JOHN=/usr/local/etc [root@portal ~]# ln -s /usr/local/etc/john.conf /usr/local/etc/john.local.conf [root@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@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@FreeBSD.org> --- Auto-assigned to maintainer danfe@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197172-13>