Re: kinit segfaulting

2004-12-08 Thread Jason Nugent
Hi, Sam, First, kinit is the only binary of that name on the system. This machine was "kerberos free" before I started working on it. The binary is indeed in /usr/local/bin. I ran kinit (from my build directory) under gdb, with the following result: Program received signal SIGSEGV, Segmentatio

Re: kinit segfaulting

2004-12-08 Thread Sam Hartman
1) Make sure you are using the right kinit. Run type kinit if bash is your shell and check the path. 2) Run kinit under a debugger and see where it segfaults. If you use a kinit out of the build tree rather than something you get after make install, it will have symbols. ___

RE: kinit segfaulting

2004-12-07 Thread Bob.Smart
>If anyone has suggestions Last time something like this happened to me it was because the java versions were in the path ahead of the real versions. Bob Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/k

kinit segfaulting

2004-12-07 Thread Jason Nugent
Greetings, I'm in the process of helping with a migration from "old style" domain authentication for Samba to integrating it with ADS, using Samba 3.0.x. Samba is running on RedHat Linux (SeaWolf), with a 2.4.28 kernel. We're using MIT Kerberos, version 1.3.5, compiled from source using "./c