Re: [Zope-dev] Fw: 2gb file size

2000-11-04 Thread Shane Hathaway

Andy,

Are you running Zope 2.2.1 or later?  There were pointer arithmetic
errors that occurred on earlier versions, even with operating systems
that support 2 GB files.

Shane

Chris McDonough wrote:
 
 I didn't think this was a problem on Windows?  I wonder if Python needs to
 be compiled in a special way to support large files on Windows.
 
 Have you tried Tranalyzer to see if will tell you where the transaction
 breaks are in the file?  There's a howto by Itamar on Zope.org about how to
 do this.
 
 - Original Message -
 From: "Andy McKay" [EMAIL PROTECTED]
 To: "Andy McKay" [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Friday, November 03, 2000 6:39 PM
 Subject: Re: [Zope-dev] Fw: 2gb file size
 
  Ive tried truncating the file and then running fsrecover.py, but get:
 
File "ZODB\FileStorage.py", line 1530, in read_index
  if read(4) != packed_version: raise FileStorageFormatError, name
  FileStorage.FileStorageFormatError: q:\var\Data.fs
 
  As a desperation I commented out line 1530 and reran. It runs through the
  entire file and reduces the data.fs to 1k. Am I totally hooped? I thought
  ZODB could handle being truncated, ive never had an problems reading from
 a
  data.fs even when my box has blown up. Anyway looks like Im talking to
  myself here...
 
 
  --
Andy McKay, Developer.
ActiveState.
  - Original Message -
  From: "Andy McKay" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, November 03, 2000 1:28 PM
  Subject: [Zope-dev] Fw: 2gb file size
 
 
   Hmmm ive looked at fsrecover.py and its not happy either. Anyone else
  solved
   this problem? Im on Win2k BTW.
  
   --
 Andy McKay, Developer.
 ActiveState.
   - Original Message -
   From: "Andy McKay" [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Friday, November 03, 2000 1:04 PM
   Subject: 2gb file size
  
  
My database has suddenly ballooned to 2 gig's stopping my Zope from
   running.
Are there any utils to delete the last transaction or so?
   
This is kinda urgent... :(
   
Thanks.
   
--
  Andy McKay, Developer.
  ActiveState.
   
   
  
  
   ___
   Zope-Dev maillist  -  [EMAIL PROTECTED]
   http://lists.zope.org/mailman/listinfo/zope-dev
   **  No cross posts or HTML encoding!  **
   (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )
  
 
 
  ___
  Zope-Dev maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope-dev
  **  No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope )
 
 
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Re: Zope-Dev digest, Vol 1 #785 - 21 msgs

2000-11-04 Thread Colin Leath

I get that error (replace "python.exe" with the program that
just crashed) somewhat often on my NT Server box at work. I notice it most
often when using Excel, or when working in Installshield.

I assume one of my memory chips has a problem... If you find a different
solution, please let me know.
Colin
[EMAIL PROTECTED]


Message: 20
From: "Coi Giovanni" [EMAIL PROTECTED]
Organization: Prometeo srl
To: Toby Dickenson [EMAIL PROTECTED],
[EMAIL PROTECTED]
Date: Fri, 3 Nov 2000 17:10:23 +0100
Subject: Re: [Zope-dev] python memory error on Windows NT
Reply-to: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

In data 3 Nov 2000, alle ore 11:22, Toby Dickenson ha scritto:

 someone has never seen this kind of error on Windows NT
 4.0 (last patch update) while executing IIS 4.0 + Zope 2.2.2?
 The panel say:
 
 python.exe
 The instruction at "0x1b271a1f"
 referenced memory at "0x"
 The memory could not be "read"





___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] python memory error on Windows NT

2000-11-04 Thread James Johnson

Error messages are wonderful things aren't they?  If you notice other 
quirky/unexplained behavior with the machine, it could be a RAM 
problem. 
  You say you have 2 ODBC connections and 2 Access databases.  Are 
they located on the same machine or across a LAN? One hunch is that 
the problem is that because of network traffic, complex queries, 
proxy access. Some kind of delay however slight could be causing the 
ODBC software to fail.
  The RAM does seem suspect and some other process on your machine 
could be set to aggressively take RAM space.
I would look into the way Zodbc handles network latency and error 
conditions between 2 or more ODBC databases.
I wonder from what I just suggested would it be possible to get this 
error from Zodbc?

python.exe
The instruction at "0x1b271a1f"
referenced memory at "0x"
The memory could not be "read"


Get your Free E-mail at http://tacoma.zzn.com

Get your own Web-Based E-mail Service at http://www.zzn.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope] Local Time Zone

2000-11-04 Thread Oleg Broytmann

On Fri, 3 Nov 2000, Daniel Rusch wrote:
 I know I can get the users language preference like this:
 dtml-var "REQUEST['HTTP_ACCEPT_LANGUAGE']"

 The question then is, is there a similar method of getting the users
 Local Time Zone???

   There is no. Use javascript on client side to redirect or set cookie or
something...

Oleg.(All opinions are mine and not of my employer)

Oleg Broytmann  Foundation for Effective Policies  [EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] PHP and Zope

2000-11-04 Thread andres

Take a look at the PHP/Zope integration HOWTO:

http://www.zope.org/Members/Mamey/PHP

On Fri, Nov 03, 2000 at 02:43:41AM +0100, Vincent - D. Ertner wrote:
 Hi Zopers,
 
 I learned PHP and now discovered Zope. So I'd like to put a
 simple question:
 
 What's the best way to incorporate the advantages of PHP and
 Zope? Should I focus on one and forget the other?
 
 Okay, these are two questions and I honestly doubt that anyone
 would suggest to drop Zope ;-)))
 
 Anyway: Please gimme some starting hints on my way to the perfect
 content managed web site!
 
 Thanx in advance!
 
 Cheers,
 
 Vince
 

