Re: [Zope] Zope and Log File Analysis

2006-10-19 Thread Sascha Ottolski
Am Mittwoch, 18. Oktober 2006 22:03 schrieb Doyon, Jean-Francois: The big problem I have is determining file types without having file extensions, since many objects are name with a simple id that doesn't contain a typical file extension. This makes it supremely difficult to determine viewing

Re: [Zope] Tab completion in zopectl debug

2006-10-18 Thread Sascha Ottolski
Am Mittwoch, 18. Oktober 2006 01:43 schrieb Maurits van Rees: Hi, I have recently learned how to add tab completion to an interactive python session and to pdb, thanks to Tom Lazar and to Jacob at ParTecs. More info with links on my first blog entry in three months:

Re: [Zope] How can I store session data to db on login/logoff events ?

2006-10-12 Thread Sascha Ottolski
Am Donnerstag, 12. Oktober 2006 08:50 schrieb Pletli Antal: Thanks Dieter, it's work. But i have a problem with this: When I ran the test python script (see below) in Zope or I called the url directly from the browser , I got an error: Error Type: KeyError Error Value: 'SESSION' we've

[Zope] ZOPE/Python Stellenangebote

2006-02-28 Thread Sascha Ottolski
Hilfskräfte. Weitere Informationen unter http://www.gallileus.info/about/jobs/ Mit freundlichen Grüssen, Sascha Ottolski -- Gallileus - the power of knowledge Gallileus GmbH                   http://www.gallileus.info/ Puschkinstraße 1                   fon +49-(0)361/541 43 80 99084 Erfurt

Re: [Zope] zope-2.9 r40780 make install doesn't finish, files missing from bin

2005-12-18 Thread Sascha Ottolski
Am Mittwoch, 14. Dezember 2005 21:11 schrieb Jeff Kowalczyk: I'm having some trouble with the 'make install' stage of Zope-2.9 svn. Hi Jeff, just stumbled over the same problem. By chance, we figured out how to do it: you need to make sdist beforehand, which creates a tarball for you, which

Re: [Zope] manage_minimize

2005-11-04 Thread Sascha Ottolski
Am Freitag, 4. November 2005 11:33 schrieb Krzysztof Kubacki: When I do it this way context.Control_Panel.Database.mounted_database.manage_minimize() it minimizes main database but not mounted_database, but when I do it this way

Re: [Zope] manage_minimize

2005-11-04 Thread Sascha Ottolski
Am Freitag, 4. November 2005 11:34 schrieb Jens Vagelpohl: Zope-2-7-6 I would like to minimize cache of my ZODB mounted database by manage_minimize function from PythonScript placed in Root Folder. Why? Do you expect to reduce the Zope memory footprint? That won't happen on most operating

Re: [Zope] Zope 2.8 or 3.1?

2005-10-28 Thread Sascha Ottolski
Am Freitag, 28. Oktober 2005 11:33 schrieb HaraldFinnås: bruno desthuilliers [EMAIL PROTECTED] wrote on 28.10.2005 11:09:00: Have you tried Trac ? No, but now I will. It's listed as software development tracking so I've ignored it. :) you also might want to take a look at roundup

Re: [Zope] Zope 2.8 or 3.1?

2005-10-27 Thread Sascha Ottolski
Am Donnerstag, 27. Oktober 2005 09:37 schrieb Jens Vagelpohl: The only issues you might ever run into would be problems with the   Python that comes with the OS. But then again if you run Zope in   production you should never ever use the system Python and build your   own instead. The system

Re: [Zope] Zope 2.8 or 3.1?

2005-10-27 Thread Sascha Ottolski
Am Donnerstag, 27. Oktober 2005 13:20 schrieb Jens Vagelpohl: You just noted one more disadvantage yourself: The system Python is   likely to be out of step with what Zope wants. Furthermore, updates   to the system Python or to add-on packages might have unintended   consequences for your

Re: [Zope] Zope 2.8 or 3.1?

2005-10-27 Thread Sascha Ottolski
Am Donnerstag, 27. Oktober 2005 14:17 schrieb Jens Vagelpohl: well, might have is one thing, really experiencing problems is quite different... Look, it's all about how much risk you are willing to carry. I don't like playing Russian Roulette with services that are supposed to be highly

Re: [Zope] ZEO client authentication

2005-10-03 Thread Sascha Ottolski
Am Montag, 3. Oktober 2005 14:44 schrieb Mika, David P (Research): I see that ZEO supports a simple digest authenitcation of clients and that this is set in the zeo's config file with the keys: authentication-protocol, authentication-database and authentication-realm. Further, I can see that

Re: [Zope] Parse a XML file in Zope, zopeXMLmethods Product not working in Zope 2.8.1

