Re: [Zope] Can't stop Zope, machine hanging

2006-09-13 Thread Ken Ara
I have a new problem but it's related, so I'll keep
this thread alive.

To recap: possibly due to some network problems at my
hosting provider, my Zope would periodically stop
responding and I was unable to stop, restart or kill
it, or even restart the machine remotely. I am
operating within a FreeBSD jail. Finally, I was given
a password to the main os environment, allowing me to
restart, which I have needed to do once.

While waiting for my ISP to resolve his problems, I
thought it would be a good idea to relieve any excess
strain on Zope. Part of the strategy involved setting
Squid to ignore no-cache headers. Call me an
anti-social protocol violator, but it's still my
website and I set the caching headers according to the
page update schedule. But I digress.

Anyway, with response times improved, friendly search
engines went into a feeding frenzy and within 48 hours
my ZODB had reached 9GB. Packing time... 

Now, perhaps due to the machine restart I get the
following error when attempting to pack:

Traceback (innermost last):
  Module ZPublisher.Publish, line 101, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 39, in call_object
  Module App.ApplicationManager, line 428, in
manage_pack
  Module ZODB.DB, line 555, in pack
  Module ZODB.FileStorage, line 1570, in pack
  Module ZODB.fspack, line 700, in pack
  Module ZODB.fspack, line 455, in findReachable
  Module ZODB.fspack, line 475, in buildPackIndex
  Module ZODB.fspack, line 166, in checkTxn
  Module ZODB.fspack, line 161, in fail
CorruptedError:
/usr/local/www/Zope/zope01/var/Data.fs:3116771801:time-stamp
reduction: 0x03681c50ebb292dd = 0x03681c530eb31b99

The bulk of the database was added following the
restart so truncating may not be realistic. I haven't
tried - was it fsrecover? - what is the current best
tool or strategy?  

My setup: Zope 2.7.4-0, python 2.3.4, freebsd5

Thank you,
Ken

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-13 Thread Chris McDonough


On Sep 13, 2006, at 1:57 PM, Ken Ara wrote:


I have a new problem but it's related, so I'll keep
this thread alive.

To recap: possibly due to some network problems at my
hosting provider, my Zope would periodically stop
responding and I was unable to stop, restart or kill
it, or even restart the machine remotely. I am
operating within a FreeBSD jail. Finally, I was given
a password to the main os environment, allowing me to
restart, which I have needed to do once.

While waiting for my ISP to resolve his problems, I
thought it would be a good idea to relieve any excess
strain on Zope. Part of the strategy involved setting
Squid to ignore no-cache headers. Call me an
anti-social protocol violator, but it's still my
website and I set the caching headers according to the
page update schedule. But I digress.

Anyway, with response times improved, friendly search
engines went into a feeding frenzy and within 48 hours
my ZODB had reached 9GB. Packing time...



Ouch.  What on your site generates these writes?



Now, perhaps due to the machine restart I get the
following error when attempting to pack:

Traceback (innermost last):
  Module ZPublisher.Publish, line 101, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 39, in call_object
  Module App.ApplicationManager, line 428, in
manage_pack
  Module ZODB.DB, line 555, in pack
  Module ZODB.FileStorage, line 1570, in pack
  Module ZODB.fspack, line 700, in pack
  Module ZODB.fspack, line 455, in findReachable
  Module ZODB.fspack, line 475, in buildPackIndex
  Module ZODB.fspack, line 166, in checkTxn
  Module ZODB.fspack, line 161, in fail
CorruptedError:
/usr/local/www/Zope/zope01/var/Data.fs:3116771801:time-stamp
reduction: 0x03681c50ebb292dd = 0x03681c530eb31b99

The bulk of the database was added following the
restart so truncating may not be realistic. I haven't
tried - was it fsrecover? - what is the current best
tool or strategy?


