Re: hanging make test

2006-04-12 Thread Philip M. Gollucci

Michael Peters wrote:

I'm trying to install libapreq2 (2.07) and when I run make test it
just hangs there at the parsers test

  parsersok 1/542

Just like that for a longtime (I've let it go for 10+ minutes) at full
CPU usage.

Whats in logs/error_log ?




--

Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone...


On using Apache2::Request-upload correctly...

2006-04-12 Thread Boysenberry Payne

Hi All,

I remember reading about how to handle when a client cancels an upload
via proxy connections, I just don't remember what or where.

I'm using:

my $req = Apache2::Request-new( $r ); # via handler
my $upload = $req-upload( uploadFile ) or return $self-error( No 
Upload File Found... );
my $file = $upload-filename or return $self-error( No File Name 
Found... );

my $fh = $upload-fh;
my $size = $upload-size or return $self-error( Empty File Size... );

When a client presses cancel in their browser, I get the following 
error after a bit of time


[Tue Mar 21 16:14:08 2006] [error] [client 192.168.0.1] (70007)The 
timeout specified has expired: ap_get_brigade failed during prefetch, 
referer: http://192.168.0.1/h2adm.pl


How can I get it to cancel the request internally when the client 
cancels in the browser?

Our mod_perl server is behind another server that proxies to it.

Also is there any good reading someone can point me at to figure out 
how to do file upload
feedback, e.g. letting someone know how much of their file is uploaded, 
bandwidth, error

feedback, etc...


Thanks,
Boysenberry

boysenberrys.com | habitatlife.com | selfgnosis.com



Re: hanging make test

2006-04-12 Thread Michael Peters


Philip M. Gollucci wrote:
 Michael Peters wrote:
 I'm trying to install libapreq2 (2.07) and when I run make test it
 just hangs there at the parsers test

   parsersok 1/542

 Just like that for a longtime (I've let it go for 10+ minutes) at full
 CPU usage.
 Whats in logs/error_log ?

Where is this log? I don't see anything in the libapreq2 directory I'm
building/testing from. It's also not using my install apache2 for
running tests as that's shutdown.

I assumed since it uses Apache::Test it would start it's own server, but
I don't see that happening either (none of the usual Apache::Test
startup stuff is printed).

It's trying to run library/t/parsers

-- 
Michael Peters
Developer
Plus Three, LP