2005-09-26 Thread Sascha Ottolski
Am Montag, 26. September 2005 15:57 schrieb Martin Koekenberg: Hello, I've a xml file on the file system (the source is on an other webserver and the download is scheduled). How ca I parse this file with a xslt in Zope. ZopeXMLmethods isn't working annymore in Zope 2.8.1. Does annyone knows

Re: [Zope] create a new log file

2005-09-24 Thread Sascha Ottolski
Am Montag, 19. September 2005 20:19 schrieb Nuno: Hi! How can I create a new log file, e.g. mylog.log, this is to log specific jobs in a different log file of event.log. depending on your needs, the EventLogManager Product might suit you:

Re: [Zope] securing webdav

2005-09-24 Thread Sascha Ottolski
Am Samstag, 24. September 2005 01:08 schrieb David Bear: I run zope in back of apache, and let apache handle tls/ssl. In all the searching on zope.org http://zope.org though I haven't found any documents on how to let apache handle securing webdav for zope as well. Anyone see/written such?

Re: [Zope] securing webdav

2005-09-24 Thread Sascha Ottolski
Am Samstag, 24. September 2005 01:08 schrieb David Bear: I run zope in back of apache, and let apache handle tls/ssl. In all the searching on zope.org http://zope.org though I haven't found any documents on how to let apache handle securing webdav for zope as well. Anyone see/written such?

Re: [Zope] Output only the first or a particular record using TAL

2005-09-14 Thread Sascha Ottolski
Am Mittwoch, 14. September 2005 06:48 schrieb Julian Yap: I was along the lines of something like this: tr tal:define=x container/getCustomerLicences     td tal:replace=x/full_name[0]/td /tr you can't mix path expressions and python expressions. try something like td tal:replace=python:

Re: [Zope] Zope scalabilty and problems

2005-09-01 Thread Sascha Ottolski
Am Mittwoch, 31. August 2005 18:50 schrieb J Cameron Cooper: There are lots of ways to improve performance just administratively. You can improve various zope.conf settings, and set up caching (either RAM or HTTP Accel.) in Plone. You can also put a caching proxy server (like Squid) in front

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-15 Thread Sascha Ottolski
Am Montag, 15. August 2005 00:54 schrieb Paul Winkler: The trunk should now be in usable condition, I hope. I´m sorry it was broken for so long. I am on vacation now, and unlikely to respond in this thread again until I return on 8/21. Within a week thereafter, I hope to tag and release

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-15 Thread Sascha Ottolski
Am Montag, 15. August 2005 22:20 schrieb Sascha Ottolski: To make a long story short, i append a small diff against the trunk that seems to work for me (not thoroughly tested, though, and not perfect about authorization). sorry for replying to myself, just noticed that while browsing

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-13 Thread Sascha Ottolski
Am Samstag, 13. August 2005 02:11 schrieb Simon Michael: If I try Sascha's username:password@ workaround, I get:: it may well be that the username:password thingy was introduced in the CVS at some point, but not in any release so far. sad thing is, last time I checked the HEAD wasn't usable.

Re: [Zope] Changing Properties With ZPT

2005-08-10 Thread Sascha Ottolski
Am Mittwoch, 10. August 2005 16:31 schrieb Dyyryath: An example is probably in order. Take the following code: div tal:content=template/titleTITLE HERE/div div tal:content=python:context.titleTITLE HERE/div why not using the same name in the python expression? :-) div tal:content=python:

Re: [Zope] large installations and conflict errors

2005-08-09 Thread Sascha Ottolski
Am Dienstag, 9. August 2005 02:03 schrieb Andrew Langmead: (on these   machines, the ZEO client cache is set to 2GB and a cache flip occurs   maybe twice a week.) I think this part to be quite interesting. We too are experimenting with the optimal cache sizes, where our (daily) packed Data.fs

Re: [Zope] ZSyncer and Zope-2.8.0

2005-08-05 Thread Sascha Ottolski
Am Freitag, 5. August 2005 09:16 schrieb Thierry FLORAC: Hi, I'm trying to use ZSyncer 0.6.1 to synchronise simple objects (page templates...) between a Zope-2.7.6 source database and a Zope-2.8.0 destination database (both on Solaris with Python 2.3.4). I'm using a user which have a

[Zope] zope-2.8, i18n and global locales catalog

2005-04-24 Thread Sascha Ottolski
Hi, does anybody know if and how I could build a global locales catalog in zope-2.8? I'm already through the i18n chapter in the zope-3 book, and think to know how to set one up on a per product level. I made a locales dir in my INSTANCE_HOME, but that doesn't seem to do the trick. However,

[Zope] repozo over nfs?

2005-04-21 Thread Sascha Ottolski
Hi, I'm wondering how and how often people run repozo. Myself am running it to perform one full backup every night (after a pack), and a incremental one every hour (which needs about 15 min. with nice -n19). What bothers me, however, is the fact, that the backup process is real hit on the