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
> /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thr
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 $
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 inves
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.
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.
. client fill some data
to the element,for exa
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_
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 "m
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
Li
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.