[ZODB-Dev] ZEO question

Tino Wildenhain tino@wildenhain.de
Fri, 23 Mar 2001 12:32:32 +0100


Hi Chris,

Chris Withers wrote:
> 
> Now on the right list, I hope :-)
> 
> Here's my setup:
> 
> -WinNT 4.0
> -Zope 2.3.1b1
> -ZEO 0.4.1
> 
> But I get this:
> 
> E:\Zope\2.3.1b1>python lib/python/ZEO/start.py -p 8000
> Traceback (innermost last):
>   File "lib/python/ZEO/start.py", line 315, in ?
>     if __name__=='__main__': main(sys.argv)
>   File "lib/python/ZEO/start.py", line 297, in main
>     signal.signal(signal.SIGHUP, handler)
> AttributeError: SIGHUP
> 
> What does that mean and how can I fix it?

This must be coming from the fact win32 is not fully posix compatible ;)
One fix would be to install <insert your favourite open source or
commerce unix here>. ;)

May be, 

signal.SIGHUP=signal.SIGKILL 

somewhere up might also work.

> Also, how can I get the storage server to use the Data.fs from my
> INSTANCE_HOME rather than the SOFTWARE_HOME, which I presume the above does?

there was a complicated option, mentioned deep in the docs to specify 
storage class together with options to select the Data.fs for
filestorage.

Cheers
Tino