> Ouch, William, are you aware that you've sent a 1MB attachment to 
> a public mailing list, potentially causing lots of problems to people
> with limited account sizes and slow dialup access? Please don't that 
> in the future. If you want to show some big file, upload it 
> somewhere and post a link to it.

Sorry.  I didn't look at the size before I sent it.  Will be more
carefull in the future.  

> > The only thing that stood out for me was mod_perl
> > complaining about no -M while running suid and the fact that it
couldn't
> > find an nls related file "/usr/lib/nls/loc/locales.2/C" which is in
fact
> > nonexistent.  Could this be an nls related anomaly?  If I remember
right
> > there are some problems with nls and Solaris 9.

> I don't know, I'm not familiar with Solaris. The end of your trace is:

open("/usr/lib/nls/loc/locales.2/C", O_RDONLY, 0) 
.................................. ERR#2 ENOENT
time(0x7f71cd0c) 
................................................................... =
1083792204
sigsetstatemask(0x17, NULL, 2139033120) 
............................................ = 0
write(2, "N o   - M   a l l o w e d   w h ".., 36) 
................................. = 36
sigsetstatemask(0x17, 0x7f7f0e20, 0) 
............................................... = 0
open("/usr/lib/nls/msg/C/strerror.cat", O_RDONLY, 0177777) 
......................... = 22
fstat(22, 0x7f7f2338) 
.............................................................. = 0
fcntl(22, F_SETFD, 1) 
.............................................................. = 0
lseek(22, 0, SEEK_SET) 
............................................................. = 0
read(22, "m s g c a t 0 1 \0\0\0f9\001\001".., 1212) 
............................... = 1212
lseek(22, 3016, SEEK_SET) 
.......................................................... = 3016
read(22, "N o   s u c h   f i l e   o r   ".., 25) 
................................. = 25
close(22) 
..........................................................................
= 0
write(2, "p e r l _ p a r s e :   N o   s ".., 38) 
................................. = 38
getpid() 
...........................................................................
= 
20795 (20794)
unlink("/var/spool/sockets/pwgr/client20795") 
...................................... = 0
exit(1) 
............................................................................

WIFEXITED(1)

> but I see that the process is exiting. Is it still hanging? Or is it
the 
> client process?

Yes it did exit when I ran it this way.  May be a fluke with my compile
of tusc however.  When I run it without the tusc comand (ie
"/usr/opt/httpd-2.0.49/bin/httpd -d t -f conf/httpd.conf  -DAPACHE2
-DONE_PROCESS -DNO_DETATCH") it hangs.  Helpful of it, yes?

>I see that you also run with mod_perl tracing enabled, you may want 
> to turn it off to make the strace output smaller.

I'll do that in the morning.  It may help for me to mention that I'm
using HP's ANSI C compiler for the compiles.  The version is quite old
(enough so that I cannot apply the patches listed on the troubleshooting
web page).  May be a useful exercise to update my compiler and try
again.  May take a while as I have to Weedle "CODEWORDS" out of HP
support to accomplish this.  Let me also say that I was able to compile
and run mod_perl-1.99_12 with this same install of apache and an install
of perl 5.8.2 with the same basic config options as my perl 5.6.2.  I
think I'll try compiling this version with the 5.8.2 perl and see if
that works better. 

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



---
Will Fulmer
Database Administrator
Northampton Community College
Bethlehem, PA

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to