Fsrecover is a good thing to try.  Note that I believe this error  
indicates that your system's clock went back in time significantly  
between two transactions.  You're using a fairly old version of Zope,  
so I don't know what provisions its ZODB has to protect you against  
this sort of thing; I do know that some work was put into dealing  
with this sort of case at some point.


- C

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-07 Thread Dieter Maurer
Chris Withers wrote at 2006-9-6 10:59 +0100:
Andreas Jung wrote:
 
 This remark was just stupid. There is nothing with BSD except
 there are some known issues you need to consider when compiling Python
 (at least there were some issues in the past).

Sorry, I disagree.

Look back over the list archives, it seems common for people to have 
problems with Zope on BSD which aren't experienced by those using linux.

I agree with Andreas.

There was a single problem which affected many BSD Zope users:

   The stack area for threads was too small by default and let
   Zope experience a C stack overflow.

Quickly, a port was available that fixed this problem -- but unaware
users still used the broken Python.


The problem was however fixed a long time ago by Python explicitely
requesting a large enough thread stack...



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-06 Thread Ken Ara
Thank you, Dieter, for your valuable insights and
information. I am forwarding this to my ISP.

--- Dieter Maurer [EMAIL PROTECTED] wrote:

 Ken Ara wrote at 2006-9-5 07:47 -0700:
 ...
 Of immediate concern to me is whether I can do
 anything to prevent this happening again. From time
 to
 time, my Zope hangs, usually because of an attack
 by a
 bad robot requesting lots of complex pages and
 sending
 no-cache headers. Then I am able to restart Zope
 and
 all is well. For a while, when these attacks were
 frequent, I had a crontab to zopectl restart every
 hour. 
 
 There are solutions (I think daemontools, but may
 be wrong)
 that can automate this more intelligently than a
 cronjob.
 
 We have our own check server which polls Zope and if
 it does
 not respond in time restarts it.
 
 
 But this event was different and I would like to
 know
 if anyone thinks that something I am doing wrong
 could
 cause the Zope process to become 'unkillable' and
 require a reset of the machine. Has anyone else had
 this problem?
 
 Up to Python 2.3.4 and Python 2.4.0 (fixed in Python
 2.3.5 and Python 2.4.1),
 a fatal signal (like SIGSEGV) could bring Zope in
 a state where
 its main thread was killed but the child threads
 were still alive.
 These child threads could only be killed with kill
 -9.
 
 Although we now use Python 2.4.1, I have seen a
 similar problem just
 a few days ago. But almost surely, this has to do
 with the
 Java Virtual Machine which we now also integrate in
 our Zope instances.
 
 
 However, when even kill -9 (as root) is no
 longer able to kill a process,
 then the process is somewhere deep in the operating
 system (where
 signal handling is deactivated for consistency
 reasons).
 Usually, this indicates a network problem.
 
 And if your operating system is no longer ready to
 shutdown, then
 you have an even more fundamental problem -- maybe,
 too, connected
 to network problems.
 
 
 I fear we cannot help you much -- as a intensive
 analysis of your
 system would be necessary in order to find the
 causes of your
 problems.
 
 I would have liked to perform some diagnostic on
 the
 machine in its stuck state, but neither I nor the
 ISP
 knew where to start.
 
 Usually, one would start with an analysis of the
 operating system
 log files.
 
 If they do not tell anything, then one would check
 what is still
 working (e.g. is the console still responding, does
 it still
 observe the magic CTRL-ALT-DEL reboot key
 sequence), which commands
 fail and in what way, ...
 
 
 
 -- 
 Dieter
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-06 Thread Chris Withers

Andreas Jung wrote:


This remark was just stupid. There is nothing with BSD except
there are some known issues you need to consider when compiling Python
(at least there were some issues in the past).


Sorry, I disagree.

Look back over the list archives, it seems common for people to have 
problems with Zope on BSD which aren't experienced by those using linux.


BSD is in the minority, and so if you do have problems, there may well 
be no-one around who has enough experience to recommend a solution.


