Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Torsten Foertsch
On Sunday 07 October 2007 23:29, Max Kanat-Alexander wrote: So it looks like it works fine for what smem is doing, but it somehow doesn't work right for Apache2::SizeLimit. In your modperl environment use warnings FATAL=qw/all/ is active. Hence, the portable warning is turned into a

Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 08:26:51 +0200 Torsten Foertsch [EMAIL PROTECTED] wrote: In your modperl environment use warnings FATAL=qw/all/ is active. Hence, the portable warning is turned into a portable error. That's all. No, because it still doesn't work, even with the patch. I don't even

Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Torsten Foertsch
On Monday 08 October 2007 08:35, Max Kanat-Alexander wrote: No, because it still doesn't work, even with the patch. I don't even see the warning. The error I get from SizeLimit is: Can't call method all on an undefined value at

Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 09:45:58 +0200 Torsten Foertsch [EMAIL PROTECTED] wrote: Is it possible that your httpd cannot access /proc/self/smaps? Yes, that seems to be the problem. It can stat it, but not read it. In order to find this out, I had to make Linux::Smaps::update return $I

Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 01:35:02 -0700 Max Kanat-Alexander [EMAIL PROTECTED] wrote: I suspect SELinux, at the moment. Okay, it's not SELinux. For some reason, smaps is set root:root 400 for all processes, even though /proc/$$/ is properly owned by the apache user. I'll have to

Re: Apache2::SizeLimit Linux::Smaps on x86_64

2007-10-08 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 01:38:23 -0700 Max Kanat-Alexander [EMAIL PROTECTED] wrote: Okay, it's not SELinux. For some reason, smaps is set root:root 400 for all processes, even though /proc/$$/ is properly owned by the apache user. I'll have to investigate how to change that, I suppose.

Re: [mp2] how to add data to posted form?

2007-10-08 Thread Sean Davis
newgaton new wrote: my pleasure for receiving your reply! Maybe I didn't describe clearly the question . now I give a example to show my question. First, browser post a form(the method of form is POST) data, and it include some input element. input type = text name = id id = id / . client

Fw: mod_perl success stories on ZDNet (KMM6461378I96L0KM) :ppk1

2007-10-08 Thread Carl Johnstone
Looks like somebody has managed to subscribe one of the PayPal support email addresses to the list... Carl - Original Message - From: PayPal Customer Service 1 [EMAIL PROTECTED] To: Carl Johnstone [EMAIL PROTECTED] Sent: Saturday, October 06, 2007 9:35 PM Subject: Re: mod_perl

Re: Fw: mod_perl success stories on ZDNet (KMM6461378I96L0KM) :ppk1

2007-10-08 Thread John ORourke
Carl Johnstone wrote: Looks like somebody has managed to subscribe one of the PayPal support email addresses to the list... No - a zombie somewhere sent an email with 'from' address [EMAIL PROTECTED], 'to' address [EMAIL PROTECTED], a subject line from the modperl list and with the message

Fwd: CPAN Upload: O/OP/OPI/Linux-Smaps-0.04.tar.gz

2007-10-08 Thread Torsten Foertsch
Hi, this version mainly disables the portable warning. Further the constructor now throws an exception if the smaps file cannot be read. Also a short note in the docs about swapped pages and mlockall(2) was added. Torsten -- Forwarded Message -- ... The uploaded file

Re: Fwd: CPAN Upload: O/OP/OPI/Linux-Smaps-0.04.tar.gz

2007-10-08 Thread Max Kanat-Alexander
On Mon, 8 Oct 2007 17:52:46 +0200 Torsten Foertsch [EMAIL PROTECTED] wrote: this version mainly disables the portable warning. Further the constructor now throws an exception if the smaps file cannot be read. Also a short note in the docs about swapped pages and mlockall(2) was added.