--
Andres Corrada-Emmanuel   Email: [EMAIL PROTECTED]
--

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Id ZopeStudio Dead?

2000-11-04 Thread Simon Michael

Also, for windows try Zope Stud (products area). It's an alpha and
doesn't do much but what's there works extremely well. It makes a
nice wiki browser too.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] ZMySQLDA troubles

2000-11-04 Thread Shelley Strik


This is my problem that I have been having.  I am trying to install the
database adapter from MYSQL to Zope.  I downloaded the ZMySQLDA from the
zope webpage.  I then downloaded the Mysqldb from the zope web page.  I
installed both.  It didn't work.  After much trials and tribulations I
found I didn't have the mysql librarys installed.  I do now.  I have work
through a lot of errors and have found myself stuck at this one
place.  The error message that I am getting when I try to start Zope is 

2000-11-04T16:18:14 ERROR(200) Zope Couldn't import Products.ZMySQLDA
Traceback (innermost last):
  File /usr/src/packages/SOURCES/opt/zope/lib/python/OFS/Application.py,
line 39
7, in import_products
(Object: string)
  File
/usr/src/packages/SOURCES/opt/zope/lib/python/Products/ZMySQLDA/__init__.
py, line 106, in ?
  File
/usr/src/packages/SOURCES/opt/zope/lib/python/Products/ZMySQLDA/DA.py, li
ne 108, in ?
  File /usr/share/zope/lib/python/Products/ZMySQLDA/db.py, line 106, in ?
ImportError: /usr/src/packages/SOURCES/opt/zope/lib/python/_mysqlmodule.so: unde
fined symbol: PyObject_Init

I have tryed everything that I can think of and was hoping someone else
might have had the same problem.  If anyone can help me out it would be
appreciated.  

I am running MySQL 3.22.32, Redhat Linux 5.2, Python 2.0 and Zope the
latest version of Zope.  

Any suggest will be appreciated.

Shelley Strik


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] UML

2000-11-04 Thread Douglas Daniel Del Frari


Greetings!

I am graduation student and I come using the platform zope for
development of  systems directed to education. One of the main
doubts when using zope, not only the syntax, but  also as to use it to
develop applications using methodologies (former UML). As to use
concepts  of Objects Oriented : inheritance, aggregation, dependence...?
Using its it of management screen?

