Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-26 Thread Bill Anderson
Jason Spisak wrote: [...] That's funny that I am experienceing the same symptoms as you, but my installation is totally different. I'm not using GUF, or any DA's, and I'm running on RH 6.1. We really need to figure this out as a community. I am willing to try just about anything short of

Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-28 Thread Bill Anderson
Eric Sattler wrote: All, I also am having severe problems with memory creep. Our problem exhibits itself by quickly using gobs of memory and requiring a zope restart after about a day and a half at about 100M resident. [...] I do see GenericUserFolder and SQLSession objects with the

Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-30 Thread Bill Anderson
Jason Spisak wrote: Bill Anderson: Jason Spisak wrote: [...] That's funny that I am experienceing the same symptoms as you, but my installation is totally different. I'm not using GUF, or any DA's, and I'm running on RH 6.1. We really need to figure this out as a community

[Zope-dev] LM 0.8.6 w/CurrentCVS failure

2000-06-02 Thread Bill Anderson
"Phillip J. Eby" wrote: [...] LM 0.8.6 also works with Zope 2.2 as far as being able to be added, although I'm not sure it interoperates properly with the new security API. It will still be backward compatible with Zope 2.1.6 either way, though. Hmmm ... just tried it on a fresh (Thursday)

[Zope-dev] Basic LoginManager HowTo

2000-06-02 Thread Bill Anderson
Has anyone out there actually sarted _using_ LoginManager with ZODB storage? IOW, one that is not dependant on LDAP/SQL/etc., but that is functioning in place of a non-PTK acl_users folder? I am starting to play with it (so many toys, so little time...), and would like to see (if it exists) a

Re: [Zope-dev] LM and user objects