As such, I'd say BSD is a bad choice for Zope.

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Ken Ara
One and a half days later, I am again unable to stop,
restart or kill Zope. My ISP host is making changes on
their network and I believe the problem is with them.
I am in a FreeBSD jail, sharing the machine with a DNS
server. It's 3am over there, and I wish I could do
something while waiting for them to wake up. Then, we
need to find out what is causing this problem.

Andreas, I figured out that the netstat -p option
required a protocol argument. So, 'netstat -anp TCP'
gives me a very long list of IPs trying to connect. It
does not display the pid of the hanging process, maybe
some other option would do, but the problem seems to
be a python2.3 process stuck in STOP state. I can't
kill it, and I can't even restart the machine with the
shutdown command.

Is there no alternative to physically restarting this
machine? While we are stuck, is there anything I can
do to diagnose the problem?

Thanks,
Ken


--- Dieter Maurer [EMAIL PROTECTED] wrote:

 Ken Ara wrote at 2006-9-2 23:43 -0700:
  ...
 I can't restart or stop Zope -
 '/usr/local/www/Zope/zope01/bin/zopectl stop' just
 produces '' for a long time - should I
 wait? I
 was unable to kill one of the python2.3 processes,
 and
 can't even reboot the machine, using 'shutdown -r
 now', as I have done previously in extremis.
 
 This indicates a severe problem with your operating
 system
 (or maybe your computer).
 
 There are situations where a press on the reset
 button is
 necessary. Looks like you are in such a situation...
 
 
 
 -- 
 Dieter
 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Chris Withers

Ken Ara wrote:

One and a half days later, I am again unable to stop,
restart or kill Zope. My ISP host is making changes on
their network and I believe the problem is with them.
I am in a FreeBSD jail, sharing the machine with a DNS
server. It's 3am over there, and I wish I could do
something while waiting for them to wake up. Then, we
need to find out what is causing this problem.


Move hosters. FreeBSD for all its robustness is not something I'd 
recommend running Zope on...



Is there no alternative to physically restarting this
machine? While we are stuck, is there anything I can
do to diagnose the problem?


You may have more luck on a FreeBSD list...

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Kirk Strauser
On Tuesday 05 September 2006 3:58 am, Chris Withers wrote:

 Move hosters. FreeBSD for all its robustness is not something I'd
 recommend running Zope on...

Seriously?  Why so?  I've been running Zope exclusively on FreeBSD since 
2001 without any known problems.
-- 
Kirk Strauser
The Day Companies
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Ken Ara
OK, once again, after many hours of costly down time,
we have restarted our Zope machine.

Chris, could state your reasons for recommending
against FreeBSD? I have had no trouble in over five
years that I can directly attribute to FreeBSD, but I
am open-minded. That said, I don't mean to reopen the
'best os' debate.

This time I am pretty convinced that our problem had
to do with changes due to the physical move of some
equipment and reconfiguration at the ISP.

Of immediate concern to me is whether I can do
anything to prevent this happening again. From time to
time, my Zope hangs, usually because of an attack by a
bad robot requesting lots of complex pages and sending
no-cache headers. Then I am able to restart Zope and
all is well. For a while, when these attacks were
frequent, I had a crontab to zopectl restart every
hour. 

But this event was different and I would like to know
if anyone thinks that something I am doing wrong could
cause the Zope process to become 'unkillable' and
require a reset of the machine. Has anyone else had
this problem?

I would have liked to perform some diagnostic on the
machine in its stuck state, but neither I nor the ISP
knew where to start. I can accept that, as Dieter
said, there are times when the only choice is to
switch off and on the box - which I can't do remotely
- but wonder if I could have done more... 

