similar to: Bug#570066: Patch from xen-devel

Displaying 20 results from an estimated 200 matches similar to: "Bug#570066: Patch from xen-devel"

2010 Oct 18
0
Bug#570066: Maybe other way to fix xm new functionality in Squeeze
Hi, In bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540475 we can see that "Please remove python-xml from unstable. The package isn't maintained upstream for some years now, and the newer version is include in the python core packages". So, maybe, it's possible make cosmetics changes to code for using python core functionality (not import library or change it name) ?
2014 Nov 12
2
E1 - Cisco - Asterisk and vice verso
Hi, Change my Dynastar E1 gateway to Cisco with E1 module, but can't make easiest dialplan. All my routing i made on asterisk, so i need that cisco all calls from E1 send via sip to Asterisk and all calls came from Asterisk by sip send to E1. From E1 to Asterisk already work, but can't understand how send all from Asterisk SIP to E1 ? Can you help ? Thank you
2009 Apr 05
2
Doubling network and disk with gplpv 9.12.pre13 in Russian Windows 2003
Hi James Harper and others, I seen that problem already discussed early, but maybe it help you make hiding qemu devices when install gplpv driver. For now, when install gplpv i has not working qemu disk driver (gplpv works) and not working gplpv network (i think i can disable realtek network card and then gplpv will work). When you discuss German and French windows versions - you ask about
2010 Sep 24
3
Kernel panic on ZFS import - how do I recover?
I posted this on the www.nexentastor.org forums, but no answer so far, so I apologize if you are seeing this twice. I am also engaged with nexenta support, but was hoping to get some additional insights here. I am running nexenta 3.0.3 community edition, based on 134. The box crashed yesterday, and goes into a reboot loop (kernel panic) when trying to import my data pool, screenshot attached.
2010 Oct 08
2
Bug#599520: xen: Patch for replacing python-xml based code with python-lxml based code.
Package: xen Version: 4.0.1-1 Tags: patch Attached is a patch which I already sent upstream that replaces the python-xml (pyxml/xmlproc) based validation code with validation code based on python-lxml. The obvious gain from this is that XenAPI works on Squeeze and Sid, where python-xml is not available anymore. Additionally this patch adds a dependency on python-lxml for the xen-utils-4.0
2012 May 06
0
Processed: forcibly merging 570066 487165
Processing commands for control at bugs.debian.org: > forcemerge 570066 487165 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Marked as
2012 May 06
0
Processed: reassign 596765 to xen-utils-common, forcibly merging 570066 596765
Processing commands for control at bugs.debian.org: > reassign 596765 xen-utils-common Bug #596765 [xen] xen: can't create a VM : no module named xmlproc Bug reassigned from package 'xen' to 'xen-utils-common'. No longer marked as found in versions xen/4.0.1-2 and xen/4.0.1-1. Ignoring request to alter fixed versions of bug #596765 to the same values previously set >
2012 Apr 14
0
Processed: forcibly merging 570066 641934
Processing commands for control at bugs.debian.org: > forcemerge 570066 641934 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Marked as found in versions xen-common/4.1.0~rc6-1. Marked as found in versions
2012 May 06
0
Processed (with 1 errors): forcibly merging 570066 596765
Processing commands for control at bugs.debian.org: > forcemerge 570066 596765 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #641934 [xen-utils-common] xen-utils-common: missing python-lxml dependancy Unable to merge bugs because: package of #596765 is 'xen' not
2013 Mar 21
0
Processed: found 570066 in 4.1.4-2
Processing commands for control at bugs.debian.org: > found 570066 4.1.4-2 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #487165 [xen-utils-common] [xen-utils-common] xm create requires python-xml to work Bug #489325 [xen-utils-common] [xen-utils-common] xm new requires python-xml to work Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on
2010 Jul 02
2
passing commands to Windows DomUs
All, in order to have consistent backups of Windows HVM guests, I need to shut them down first. "rdesktop" could do this from a Linux shell, but I don''t have X Windows active (called from cron). Another idea would be to have Cygwin sshd, which i don''t like to install for support reasons. Is anyone aware of any other possibility? Thx! B.
2012 Jun 01
2
Day or Month difference between dates???
HI, R-Users: I got a questions. have been struggling so long time.... I have this data: > m1$Year_Month 201009 201010 201011 201101 201102 > min(m1$Year_Month) 201009 I want to calculate the following two answers, how do I program it? > difference in Month????? [1] 0 1 2 4 5 >difference in Days????? 0 31 61 .... Thank you in advance!!! Tammy [[alternative
2009 Sep 25
3
VNC Debian Port
Hi all. I have many domU''s, but I can''t find port for vnc_connect. 5901,5902,5903...5909 every time I guess in what port my domU. I know than in Cent 5900+id=port. And what about Lenny? -- Best Regards, alex.faq8@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
Folks, This question is somewhat related to a previous posting of mine. I just can't seem to create a generic solution. Here is a function that I found searching around the internet: splitIt <- function(x, n) {split(x, sort(rank(x) %% n))} I use it like so: > splitIt(1:12, 2) $`0` [1] 1 2 3 4 5 6 $`1` [1] 7 8 9 10 11 12 Or > splitIt(1:12, 4) $`0` [1] 1 2 3 $`1` [1] 4 5 6
2009 Dec 03
3
Xen DomU with high IOWAIT and low disk performance (lvm raid1)
Hello list! My setup: Dom0: Debain 5.0.3 with xen-hypervisor-3.2-1-i386 (2.6.26-2-xen-686) DomU: Ubuntu 8.04 2.6.26-2-xen-686 System is running on two hard drives mirrored with raid1 and organized by LVM. Dom0 and DomU are running on logical volumes. Partitions for DomUs are connected via ''phy:/dev/lvm/disk1,sda1,w'' for example. Here are some scenarios I testet, where you
2019 Apr 04
3
question about --emit-relocs with lld
Hi, While doing Linux kernel builds linked with lld, I've tracked down a difference that breaks relocation of the kernel image (e.g. under KASLR[1]). Some relocations are changed to ABS (weirdly, all are in .rodata section). Note the difference below in the resulting linked output. .L__const._start.instance becomes *ABS* only under lld: $ cat minimal.c struct minimal { void *pointer;
2017 Mar 21
3
Public share ask for a password
On Tue, 21 Mar 2017 16:21:23 +0100 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, > >   > > I suggest NOT to use fstab but systemd startups if you on debian > jessie. > >   > > Get to know systemd and if you do i’ll bet you like it. > > I know only on that hates it.. dont you Rowland. ;-) I am not the only one
2023 Mar 20
1
PHP-LDAP RPM installed but not usable
I've also tried adding the pgsql and mysql RPM's and they're not available either. On 20/03/2023 12:58, Gary Stainburn wrote: > Apologies.? This is the correct screen grab. > > The extra errors in the OP were because I had been experimenting, to > try to fix the issue. > > [root at testsvr ~]# ./ldapAuth.php gary.stainburn fake-password > PHP Fatal error:?
2011 Dec 01
1
transform data.frame holding answers --> data.frame holding logicals
Hello Hello I have a data frame, x, holding 5 persons answering the question which cars they have used: # the data frame x <- as.data.frame( matrix( c('BMW', '', '', 'Mercedes', 'VW', '', 'Skoda', 'VW', 'BMW', '', '', '', 'VW', 'Skoda',
2010 Aug 31
0
Processed: severity of 593741 is normal, merging 570066 593741
Processing commands for control at bugs.debian.org: > severity 593741 normal Bug #593741 [xen-utils-common] xen-utils-common: python-xml is not marked as a dependency and xm errors without it Severity set to 'normal' from 'important' > merge 570066 593741 Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc". Bug#593741: xen-utils-common: