similar to: Bug#489323: [xen-utils-common] XenAPI authentification needs python-pam to work

Displaying 20 results from an estimated 6000 matches similar to: "Bug#489323: [xen-utils-common] XenAPI authentification needs python-pam to work"

2008 Jun 20
0
Bug#487249: [xen-utils-common] XenAPI authentification needs python-pam to work
Package: xen-utils-common Version: 3.2.0-2 Severity: wishlist --- Please enter the report below this line. --- PAM is the only middle to have an authentification with XenAPI. Without python-pam, Xend silently refuses the authentication and the client have an authentication error. With python-pam it works great. Perhaps it should be intersting to have python-pam as a dependency ? --- System
2012 Jul 17
0
Processed: reassign 489323 to xen-utils-common, forcibly merging 487249 489323
Processing commands for control at bugs.debian.org: > reassign 489323 xen-utils-common Bug #489323 [xen-3] [xen-utils-common] XenAPI authentification needs python-pam to work Warning: Unknown package 'xen-3' Bug reassigned from package 'xen-3' to 'xen-utils-common'. Ignoring request to alter found versions of bug #489323 to the same values previously set Ignoring
2008 Jun 19
3
Bug#487165: [xen-utils-common] xm create requires python-xml to work
Package: xen-utils-common Version: 3.2.0-2 Severity: wishlist --- Please enter the report below this line. --- xm create requires the python-xml package to work, perhaps it should be a dependency of xen-utils-common ? --- System information. --- Architecture: i386 Kernel: Linux 2.6.24 Debian Release: lenny/sid 1001 testing security.debian.org 1001 testing
2008 Aug 05
0
Processed: setting package to xen-utils-common, reassign 489323 to xen-3, reassign 489325 to xen-3
Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.26 > package xen-utils-common Ignoring bugs not assigned to: xen-utils-common > reassign 489323 xen-3 Bug#489323: [xen-utils-common] XenAPI authentification needs python-pam to work Bug reassigned from package `xen-utils-common' to `xen-3'. > reassign 489325
2014 Nov 15
0
Processed: closing 726827, closing 763102, closing 711273, closing 744163, closing 603366, closing 648670 ...
Processing commands for control at bugs.debian.org: > close 726827 4.4.0-1 Bug #726827 [xen-utils-4.1] xen-utils-4.1: Xen doesn't start on a laptop with Nvidia Optimus graphics There is no source info for the package 'xen-utils-4.1' at version '4.4.0-1' with architecture '' Unable to make a source version for version '4.4.0-1' Marked as fixed in versions
2008 Jul 04
0
Bug#489325: [xen-utils-common] xm new requires python-xml to work
Package: xen-utils-common Version: 3.2.0-2 Severity: normal --- Please enter the report below this line. --- This bug is a duplicate of the bug #487165, but I tagged it as wishlist and I have no answer about it. But I think it should be interesting to correct it, sorry for this. xm new requires the python-xml package to work, perhaps it should be a dependency of xen-utils-common ? debian:~#
2008 Oct 16
0
[PATCH 0/3] Enhance XenAPI for pvSCSI
Hi, These patches enhance XenAPI for pvSCSI. Basically, I implemented XenAPI for pvSCSI according to the patch of XenAPI document which I sent before. However, I renamed the class name of virtual SCSI devices to "DSCSI". As for the patch of XenAPI document, I''m going to send it next week. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards,
2011 Aug 19
0
build libvirt from source yourself and make sure to get the XenAPI driver enabled.
Hi, I want install libvirt on my ubuntu11.04, and I want to test using libvirt to manage a xenserver, after download the tar and extract them when in this step : ./configure --with-esx --with-xenapi --prefix=/opt/libvirt .... checking for xen_vm_start in -lxenserver... no configure: error: You must install the XenServer Library to compile XenAPI driver with -lxenserver ..... I get this
2013 Nov 01
5
xend with XenAPI in stackless python-2.7
Hi, I am using XEN-4.1.2 and linux-2.6.32 as dom0. After I upgraded stackless python from 2.5 to 2.7 (and rebuilt xen). XenAPI became unusable, I spent some time to investigate XenAPI,py, it looks fine. So, I guess xend has problem with python 2.7, because it always returned method unknown. Do I have to tweak xend to let it support python 2.7? Thanks, Eric /root # python Python 2.7.5 Stackless
2008 Jun 20
0
Bug#487165: Bug#487165: [xen-utils-common] xm create requires python-xml to work
Le vendredi 20 juin 2008 08:48, vous avez ?crit?: > tags 487165 moreinfo > thanks > > On Thu, Jun 19, 2008 at 11:57:49PM +0200, Laurent L?onard wrote: > > xm create requires the python-xml package to work, perhaps it should be a > > dependency of xen-utils-common ? > > For what does xm create need python-xml? For me it works fine without. > > Bastian Sorry I
2011 Dec 28
1
Moving XenAPI python modules in a separate binary
Hi Mike and Jon, If I do this: dpkg -S /usr/lib/python2.7/dist-packages/XenAPI.py then I can see that the XenAPI python package is in fact xcp-xapi. This is quite annoying, because I will need it when building OpenStack nova, but xcp-xapi depends on the Xen hypervisor, which I don't care about when building Openstack. Said in another way: I'd like to avoid having to put
2010 Aug 31
1
xenapi vm.create question
I trying to right a module that will control xen function from perl but i''m having a issue trying to understand what need to be send to the function (VM ref) create (session_id s, VM record args) from xenapi.pdf. Can someone please give me a snippet of what i should be passing to the function. I search Google but nothing came with that helped. -- View this message in context:
2008 Sep 03
0
XenAPI: why we implement VM_metrics.VCPUs_utilisation as proportion?
hi all, why we implement VM_metrics.VCPUs_utilisation as the proportion of all cpu time? Then XenAPI client (xm) can not get the accumulated cpu_time of each vcpu. I recommend we make VM_metrics.VCPUs_utilisation just the cpu_time which is maintained by hypervisor. Then XenAPI client (xm) not only can get the accumulated cpu_time of each vcpu, but also can calculate the proportion by getting
2016 Jul 31
1
Some question about code of xenapi
Hello, guys! I am doing some experiment to control XenServer with libvirt, when I define a domain, it always fails and gives the following message: error: Failed to define domain from /root/new.xml error: internal error: Couldn't get VM information from XML so I diving into the souce and found it always fails at network creating, and the code in libvirt-1.3.5\src\xenapi\xenapi_utils.c,
2011 Feb 21
0
RFB connection with XenAPI Viewer
I am using the XenAPI viewer, to access consoles on my server using the embedded XenServerConsole.jar How does it access the framebuffer? The information says RFB, but what is the address for that RFB? I would like to connect with my own client if possible. Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
Processing commands for control at bugs.debian.org: > submitter 192827 Jos? Luis Gonz?lez <jlgonzal at ya.com> Bug #192827 [xdiskusage] xdiskusage: Printing doesn't manage non-ASCII characters Changed Bug submitter to 'Jos? Luis Gonz?lez <jlgonzal at ya.com>' from 'Jos?? Luis Gonz??lez <jlgonzal at ya.com>' > submitter 208308 R?diger Kuhlmann
2008 Aug 04
0
xen-utils-common's bugreports about package dependencies
Hi, What about those bugreports concerning the xen-utils-common package ? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489323 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489325 Adapting xen-utils-common's package dependencies doesn't require a lot of work but it can improve the integration of Xen into Debian... It should be interesting to have that modifications into Lenny.
2007 Dec 06
3
XenApi
I originally posted this to the xenapi mailing list but i dont think many are on there... here''s my question. My first attempt at this, trying to get php to interface with /var/run/xend/xen-api.sock (or even 127.0.0.1:9363 for that matter). I can make a connection to both the unix socket and the inet socket and write/read data. The problem is i always get the same responce back, also
2009 Jul 12
0
Bug#536720: xen-utils-3.2-1: Missing import statement / Syntax Errors in XendPBD.py
Package: xen-utils-3.2-1 Severity: important Hello! When using xenapi.PBD.create() the following error occurs: xen.xm.XenAPI.Failure: Internal error: global name 'genuuid' is not defined. (Attached you can find the logging of the remote host.) This (and other syntax errors) are already fixed in the xen-unstable.hg (see http://xenbits.xensource.com/xen-unstable.hg?rev/7fd49c55c0b0).
2008 Jul 31
0
[PATCH] XM on XenAPI: Enable ''xm pci-attach/detach'' via XenAPI
This patch enables ''xm pci-attach/detach'' commands to be executed via xen-api. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel