openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

Opensource XenServer Management Interface

Results 85 openxenmanager issues
Sort by recently updated
recently updated
newest added

when I tried to start Openxenmanager I got this: Traceback (most recent call last): File "/bin/openxenmanager", line 5, in pkg_resources.run_script('openxenmanager==0.1b1', 'openxenmanager') File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 540, in run_script self.require(requires)[0].run_script(script_name, ns) File...

Hi. Whe i try to assign a license i get the below. Any ideas? Traceback (most recent call last): File "./src/OXM/window_menuitem.py", line 1160, in on_acceptlicensehost_clicked self.xc_servers[self.selected_host].set_license_host(self.selected_ref, licensehost, licenseport, edition) File...

The bug is like this: I create a new server, I use a master password, I connect to the server. All is fine so far, all works. I close down...

Fedora 28+ removed the needed gtk-vnc-python package. You can use the one from F27 by doing this as root: rpm -i --force --nodeps http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/Packages/g/gtk-vnc-python-0.7.1-3.fc27.x86_64.rpm (change to i686 if you are...

I just started using OpenXenManager and created my first VM but in the start up it wouldn't let me add a network interface so I thought fine I'll do that...

https://github.com/OpenXenManager/openxenmanager/blob/1cb5c1cb13358ba584856e99a94f9669d17670ff/src/OXM/oxcSERVER.py#L407 `addr for key, addr in net_addrs.items()` Change to `addr for key, addr in net_addrs` # Issue ( Bug ) KeyError: 'OpaqueRef:72a6ebac-3527-0111-3516-950bad4b1712' Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line...

I tried it all plus complete reinstal of my Ubuntu.... what am I missing? $openxenmanager Traceback (most recent call last): File "/home/xxx/anaconda2/bin/openxenmanager", line 4, in __import__('pkg_resources').run_script('openxenmanager==0.1b1', 'openxenmanager') File "/home/xxx/anaconda2/lib/python2.7/site-packages/pkg_resources/__init__.py", line...

When first downloaded I was getting the error that is the title. I am running Ubuntu 18.04 Because it is not on the mirror I just downloaded the zip. So...

The application should be ported from pyGTK to pyGI (GObject Introspection). https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting

enhancement