--- Chris Withers [EMAIL PROTECTED] wrote:

 Ken Ara wrote:
  One and a half days later, I am again unable to
 stop,
  restart or kill Zope. My ISP host is making
 changes on
  their network and I believe the problem is with
 them.
  I am in a FreeBSD jail, sharing the machine with a
 DNS
  server. It's 3am over there, and I wish I could do
  something while waiting for them to wake up. Then,
 we
  need to find out what is causing this problem.
 
 Move hosters. FreeBSD for all its robustness is not
 something I'd 
 recommend running Zope on...
 
  Is there no alternative to physically restarting
 this
  machine? While we are stuck, is there anything I
 can
  do to diagnose the problem?
 
 You may have more luck on a FreeBSD list...
 
 Chris
 
 -- 
 Simplistix - Content Management, Zope  Python
 Consulting
 - http://www.simplistix.co.uk
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Andreas Jung



--On 5. September 2006 07:47:05 -0700 Ken Ara [EMAIL PROTECTED] wrote:


OK, once again, after many hours of costly down time,
we have restarted our Zope machine.

Chris, could state your reasons for recommending
against FreeBSD? I have had no trouble in over five
years that I can directly attribute to FreeBSD, but I
am open-minded. That said, I don't mean to reopen the
'best os' debate.


This remark was just stupid. There is nothing with BSD except
there are some known issues you need to consider when compiling Python
(at least there were some issues in the past).


-aj

pgpuQziGgCmWn.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-05 Thread Dieter Maurer
Ken Ara wrote at 2006-9-5 01:14 -0700:
 ...
and I can't even restart the machine with the
shutdown command.

If you cannot shutdown your system, then something seriously
is wrong with it. It will have nothing to do with Zope.

You may try the reboot command. It is similar to shutdown
but start rebooting immediately while shutdown (even with -r)
does something before it.

You might even try kill 1 or kill -9 1 (this the initialization
process; if killed, you *nix will go down).

*BUT* I have not much hope for you...
There are situations where only the reset button is able to
bring the system again in a sane state. And your description
seems to indicate such a situation...


By the way, there are tools like RemoteConsole which allows
you to press the reset button remotely.
Our administrators use such tools.

-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Ken Ara
Hi all,

My Zope is stuck like never before. With my server on
another continent, 8 hours time difference, and on a
Sunday, I am pulling out my few remaining hairs... 

Our box runs FreeBSD 5, Zope 2.78 (if I remember
correctly) and Squid.

The ISP has been preparing for a move and shifted some
machines, pulled some wires, and I see that the
machine has rebooted.

I can't restart or stop Zope -
'/usr/local/www/Zope/zope01/bin/zopectl stop' just
produces '' for a long time - should I wait? I
was unable to kill one of the python2.3 processes, and
can't even reboot the machine, using 'shutdown -r
now', as I have done previously in extremis.

Any ideas? Not strictly a Zope question, but I would
appreciate any help. Thanks.

Ken

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Andreas Jung



--On 2. September 2006 23:43:50 -0700 Ken Ara [EMAIL PROTECTED] wrote:


Hi all,

My Zope is stuck like never before. With my server on
another continent, 8 hours time difference, and on a
Sunday, I am pulling out my few remaining hairs...

Our box runs FreeBSD 5, Zope 2.78 (if I remember
correctly) and Squid.

The ISP has been preparing for a move and shifted some
machines, pulled some wires, and I see that the
machine has rebooted.

I can't restart or stop Zope -
'/usr/local/www/Zope/zope01/bin/zopectl stop' just
produces '' for a long time - should I wait?


Use netstat -anp to figure out if there is any process listening to
*your* Zope port (port should be in state LISTEN). If yes, the -p
option should give you the process id. Try to kill the process (if you have 
the permissions). If you don't have the permissions, ask your administrator.

If there is no process running, try zopectl fg...this should give you more
detailed error messages on the console.

-aj

pgp8Dk3pTsU0T.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Andreas Jung



--On 3. September 2006 01:18:55 -0700 Ken Ara [EMAIL PROTECTED] wrote:


Thanks Andreas,

