Hi all,

as some of us use ESXi/vSphere with OpenBSD and we all like serial consoles
there's vSPC.py (a fork of vSPC.py, a virtual serial port concentrator for use
with VMware) which could be nice combined with conserver.

OK, original vSPC.py runs OK on OpenBSD, this extended one doesn't.

If anybody would like to test it, go a head ;)

https://github.com/isnotajoke/vSPC.py/issues/2

$ python2.7 ./vSPCServer -d 
ERROR:root:Top level exception caught
Traceback (most recent call last):
  File "./vSPCServer", line 138, in <module>
    vSPC(options.proxy_port, options.admin_port, options.vm_port_start, 
options.vm_expire_time, backend, options.ssl, options.cert, options.key).run()
  File "/tmp/isnotajoke-vSPC.py-9154df7/vSPC.py", line 1009, in __init__
    Poller.__init__(self)
  File "/tmp/isnotajoke-vSPC.py-9154df7/vSPC.py", line 501, in __init__
    self.epoll = select.epoll()
AttributeError: 'module' object has no attribute 'epoll'

$ sysctl kern.version                                                           
                                                                                
                                                                              
kern.version=OpenBSD 5.1-current (GENERIC.MP) #202: Thu Mar 15 18:33:09 MDT 2012
    [email protected]:/usr/src/sys/arch/i386/compile/GENERIC.MP

$ python2.7 -V
Python 2.7.2

jirib

Reply via email to