Re: Solaris 8 lockups

2002-04-19 Thread Tom Servo

Thank you, and Marc as well, it looks like it was a combination of both
version options and having it compiled as a DSO.   We've upgraded
mod_perl and apache and no longer have mod_perl as a DSO, and except for
new error messages popping up (nothing serious, mostly just slightly
sloppy coding issues that will be easily fixed), it looks like it's
finally stable, at least for the last little while.

Thanks again for the help.


Brian Nilsen
[EMAIL PROTECTED]

On Thu, 18 Apr 2002, Jamie LeTual wrote:

 We had problems with mod_perl compiled as a DSO under Solaris 8. Try
 it with mod_perl compiled into apache.
 
 Peace,
 Jamie
 
 
 On Thu, Apr 18, 2002 at 10:39:31AM -0700, Tom Servo wrote:
  We've recently started trying to migrate a number of Solaris 7 machines to
  Solaris 8, and everything seemed fine for a while.
  
  We have each box running its own static, dynamic (mod_perl) and ssl
  servers, and everything runs fine for 3-7 hours after starting the server.
  Eventually, however, the mod_perl children just stop responding.   If you
  try to telnet into the port, the connection just hangs why trying to
  connect...we don't get a refused connection, and it doesn't let you
  connect to the point where you can issue an HTTP request.   It just seems
  to stop responding and get stuck.
  
  Has anyone else run into any of these problems?   So far we've had nothing
  like this happen with Solaris 7 and with Linux, but I can't even think
  where to start looking on Solaris 8.
  
  As a side note, this happened both on boxes that had been upgraded from 7
  to 8, as well as boxes that had fresh 8 installs.
  
  
  Brian Nilsen
  [EMAIL PROTECTED]
  
  
 
 -- 
 -[sent-from-the-office]
 |||
 | HBE Software, Inc. | Email: [EMAIL PROTECTED]   |
 | http://www.hbesoftware.com | AIM  : Reng8tak|
 | (514) 876-3542 x259| Web  : http://jamie.people.hbesoftware.com |
 ---
 perl -e 'for($c=0;$c=length unpack(B*,pack(H*,$ARGV[0]));$c+=7){$_=chr((ord 
packB*,0.substr(unpack(B*,pack(H*,$ARGV[0])),$c,7))+040);print;}' -- 
55569d4010674fa9222d200c22d29801441872e2d2
 
 
 
 
 
 
 
 
 
 




Re: Solaris 8 lockups

2002-04-18 Thread Marc Slagle

What version apache/mod_perl are you running?  Also, were these intel
solaris 7 servers or sparc?


 We've recently started trying to migrate a number of Solaris 7 machines to
 Solaris 8, and everything seemed fine for a while.

 We have each box running its own static, dynamic (mod_perl) and ssl
 servers, and everything runs fine for 3-7 hours after starting the server.
 Eventually, however, the mod_perl children just stop responding.   If you
 try to telnet into the port, the connection just hangs why trying to
 connect...we don't get a refused connection, and it doesn't let you
 connect to the point where you can issue an HTTP request.   It just seems
 to stop responding and get stuck.

 Has anyone else run into any of these problems?   So far we've had nothing
 like this happen with Solaris 7 and with Linux, but I can't even think
 where to start looking on Solaris 8.

 As a side note, this happened both on boxes that had been upgraded from 7
 to 8, as well as boxes that had fresh 8 installs.







Re: Solaris 8 lockups

2002-04-18 Thread Tom Servo

We're running Apache 1.3.12, as for the mod_perl version, it's not
reported in the logs when the servers start and there doesn't seem to be
any source lying around, so I'm not sure how to determine its version
number.   If you could point me in the right direction on that, I'd
appreciate it.

It's running on Sparc hardware.


Brian Nilsen
[EMAIL PROTECTED]