I am logged in as root user.
Here is the result of 'top':


top is *not* the right tool  to check for processes. Use ps!!!



I was able to kill one of the Zope processes but not
pid 945. Maybe it wasn't a good idea, but even 'kill
-s HUP 945' had no effect.


You still have the power of kill -TERM and kill -KILL.


ZConfig.ConfigurationError: There was a problem
starting a server of type HTTPServer. This may mean
that your user does not have permission to bind to the
port which the server is trying to use or the port may
already be in use by another application. (Address
already in use)

Same exact error trying to restart Zope with
bin/runzope

As I mentioned, I can't even reboot the machine, the
shutdown command can't kill this process either.



I answered to use netstat for finding out the related process.
Please follow that advice *first* and then ask again.

-aj

pgpCImFF3hIkZ.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Ken Ara
Actually, I need to read up on the netstat command.
Have a look:

geneva# netstat -anp
netstat: option requires an argument -- p
usage: netstat [-AaLnSW] [-f protocol_family | -p
protocol]
   [-M core] [-N system]
   netstat -i | -I interface [-abdnt] [-f
address_family]
   [-M core] [-N system]
   netstat -w wait [-I interface] [-d] [-M core]
[-N system]
   netstat -s [-s] [-z] [-f protocol_family | -p
protocol] [-M core]
   netstat -i | -I interface -s [-f
protocol_family | -p protocol]
   [-M core] [-N system]
   netstat -m [-c] [-M core] [-N system]
   netstat -r [-AenW] [-f address_family] [-M
core] [-N system]
   netstat -rs [-s] [-M core] [-N system]
   netstat -g [-W] [-f address_family] [-M core]
[-N system]
   netstat -gs [-s] [-f address_family] [-M core]
[-N system]

And, I guess it time for me to learn to kill...

--- Andreas Jung [EMAIL PROTECTED] wrote:

 
 
 --On 3. September 2006 01:18:55 -0700 Ken Ara
 [EMAIL PROTECTED] wrote:
 
  Thanks Andreas,
 
  I am logged in as root user.
  Here is the result of 'top':
 
 top is *not* the right tool  to check for
 processes. Use ps!!!
 
 
  I was able to kill one of the Zope processes but
 not
  pid 945. Maybe it wasn't a good idea, but even
 'kill
  -s HUP 945' had no effect.
 
 You still have the power of kill -TERM and kill
 -KILL.
 
  ZConfig.ConfigurationError: There was a problem
  starting a server of type HTTPServer. This may
 mean
  that your user does not have permission to bind to
 the
  port which the server is trying to use or the port
 may
  already be in use by another application. (Address
  already in use)
 
  Same exact error trying to restart Zope with
  bin/runzope
 
  As I mentioned, I can't even reboot the machine,
 the
  shutdown command can't kill this process either.
 
 
 I answered to use netstat for finding out the
 related process.
 Please follow that advice *first* and then ask
 again.
 
 -aj


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Andreas Jung



--On 3. September 2006 01:56:44 -0700 Ken Ara [EMAIL PROTECTED] wrote:


Actually, I need to read up on the netstat command.
Have a look:

geneva# netstat -anp
netstat: option requires an argument -- p


Please read the man page for netstat (man netstat). Nobody has
all options for all programs on every possible operating system
in the head).

-aj

pgp8opPB80TST.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Can't stop Zope, machine hanging

2006-09-03 Thread Dieter Maurer
Ken Ara wrote at 2006-9-2 23:43 -0700:
 ...
I can't restart or stop Zope -
'/usr/local/www/Zope/zope01/bin/zopectl stop' just
produces '' for a long time - should I wait? I
was unable to kill one of the python2.3 processes, and
can't even reboot the machine, using 'shutdown -r
now', as I have done previously in extremis.

This indicates a severe problem with your operating system
(or maybe your computer).

There are situations where a press on the reset button is
necessary. Looks like you are in such a situation...



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )