Package: krb5-admin-server
Version: 1.4.3-6
Severity: important
While testing kerberos on my home system I noticed that
krb5-admin-server hangs on almost each system startup. After pressing randomly
some keys the boot process goes on. While this is already annoying on my
desktop system, it is not acceptable for a remotely administrated
system.
I think this should be fixable using the following patch and I'm just
recompiling to test it.
--- prng.c.old 2006-04-22 17:34:54.000000000 +0200
+++ prng.c 2006-04-22 17:35:21.000000000 +0200
@@ -164,7 +164,7 @@
int fd;
unsigned char buf[YARROW_SLOW_THRESH/8];
int left;
- fd = open (device, O_RDONLY);
+ fd = open (device, O_RDONLY | O_NONBLOCK);
if (fd == -1)
return 0;
if (fstat (fd, &sb) == -1)
Another solution would be to increase the runlevel number hoping for
more entropy later on.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1-test
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Versions of packages krb5-admin-server depends on:
ii debconf [debc 1.4.70 Debian configuration management sy
ii krb5-kdc 1.4.3-6 MIT Kerberos key server (KDC)
ii libc6 2.3.5-13 GNU C Library: Shared libraries an
ii libcomerr2 1.38+1.39-WIP-2005.12.31-1 common error description library
ii libkadm55 1.4.3-6 MIT Kerberos administration runtim
ii libkrb53 1.4.3-6 MIT Kerberos runtime libraries
ii libss2 1.38+1.39-WIP-2005.12.31-1 command-line interface parsing lib
krb5-admin-server recommends no packages.
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]