On Thu, 18 Apr 2002, Marc Slagle wrote:

 What version apache/mod_perl are you running?  Also, were these intel
 solaris 7 servers or sparc?
 
 
  We've recently started trying to migrate a number of Solaris 7 machines to
  Solaris 8, and everything seemed fine for a while.
 
  We have each box running its own static, dynamic (mod_perl) and ssl
  servers, and everything runs fine for 3-7 hours after starting the server.
  Eventually, however, the mod_perl children just stop responding.   If you
  try to telnet into the port, the connection just hangs why trying to
  connect...we don't get a refused connection, and it doesn't let you
  connect to the point where you can issue an HTTP request.   It just seems
  to stop responding and get stuck.
 
  Has anyone else run into any of these problems?   So far we've had nothing
  like this happen with Solaris 7 and with Linux, but I can't even think
  where to start looking on Solaris 8.
 
  As a side note, this happened both on boxes that had been upgraded from 7
  to 8, as well as boxes that had fresh 8 installs.
 
 
 
 
 




Re: Solaris 8 lockups

2002-04-18 Thread Tom Servo

Nevermind about mod_perl version number, looks like we're running 1.24


Brian Nilsen
[EMAIL PROTECTED]

On Thu, 18 Apr 2002, Marc Slagle wrote:

 What version apache/mod_perl are you running?  Also, were these intel
 solaris 7 servers or sparc?
 
 
  We've recently started trying to migrate a number of Solaris 7 machines to
  Solaris 8, and everything seemed fine for a while.
 
  We have each box running its own static, dynamic (mod_perl) and ssl
  servers, and everything runs fine for 3-7 hours after starting the server.
  Eventually, however, the mod_perl children just stop responding.   If you
  try to telnet into the port, the connection just hangs why trying to
  connect...we don't get a refused connection, and it doesn't let you
  connect to the point where you can issue an HTTP request.   It just seems
  to stop responding and get stuck.
 
  Has anyone else run into any of these problems?   So far we've had nothing
  like this happen with Solaris 7 and with Linux, but I can't even think
  where to start looking on Solaris 8.
 
  As a side note, this happened both on boxes that had been upgraded from 7
  to 8, as well as boxes that had fresh 8 installs.
 
 
 
 
 




Re: Solaris 8 lockups

2002-04-18 Thread Marc Slagle

We had problems with that combination of apache/mod_perl, on solaris 8 as
well.  We switched to mod_perl 1.25 and that fixed our problems.  Since then
we have also moved to newer versions of apache.  I would build a newer
version of apache/mod_perl on one of the systems and then leave the
configuration the same.  (Assuming you can do that, some work environments
are locked down to older versions of software.)

It would be interesting to see what truss reported when you hit the server
when it was not responding.

- Original Message -
From: Tom Servo [EMAIL PROTECTED]
To: Marc Slagle [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:14 PM
Subject: Re: Solaris 8 lockups


 Nevermind about mod_perl version number, looks like we're running 1.24

 
 Brian Nilsen
 [EMAIL PROTECTED]

 On Thu, 18 Apr 2002, Marc Slagle wrote:

  What version apache/mod_perl are you running?  Also, were these intel
  solaris 7 servers or sparc?
 
 
   We've recently started trying to migrate a number of Solaris 7
machines to
   Solaris 8, and everything seemed fine for a while.
  
   We have each box running its own static, dynamic (mod_perl) and ssl
   servers, and everything runs fine for 3-7 hours after starting the
server.
   Eventually, however, the mod_perl children just stop responding.   If
you
   try to telnet into the port, the connection just hangs why trying to
   connect...we don't get a refused connection, and it doesn't let you
   connect to the point where you can issue an HTTP request.   It just
seems
   to stop responding and get stuck.
  
   Has anyone else run into any of these problems?   So far we've had
nothing
   like this happen with Solaris 7 and with Linux, but I can't even think
   where to start looking on Solaris 8.
  
   As a side note, this happened both on boxes that had been upgraded
from 7
   to 8, as well as boxes that had fresh 8 installs.