[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

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

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

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]

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

[Zope] Python import security problem

2006-09-03 Thread Ferhat Ayaz
Hi, (As you know) I'm a zope newbie. I didn't find a article describing my following problem. I can not import python objects like 'time'. If I use import time I'll become the error message You are not allowed to access 'time' in this context Is it not possible to do this Thank you very

Re: [Zope] Python import security problem

2006-09-03 Thread Andreas Jung
--On 3. September 2006 07:13:33 -0700 Ferhat Ayaz [EMAIL PROTECTED] wrote: Hi, (As you know) I'm a zope newbie. I didn't find a article describing my following problem. I can not import python objects like 'time'. If I use import time I'll become the error message You are not allowed

Re: [Zope] iterating dictionaries with dtml-in

2006-09-03 Thread Dieter Maurer
Ferhat Ayaz wrote at 2006-9-2 04:40 -0700: ... I want to do this with DTML. select dtml-in getDicts option HOW CAN I PUT the keys 'name' HERE /option /dtml-in /select (getDicts returns the above list of dictionaries) You probably need the mapping attribute of dtml-in -- and maybe

Re: [Zope] SecurityInfo Conflicting security declarations

2006-09-03 Thread Dieter Maurer
beno wrote at 2006-9-2 12:48 -0400: Hi; I noticed in my events log the following: 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Conflicting security declarations for getViewTOCValue -- 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Class PloneArticleMultiPage had conflicting security

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

Re: [Zope] Python import security problem

2006-09-03 Thread Dieter Maurer
Ferhat Ayaz wrote at 2006-9-3 07:13 -0700: ... I can not import python objects like 'time'. If I use import time I'll become the error message You are not allowed to access 'time' in this context Is it not possible to do this Please read the Zope Book (2.7 edition, online on plope.org).

Re: [Zope] iterating dictionaries with dtml-in

2006-09-03 Thread David H
Dieter Maurer wrote: Ferhat Ayaz wrote at 2006-9-2 04:40 -0700: ... I want to do this with DTML. select dtml-in getDicts option HOW CAN I PUT the keys 'name' HERE /option /dtml-in /select (getDicts returns the above list of dictionaries) You probably need

[Zope] TinyTablesPlus How To??

2006-09-03 Thread beno
Hi; I've installed TinyTablesPlus, but how do I use it? I can't find any documentation! TIA, beno ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] iterating dictionaries with dtml-in

2006-09-03 Thread Ferhat Ayaz
Thank you for your suggestion. Indeed, I noticed that page templates are great. I can code my websites now fastern then with any other alternative. I'm also using Dreamweaver to design the pages. It's just great and its working without problems. Accessing dictionaries are nativly supported by

Re: [Zope] TinyTablesPlus How To??

2006-09-03 Thread Dennis Allison
Let me add in my 2cents worth. Unless you really need TinyTablesPlus for some product that requires it, you are better off using a relational database like MySQL. On Mon, 4 Sep 2006, Andreas Jung wrote: --On 3. September 2006 17:12:04 -0400 beno [EMAIL PROTECTED] wrote: Hi; I've

Re: [Zope-dev] ZCatalog Key Error question

2006-09-03 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2006-9-1 13:29 -0400: Traceback for my Key Error (Dieter, thank you for alerting me on where to find this): Traceback (innermost last): ... - Physical Path: /nephron_links/news_dtml Module DocumentTemplate.DT_String, line 476, in __call__ Module

Re: [Zope-dev] ZODB.POSException.ConflictError on attribute assignment

2006-09-03 Thread Dieter Maurer
Michael Dunstan wrote at 2006-9-2 10:58 +1200: ... ConflictErrors are _not_ a mechanism for prohibiting attribute assignment because that attribute already exists. Instead ConflictErrors are a mechanism to prohibit inadvertent concurrent updates of the same attribute. (Or in older ZODB's, even

Re: [Zope-dev] ZCatalog Key Error question

2006-09-03 Thread Dieter Maurer
Dieter Maurer wrote at 2006-9-3 19:22 +0200: [EMAIL PROTECTED] wrote at 2006-9-1 13:29 -0400: Traceback for my Key Error (Dieter, thank you for alerting me on where to find this): Traceback (innermost last): ... - Physical Path: /nephron_links/news_dtml Module DocumentTemplate.DT_String,

Re: [Zope-dev] ZCatalog Key Error question

2006-09-03 Thread zope-dev
Thank you so much for following-up with me, here. I think you're right about this having to do with the indexes on the ZCatalog. The catalog has: 1. Seven FieldIndex indexes. 2. A DateIndex index 3. Three ZCTextIndex indexes I actually create these from python in a function that accepts the

Re: [ZWeb] Re: website design discussion

2006-09-03 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 Sep 2006, at 14:38, Tom Von Lahndorff wrote: http://www.modscape.com/zope Please let me know of any bugs and what your browsers/os setup is. Works without any visible flaws under Safari and OmniWeb and looks very nice, clear and simple.