Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id VAA27803; Fri, 16 Dec 2005 21:20:12 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id jBH2K7gw007111; Fri, 16 Dec 2005 21:20:08 -0500 (EST) Received: from [18.18.1.160] (NOME-KING.MIT.EDU [18.18.1.160]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id jBH2K0Gs008094 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Fri, 16 Dec 2005 21:20:01 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <688F62B4-B0CC-4F6C-B694-80D59521EA0E@mit.edu> Cc: rt-comment@krbdev.mit.edu Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #3277] doubled kerberos logging to stderr Date: Fri, 16 Dec 2005 21:19:58 -0500 To: vda@ilport.com.ua X-Mailer: Apple Mail (2.746.2) X-Spam-Score: 1.217 X-Spam-Level: * (1.217) X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 485 Could you try setting a breakpoint (or instrumenting the code) to see what profile_init is getting called with? (The first argument is char **, points to a null-terminated list of string pointers.) It should be a list of filenames; my hunch is somehow you've got the same file being used twice, or the same data in two files. (They're merged, it's not using just the first one found.) If you could show us the names and the files, that may help solve the problem... Ken