yours truly
--
-
Douglas Daniel Del Frari
-
Acadêmico Computação - UNIJUÍ
Brazil, RS
-
mailto:[EMAIL PROTECTED]
http://labinf.detec.unijui.tche.br/~gaucho
-



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] zope error

2000-11-04 Thread Atomasoft Network President



Hello,

There is 
aproblem with my zope.Whenever someone accesses the server it has an error 
and shuts downthis is the last 2 lines of what it said:File 
"C:\Program Files\WebSite\ZServer\medusa\logger.py", line 65 
inmaybe_flushself.file.flush()IOError: [Errno 9] Bad file 
descriptor

How do I fix 
this?

Thanks,
Calin



[Zope] ZMySQLDA installation problem

2000-11-04 Thread Chris Gray

I'm trying to install ZMySQLDA on Solaris 5.6.  Everything seems to be
going fine until make tries to compile the module.  Then I get the
following error messages:

gcc -I/usr/local/mysql/include -I/usr/include/mysql -g -O2
-I/usr/local/include/python1.5 -I/usr/local/include/python1.5
-DHAVE_CONFIG_H -c ./MySQLmodule.c
./MySQLmodule.c: In function `pythonify_row':
./MySQLmodule.c:238: warning: assignment from incompatible pointer type
./MySQLmodule.c: In function `pythonify_res_fields':
./MySQLmodule.c:384: invalid lvalue in unary `'
./MySQLmodule.c: In function `STH_fetchdict':
./MySQLmodule.c:1125: invalid lvalue in unary `'
./MySQLmodule.c:1147: invalid lvalue in unary `'
*** Error code 1
make: Fatal error: Command failed for target `MySQLmodule.o'

Anyone know what's going wrong here?

adTHANKSvance
Chris


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] [Semi-OT] Compilin gon RH7 (was: New kinds of problems)

2000-11-04 Thread Bill Anderson

MANUEL JOSE AMADOR BRIZ wrote:
 
 Which still sucks because most of the software will default to gcc, and
 compiled RPMs and binaries in other distributions fail sometimes too.

In your Profile (bash example):
$export CC=kgcc

and Bob's yer uncle. :)

( doing this, any ./configure you run will pick up kgcc instead of gcc )

If a binary was compiled on a seperate system/distribution, and fails on
yours, you can't blame _your_ compiler, 'cuz it didn't do it. :)


--
E PLURIBUS LINUX

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Zope and Sybase Stored Procedures

2000-11-04 Thread Bill Anderson

MANUEL JOSE AMADOR BRIZ wrote:
 
 Everything works from a SQL method except \"exec sp_xx\" calls.  It is
 driving me insane.  ZSybaseDA spits errors about some operation in progress .

WARNING: This data is a bit old!
Last I knew, SybaseDA didn't work with stored procedures.
if that ahs changed, I apologize. I haven't seen anything that says it
changed though.

--
E PLURIBUS LINUX

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] insert but updates don't work

2000-11-04 Thread Graham Chiu


I have this rather curious problem with Zope 2.1.3 on WinNT.

I have a zsql query which returns a number of records.  I
want to do an update on the same table that is being queried
for each record returned, but get an authentication
challenge that I can not pass.

If instead I do, eg, an insert into another table with each
value returned, it works fine.  Is there something special
about sql updates?

--
Graham Chiu

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] insert but updates don't work

2000-11-04 Thread Michel Pelletier

Graham Chiu wrote:
 
 I have this rather curious problem with Zope 2.1.3 on WinNT.
 
 I have a zsql query which returns a number of records.  I
 want to do an update on the same table that is being queried
 for each record returned, but get an authentication
 challenge that I can not pass.
 
 If instead I do, eg, an insert into another table with each
 value returned, it works fine.  Is there something special
 about sql updates?

There shouldn't be, are you using DTML in both methods?  If so, I
suspect one of the methods is using DTML which requires higher
authentication privledges.

-Michel

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] UML

2000-11-04 Thread Michel Pelletier

Douglas Daniel Del Frari wrote:
 
 Greetings!
 
 I am graduation student and I come using the platform zope for
 development of  systems directed to education.

Cool.

 One of the main
 doubts when using zope, not only the syntax, but  also as to use it to
 develop applications using methodologies (former UML). As to use
 concepts  of Objects Oriented : inheritance, aggregation, dependence...?
 Using its it of management screen?

I'm not sure what you mean Douglas, do you want to know:

1) If we apply a design methedology to Zope or

2) How you can apply a design methedology to Zope?

-Michel

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] insert but updates don't work

2000-11-04 Thread Graham Chiu

On Sat, 04 Nov 2000 13:05:08 -0800
 Michel Pelletier [EMAIL PROTECTED] wrote:
 
 There shouldn't be, are you using DTML in both methods?

Yes.  It's the same method, I just change the inner zsql
statement.  The one with the update fails, the one with the
insert is okay.

 If so, I
 suspect one of the methods is using DTML which requires
 higher
 authentication privledges.
 

But I'm the superuser.  When it fails the authentication, it
says I don't have rights to access standard_html_header

--
Graham Chiu

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] How do I logout?

2000-11-04 Thread Lee Curtis

Hi all,

How do I logout or switch users when running Zope?

I've got some DTML code that does it - sometimes, othertimes it produces a
keyerror.

This must be a common problem - coz I'm logged in as super user and want to
switch back to my regular username.

Contributions of help greatly appreciated...

Thanks.

lee


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Disabling SiteAccess/SiteRoot ..

2000-11-04 Thread Bill Welch

Try this:

http://www.your-site.com/full/path/site-root/_SUPPRESS_SITEROOT/manage

On Sat, 4 Nov 2000, [Windows-1252] Jørgen Skogstad wrote:

 Of course I did something wrong. ;) I need to disable the SiteRoot


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] How do I logout?

2000-11-04 Thread Ender

I don't know if there is an elegant way to do this.

if i'm the superuser i just try to find a junk method (The QuickStart
Tutorial does nicely) and change the text to include the following. (if
i'm another user it the same thing applies but i generally create a
logout method._

dtml-raise Unauthorized
Log Me out Scotty
/dtml-raise

when the basic auth box pops up, just change your username and click
enter, next time the pop up happens click cancel. now when you try to
browse around in any place requiring authorization, it will query you
for your password as the new user. 

Kapil

Lee Curtis wrote:
 
 Hi all,
 
 How do I logout or switch users when running Zope?
 
 I've got some DTML code that does it - sometimes, othertimes it produces a
 keyerror.
 
 This must be a common problem - coz I'm logged in as super user and want to
 switch back to my regular username.
 
 Contributions of help greatly appreciated...
 
 Thanks.
 
 lee
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] newbie

2000-11-04 Thread Max M. Stalnaker

I decided to devote the weekend to installing a web server on my win2k pro
box and bringing a site up.  I chose zope because I needed to have some
database stuff and I know python.  Zope seemed a good fit and it is
advertised as simple to administrate.  I have installed a few IIS sites for
clients.

I observe that you support win NT, but at this point, I am not sure if you
support win2k?

My problem is whenever I try to use to management console, as to add a
directory named for my domain, to start out on the content developer
tutorial, I get a message something like superuser cannot own object.
Although I have tried a few things, at the moment my zope account is the
Administrator, since that seems like a good superuser account.  I claim I am
logged in as another user on the win2k box, who is a member of the
administrator group.

Reading the Admistrative doc, this sounds a bit like the web server is not
passing authetication information, but at the moment I claim I have only
Zserver running.  I had installed apache, but decided I did not need this
and the doc suggested I needed to do a few extra steps to get started, and I
only have a meg pipe anyway, so I stopped apache and let ZServer start as a
systems process?

I hope someone kind will shed some light on my difficulty.



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbie

2000-11-04 Thread Anders Eriksson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Max,

Sunday, November 05, 2000, 2:20:09 AM, you wrote:

MMS My problem is whenever I try to use to management console, as to
add a
MMS directory named for my domain, to start out on the content
developer
MMS tutorial, I get a message something like superuser cannot own
object.
MMS Although I have tried a few things, at the moment my zope
account is the
MMS Administrator, since that seems like a good superuser account. 
I claim I am
MMS logged in as another user on the win2k box, who is a member of
the
MMS administrator group.

I had this 'problem' also, and it turned out to be (as usual) me not
reading the manual correctly.

When You install Zope you're asked for a name and password for an
superuser account. THIS USER CAN'T OWN ANY OBJECTS! So the first
thing
you need to do when the installation is done is to start Zope and log
in as superuser and CREATE A USER! When You do this observe that you
need to select the Role you want for the user Manager and/or Owner. I
you don't select the can't do 'anything'...

- --
Best regards,
 Andersmailto:[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: PGP 6.5i

iQA/AwUBOgSsZqTtRA/JSm7JEQLhlwCdFxmUiIk+WifeV3evwJl8LFuzU6MAoJx4
lEq6zETOZzFcKLswvV0N3h9p
=9UXU
-END PGP SIGNATURE-



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbie

2000-11-04 Thread Bill Welch

New security measure in 2.2 - you only login as superuser (with the name
and the password the install script gave you) long enough to create
another user as manager. Out of the box, Zope doesn't use OS
security. Also look at zpasswd.py.

 tutorial, I get a message something like superuser cannot own object.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Zope for medium/large sites

2000-11-04 Thread Tiago Antão

Hi!

On Thu, 2 Nov 2000, Bill Anderson wrote:

bill.aThe question is: Is zope up to this?
bill.a 
bill.a Depends, would your site(s) be read-intensive, or write-intensive?

  We still don't know because the system now in production does not allow
the same order of magnitude of dynamic content. But we're almost sure
it'll remain read-intensive.

bill.a If you have the hardware:
bill.a  o a dedicated SQL server to hold member authentication data

  We've Oracle as the backend.

bill.a  o a dedicated ZSS, or two running in failover
bill.a  o multiple ZEO Clients to support end-users, preferably behind
bill.asome Linux Virtual Server failover/load balancing setups

  We've a High Availability architecture with more that 10 machines, a
raid box, etc... We're thinking precisely in ZEO...

bill.a That should be able to handle pretty much what you describe with ease.

 BTW, Do you know of any site with more than 10 registered users and
lots of hits using zope?

Best regards,
Tiago


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] newbie

2000-11-04 Thread Chris McDonough

Max,

Please read the section titled "The Superuser" in
http://www.zope.org/Members/mcdonc/PDG/6-1-Security.stx.  Your problem
doesn't really have anything to do with Windows...

HTH,

C

- Original Message -
From: "Max M. Stalnaker" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 04, 2000 8:20 PM
Subject: [Zope] newbie


 I decided to devote the weekend to installing a web server on my win2k pro
 box and bringing a site up.  I chose zope because I needed to have some
 database stuff and I know python.  Zope seemed a good fit and it is
 advertised as simple to administrate.  I have installed a few IIS sites
for
 clients.

 I observe that you support win NT, but at this point, I am not sure if you
 support win2k?

 My problem is whenever I try to use to management console, as to add a
 directory named for my domain, to start out on the content developer
 tutorial, I get a message something like superuser cannot own object.
 Although I have tried a few things, at the moment my zope account is the
 Administrator, since that seems like a good superuser account.  I claim I
am
 logged in as another user on the win2k box, who is a member of the
 administrator group.

 Reading the Admistrative doc, this sounds a bit like the web server is not
 passing authetication information, but at the moment I claim I have only
 Zserver running.  I had installed apache, but decided I did not need this
 and the doc suggested I needed to do a few extra steps to get started, and
I
 only have a meg pipe anyway, so I stopped apache and let ZServer start as
a
 systems process?

 I hope someone kind will shed some light on my difficulty.



 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )