Koozali.org: home of the SME Server

Httpd crashing

Jesper

Re: Httpd crashing
« Reply #15 on: November 29, 2002, 07:09:27 PM »
I have had the excact same expirience and I happends every time I send emails with large attachments via the web interface. This does NOT happen when I use SMTP/POP via f.ex OutLook.

Jáder Marasca

Re: Httpd crashing
« Reply #16 on: November 29, 2002, 07:14:04 PM »
And what is the configurated max attach size on PHP?
Had you seen Dan Brown How to about max attach size on Horde/IMP ? And for the 5.5 SME there is a how to on SME page...

Shouldn´t this to be the problem... it´s a bug... when you try to send a BIG attach (beyond configurated) it crashes !

What did you  think about this ? (It´s sh**t or make a little sense!)

Jesper

Re: Httpd crashing
« Reply #17 on: November 29, 2002, 07:28:58 PM »
Actually I haven't changed the max attachment size from default (whatever it is). My attachment, when it crashes, is just around 1Meg - That should be below any default limit I should think.

Jáder Marasca

Re: Httpd crashing
« Reply #18 on: November 29, 2002, 09:50:42 PM »
The default limit is 2MB!

So I don´t any any clue about why do you get that strange behaviour!

Peter

Re: Httpd crashing
« Reply #19 on: December 05, 2002, 06:12:43 PM »
Gents,

I'm investigated my problem past week and something interesting turned up from my messages log:

kernel: eth1: Abnormal interrupt, status 00000020

Everytime I experience problems when accessing my webserver from outside the local network this messages turns up. Significantly it only seems to happen when the connection is under some load.

I'm using an Realtek ethernet adapter with chipset RTL-8139C. Used both realtek drivers already (rtl8139 & 8139too) that where avilable on SME 5.5 but did not help.

Is this a driver issue in combination with kernel 2.2.19 as some newsgroups suggest? Is there anybody who have experienced the same problem?

Grt.

peter

Jesper

Re: Httpd crashing
« Reply #20 on: December 06, 2002, 01:40:16 PM »
Interesting. I am using the same driver/adapter.

I had a look at my log and found the following entries when I died. My attachment was 1.2Meg.

11:23:21 server httpd: PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 1741735 bytes) in /usr/share/pear/Net/SMTP.php on line 207
Dec  6 11:23:21 server httpd: PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 32 bytes) in /usr/share/pear/PEAR.php on line 509
Dec  6 11:23:21 server httpd: PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes) in Unknown on line 0

/Jesper