|
From: | Xris Brunton |
Subject: | Re: shisa seems to hang |
Date: | Sun, 3 Feb 2008 20:08:56 +1100 |
"Xris Brunton" <address@hidden> writes:> 0.34compiled and installed. The shishi daemon is definitely runinng
> Hi
> I have just installed shishi on my Ubuntu server and every time I type any
> command in shisa other than 'shisa -V' or 'shisa -h' it just seems to hang
> and gives no response (verbose has been of no use either). It did this with
> the official Ubuntu packages and then also when they were removed and
> and I haveHi! Thanks for your interest.
> been through all the instructions to no avail. Is this a bug or am I just
> doing something stupid.
I've seen that too, and the reason has been that a read from /dev/random
or /dev/urandom blocks. Use 'strace shishi' to find out if this is
indeed the case.
It may also be blocking DNS requests, to find out the Kerberos server
for a poorly guessed domain. Try 'shishi -v' to get some more
information on what Shishi is doing. However, this should time out
relatively fast, whereas blocking /dev/*random may block for a long
time.
It has been suggested that applications should use a libgcrypt random
seeds file. The Shishi command line tools could implement that, but I'm
less sure how it would work for a library. More investigation is needed
here...
/Simon
[Prev in Thread] | Current Thread | [Next in Thread] |