2000-06-06 Thread Bill Anderson
"Phillip J. Eby" wrote: At 04:03 PM 6/6/00 -0600, Bill Anderson wrote: I am using the deafult UserSource that comes with LM for the moment (one step at a time ;) LM or PTK? LM (Waiting for Dan's changes before trying _any_ LM with PTK ;) When I try to add through

[Zope-dev] 2.2 permission problem with adding ZClass Instance as user in DTML

2000-06-26 Thread Bill Anderson
OK, I have aproblem that is largely baffling me. I have Meerting Management installed and working properly ... for the most part. If I use the following code to add a Managed Meeting, it works fine: a href="/LAN/manage_addProduct/MeetingManagement/ManagedMeeting_factory"Add LAN Party/a I get

Re: [Zope-dev] New security model and products breaking zope management

2000-06-26 Thread Bill Anderson
"R. David Murray" wrote: OK, I've stared at this for a couple days and have not made any progress. Perhaps others will have some insights. Zope 2.2.0b2, clean install. Works fine. Add EMarket. Now the management is broken. Accessing the base URL of the site with /manage_main appended

[Zope-dev] Yesterdays CVS: I can add broken products! :/

2000-07-05 Thread Bill Anderson
OK, I am working on a CVS dump from yesterday of Zope2. I am upgrading from 2.1.6. I did so by making new folder, copying products that I actually used over, and building Zope, then bringing over the Data.fs. Oh, and ZEO is there too (Damn that thing is cool!). And now I have a very weird

[Zope-dev] ZEO and Mountable Fses?

2000-07-05 Thread Bill Anderson
Subject carries the question. Anyone tried this yet, or have any insights about it? I am considering giving a go this week, thought I'd see if there are any heads-up notices I should be aware of. :) Back-to-the-migrations-to-ZEO-ly y'rs Bill -- "Linux: the operating system with a CLUE...

Re: [Zope-dev] zope and UNIX permissions

2000-07-11 Thread Bill Anderson
Chris McDonough wrote: Using gnutar, untarring as the root user preserves ownership on expansion by default. Not sure if FreeBSD uses gnutar (I imagine not), but this is the case with gnutar under Linux. I think this is what happened to him... he said he could not use the RPM release and

Re: [Zope-dev] zope and UNIX permissions

2000-07-11 Thread Bill Anderson
Chris McDonough wrote: Bill Anderson wrote: He seemed to be mostly griping about files that were wide open (777). On 2.2.0b4 the only ones I get are: lrwxrwxrwx1 root root 13 Jul 11 01:36 lib/python/ZEO/cPickle.so - ../cPickle.so lrwxrwxrwx1 root root 13 Jul 11 01:36

Re: [Zope-dev] zope and UNIX permissions

2000-07-12 Thread Bill Anderson
Chris McDonough wrote: The other file (pcgi.soc) is a unix domain socket... it gets created when you run "python w_pcgi" as a Zope install command from the source distribution. I'm not sure of the danger of having this get created 777. It might be worthwhile to look into what

[Zope-dev] ZEO and MountedStorage: Access DENIED!

2000-07-13 Thread Bill Anderson
Pardon the lawnmower man reference, but ZEO and MountedStorage do _not_ work together. I just tried, so this is just an initial report. What happens, is htat the local ZEO Client wil try to mount the additional .fs-es on the local system, which will fail. FYI, Bill -- Bill Anderson (ARC

Re: [Zope-dev] ZEO and MountedStorage: Access DENIED!

2000-07-13 Thread Bill Anderson
Bill Anderson wrote: Pardon the lawnmower man reference, but ZEO and MountedStorage do _not_ work together. I just tried, so this is just an initial report. What happens, is htat the local ZEO Client wil try to mount the additional .fs-es on the local system, which will fail. OK, I

Re: [Zope-dev] Zope Add-on Installation

2000-07-19 Thread Bill Anderson
Chris Withers wrote: Dieter Maurer wrote: What is needed is a new way of installing Zope stuff for the following categories: 1. Python Base Products (Like ZPatterns, PTKBase and TrackerBase) 2. Instantiatable Products (like TinyTables, Squishdot and Tracker) 3. Interface

[Zope-dev] Memebrship User management

2000-07-25 Thread Bill Anderson
OK, so I have been working on a set of user management methods for Membership by ta. I have it where I can see a list of users, and their roles. now, what I need is a way to modify Roles. So, looking into the source, I see that roles exists (as currently implemented) as __roles. This means

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Bill Anderson
Steve Alexander wrote: Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= Make one of the object's base-classes DataSkin

Re: [Zope-dev] Quickie on ZPatterns ... I promise :)

2000-07-27 Thread Bill Anderson
Itamar Shtull-Trauring wrote: Bill Anderson wrote: Let's say I have an object I will store in a rack. Let us say I want this object to be cataloged in a ZCatalog. Any caveats I need to know about ..such as "Don't do that!" ? ?;^)= You can't have them inherit from Ca

Re: [Zope-dev] [Re: [Zope-dev] ZPatterns Documentation]

2000-07-28 Thread Bill Anderson
Chris Withers wrote: I can't help thinking that a _really_ simple example that _only just_ uses the available features would help to make it real for people like me... Well, I have made a 'News Article' toy from ZPatterns, more so to get a feel for the mechanics than for any 'advantage'

[Zope-dev] Membership 0.6.1 available

2000-07-28 Thread Bill Anderson
OK, I have an updated Membership product avalable at http://www.zope.org/Members/Bill/Products/Membership Basically, it fixes the keyword parameter problem, and I've started adding the hooks to eventuall plant a user management interface onto. I just need one crucial piece of the puzzle ... I

[Zope-dev] Membership and ZPatterns

2000-07-30 Thread Bill Anderson
OK, so I have been playing with ZPatterns quite a bit lately. And some old (current) issues with PTK comes back to mind. Among them are: o Not all portals will want a user to have a folder o username is not changeable With ZPatterns, I believe we can solve the first one. First things

[Zope-dev] Membership Security Update

2000-08-09 Thread Bill Anderson
A day or so ago, I made an announcement that there may be a problem with Zope storing passwords for members in the clear in the SystemProperties propertysheet. After som einvestigation, it does exactly what it is supposed to do. That is, store them encrypted with crypt by default. The catch

Re: [Zope-dev] LoginManager.

2000-08-21 Thread Bill Anderson
Terje Malmedal wrote: Can anybody please provide a simple example of a working usersource written in python? Look at the UserSource source for LoginManager and Membership. -- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password.

Re: [Zope-dev] LoginManager.

2000-08-24 Thread Bill Anderson
Terje Malmedal wrote: [Bill Anderson] Terje Malmedal wrote: Can anybody please provide a simple example of a working usersource written in python? Look at the UserSource source for LoginManager and Membership. I did that. I feel I am missing something obvious. What I do

Re: [Zope-dev] New version of BTreeFolder. Just a Newbie Question

2000-08-28 Thread Bill Anderson
Shane Hathaway wrote: LEE Kwan Soo wrote: Oh, well, I'd bet this is a silly question. But I can not resist nor find answer by myself. Q: Why don't you BTree-fy all the subclasses of ObjectManager? Is there a reason that anyone but can a newbie see? Obviously what BTreeFolder does

[Zope-dev] 2.2.1 changes tighten security?

2000-08-30 Thread Bill Anderson
Working on a new release of Membership, I have encountered a problem. Doing the development in 2.2.1, I cant seem to access my roles managemenu UI as Manager. For those who haven't seen it, her eit is: dtml-in ShowUsers dtml-call "REQUEST.set('user',_['sequence-item'][0])" form

[Zope-dev] New version of PortalMembership likely coming within 24 hours

2000-08-31 Thread Bill Anderson
If you said you had patches for me, now is the time. I have some fairly significant improvements and fixes ready (missing a deluser function at the moment, can't even find delItem in my tree anywhere...) (I've been working at it for the last 5 hours straight, my brain is a bit too fizzeled

[Zope-dev] MailHost, 2.2.1, and tracebacks

2000-08-31 Thread Bill Anderson
OK, I've bee trailing this bug for quite some time, and haven't found a solution other than not use 2.2.1 :( In PortalMembership's acl_users folder's MailPassword Process ... We have mailPasswordTemplate. == dtml-var standard_html_header dtml-call "REQUEST.set('MailHost', MailHost)"

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Shane Hathaway wrote: Bill Anderson wrote: ... File /local/ZopeSites/TestBed/lib/python/AccessControl/Owned.py, line 152, in getOwner (Object: mailPasswordTemplate) ValueError: (see above) By any chance does it say something to the effect of "Unpack tuple of incorrect

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Bill Anderson wrote: ... The following patch seems to alleviate the problem, but I dunno if it affects anything else: yeah, it makes zope ignore the cookie login setup, and instead triggers basic Auth ... will work on it today. Ugh. -- Do not meddle in the affairs of sysadmins

Re: [Zope-dev] MailHost, 2.2.1, and tracebacks

2000-09-04 Thread Bill Anderson
Bill Anderson wrote: Bill Anderson wrote: ... The following patch seems to alleviate the problem, but I dunno if it affects anything else: yeah, it makes zope ignore the cookie login setup, and instead triggers basic Auth ... will work on it today. Ugh. Thi sis getting old

Re: [Zope-dev] PARENTS

2000-09-06 Thread Bill Anderson
Chris Withers wrote: From http://www.zope.org/Members/michel/Projects/Interfaces/PublisherRequest: Deprecated attributes: - PARENTS What are we supposed to use instead now? Glancing it over .. perhaps: steps: list of names traversed. ?? -- Do not meddle in the affairs of sysadmins,

[Zope-dev] SkinScript, and family

2000-09-07 Thread Bill Anderson
necessarily need a tutorial (but would be happy to review and rate one :), as I can learn fairly well from examples that have an explanation of what the skinscript accomplishes. TIA, Bill -- Bill Anderson (ARC)Unix/Linux System Administrator HPSO Engineering Productivity Team Thursday

Re: [Zope-dev] SkinScript, and family

2000-09-08 Thread Bill Anderson
of the graphs needs average response time. Looks like PythonMehtods is the winner -- Bill Anderson (ARC)Unix/Linux System Administrator HPSO Engineering Productivity Team Friday, September 08, 2000 Random Quote: Is there life before coffee? Yes. Is there life after coffee

Re: [Zope-dev] Membership and Local Roles

2000-09-18 Thread Bill Anderson
Michael Bernstein wrote: Steve Alexander wrote: Michael Bernstein wrote: I posted this to the PTK list on Friday, but didn't get any responses over the weekend, so I'm reposting here. I feel that a barrier to Loginmanager and Membership becoming more generally usable for

[Zope-dev] acl_users

2000-09-20 Thread Bill Anderson
Potentially silly question: Any reason why a 'user folder' object has to be named 'acl_users'. -- E PLURIBUS LINUX ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

Re: [Zope-dev] acl_users

2000-09-20 Thread Bill Anderson
"Phillip J. Eby" wrote: At 07:55 PM 9/20/00 -0600, Bill Anderson wrote: Potentially silly question: Any reason why a 'user folder' object has to be named 'acl_users'. Interesting. A quick search of the Zope source turns up only 9 references to 'acl_users', found in onl

[Zope-dev] Membership and PTK

2000-09-30 Thread Bill Anderson
I am getting married Monday, and may be off lists for a week, so for anyone who has done _any_ Membership/PTK Integration, PLEASE, send it to me now, so I can work on it over the weekend, and next week. I don't want to duplicate work already done. Bill -- E PLURIBUS LINUX

Re: [Zope-dev] Latest ZPatterns stability

2000-10-30 Thread Bill Anderson
Itamar Shtull-Trauring wrote: How stable is the latest ZPatterns beta? I'd like to put up a site using it, but I'm still kinda wary of doing it. Admittedly, I ahven't had any TransactionErrors since upgrading. Has anyone had them? Or are the transaction problems solved? That's what

Re: [Zope-dev] ACL users and Packing the DB

2000-10-30 Thread Bill Anderson
Casey Duncan wrote: Keith Larsen Wrote: I have found a way to kill the user via a link or straight html url http://username:[EMAIL PROTECTED]:8080/testfolder?ids:list=acl_users; manage_delObjects:method=Delete now if I can get my lynx to run it ok I will be set. ( lynx does not like

[Zope-dev] ZPatterns Folder W/Customizer Support not aquiring title property

2000-11-01 Thread Bill Anderson
I have a Folder w/cs in my root folder, call it spamcan. Root folder has a title defined, lets say it is "Spam Central" A DTML Method in spamcan should display "Spam Central" when doing a dtml-var title, should it not? -- Bill Ander

[Zope-dev] ZPatterns, Racks, Customizers, etc.

2000-11-02 Thread Bill Anderson
Looking for some docs, however incomplete, on programmatically (DTML OR Python) add a Specialist (or Specialist Derived ZClass) and set up teh defaultRack, and add a Skinscript/Trigger. I would also like to be able to set the ZClass storage too ... That's not asking much, is i ? :) -- E

[Zope-dev] Specialists, Racks, and Objects, oh my!

2000-11-13 Thread Bill Anderson
appreciated ... -- Bill Anderson Linux Specialist HPSO Thursday, November 02, 2000 Random Quote: Portable: survives system reboot. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Preliminary test of Membership on CVS

2000-12-19 Thread Bill Anderson
Michael Bernstein wrote: Bill Anderson wrote: On a related note, I am considering changing the python methods to Python Scripts, this way when 2.3 comes out, it drops the number of additional installs required by one, leaving Loginmanager and ZPatterns the only (current) requirements

Re: [Zope-dev] zopectl 0.0.1

2001-01-08 Thread Bill Anderson
may want to have a look at it as well. I was working on a similiar project. I am thinking about extending this one. Bill Anderson ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] Zope-2.3a2 and Loginmanager

2001-01-12 Thread Bill Anderson
Chris McDonough wrote: "super" still exists. It's aliased to the emergency user. There's a comment in User to the effect that the use of super is deprecated, and that emergency_user should be used instead. Hmmm, I changed super to UnrestrictedUser ... see any problems with that do you?

[Zope-dev] Membership and the 2.3 beta2 ... bug in the latter!

2001-01-22 Thread Bill Anderson
in checkRoles (3 instead of 2). I haven't had time to dig into it yet, so I thought I would toss it up here so anyone with visibility to this issue can look at it. Bill Anderson ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

[Zope-dev] Looks like 2.3.0 final didn't fix bug with copying ZCatalogs ...

2001-01-26 Thread Bill Anderson
/ZopeSites/anderson-2.3/lib/python/OFS/CopySupport.py, line 421, in _verifyObjectPaste (Object: ApplicationDefaultPermissions) Copy Error: (see above) -- Bill Anderson Linux Specialist Modular Network Storage RD Random Quote: Portable: survives system reboot

Re: [Zope-dev] 2gb ZODB size limit

2001-02-15 Thread Bill Anderson
On 15 Feb 2001 23:28:18 +0100, Morten W. Petersen wrote: [Tim McLaughlin] | Is this true on windows too? I saw some mention of this limit be lifted, | but if so, in what version? It's not a problem on Windows, AFAIK. It's a problem with Linux, if you want to be able to use databases

Re: [Zope-dev] Bugs in Zope Membership Component 0.8.0b1

2001-02-23 Thread Bill Anderson
Dirksen wrote: Hi Bill, All PythonScripts in ZMC 0.8.0b1 look like a direct port from Python Methods, so I found some bugs due to the incompatibility between these two version of scripts. 1. In 'passwordForm', 'import string' should be added.\ for those watching, it is actually

Re: [Zope-dev] How to build indexes in the MemberCatalog ofMembership Component?

2001-02-26 Thread Bill Anderson
On 23 Feb 2001 18:13:37 -0800, Dirksen wrote: Hi Bill, When I open the 'find objects' tab in MemberCatalog, I can't see 'PortalMember' in 'find object in type' selection field. How to build indexes then? Thanks in advance! Sorry for the delay, that's what i get for living on the bleeding

Re: [Zope-dev] ZEO question.

2001-03-23 Thread Bill Anderson
On 23 Mar 2001 13:37:44 +, Duncan Booth wrote: ... BTW, I have managed to get ZEO running as an NT service complete with Core Session in a mounted BerkeleyDB 3.2 storage. I'd be interested in the BerkelyDB part, mind posting how you got the last part?

Re: [Zope-dev] Trouble with ZODB when switching betweenZope-releases with Python 1.5 and Python2.0

2001-04-05 Thread Bill Anderson
On 05 Apr 2001 12:28:34 +0200, Ulrich Eck wrote: hi out there, I recently tried Zope-2.3.1b3 with Python 2.0 and it worked so far ... except some of the known issues at compile time .. I had trouble with a few products including ParsedXML so I switched back to Python 1.5.2 and updated to

Re: [Zope-dev] WebDAV etc permissions (Re: zope nautilus cabal)

2001-04-18 Thread Bill Anderson
On 18 Apr 2001 15:39:20 -0300, Lalo Martins wrote: On Fri, Apr 13, 2001 at 11:48:39PM +0100, Chris Withers wrote: The WebDAV (and XMLRPC) stuff either needs to be decomposed to run on its own port (and only that port) or more explicit permissions need to be associated with WebDAV/XMLRPC

Re: [Zope-dev] manage_workspace = index_html

2001-05-15 Thread Bill Anderson
On 14 May 2001 15:34:08 -0500, The Doctor What wrote: My workspace keeps being redirected to index_html Example: http://host/manage_workspace redirects me to http://host/ Likewise, http://host/pi/manage_workspace redirects me to http://host/pi/ I don't understand it, but I see

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Bill Anderson
On 16 May 2001 12:15:54 -0700, Jawad wrote: Hi, I am a newbie in zope and want to use it to develop a e-commerce order processing system using Zope. I have experience in languages like Smalltalk and Java, so learning Zope is fun too. Please let me know What Database will be useful and

Re: [Zope-dev] ZEO on SMP

2001-05-23 Thread Bill Anderson
On 24 May 2001 05:07:30 +1000, Dyon Balding wrote: Tino, Thanks for your reply. When you say it works fine on a dual processor machine, are you saying that a single ZEO client fully utilises both processors? or that you are running two ZEO clients successfully? I am running dozens of

Re: [Zope-dev] getPersistentItemIDs not cooperating?

2001-05-23 Thread Bill Anderson
On 23 May 2001 12:22:59 -0400, Phillip J. Eby wrote: I should probably do this in ZPatterns too. I'm working on upgrading it for 2.3.2 right now anyway. A cheer sweeps across the crowd. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] CoreSessionTracking 0.8

2001-05-23 Thread Bill Anderson
On 23 May 2001 19:00:41 +0800, Howard Zhang wrote: Hi The problem about CoreSessionTracking we describe before we can repeat again now. The step is: ( 1 ) User adds Burger to shopping cart ( 2 ) User adds coke to shopping cart and click link to add coke again

[Zope-dev] getItem() changed in 2.3.2?

2001-06-14 Thread Bill Anderson
string is futile, but why is it now returning a string, as opposed to the object? Did I miss something? Bill -- Bill Anderson Linux Specialist Modular Network Storage RD Random Redmond Quote: Portable: survives system reboot

Re: [Zope-dev] html_quote in CVS

2001-06-17 Thread Bill Anderson
On 17 Jun 2001 08:45:50 -0700, kent sin wrote: Formulator is broken by the Zope cvs version. It can not import html_quote from DocumentTemplate.DT_Util I found html_quote being moved to DT_Var.py, but after change the Widget.py from DocumentTemplate.DT_Var import html_quote it

Re: [Zope-dev] ZPL and GPL licensing issues

2001-06-21 Thread Bill Anderson
On 21 Jun 2001 17:18:40 +0200, Federico Di Gregorio wrote: On 21 Jun 2001 11:08:30 -0400, Jim Penny wrote: [snip] OK, consider this from another point of view. If I have an operating system may I install a piece of GPL software on the operating system? May I redistribute the operating

Re: [Zope-dev] ZPL and GPL licensing issues

2001-06-21 Thread Bill Anderson
On 21 Jun 2001 21:18:16 +0200, Federico Di Gregorio wrote: On 21 Jun 2001 12:07:36 -0600, Bill Anderson wrote: [snip] err, no. if you write an external module using only python code, as long as you use a gpl-compatible python to run zope, you can call your

Re: [Zope-dev] Python 2.2a1

2001-10-19 Thread Bill Anderson
On Fri, 2001-10-19 at 15:30, Andy McKay wrote: Is out and: Large file support is now enabled on Win32 and Win64 platforms, and automatically configured (at least on Linux and Solaris). Cool, that will mean there will be less worries about Zope users hitting the 2 gig limit. As soon as

Re: [Zope-dev] Open Letter to zope-dev

2001-11-30 Thread Bill Anderson
... This is a totally different business model than the one Zope Corp. is using right now, but it might help refinancing the overhead a good community needs to have ... Would it have to be done by ZC? ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Open Letter to zope-dev

2001-12-01 Thread Bill Anderson
On Sat, 2001-12-01 at 06:02, Joachim Werner wrote: Hi! This is a totally different business model than the one Zope Corp. is using right now, but it might help refinancing the overhead a good community needs to have ... Would it have to be done by ZC? No, of course not.

Re: [Zope3-dev] Re: [Zope-dev] Cool stuff!

2001-12-04 Thread Bill Anderson
On Tue, 2001-12-04 at 11:38, Chris Withers wrote: Martijn Faassen wrote: If people agree, I will go through the Zope 3 CVS and change all references from Feature to Adaptor. :) +1 ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Tyring to FTP to Zope running behind firewall, getlogin box but no directory listing

2002-04-23 Thread Bill Anderson
in too much detail. -- Bill Anderson Linux in Boise Club http://www.libc.org Amateurs built the Ark, professionals built the Titanic. Amateurs build Linux, professionals build Windows(tm). ___ Zope-Dev maillist - [EMAIL PROTECTED] http