Issues starting kadmin on suse linux
Luke Scharf
luke.scharf at clusterbee.net
Thu May 21 11:00:32 EDT 2009
You could run it with strace, and see which files it's trying to open:
$ strace /usr/loca/sbin/kadmind
If you shell happens to be bash and you want to get fancy, you can
filter the output like so:
$ strace /usr/local/sbin/kadmin 2>&1 | egrep 'stat|open' | less
Picking through the output should tell you for real which file isn't
being found.
-Luke
Tadoori (EXT), Vilas wrote:
> Dear All,
>
> I have downloaded the following version
>
> krb5-1.6.3-signed.tar from the consortium and was able to configure , make and install as per the install guide provided as per the steps below
>
> ./configure
> make
> make install
>
> It installed fine, when I went to the /usr/local/sbin and started the ./kadmind
>
> I get the following message
> kadmind: No such file or directory while initializing, aborting
>
> The version of suse linux is as follows
>
> SUSE LINUX Enterprise Server 9 (x86_64) - Kernel 2.6.5-7.244-default(2)
>
>
> I have earlier installed it on
>
> SUSE LINUX Enterprise Server 9 (i586) - Kernel 2.6.5-7.97-smp (1).
>
> And it is working fine....
>
> I would be greatful if anyone would help me in resolving this issue.
>
> Thanks
> Vilas
>
> ________________________________________________
> Kerberos mailing list Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
>
More information about the Kerberos
mailing list