RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Jesse Noller

Number 1: Slackware is not supported (nessecary caveat)

Number 2: I suggest that if you have not, upgrade to the latest version of Apache for 
security fixes.

Number 3: You have to be running a forced EAPI Apache server, correct?

Number 4: I have noticed that this segfault happens one in maybe 20-30 times. The 
biggest reason is EAPI compatibility, and I am currently dogging out a possible fix, I 
need to know what modules you have loaded into apache, and what you compiled Apache 
with.

Everyone, please note: 95% of ALL internal QA was handled with stock updated Red Hat 
Linux machines and the version of Apache Shipped, with patches by Red Hat. 

 

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, July 28, 2002 10:01 PM
 To: CF-Talk
 Subject: CFMX + Linux + Apache Segmentation Fault
 
 Hi all,
 
 I have just installed Coldfusion MX Server, but it keeps crashing my
 Apache with the following error (in error_log):
 
 [notice] child pid 27386 exit signal Segmentation fault (11)
 
 There are dozens of them, after which comes the following:
 
 [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
 
 
 
 I am running:
 
 Slackware Linux w/ 2.4.18 Kernel
 Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
 
 
 Please help, 18 posts on the Macromedia forum, and no response yet from
 Macromedia.
 
 
 Has anyone successfully got Linux + CFMX working? What could these seg
 faults be from?
 
 Thanks a ton.
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Matt Goodman

Wow, finally a response on the issue!

Even if I never get it solved, at least having someone say I feel your
pain. is enough.

Number 1: Slackware and Red Hat are not very different with exception of
included packages during install (the workaround for this was
solved--needed some X libraries)

Number 2: Latest apache has been installed-- 1.3.26 + Mod Perl + mod_php
(4.2.2)

I have tried using mod_ssl (2.8.6 + OpenSSL 0.9.6c) but then
disabled it because mod_ssl uses the EAPI. I figured take out anything
that uses EAPI for simplification purposes.

Number 3: To my knowledge, there isn't a way to disable EAPI, so the
answer here would be yes.

Number 4: This segfault happens over and over and over again. When
coldfusion is first launched, it spawns about 20-30 child processes. After
approximately 1-2 minutes, these processes die off taking about 15 seconds
for them all to die. Then new processes spawn in its place (thanks to the
-autorestart flag on the cfusion executable).

No indication in any other error logs what this could be.

Let me know if you need some assistance, I would love to try some
experimental / beta patches. I can give you some good feedback on how they
work.

I've always wanted to be in the development process. *grin*

Matt Goodman



On Mon, 29 Jul 2002, Jesse Noller wrote:

 Number 1: Slackware is not supported (nessecary caveat)

 Number 2: I suggest that if you have not, upgrade to the latest version of Apache 
for security fixes.

 Number 3: You have to be running a forced EAPI Apache server, correct?

 Number 4: I have noticed that this segfault happens one in maybe 20-30 times. The 
biggest reason is EAPI compatibility, and I am currently dogging out a possible fix, 
I need to know what modules you have loaded into apache, and what you compiled Apache 
with.

 Everyone, please note: 95% of ALL internal QA was handled with stock updated Red Hat 
Linux machines and the version of Apache Shipped, with patches by Red Hat.



 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

  -Original Message-
  From: Matt Goodman [mailto:[EMAIL PROTECTED]]
  Sent: Sunday, July 28, 2002 10:01 PM
  To: CF-Talk
  Subject: CFMX + Linux + Apache Segmentation Fault
 
  Hi all,
 
  I have just installed Coldfusion MX Server, but it keeps crashing my
  Apache with the following error (in error_log):
 
  [notice] child pid 27386 exit signal Segmentation fault (11)
 
  There are dozens of them, after which comes the following:
 
  [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
 
 
 
  I am running:
 
  Slackware Linux w/ 2.4.18 Kernel
  Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
 
 
  Please help, 18 posts on the Macromedia forum, and no response yet from
  Macromedia.
 
 
  Has anyone successfully got Linux + CFMX working? What could these seg
  faults be from?
 
  Thanks a ton.
 
 
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Jesse Noller

It's going to be a module recompile w/EAPI options. Sigh. I am already working on this 
one. No ETA.

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 3:02 PM
 To: CF-Talk
 Subject: RE: CFMX + Linux + Apache Segmentation Fault
 
 Wow, finally a response on the issue!
 
 Even if I never get it solved, at least having someone say I feel your
 pain. is enough.
 
 Number 1: Slackware and Red Hat are not very different with exception of
 included packages during install (the workaround for this was
 solved--needed some X libraries)
 
 Number 2: Latest apache has been installed-- 1.3.26 + Mod Perl + mod_php
 (4.2.2)
 
   I have tried using mod_ssl (2.8.6 + OpenSSL 0.9.6c) but then
 disabled it because mod_ssl uses the EAPI. I figured take out anything
 that uses EAPI for simplification purposes.
 
 Number 3: To my knowledge, there isn't a way to disable EAPI, so the
 answer here would be yes.
 
 Number 4: This segfault happens over and over and over again. When
 coldfusion is first launched, it spawns about 20-30 child processes. After
 approximately 1-2 minutes, these processes die off taking about 15 seconds
 for them all to die. Then new processes spawn in its place (thanks to the
 -autorestart flag on the cfusion executable).
 
 No indication in any other error logs what this could be.
 
 Let me know if you need some assistance, I would love to try some
 experimental / beta patches. I can give you some good feedback on how they
 work.
 
 I've always wanted to be in the development process. *grin*
 
 Matt Goodman
 
 
 
 On Mon, 29 Jul 2002, Jesse Noller wrote:
 
  Number 1: Slackware is not supported (nessecary caveat)
 
  Number 2: I suggest that if you have not, upgrade to the latest version
 of Apache for security fixes.
 
  Number 3: You have to be running a forced EAPI Apache server, correct?
 
  Number 4: I have noticed that this segfault happens one in maybe 20-30
 times. The biggest reason is EAPI compatibility, and I am currently
 dogging out a possible fix, I need to know what modules you have loaded
 into apache, and what you compiled Apache with.
 
  Everyone, please note: 95% of ALL internal QA was handled with stock
 updated Red Hat Linux machines and the version of Apache Shipped, with
 patches by Red Hat.
 
 
 
  Jesse Noller
  [EMAIL PROTECTED]
  Macromedia Server Development
  Unix/Linux special guy
 
   -Original Message-
   From: Matt Goodman [mailto:[EMAIL PROTECTED]]
   Sent: Sunday, July 28, 2002 10:01 PM
   To: CF-Talk
   Subject: CFMX + Linux + Apache Segmentation Fault
  
   Hi all,
  
   I have just installed Coldfusion MX Server, but it keeps crashing my
   Apache with the following error (in error_log):
  
   [notice] child pid 27386 exit signal Segmentation fault (11)
  
   There are dozens of them, after which comes the following:
  
   [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
  
  
  
   I am running:
  
   Slackware Linux w/ 2.4.18 Kernel
   Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
  
  
   Please help, 18 posts on the Macromedia forum, and no response yet
 from
   Macromedia.
  
  
   Has anyone successfully got Linux + CFMX working? What could these seg
   faults be from?
  
   Thanks a ton.
  
  
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Brian Scandale

Matt, 

For what it's worth... a CFMX install on top of a stock RedHat 7.3 download with 
apache 1.3.23-11 that came included with RH has been VERY stable. 

I always get the load error about recompiling for EAPI but as of yet it has not 
created any problems... Up since 7/15 with no restarts.

Lots of other errors that are making me crazy as I work them out one by one... but 
nothing that crashes cfmx... or apache either for that matter.

Brian




At 07:01 PM 7/28/02, you wrote:
Hi all,

I have just installed Coldfusion MX Server, but it keeps crashing my
Apache with the following error (in error_log):

[notice] child pid 27386 exit signal Segmentation fault (11)

There are dozens of them, after which comes the following:

[notice] jrApache[init] added/activated proxy 127.0.0.1:51010



I am running:

Slackware Linux w/ 2.4.18 Kernel
Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7


Please help, 18 posts on the Macromedia forum, and no response yet from
Macromedia.


Has anyone successfully got Linux + CFMX working? What could these seg
faults be from?

Thanks a ton.


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Matt Goodman

That's good to know-- at least its working for some people.

If it's working for you, an you please post an output of your Apache
server-status?

I'd like to see what modules you are running it with. What kind of machine
are you running it on? What kernel version are you running?

What compile options did you use for apache?

Any of this information will be helpful to the people writing the fix.

To Jesse--- your labor of love is not in vain. There are many of us who
are anxiously awaiting a resolution. I don't know a thing about Java, but
I'm pretty handy with Linux.

What are the challenges involved in recompiling the module? Do you have to
re-write? Or can you just set the proper compile flags?

Mahalo,

Matt


PS-- A case of pineapples from the land of Aloha are on their way Jesse,
just let me know where to send 'em!


On Mon, 29 Jul 2002, Brian Scandale wrote:

 Matt,

 For what it's worth... a CFMX install on top of a stock RedHat 7.3 download with 
apache 1.3.23-11 that came included with RH has been VERY stable.

 I always get the load error about recompiling for EAPI but as of yet it has not 
created any problems... Up since 7/15 with no restarts.

 Lots of other errors that are making me crazy as I work them out one by one... but 
nothing that crashes cfmx... or apache either for that matter.

 Brian




 At 07:01 PM 7/28/02, you wrote:
 Hi all,
 
 I have just installed Coldfusion MX Server, but it keeps crashing my
 Apache with the following error (in error_log):
 
 [notice] child pid 27386 exit signal Segmentation fault (11)
 
 There are dozens of them, after which comes the following:
 
 [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
 
 
 
 I am running:
 
 Slackware Linux w/ 2.4.18 Kernel
 Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
 
 
 Please help, 18 posts on the Macromedia forum, and no response yet from
 Macromedia.
 
 
 Has anyone successfully got Linux + CFMX working? What could these seg
 faults be from?
 
 Thanks a ton.
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Jesse Noller

Ya gotta find the right header files, inject them into the current source tree, and 
try to recompile it properly. Yay!

It's not hard, just time consuming

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 4:16 PM
 To: CF-Talk
 Subject: Re: CFMX + Linux + Apache Segmentation Fault
 
 That's good to know-- at least its working for some people.
 
 If it's working for you, an you please post an output of your Apache
 server-status?
 
 I'd like to see what modules you are running it with. What kind of machine
 are you running it on? What kernel version are you running?
 
 What compile options did you use for apache?
 
 Any of this information will be helpful to the people writing the fix.
 
 To Jesse--- your labor of love is not in vain. There are many of us who
 are anxiously awaiting a resolution. I don't know a thing about Java, but
 I'm pretty handy with Linux.
 
 What are the challenges involved in recompiling the module? Do you have to
 re-write? Or can you just set the proper compile flags?
 
 Mahalo,
 
 Matt
 
 
 PS-- A case of pineapples from the land of Aloha are on their way Jesse,
 just let me know where to send 'em!
 
 
 On Mon, 29 Jul 2002, Brian Scandale wrote:
 
  Matt,
 
  For what it's worth... a CFMX install on top of a stock RedHat 7.3
 download with apache 1.3.23-11 that came included with RH has been VERY
 stable.
 
  I always get the load error about recompiling for EAPI but as of yet it
 has not created any problems... Up since 7/15 with no restarts.
 
  Lots of other errors that are making me crazy as I work them out one by
 one... but nothing that crashes cfmx... or apache either for that matter.
 
  Brian
 
 
 
 
  At 07:01 PM 7/28/02, you wrote:
  Hi all,
  
  I have just installed Coldfusion MX Server, but it keeps crashing my
  Apache with the following error (in error_log):
  
  [notice] child pid 27386 exit signal Segmentation fault (11)
  
  There are dozens of them, after which comes the following:
  
  [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
  
  
  
  I am running:
  
  Slackware Linux w/ 2.4.18 Kernel
  Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
  
  
  Please help, 18 posts on the Macromedia forum, and no response yet from
  Macromedia.
  
  
  Has anyone successfully got Linux + CFMX working? What could these seg
  faults be from?
  
  Thanks a ton.
  
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Matt Goodman

Jesse,

You forgot the address to send the fresh pineapple to!

Perhaps a cool Pina Colada would give you some inspiration...



On Mon, 29 Jul 2002, Jesse Noller wrote:

 Ya gotta find the right header files, inject them into the current source tree, and 
try to recompile it properly. Yay!

 It's not hard, just time consuming

 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

  -Original Message-
  From: Matt Goodman [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 4:16 PM
  To: CF-Talk
  Subject: Re: CFMX + Linux + Apache Segmentation Fault
 
  That's good to know-- at least its working for some people.
 
  If it's working for you, an you please post an output of your Apache
  server-status?
 
  I'd like to see what modules you are running it with. What kind of machine
  are you running it on? What kernel version are you running?
 
  What compile options did you use for apache?
 
  Any of this information will be helpful to the people writing the fix.
 
  To Jesse--- your labor of love is not in vain. There are many of us who
  are anxiously awaiting a resolution. I don't know a thing about Java, but
  I'm pretty handy with Linux.
 
  What are the challenges involved in recompiling the module? Do you have to
  re-write? Or can you just set the proper compile flags?
 
  Mahalo,
 
  Matt
 
 
  PS-- A case of pineapples from the land of Aloha are on their way Jesse,
  just let me know where to send 'em!
 
 
  On Mon, 29 Jul 2002, Brian Scandale wrote:
 
   Matt,
  
   For what it's worth... a CFMX install on top of a stock RedHat 7.3
  download with apache 1.3.23-11 that came included with RH has been VERY
  stable.
  
   I always get the load error about recompiling for EAPI but as of yet it
  has not created any problems... Up since 7/15 with no restarts.
  
   Lots of other errors that are making me crazy as I work them out one by
  one... but nothing that crashes cfmx... or apache either for that matter.
  
   Brian
  
  
  
  
   At 07:01 PM 7/28/02, you wrote:
   Hi all,
   
   I have just installed Coldfusion MX Server, but it keeps crashing my
   Apache with the following error (in error_log):
   
   [notice] child pid 27386 exit signal Segmentation fault (11)
   
   There are dozens of them, after which comes the following:
   
   [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
   
   
   
   I am running:
   
   Slackware Linux w/ 2.4.18 Kernel
   Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
   
   
   Please help, 18 posts on the Macromedia forum, and no response yet from
   Macromedia.
   
   
   Has anyone successfully got Linux + CFMX working? What could these seg
   faults be from?
   
   Thanks a ton.
   
   
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Matt Goodman

Jesse,

Is there any information that would be helpful for you? Or are you pretty
sure you know where to go?

PLMK

Matt

On Mon, 29 Jul 2002, Jesse Noller wrote:

 Ya gotta find the right header files, inject them into the current source tree, and 
try to recompile it properly. Yay!

 It's not hard, just time consuming

 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

  -Original Message-
  From: Matt Goodman [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 4:16 PM
  To: CF-Talk
  Subject: Re: CFMX + Linux + Apache Segmentation Fault
 
  That's good to know-- at least its working for some people.
 
  If it's working for you, an you please post an output of your Apache
  server-status?
 
  I'd like to see what modules you are running it with. What kind of machine
  are you running it on? What kernel version are you running?
 
  What compile options did you use for apache?
 
  Any of this information will be helpful to the people writing the fix.
 
  To Jesse--- your labor of love is not in vain. There are many of us who
  are anxiously awaiting a resolution. I don't know a thing about Java, but
  I'm pretty handy with Linux.
 
  What are the challenges involved in recompiling the module? Do you have to
  re-write? Or can you just set the proper compile flags?
 
  Mahalo,
 
  Matt
 
 
  PS-- A case of pineapples from the land of Aloha are on their way Jesse,
  just let me know where to send 'em!
 
 
  On Mon, 29 Jul 2002, Brian Scandale wrote:
 
   Matt,
  
   For what it's worth... a CFMX install on top of a stock RedHat 7.3
  download with apache 1.3.23-11 that came included with RH has been VERY
  stable.
  
   I always get the load error about recompiling for EAPI but as of yet it
  has not created any problems... Up since 7/15 with no restarts.
  
   Lots of other errors that are making me crazy as I work them out one by
  one... but nothing that crashes cfmx... or apache either for that matter.
  
   Brian
  
  
  
  
   At 07:01 PM 7/28/02, you wrote:
   Hi all,
   
   I have just installed Coldfusion MX Server, but it keeps crashing my
   Apache with the following error (in error_log):
   
   [notice] child pid 27386 exit signal Segmentation fault (11)
   
   There are dozens of them, after which comes the following:
   
   [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
   
   
   
   I am running:
   
   Slackware Linux w/ 2.4.18 Kernel
   Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
   
   
   Please help, 18 posts on the Macromedia forum, and no response yet from
   Macromedia.
   
   
   Has anyone successfully got Linux + CFMX working? What could these seg
   faults be from?
   
   Thanks a ton.
   
   
  
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Jesse Noller

As I said, it can be done, however, there are other moving parts. As I said, I cannot 
give an ETA.

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 4:34 PM
 To: CF-Talk
 Subject: RE: CFMX + Linux + Apache Segmentation Fault
 
 Jesse,
 
 Is there any information that would be helpful for you? Or are you pretty
 sure you know where to go?
 
 PLMK
 
 Matt
 
 On Mon, 29 Jul 2002, Jesse Noller wrote:
 
  Ya gotta find the right header files, inject them into the current
 source tree, and try to recompile it properly. Yay!
 
  It's not hard, just time consuming
 
  Jesse Noller
  [EMAIL PROTECTED]
  Macromedia Server Development
  Unix/Linux special guy
 
   -Original Message-
   From: Matt Goodman [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 29, 2002 4:16 PM
   To: CF-Talk
   Subject: Re: CFMX + Linux + Apache Segmentation Fault
  
   That's good to know-- at least its working for some people.
  
   If it's working for you, an you please post an output of your Apache
   server-status?
  
   I'd like to see what modules you are running it with. What kind of
 machine
   are you running it on? What kernel version are you running?
  
   What compile options did you use for apache?
  
   Any of this information will be helpful to the people writing the fix.
  
   To Jesse--- your labor of love is not in vain. There are many of us
 who
   are anxiously awaiting a resolution. I don't know a thing about Java,
 but
   I'm pretty handy with Linux.
  
   What are the challenges involved in recompiling the module? Do you
 have to
   re-write? Or can you just set the proper compile flags?
  
   Mahalo,
  
   Matt
  
  
   PS-- A case of pineapples from the land of Aloha are on their way
 Jesse,
   just let me know where to send 'em!
  
  
   On Mon, 29 Jul 2002, Brian Scandale wrote:
  
Matt,
   
For what it's worth... a CFMX install on top of a stock RedHat 7.3
   download with apache 1.3.23-11 that came included with RH has been
 VERY
   stable.
   
I always get the load error about recompiling for EAPI but as of yet
 it
   has not created any problems... Up since 7/15 with no restarts.
   
Lots of other errors that are making me crazy as I work them out one
 by
   one... but nothing that crashes cfmx... or apache either for that
 matter.
   
Brian
   
   
   
   
At 07:01 PM 7/28/02, you wrote:
Hi all,

I have just installed Coldfusion MX Server, but it keeps crashing
 my
Apache with the following error (in error_log):

[notice] child pid 27386 exit signal Segmentation fault (11)

There are dozens of them, after which comes the following:

[notice] jrApache[init] added/activated proxy 127.0.0.1:51010



I am running:

Slackware Linux w/ 2.4.18 Kernel
Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7


Please help, 18 posts on the Macromedia forum, and no response yet
 from
Macromedia.


Has anyone successfully got Linux + CFMX working? What could these
 seg
faults be from?

Thanks a ton.


   
  
 
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Matt Goodman

Jesse,

I'm not trying to be pushy, please don't take it that way.

Are you actually working on it at this moment? Or do you have like a long
list of things, and this issue is just one of them?

I'm just trying to get an idea of how long. Could it be end of the week?
End of month? End of year?

Depending on how far you're willing to take it, I can get other people
involved that might help you get there quicker. There are many developers
that I know that could lend some assistance and help you look good. :)

Thanks again

Matt

On Mon, 29 Jul 2002, Jesse Noller wrote:

 As I said, it can be done, however, there are other moving parts. As I said, I 
cannot give an ETA.

 Jesse Noller
 [EMAIL PROTECTED]
 Macromedia Server Development
 Unix/Linux special guy

  -Original Message-
  From: Matt Goodman [mailto:[EMAIL PROTECTED]]
  Sent: Monday, July 29, 2002 4:34 PM
  To: CF-Talk
  Subject: RE: CFMX + Linux + Apache Segmentation Fault
 
  Jesse,
 
  Is there any information that would be helpful for you? Or are you pretty
  sure you know where to go?
 
  PLMK
 
  Matt
 
  On Mon, 29 Jul 2002, Jesse Noller wrote:
 
   Ya gotta find the right header files, inject them into the current
  source tree, and try to recompile it properly. Yay!
  
   It's not hard, just time consuming
  
   Jesse Noller
   [EMAIL PROTECTED]
   Macromedia Server Development
   Unix/Linux special guy
  
-Original Message-
From: Matt Goodman [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 4:16 PM
To: CF-Talk
Subject: Re: CFMX + Linux + Apache Segmentation Fault
   
That's good to know-- at least its working for some people.
   
If it's working for you, an you please post an output of your Apache
server-status?
   
I'd like to see what modules you are running it with. What kind of
  machine
are you running it on? What kernel version are you running?
   
What compile options did you use for apache?
   
Any of this information will be helpful to the people writing the fix.
   
To Jesse--- your labor of love is not in vain. There are many of us
  who
are anxiously awaiting a resolution. I don't know a thing about Java,
  but
I'm pretty handy with Linux.
   
What are the challenges involved in recompiling the module? Do you
  have to
re-write? Or can you just set the proper compile flags?
   
Mahalo,
   
Matt
   
   
PS-- A case of pineapples from the land of Aloha are on their way
  Jesse,
just let me know where to send 'em!
   
   
On Mon, 29 Jul 2002, Brian Scandale wrote:
   
 Matt,

 For what it's worth... a CFMX install on top of a stock RedHat 7.3
download with apache 1.3.23-11 that came included with RH has been
  VERY
stable.

 I always get the load error about recompiling for EAPI but as of yet
  it
has not created any problems... Up since 7/15 with no restarts.

 Lots of other errors that are making me crazy as I work them out one
  by
one... but nothing that crashes cfmx... or apache either for that
  matter.

 Brian




 At 07:01 PM 7/28/02, you wrote:
 Hi all,
 
 I have just installed Coldfusion MX Server, but it keeps crashing
  my
 Apache with the following error (in error_log):
 
 [notice] child pid 27386 exit signal Segmentation fault (11)
 
 There are dozens of them, after which comes the following:
 
 [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
 
 
 
 I am running:
 
 Slackware Linux w/ 2.4.18 Kernel
 Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
 
 
 Please help, 18 posts on the Macromedia forum, and no response yet
  from
 Macromedia.
 
 
 Has anyone successfully got Linux + CFMX working? What could these
  seg
 faults be from?
 
 Thanks a ton.
 
 

   
  
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX + Linux + Apache Segmentation Fault

2002-07-29 Thread Jesse Noller

As in:

It's not even on *my* task list. Because of complications, it has been handed off to 
the proper individuals.

It's not on my radar, my radar is in another country. 

I will check on the project status. I know people who are working on it will be 
pinged. 

No ETA. I have NO idea how long. 

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy 

 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 5:23 PM
 To: CF-Talk
 Subject: RE: CFMX + Linux + Apache Segmentation Fault
 
 Jesse,
 
 I'm not trying to be pushy, please don't take it that way.
 
 Are you actually working on it at this moment? Or do you have like a long
 list of things, and this issue is just one of them?
 
 I'm just trying to get an idea of how long. Could it be end of the week?
 End of month? End of year?
 
 Depending on how far you're willing to take it, I can get other people
 involved that might help you get there quicker. There are many developers
 that I know that could lend some assistance and help you look good. :)
 
 Thanks again
 
 Matt
 
 On Mon, 29 Jul 2002, Jesse Noller wrote:
 
  As I said, it can be done, however, there are other moving parts. As I
 said, I cannot give an ETA.
 
  Jesse Noller
  [EMAIL PROTECTED]
  Macromedia Server Development
  Unix/Linux special guy
 
   -Original Message-
   From: Matt Goodman [mailto:[EMAIL PROTECTED]]
   Sent: Monday, July 29, 2002 4:34 PM
   To: CF-Talk
   Subject: RE: CFMX + Linux + Apache Segmentation Fault
  
   Jesse,
  
   Is there any information that would be helpful for you? Or are you
 pretty
   sure you know where to go?
  
   PLMK
  
   Matt
  
   On Mon, 29 Jul 2002, Jesse Noller wrote:
  
Ya gotta find the right header files, inject them into the current
   source tree, and try to recompile it properly. Yay!
   
It's not hard, just time consuming
   
Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux special guy
   
 -Original Message-
 From: Matt Goodman [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 29, 2002 4:16 PM
 To: CF-Talk
 Subject: Re: CFMX + Linux + Apache Segmentation Fault

 That's good to know-- at least its working for some people.

 If it's working for you, an you please post an output of your
 Apache
 server-status?

 I'd like to see what modules you are running it with. What kind of
   machine
 are you running it on? What kernel version are you running?

 What compile options did you use for apache?

 Any of this information will be helpful to the people writing the
 fix.

 To Jesse--- your labor of love is not in vain. There are many of
 us
   who
 are anxiously awaiting a resolution. I don't know a thing about
 Java,
   but
 I'm pretty handy with Linux.

 What are the challenges involved in recompiling the module? Do you
   have to
 re-write? Or can you just set the proper compile flags?

 Mahalo,

 Matt


 PS-- A case of pineapples from the land of Aloha are on their way
   Jesse,
 just let me know where to send 'em!


 On Mon, 29 Jul 2002, Brian Scandale wrote:

  Matt,
 
  For what it's worth... a CFMX install on top of a stock RedHat
 7.3
 download with apache 1.3.23-11 that came included with RH has been
   VERY
 stable.
 
  I always get the load error about recompiling for EAPI but as of
 yet
   it
 has not created any problems... Up since 7/15 with no restarts.
 
  Lots of other errors that are making me crazy as I work them out
 one
   by
 one... but nothing that crashes cfmx... or apache either for that
   matter.
 
  Brian
 
 
 
 
  At 07:01 PM 7/28/02, you wrote:
  Hi all,
  
  I have just installed Coldfusion MX Server, but it keeps
 crashing
   my
  Apache with the following error (in error_log):
  
  [notice] child pid 27386 exit signal Segmentation fault (11)
  
  There are dozens of them, after which comes the following:
  
  [notice] jrApache[init] added/activated proxy 127.0.0.1:51010
  
  
  
  I am running:
  
  Slackware Linux w/ 2.4.18 Kernel
  Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7
  
  
  Please help, 18 posts on the Macromedia forum, and no response
 yet
   from
  Macromedia.
  
  
  Has anyone successfully got Linux + CFMX working? What could
 these
   seg
  faults be from?
  
  Thanks a ton.
  
  
 

   
  
 
 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk

CFMX + Linux + Apache Segmentation Fault

2002-07-28 Thread Matt Goodman

Hi all,

I have just installed Coldfusion MX Server, but it keeps crashing my
Apache with the following error (in error_log):

[notice] child pid 27386 exit signal Segmentation fault (11)

There are dozens of them, after which comes the following:

[notice] jrApache[init] added/activated proxy 127.0.0.1:51010



I am running:

Slackware Linux w/ 2.4.18 Kernel
Apache 1.3.26 w/ PHP 4.2.2 and mod_perl 1.2.7


Please help, 18 posts on the Macromedia forum, and no response yet from
Macromedia.


Has anyone successfully got Linux + CFMX working? What could these seg
faults be from?

Thanks a ton.

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists