[ZODB-Dev] SAN/RHCS use for ZEO server?

2009-04-03 Thread Chris Withers
Hi All, I was just wondering if anyone had deployed any high availability solutions for ZEO storage servers using a SAN for the filestore used by the storage server (and any associated BLOB files)? If so, how and how's it panned out? Likewise, anyone uses Red Hat Cluster Suite to implement

[ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3 3.9.0a12.Look above this message f or any errors thatwere output by easy_install. While: Installing

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Wichert Akkerman
On 4/3/09 1:41 PM, Chris Withers wrote: buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3 3.9.0a12.Look above this message f or any errors thatwere output by

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Wichert Akkerman wrote: Any ideas? buildout hides all compile errors unless you run it with -v (or -vv). buildout -vv didn't exactly provide much more help ;-) C:\Python26\python.exe -c from setuptools.command.easy_install import main; main() -mUNxd C:\buildout-eggs\tmpctofbd

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Adam GROSZER
Hello Chris, You have a c compiler working on the machine? Friday, April 3, 2009, 1:48:39 PM, you wrote: CW Wichert Akkerman wrote: Any ideas? buildout hides all compile errors unless you run it with -v (or -vv). CW buildout -vv didn't exactly provide much more help ;-) CW

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Adam GROSZER wrote: Hello Chris, You have a c compiler working on the machine? Yep, mingw I think... But that doesn't look like the normal you don't have a compile whine... Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [ZODB-Dev] SAN/RHCS use for ZEO server?

2009-04-03 Thread Chris Withers
Andrew Sawyers wrote: I'll let you know shortly; I'm waiting on the test hardware for exactly this. I will be using an EMC SAN and SRDF replication. I'm particularly interested in how you'll move the SAN from the primary to the secondary node in the even of primary node failure, and how

Re: [ZODB-Dev] SAN/RHCS use for ZEO server?

2009-04-03 Thread Chris Withers
Wichert Akkerman wrote: On 4/3/09 3:43 PM, Chris Withers wrote: I'm particularly interested in how you'll move the SAN from the primary to the secondary node in the even of primary node failure, and how you'll bring the secondary's zeo server up when that happens. Doesn't ZEORaid work for

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Jim Fulton
ZODB doesn't work with Python 2.6 yet on Windows. Jim On Apr 3, 2009, at 7:41 AM, Chris Withers wrote: buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Jim Fulton wrote: Andreas tells me Python 2.6 is the target for Zope 2.12. What kind of problems are there in this specific combination? The tests crash when built with the free ms compiler. If you want to help, you can debug this. Sadly, easier to install on Linux. Blame vmware for