Re: [Perlgssapi-users] Little bit confused ...
Brought to you by:
achimgrolms
|
From: Massimiliano M. <mas...@ce...> - 2006-09-01 07:40:50
|
Hello,
On Thursday 31 August 2006, alle 19:49, Achim Grolms wrote:
> I can see two problems.
>
> 1. The Segmentation fault from your client script.
> I can not reproduce it on my side.
If you need, I can give you access to the server and client machine.
This is not a problem. We can investigate together.
> 2. the "Argument "^XQ,@" isn't numeric in null operation at ./gss-server.pl
> line 81, <GEN15> line 1."
> messages on serverside.
Yes. With your updated version, the server remains alive, without
any problems. The problems still persist on the client side.
I still got the SIGSEGV. I see stracing a little bit, a problem here:
stat64("/usr/local/etc/krb5.conf", 0xbff5a32c) = -1 ENOENT (No such file or directory)
open("/dev/urandom", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(4, "\235\fn\35\252%+62L\"$\231P-3\246\251?>", 20) = 20
close(4) = 0
gettimeofday({1157096241, 408163}, NULL) = 0
time(NULL) = 1157096241
time(NULL) = 1157096241
time(NULL) = 1157096241
time(NULL) = 1157096241
time(NULL) = 1157096241
time(NULL) = 1157096241
time(NULL) = 1157096241
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Just at the exit of the $status = GSSAPI::Context::init().
> I don't know what's the meaining of the word 'prodid', but the parameter is
> used as the servicename-part of the GSSAPI name, as described in
> <http://www.iana.org/assignments/gssapi-service-names>
> I think "servicename" is the better label than "prodid".
> Do you agree?
Yes !!! :)
>
> Thank you,
> Achim
By the way, are you german? :)
If so, and if you live in germany, we are close! :)
--
Massimiliano Masi
http://www.comunidelchianti.it/~max
|