Return-Path: Received: from PCH.mit.edu (PCH.MIT.EDU [18.7.21.50]) by krbdev.mit.edu (Postfix) with ESMTPS id 5ACC13F153; Wed, 21 Jun 2017 00:04:41 -0400 (EDT) Received: from pch.mit.edu (localhost.localdomain [127.0.0.1]) by PCH.mit.edu (8.13.8/8.12.8) with ESMTP id v5L44fF6025754; Wed, 21 Jun 2017 00:04:41 -0400 Received: from mailhub-auth-1.mit.edu (mailhub-auth-1.mit.edu [18.9.21.35]) by PCH.mit.edu (8.13.8/8.12.8) with ESMTP id v5L3b9qD023132 for ; Tue, 20 Jun 2017 23:37:09 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id v5L3b6KU006986; Tue, 20 Jun 2017 23:37:06 -0400 Received: from kduck.kaduk.org (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id v5L3b2Nd029502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 20 Jun 2017 23:37:05 -0400 Date: Tue, 20 Jun 2017 22:37:02 -0500 From: Benjamin Kaduk To: Leigh Fonseca Subject: Re: MIT Kerberos Ticket Manager will no longer load in windows 10 Message-ID: <20170621033702.GG39245@kduck.kaduk.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-Mailman-Approved-At: Wed, 21 Jun 2017 00:04:39 -0400 CC: "kfw-bugs@MIT.EDU" X-Beenthere: kfw-bugs@mit.edu X-Mailman-Version: 2.1.6 Precedence: list List-ID: public entry point for KfW RT queue List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kfw-bugs-bounces@mit.edu Errors-To: kfw-bugs-bounces@mit.edu X-RT-Original-Encoding: us-ascii Content-Length: 1753 On Mon, Jun 19, 2017 at 06:02:11PM +0000, Leigh Fonseca wrote: > Greetings, > > > I have been using the MIT Kerberos Ticket Manager for a couple of months now and last Thursday, the application stopped loading when I launched it (double-click app icon on the Desktop). > > * It is listed in my Task Manager > Startup, but not present in the system tray. > * If I run klist from the command line I get a logonId with 0 Cached Tickets. > * If I try to kinit, it says it's initializing the Kerberos 5 library. > * I did not make any changes to my krb5.ini file and have uninstalled/reinstalled/replaced krb5.ini file with the recommended file from IT. > > Have you see anything like this before and can you help? I'm blocked from accessing our environment. Are there any settings I can verify/update? I don't think we've seen any similar reports, no. The klist from the command line is probably one provided by windows; you would need to be running things with an absolute path to be sure to use the KfW copies (e.g., C:\Program Files\MIT\Kerberos\bin\klist.exe) The full output from running kinit (with the full path) might be interesting to see (e.g., does it hang after "initializing the Kerberos 5 library", or give a password prompt, or go back to the cmd.exe prompt)? It's also possible that stopping any MIT Kerberos.exe from the task manager and then running MIT Kerberos.exe manually from the command line would give a helpful error message, but I don't think there are actually many cases where there would be a useful message. Do you know if there were any windows updates that roughly correspond to your observed behavior change? (Updates can be installed silently in some configurations, as I understand it.) -Ben