Send modauthtkt-users mailing list submissions to modauthtkt-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/modauthtkt-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of modauthtkt-users digest..." Today's Topics: 1. Re: Need help with installing mod_auth_tkt (Gavin Carr) 2. Ticket generation script in aspx (Kamaludeen Mohamed Rafi) 3. mod_auth_tkt -module installation problem (Toni Maatta) 4. Re: mod_auth_tkt -module installation problem (Dinesh Pannu) ---------------------------------------------------------------------- Message: 1 Date: Fri, 6 Jul 2007 10:22:01 +1000 From: Gavin Carr <[EMAIL PROTECTED]> Subject: Re: [modauthtkt-users] Need help with installing mod_auth_tkt To: Harish V Chakravarthy <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii On Tue, Jul 03, 2007 at 10:46:37PM -0700, Harish V Chakravarthy wrote: > Gavin, > > I am using GNU make and adding #include "http_request.h" did not help > either. > > However, by adding D__EXTENSIONS__ to the Makefile, I was able to compile. > > > Updated line: $(APXS) -c -Wc,"-Wall -ansi $(CFLAGS) -D__EXTENSIONS__" > $(MAT).c > > Is this a preferred way ?. Can you provide me with more information ? I really don't know much about Solaris, but I've have expected apxs to include -D__EXTENSIONS__ if it's required there. Does 'apxs -q CFLAGS' include EXTENSIONS? Anyone else know how this _should_ work on Solaris? Cheers, Gavin ------------------------------ Message: 2 Date: Tue, 14 Aug 2007 11:27:10 +0800 From: Kamaludeen Mohamed Rafi <[EMAIL PROTECTED]> Subject: [modauthtkt-users] Ticket generation script in aspx To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, Does anyone have a working example of ticket generation script written in .aspx (VB.NET)? We were unsuccessful in our attempt to convert the example set of php functions that are included in the package. We couldn't find an equivalent function for "pack" in .NET. Any advice would be greatly appreciated. Thank you Regards Rafi -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Tue, 28 Aug 2007 17:14:12 +0300 From: Toni Maatta <[EMAIL PROTECTED]> Subject: [modauthtkt-users] mod_auth_tkt -module installation problem To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm compiling mod_auth_tkt -module with gcc for Apache http -server. Environment is Solaris 10, Apache is 2.0.52 and gcc is 3.3.2. Make goes ok and compiler doesn't complain, but "make test" fails for some reason. Below are the results from make, make test and error log from test. From error log one can see row : "[Tue Aug 28 15:06:44 2007] [error] server reached MaxClients setting, consider raising the MaxClients setting." Configuration is autogenerated by testing module, so I can't change the value of MaxClients. And so I think that this isn't "the real" reason for test to failure. Is there something stil wrong with compiling or something wrong with Apache installation. Or what could be the reason for this non-operating test? Any advice would be greatly appreciated! Here is make: ***************************************** cd src && make all make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src' /tmp/test/bin/apxs -c -Wc,"-Wall -ansi " mod_auth_tkt.c /nethome/apache_test/apache/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -g -O2 -I/nethome/apache_test/apache/include -I/nethome/apache_test/apache/include -D__EXTENSIONS__ -I/nethome/apache_test/apache/include -I/usr/local/include -Wall -ansi -c -o mod_auth_tkt.lo mod_auth_tkt.c && touch mod_auth_tkt.slo mod_auth_tkt.c: In function `auth_tkt_register_hooks': mod_auth_tkt.c:1400: warning: implicit declaration of function `ap_hook_check_user_id' /nethome/apache_test/apache/build/libtool --silent --mode=link gcc -o mod_auth_tkt.la -rpath /nethome/apache_test/apache/modules -module -avoid-version mod_auth_tkt.lo make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src' cd doc && make all make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/doc' pod2man --section=3 --release=2.0.0rc2 mod_auth_tkt.pod mod_auth_tkt.3 make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/doc' ***************************************** Here is make test: ***************************************** cd t && make test make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/t' cd ../src && make make[2]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src' /tmp/test/bin/apxs -S LIBEXECDIR=/tmp/mod_auth_tkt-2.0.0rc2/t/modules -i ./src/mod_auth_tkt.la /nethome/apache_test/apache/build/instdso.sh SH_LIBTOOL='/nethome/apache_test/apache/build/libtool' ../src/mod_auth_tkt.la /tmp/mod_auth_tkt-2.0.0rc2/t/modules /nethome/apache_test/apache/build/libtool --mode=install cp ./src/mod_auth_tkt.la /tmp/mod_auth_tkt-2.0.0rc2/t/modules/ cp ../src/.libs/mod_auth_tkt.so /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so chmod +x /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so cp ../src/.libs/mod_auth_tkt.lai /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.la cp ../src/.libs/mod_auth_tkt.a /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a ranlib /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a chmod 644 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a libtool: install: warning: remember to run `libtool --finish /nethome/apache_test/apache/modules' chmod 755 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so ./TEST -clean [warning] Skipping 'set unlimited ulimit for coredumps', since we are running as a non-root user on Solaris cp extra.conf.2.in conf/extra.conf.in ./TEST -apxs /tmp/test/bin/apxs -conf [warning] Skipping 'set unlimited ulimit for coredumps', since we are running as a non-root user on Solaris [warning] cleaning out current configuration [warning] reconfiguration done ./TEST [warning] Skipping 'set unlimited ulimit for coredumps', since we are running as a non-root user on Solaris /nethome/apache_test/apache/bin/httpd -d /tmp/mod_auth_tkt-2.0.0rc2/t -f /tmp/mod_auth_tkt-2.0.0rc2/t/conf/httpd.conf -D APACHE2 using Apache/2.0.55 (prefork MPM) waiting 60 seconds for server to start: .. waiting 60 seconds for server to start: ok (waited 1 secs) server localhost:8529 started server localhost:8530 listening (VHostLocalSecret) server localhost:8531 listening (VHostGlobalSecret) t/00_public....................ok t/01_basic.....................ok 1/7# Failed test 4 in t/01_basic.t at line 41 t/01_basic.....................NOK 4/7# Failed test 5 in t/01_basic.t at line 47 t/01_basic.....................FAILED tests 4-5 Failed 2/7 tests, 71.43% okay t/02_bad.......................ok 1/8# Failed test 4 in t/02_bad.t at line 49 t/02_bad.......................FAILED test 4 Failed 1/8 tests, 87.50% okay t/03_ignore_ip.................ok 1/6# Failed test 6 in t/03_ignore_ip.t at line 56 t/03_ignore_ip.................FAILED test 6 Failed 1/6 tests, 83.33% okay t/05_tokens....................ok 1/13# Failed test 6 in t/05_tokens.t at line 58 t/05_tokens....................NOK 6/13# Failed test 7 in t/05_tokens.t at line 59 t/05_tokens....................NOK 7/13# Failed test 8 in t/05_tokens.t at line 66 t/05_tokens....................NOK 8/13# Failed test 9 in t/05_tokens.t at line 73 t/05_tokens....................FAILED tests 6-9 Failed 4/13 tests, 69.23% okay t/07_guest_login...............ok 1/6# Failed test 3 in t/07_guest_login.t at line 46 t/07_guest_login...............NOK 3/6# Failed test 6 in t/07_guest_login.t at line 53 t/07_guest_login...............FAILED tests 3, 6 Failed 2/6 tests, 66.67% okay t/07_guest_login_nocookie......ok 1/11# Failed test 3 in t/07_guest_login_nocookie.t at line 46 t/07_guest_login_nocookie......NOK 3/11# Failed test 8 in t/07_guest_login_nocookie.t at line 64 t/07_guest_login_nocookie......FAILED tests 3, 8 Failed 2/11 tests, 81.82% okay t/08_guest_user................ok 1/22# Failed test 3 in t/08_guest_user.t at line 47 t/08_guest_user................NOK 3/22# Failed test 6 in t/08_guest_user.t at line 62 t/08_guest_user................FAILED tests 3, 6 Failed 2/22 tests, 90.91% okay t/09_guest_not_allowed.........ok 1/5# Failed test 4 in t/09_guest_not_allowed.t at line 49 t/09_guest_not_allowed.........NOK 4/5# Failed test 5 in t/09_guest_not_allowed.t at line 50 t/09_guest_not_allowed.........FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/10_cookie_expiry.............ok 1/28# Failed test 4 in t/10_cookie_expiry.t at line 44 t/10_cookie_expiry.............NOK 4/28# Failed test 7 in t/10_cookie_expiry.t at line 59 t/10_cookie_expiry.............NOK 7/28# Failed test 10 in t/10_cookie_expiry.t at line 73 t/10_cookie_expiry.............NOK 10/28# Failed test 13 in t/10_cookie_expiry.t at line 87 t/10_cookie_expiry.............NOK 13/28# Failed test 16 in t/10_cookie_expiry.t at line 101 t/10_cookie_expiry.............NOK 16/28# Failed test 19 in t/10_cookie_expiry.t at line 115 t/10_cookie_expiry.............NOK 19/28# Failed test 22 in t/10_cookie_expiry.t at line 129 t/10_cookie_expiry.............NOK 22/28# Failed test 25 in t/10_cookie_expiry.t at line 143 t/10_cookie_expiry.............NOK 25/28Use of uninitialized value in substitution (s///) at t/10_cookie_expiry.t line 154. t/10_cookie_expiry.............dubious Test returned status 29 (wstat 7424, 0x1d00) DIED. FAILED tests 4, 7, 10, 13, 16, 19, 22, 25, 28 Failed 9/28 tests, 67.86% okay t/12_cookie_secure.............NOK 4/8# Failed test 4 in t/12_cookie_secure.t at line 41 # Failed test 7 in t/12_cookie_secure.t at line 53 t/12_cookie_secure.............FAILED tests 4, 7 Failed 2/8 tests, 75.00% okay t/20_timeout...................skipped all skipped: env variable MAT_TEST_TIMEOUTS not set t/21_timeout_refresh...........skipped all skipped: env variable MAT_TEST_TIMEOUTS not set t/22_timeout_guest_fallback....skipped all skipped: env variable MAT_TEST_TIMEOUTS not set t/30_vhost_local_secret........ok 1/7# Failed test 4 in t/30_vhost_local_secret.t at line 48 t/30_vhost_local_secret........NOK 4/7# Failed test 5 in t/30_vhost_local_secret.t at line 54 t/30_vhost_local_secret........FAILED tests 4-5 Failed 2/7 tests, 71.43% okay t/31_vhost_global_secret.......ok 1/7# Failed test 2 in t/31_vhost_global_secret.t at line 40 t/31_vhost_global_secret.......NOK 2/7# Failed test 3 in t/31_vhost_global_secret.t at line 41 t/31_vhost_global_secret.......NOK 3/7# Failed test 4 in t/31_vhost_global_secret.t at line 47 t/31_vhost_global_secret.......NOK 4/7# Failed test 5 in t/31_vhost_global_secret.t at line 53 t/31_vhost_global_secret.......NOK 5/7# Failed test 6 in t/31_vhost_global_secret.t at line 59 t/31_vhost_global_secret.......NOK 6/7# Failed test 7 in t/31_vhost_global_secret.t at line 65 t/31_vhost_global_secret.......FAILED tests 2-7 Failed 6/7 tests, 14.29% okay t/40_htaccess..................NOK 4/9# Failed test 4 in t/40_htaccess.t at line 41 t/40_htaccess..................NOK 5/9# Failed test 5 in t/40_htaccess.t at line 42 # Failed test 6 in t/40_htaccess.t at line 48 # Failed test 7 in t/40_htaccess.t at line 49 t/40_htaccess..................FAILED tests 4-7 Failed 4/9 tests, 55.56% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01_basic.t 7 2 4-5 t/02_bad.t 8 1 4 t/03_ignore_ip.t 6 1 6 t/05_tokens.t 13 4 6-9 t/07_guest_login.t 6 2 3 6 t/07_guest_login_nocookie.t 11 2 3 8 t/08_guest_user.t 22 2 3 6 t/09_guest_not_allowed.t 5 2 4-5 t/10_cookie_expiry.t 29 7424 28 10 4 7 10 13 16 19 22 25 28 t/12_cookie_secure.t 8 2 4 7 t/30_vhost_local_secret.t 7 2 4-5 t/31_vhost_global_secret.t 7 6 2-7 t/40_htaccess.t 9 4 4-7 3 tests skipped. Failed 13/17 test scripts. 39/139 subtests failed. Files=17, Tests=139, 23 wallclock secs (12.71 cusr + 2.20 csys = 14.91 CPU) Failed 13/17 test programs. 39/139 subtests failed. [warning] server localhost:8529 shutdown [ error] error running tests (please examine t/logs/error_log) make[1]: *** [test] Error 1 make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/t' make: *** [test] Error 2 ***************************************** Here is error log from test. ***************************************** [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'aguestbyanyothername' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'aguestbyanyothername' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'aguestbyanyothername' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-f0c7f04d-c138-0410-8b9c-e3c62017fc6c' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-12U' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-69a8f14d-c13' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-7ffaf14d-c138-0410-9c81-bbc2ada5a66e' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-a' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-9b9ef24d-c138-0410-9c81-' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-2a2cf34d-c138-0410-8b9c-e3c62017fc6c' [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest-2780f34d-c138-0410-9c81-bbc2ada5a66e' [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:38 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:39 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - accepting as guest user 'guest' [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:44 2007] [error] server reached MaxClients setting, consider raising the MaxClients setting [Tue Aug 28 15:06:44 2007] [notice] child pid 17588 exit signal Segmentation fault (11) [Tue Aug 28 15:06:44 2007] [notice] child pid 17565 exit signal Segmentation fault (11) [Tue Aug 28 15:06:46 2007] [notice] child pid 17732 exit signal Segmentation fault (11) [Tue Aug 28 15:06:47 2007] [notice] child pid 17733 exit signal Segmentation fault (11) [Tue Aug 28 15:06:48 2007] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 1 total children [Tue Aug 28 15:06:48 2007] [notice] child pid 17734 exit signal Segmentation fault (11) [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid ticket found - redirecting to login url [Tue Aug 28 15:06:48 2007] [info] removed PID file /tmp/mod_auth_tkt-2.0.0rc2/t/logs/httpd.pid (pid=17564) [Tue Aug 28 15:06:48 2007] [notice] caught SIGTERM, shutting down ***************************************** ------------------------------ Message: 4 Date: Wed, 29 Aug 2007 10:09:55 +0800 From: "Dinesh Pannu" <[EMAIL PROTECTED]> Subject: Re: [modauthtkt-users] mod_auth_tkt -module installation problem To: "Toni Maatta" <[EMAIL PROTECTED]>, modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Make test failed for me too, but it compiled fine and is working in production. I think the test is more for developers than end-users. Does apache complain when you attempt to load it? - Dinesh On Tue, 28 Aug 2007 22:14:12 +0800, Toni Maatta <[EMAIL PROTECTED]> wrote: > Hi, > I'm compiling mod_auth_tkt -module with gcc for Apache http -server. > Environment is Solaris 10, Apache is 2.0.52 and gcc is 3.3.2. > > Make goes ok and compiler doesn't complain, but "make test" fails for > some > reason. Below are the results from make, make test and error log from > test. > > From error log one can see row : "[Tue Aug 28 15:06:44 2007] [error] > server > reached MaxClients setting, consider raising the MaxClients setting." > Configuration is autogenerated by testing module, so I can't change the > value > of MaxClients. And so I think that this isn't "the real" reason for test > to > failure. > > Is there something stil wrong with compiling or something wrong with > Apache > installation. Or what could be the reason for this non-operating test? > > Any advice would be greatly appreciated! > > Here is make: > ***************************************** > cd src && make all > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src' > /tmp/test/bin/apxs -c -Wc,"-Wall -ansi " mod_auth_tkt.c > /nethome/apache_test/apache/build/libtool --silent --mode=compile gcc > -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DSOLARIS2=10 > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -g -O2 > -I/nethome/apache_test/apache/include > -I/nethome/apache_test/apache/include > -D__EXTENSIONS__ -I/nethome/apache_test/apache/include > -I/usr/local/include > -Wall -ansi -c -o mod_auth_tkt.lo mod_auth_tkt.c && touch > mod_auth_tkt.slo > mod_auth_tkt.c: In function `auth_tkt_register_hooks': > mod_auth_tkt.c:1400: warning: implicit declaration of function > `ap_hook_check_user_id' > /nethome/apache_test/apache/build/libtool --silent --mode=link gcc -o > mod_auth_tkt.la -rpath /nethome/apache_test/apache/modules -module > -avoid-version mod_auth_tkt.lo > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src' > cd doc && make all > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/doc' > pod2man --section=3 --release=2.0.0rc2 mod_auth_tkt.pod mod_auth_tkt.3 > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/doc' > ***************************************** > > Here is make test: > ***************************************** > cd t && make test > make[1]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/t' > cd ../src && make > make[2]: Entering directory `/tmp/mod_auth_tkt-2.0.0rc2/src' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/src' > /tmp/test/bin/apxs -S LIBEXECDIR=/tmp/mod_auth_tkt-2.0.0rc2/t/modules -i > ./src/mod_auth_tkt.la > /nethome/apache_test/apache/build/instdso.sh > SH_LIBTOOL='/nethome/apache_test/apache/build/libtool' > ../src/mod_auth_tkt.la > /tmp/mod_auth_tkt-2.0.0rc2/t/modules > /nethome/apache_test/apache/build/libtool --mode=install cp > ./src/mod_auth_tkt.la /tmp/mod_auth_tkt-2.0.0rc2/t/modules/ > cp ../src/.libs/mod_auth_tkt.so > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so > chmod +x /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so > cp ../src/.libs/mod_auth_tkt.lai > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.la > cp ../src/.libs/mod_auth_tkt.a > /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a > ranlib /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a > chmod 644 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.a > libtool: install: warning: remember to run `libtool --finish > /nethome/apache_test/apache/modules' > chmod 755 /tmp/mod_auth_tkt-2.0.0rc2/t/modules/mod_auth_tkt.so > ./TEST -clean > [warning] Skipping 'set unlimited ulimit for coredumps', since we are > running as > a non-root user on Solaris > cp extra.conf.2.in conf/extra.conf.in > ./TEST -apxs /tmp/test/bin/apxs -conf > [warning] Skipping 'set unlimited ulimit for coredumps', since we are > running as > a non-root user on Solaris > [warning] cleaning out current configuration > [warning] reconfiguration done > ./TEST > [warning] Skipping 'set unlimited ulimit for coredumps', since we are > running as > a non-root user on Solaris > /nethome/apache_test/apache/bin/httpd -d /tmp/mod_auth_tkt-2.0.0rc2/t -f > /tmp/mod_auth_tkt-2.0.0rc2/t/conf/httpd.conf -D APACHE2 > using Apache/2.0.55 (prefork MPM) > > waiting 60 seconds for server to start: .. > waiting 60 seconds for server to start: ok (waited 1 secs) > server localhost:8529 started > server localhost:8530 listening (VHostLocalSecret) > server localhost:8531 listening (VHostGlobalSecret) > t/00_public....................ok > t/01_basic.....................ok 1/7# Failed test 4 in t/01_basic.t at > line 41 > t/01_basic.....................NOK 4/7# Failed test 5 in t/01_basic.t at > line > 47 > t/01_basic.....................FAILED tests 4-5 > Failed 2/7 tests, 71.43% okay > t/02_bad.......................ok 1/8# Failed test 4 in t/02_bad.t at > line 49 > t/02_bad.......................FAILED test 4 > Failed 1/8 tests, 87.50% okay > t/03_ignore_ip.................ok 1/6# Failed test 6 in t/03_ignore_ip.t > at line > 56 > t/03_ignore_ip.................FAILED test 6 > Failed 1/6 tests, 83.33% okay > t/05_tokens....................ok 1/13# Failed test 6 in t/05_tokens.t > at line > 58 > t/05_tokens....................NOK 6/13# Failed test 7 in t/05_tokens.t > at line > 59 > t/05_tokens....................NOK 7/13# Failed test 8 in t/05_tokens.t > at line > 66 > t/05_tokens....................NOK 8/13# Failed test 9 in t/05_tokens.t > at line > 73 > t/05_tokens....................FAILED tests 6-9 > Failed 4/13 tests, 69.23% okay > t/07_guest_login...............ok 1/6# Failed test 3 in > t/07_guest_login.t at > line 46 > t/07_guest_login...............NOK 3/6# Failed test 6 in > t/07_guest_login.t at > line 53 > t/07_guest_login...............FAILED tests 3, 6 > Failed 2/6 tests, 66.67% okay > t/07_guest_login_nocookie......ok 1/11# Failed test 3 in > t/07_guest_login_nocookie.t at line 46 > t/07_guest_login_nocookie......NOK 3/11# Failed test 8 in > t/07_guest_login_nocookie.t at line 64 > t/07_guest_login_nocookie......FAILED tests 3, 8 > Failed 2/11 tests, 81.82% okay > t/08_guest_user................ok 1/22# Failed test 3 in > t/08_guest_user.t at > line 47 > t/08_guest_user................NOK 3/22# Failed test 6 in > t/08_guest_user.t at > line 62 > t/08_guest_user................FAILED tests 3, 6 > Failed 2/22 tests, 90.91% okay > t/09_guest_not_allowed.........ok 1/5# Failed test 4 in > t/09_guest_not_allowed.t > at line 49 > t/09_guest_not_allowed.........NOK 4/5# Failed test 5 in > t/09_guest_not_allowed.t at line 50 > t/09_guest_not_allowed.........FAILED tests 4-5 > Failed 2/5 tests, 60.00% okay > t/10_cookie_expiry.............ok 1/28# Failed test 4 in > t/10_cookie_expiry.t at > line 44 > t/10_cookie_expiry.............NOK 4/28# Failed test 7 in > t/10_cookie_expiry.t > at line 59 > t/10_cookie_expiry.............NOK 7/28# Failed test 10 in > t/10_cookie_expiry.t > at line 73 > t/10_cookie_expiry.............NOK 10/28# Failed test 13 in > t/10_cookie_expiry.t > at line 87 > t/10_cookie_expiry.............NOK 13/28# Failed test 16 in > t/10_cookie_expiry.t > at line 101 > t/10_cookie_expiry.............NOK 16/28# Failed test 19 in > t/10_cookie_expiry.t > at line 115 > t/10_cookie_expiry.............NOK 19/28# Failed test 22 in > t/10_cookie_expiry.t > at line 129 > t/10_cookie_expiry.............NOK 22/28# Failed test 25 in > t/10_cookie_expiry.t > at line 143 > t/10_cookie_expiry.............NOK 25/28Use of uninitialized value in > substitution (s///) at t/10_cookie_expiry.t line 154. > t/10_cookie_expiry.............dubious > Test returned status 29 (wstat 7424, 0x1d00) > DIED. FAILED tests 4, 7, 10, 13, 16, 19, 22, 25, 28 > Failed 9/28 tests, 67.86% okay > t/12_cookie_secure.............NOK 4/8# Failed test 4 in > t/12_cookie_secure.t at > line 41 > # Failed test 7 in t/12_cookie_secure.t at line 53 > t/12_cookie_secure.............FAILED tests 4, 7 > Failed 2/8 tests, 75.00% okay > t/20_timeout...................skipped > all skipped: env variable MAT_TEST_TIMEOUTS not set > t/21_timeout_refresh...........skipped > all skipped: env variable MAT_TEST_TIMEOUTS not set > t/22_timeout_guest_fallback....skipped > all skipped: env variable MAT_TEST_TIMEOUTS not set > t/30_vhost_local_secret........ok 1/7# Failed test 4 in > t/30_vhost_local_secret.t at line 48 > t/30_vhost_local_secret........NOK 4/7# Failed test 5 in > t/30_vhost_local_secret.t at line 54 > t/30_vhost_local_secret........FAILED tests 4-5 > Failed 2/7 tests, 71.43% okay > t/31_vhost_global_secret.......ok 1/7# Failed test 2 in > t/31_vhost_global_secret.t at line 40 > t/31_vhost_global_secret.......NOK 2/7# Failed test 3 in > t/31_vhost_global_secret.t at line 41 > t/31_vhost_global_secret.......NOK 3/7# Failed test 4 in > t/31_vhost_global_secret.t at line 47 > t/31_vhost_global_secret.......NOK 4/7# Failed test 5 in > t/31_vhost_global_secret.t at line 53 > t/31_vhost_global_secret.......NOK 5/7# Failed test 6 in > t/31_vhost_global_secret.t at line 59 > t/31_vhost_global_secret.......NOK 6/7# Failed test 7 in > t/31_vhost_global_secret.t at line 65 > t/31_vhost_global_secret.......FAILED tests 2-7 > Failed 6/7 tests, 14.29% okay > t/40_htaccess..................NOK 4/9# Failed test 4 in t/40_htaccess.t > at line > 41 > t/40_htaccess..................NOK 5/9# Failed test 5 in t/40_htaccess.t > at line > 42 > # Failed test 6 in t/40_htaccess.t at line 48 > # Failed test 7 in t/40_htaccess.t at line 49 > t/40_htaccess..................FAILED tests 4-7 > Failed 4/9 tests, 55.56% okay > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------------- > t/01_basic.t 7 2 4-5 > t/02_bad.t 8 1 4 > t/03_ignore_ip.t 6 1 6 > t/05_tokens.t 13 4 6-9 > t/07_guest_login.t 6 2 3 6 > t/07_guest_login_nocookie.t 11 2 3 8 > t/08_guest_user.t 22 2 3 6 > t/09_guest_not_allowed.t 5 2 4-5 > t/10_cookie_expiry.t 29 7424 28 10 4 7 10 13 16 19 22 25 > 28 > t/12_cookie_secure.t 8 2 4 7 > t/30_vhost_local_secret.t 7 2 4-5 > t/31_vhost_global_secret.t 7 6 2-7 > t/40_htaccess.t 9 4 4-7 > 3 tests skipped. > Failed 13/17 test scripts. 39/139 subtests failed. > Files=17, Tests=139, 23 wallclock secs (12.71 cusr + 2.20 csys = 14.91 > CPU) > Failed 13/17 test programs. 39/139 subtests failed. > [warning] server localhost:8529 shutdown > [ error] error running tests (please examine t/logs/error_log) > make[1]: *** [test] Error 1 > make[1]: Leaving directory `/tmp/mod_auth_tkt-2.0.0rc2/t' > make: *** [test] Error 2 > ***************************************** > > > Here is error log from test. > ***************************************** > [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:30 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:31 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:32 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'aguestbyanyothername' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'aguestbyanyothername' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'aguestbyanyothername' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-f0c7f04d-c138-0410-8b9c-e3c62017fc6c' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-12U' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-69a8f14d-c13' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-7ffaf14d-c138-0410-9c81-bbc2ada5a66e' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-a' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-9b9ef24d-c138-0410-9c81-' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-2a2cf34d-c138-0410-8b9c-e3c62017fc6c' > [Tue Aug 28 15:06:34 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest-2780f34d-c138-0410-9c81-bbc2ada5a66e' > [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:35 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:37 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:38 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:39 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - accepting as guest user 'guest' > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:43 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:44 2007] [error] server reached MaxClients setting, > consider > raising the MaxClients setting > [Tue Aug 28 15:06:44 2007] [notice] child pid 17588 exit signal > Segmentation > fault (11) > [Tue Aug 28 15:06:44 2007] [notice] child pid 17565 exit signal > Segmentation > fault (11) > [Tue Aug 28 15:06:46 2007] [notice] child pid 17732 exit signal > Segmentation > fault (11) > [Tue Aug 28 15:06:47 2007] [notice] child pid 17733 exit signal > Segmentation > fault (11) > [Tue Aug 28 15:06:48 2007] [info] server seems busy, (you may need to > increase > StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 > idle, > and 1 total children > [Tue Aug 28 15:06:48 2007] [notice] child pid 17734 exit signal > Segmentation > fault (11) > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:48 2007] [info] [client 127.0.0.1] TKT: no valid > ticket found > - redirecting to login url > [Tue Aug 28 15:06:48 2007] [info] removed PID file > /tmp/mod_auth_tkt-2.0.0rc2/t/logs/httpd.pid (pid=17564) > [Tue Aug 28 15:06:48 2007] [notice] caught SIGTERM, shutting down > ***************************************** > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > modauthtkt-users mailing list > modauthtkt-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/modauthtkt-users ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ------------------------------ _______________________________________________ modauthtkt-users mailing list modauthtkt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/modauthtkt-users End of modauthtkt-users Digest, Vol 11, Issue 1 ***********************************************