similar to: [PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test"

2013 Sep 30
1
[PATCH] xm-test: fix the ip allocation function
__findFirstOctetIP() is expecting min and max available octets according to its code, however the caller getFreeIP() gives it the min octet and (max - min + 1), which is the length instead. Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com> --- tools/xm-test/lib/XmTestLib/NetConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
This patch -Displays[1] current parameters for running domains ala xm list -Allow users to set[2] one or more parameters[3] without having to provide values for parameters they do not wish to change -Adds additional testing of sched-sedf via new xm-test testcases. With this patch applied, test 02_sedf_period_lower_neg.py exposes a bug[4]. I''ll follow up this email with a patch for
2013 Apr 05
0
[PATCHv2 1/2] Xen PV backend (for qemu-upstream-4.2-testing): Move call to bdrv_new from blk_init to blk_connect
This commit delays the point at which bdrv_new (and hence blk_open on the underlying device) is called from blk_init to blk_connect. This ensures that in an inbound live migrate, the block device is not opened until it has been closed at the other end. This is in preparation for supporting devices with open/close consistency without using O_DIRECT. This commit does NOT itself change O_DIRECT
2006 Apr 19
2
[PATCH][XM-TEST] Fix for 15_create_smallmem_pos.py test - Bug 616
Hi, Here''s the first step toward dealing with the small memory issue. The 15_create_smallmem_pos.py test was hanging because it created a 16 MB domain and never got to the point where it could set a console limit. The OOM messages flooded the console on creation and the select in Console.py always had something to read. Since there was no limit and it never timed out, the test would
2011 Jun 27
1
[PATCH v3] xen_disk: cope with missing xenstore "params" node
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> When disk is a cdrom and the drive is empty the "params" node in xenstore might be missing completely: cope with it instead of segfaulting. Updated in v2: - actually removed the strchr(blkdev->params, '':'') that caused the segfault; - free all the allocated strings from xenstore before returning;
2011 Jun 24
2
[PATCH v2] xen_disk: cope with missing xenstore "params" node
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> When disk is a cdrom and the drive is empty the "params" node in xenstore might be missing completely: cope with it instead of segfaulting. Updated in v2: - actually removed the strchr(blkdev->params, '':'') that caused the segfault; - free all the allocated strings from xenstore before returning;
2007 Apr 05
1
netconfig in 4.92
After installing 4.92 I wanted to run netconfig. It was not availble. I did "yum install netconfig" and got the package. What should I have selected in the "custom packages" at install time to get netconfig? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Aug 22
0
Winbind with krb5auth for trust users
Hi, hier are the file. I replaced the real domain/realm name by "search&replace", so there should not be a typping error in my file concernig the realm or domain names. Regards, Andreas client:~ # more /etc/hostname client.loc.example.de client:~ # more /etc/hosts # # hosts         This file describes a number of hostname-to-address #               mappings for the TCP/IP
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
Greetings, I'm using rsync to keep multiple nfs filesystems on two emc nfs serves in sync. Here are the six file systems and their info: Filesystem kbytes used avail capacity Mounted on Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55%
2007 Dec 03
4
what happened to netconfig in 5.1
I am doing a yum install netconfig on the new 5.1 and nothing gets installed. Was it removed? replaced with something else? yum provides netconfig does not show a "bin" command just false matches. Is there a new command? Thanks, Jerry
2010 Dec 28
1
Kickstart Network Configuration Issues
Hello all, I've been struggling with an issue with my kickstart configuration for a while now. My kickstart files are stored within the initrd image. What I would like to do here, is when the kickstart first starts up, I want it to grab a DHCP address (it does at the moment) so it can grab all of the necessary installation data off the net. Then, at some point _IN_ the install process, I'd
2006 Jan 23
1
Two ethernet adapters and more
I am running Asterisk at home on one of my systems here. It uses Centos 4.2. It does NOT have a GUI interface. Command line only at console or via SSH (yeah, I know that I was working on another server to get GUI tools working through SSH, but I am NOT going to muck with AAH build). yum update is potentially dangerous, when it replaces the kernel. You can loose all of your Zaptel driver
2011 Jun 24
9
[PATCH] xen_disk: cope with missing xenstore "params" node
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> When disk is a cdrom and the drive is empty the "params" node in xenstore might be missing completely: cope with it instead of segfaulting. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- hw/xen_disk.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git
2006 May 16
1
problems with kickstart %post and python/snack gui
Hi All, I'm trying to migrate from Fedora Core 4 to a more stable linux deployment of Centos 4.3. I'm using kickstart to do an automated installation of minimal packages and then doing configuration in the %post section. I do this by calling serveral custom system-config-local-* scripts that I have written along with system-config-network-tui (aka netconfig). The problem that I am
2005 Jan 14
1
Asterisk@Home Install Problems
I am trying to install asterisk@home on a Dell 1650 server. The setup cd runs fine and completes with no errors but when I try to connect to the web site (http:myip/maint) to edit the configs nothing happens just a page not found error. I'm not sure if there is a problem with my dual on board nics but when I check ifconfig I see the dhcp address info that was assigned for eth0 and then
2007 Dec 03
1
system-config-network on 5.1
Looks like there are NO command line options on system-config-network. Like -d eth0 or -d eth1 I used those alot when 2 network cards are in a box. Can netconfig be brought back to life? Can I just install the one from 5.0 on new boxes?\ Jerry
2006 Jan 24
1
[PATCH][XM-TEST] Add Lilo dependency check to configure.ac
Patch adds a dependency check for lilo, which is needed for full virt testing, to the configure.ac script. Dependency checks should be there rather than building and waiting to see the create script fail. Thanks, Dan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Feb 15
0
[PATCH] xen: detach the blkdev before bdrv_delete
We need to detach the blkdev from the BlockDriverState before calling bdrv_delete. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> CC: Markus Armbruster <armbru@redhat.com> --- hw/xen_disk.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xen_disk.c b/hw/xen_disk.c index 68fa36a..bf06fc1 100644 --- a/hw/xen_disk.c +++ b/hw/xen_disk.c
2012 Feb 22
2
[PATCH] qemu-xen: ignore console disconnect events from console/0
qemu-xen: ignore console disconnect events for console/0 The first console has a different location compared to other PV devices (console, rather than device/console/0) and doesn''t obey the xenstore state protocol. We already special case the first console in con_init and con_initialise, we should also do it in con_disconnect. This patch should be applied to 4.1 too. Signed-off-by:
2005 Mar 09
2
Privileges problem
Hi!!! I'm trying to implement a SUS server (local windows update) I-ve already solved my problem to modify registry in order to establish windows update configuration. Now i've a quiestion all my client logon my samba PDC enusing a netconfig.pol isend all configuration everithing works ok. But i've a trouble, my users don't have privileges to install anything and i don't