similar to: Xen Enterprise and templates

Displaying 20 results from an estimated 1000 matches similar to: "Xen Enterprise and templates"

2013 Sep 04
0
[PATCH] Btrfs-progs: fix compile warning in is_ssd()
mkfs.c: In function ‘is_ssd’: mkfs.c:1168:26: warning: ignoring return value of ‘blkid_devno_to_wholedisk’, declared with attribute warn_unused_result [-Wunused-result] blkid_devno_to_wholedisk(devno, wholedisk, sizeof(wholedisk), NULL); Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> --- mkfs.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mkfs.c
2008 Jan 16
3
color ranges on a 2D plot
useR's I am trying to color the points on a scatter plot (code below) with two colors. Red for values 0.5 -1.0 and blue for 0.0 - .49. Does anyone know a easy way to do this? x <- runif(100, 0, 1) y <- runif(100, 0, 1) plot(y ~ x, pch=16) Thanks, dxc13 -- View this message in context: http://www.nabble.com/color-ranges-on-a-2D-plot-tp14893457p14893457.html Sent from the R help
2008 Sep 23
1
Converting XenEnterprise image to XenSource
I am running Xen 3.3.0 and am trying to run a XenEnterprise image. The image has a hda directory with files called chunk-000000000.gz - chunk-000000042.gz and a filed called ova.xml with the following: <appliance version="0.1"> <vm name="VM"> <label> Manager </label> <shortdesc> </shortdesc> <config
2007 Feb 03
6
A Performance Comparison of Hypervisors
Obviously not a very fair comparison [1]. I can''t see how this was done well at all. VMWare are a bit silly to release stuff like this, just lowers the whole game. [1] http://www.vmware.com/vmtn/resources/711 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Dec 12
1
Panic: file buffer.c: assertion failed: (used_size <= buf->alloc)
Hi, We have a crash in dovecot 2.2.7 2013-12-11 10:38:44 imap(xxx at example.com): Panic: file buffer.c: line 307 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc) 2013-12-11 10:38:44 imap(xxx at example.com): Error: Raw backtrace: /opt/dovecot- 2.2.7/lib/dovecot/libdovecot.so.0(+0x672a2) [0x7f576b9742a2] -> /opt/dovecot- 2.2.7/lib/dovecot/libdovecot.so.0(+0x67306)
2007 Aug 11
1
Raid 1 OS Drives with XenEnterprise?
I''m trying to install XenEnterprise with raid 1 for its OS drives but the installer doesn''t seem to have this ability. Is there some way to install it in raid 1? The reason I need this is in case the OS drive fails, the whole system doesn''t go down. Marco Jorge _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2007 Apr 17
3
Lost my Vista VM
All, I installed Vista on Xen yesterday, but it no longer shows up on my Admin console. Disk space still shows 30G used by it. Also, how do I eject CDROM while Xen is running :) Thanks, Andrey _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jun 28
2
Help once more....
Hi list, Once more a cry for help. It seems no-one is able to help here. Our virtual machine has crashed, and I simply haven''t got a clue how to repair this. Now many documents are store on this machine, so I would like to have it back VERY urgently. Anyone????? Thanks a lot in advance. Dick Kniep Op woensda _______________________________________________ Xen-users mailing list
2007 Jun 19
1
Hard Problem /w XenSource / XenEnterprise.
Hi, Our group would really like to use XenSource to run a very large number of parallel Windows XP VMs, but there are several issues we need to overcome or else we''ll have to use ESX instead. This is pretty high priority so if there is a high-level tech at XenSource who knows how to solve this, we would be really grateful. (1) We want to start-up using a post-boot save of Windows XP
2013 Apr 11
2
[PATCH 1/2] btrfs-progs: replace blkid_probe_get_wholedisk_devno
blkid_probe_get_wholedisk_devno() isn''t available in some older versions of libblkid. It was used to work around an old bug in blkid_devno_to_wholedisk(), but that has been fixed since 5cd0823 libblkid: fix blkid_devno_to_wholedisk(), present in util-linux 2.17 and beyond. If we happen to be missing that fix, the worst that happens is that we''d fail to detect that a device is
2012 Mar 08
3
[PATCH 0/3] kinit: Allow mount options
This patch series allows user-specified mount commands to be sent in via kernel command line ("kinit_mount=...") or via an embedded /etc/fstab file. The first patch is a cleanup of a patch sent last November by San Mehat (http://web.archiveorange.com/archive/v/EazJNBMORV2U7E0coh5h); the next two are small improvements or bug fixes.
2008 Feb 19
2
1.1b16: (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
I haven't seen this before 1.1b16, it happened to two users today while they were searching using fts. Feb 18 16:41:36 hill dovecot: IMAP(username): file buffer.c: line 288 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc) Feb 18 16:41:36 hill dovecot: child 53560 (imap) killed with signal 6 I can probably narrow it down to an example mail if needed. GNU gdb 6.1.1
2008 Jan 07
3
Question about vnc
Hello virtual friends. I''m using Windows HVM on CentOS 5.1, xen 3.1. When I conect VNC to Dom0 IP , I get correct screen, main windows console. But I have a very very poor mouse performance. I tried xensoure 4.1 , and I saw a mouse performance a little bit better than xen 3.1 w / CentOS 5.1. What is me problem, CentOS 5.1 or xen 3.1 , or compilation wrong maked by CentOS people. Why
2007 Aug 13
1
Creating a new storage repository
How can I create a new SR, that stores qcow images? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2018 Dec 13
0
[PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
It was noticed that the copy_user() friends that was used to access virtqueue metdata tends to be very expensive for dataplane implementation like vhost since it involves lots of software check, speculation barrier, hardware feature toggling (e.g SMAP). The extra cost will be more obvious when transferring small packets. This patch tries to eliminate those overhead by pin vq metadata pages and
2014 Jan 11
0
Panic: file buffer.c: line 307 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
This is log from dovecot 2.2.10: 2014-01-11T09:55:14+01:00 server/a.b.c.d dovecot: imap(user at domain): Error: Corrupted transaction log file /pracmail/domain/user/mail/.sent-mail/dovecot.index.log seq 16777216: log file shrank (868 < 6144) (sync_offset=6144) 2014-01-11T09:55:14+01:00 server/a.b.c.d dovecot: imap(user at domain): Panic: file buffer.c: line 307 (buffer_set_used_size):
2013 Sep 06
0
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
Whitespace neatening... Multiline statement argument alignment. Argument wrapping. Use kmalloc_array instead of kmalloc. --- drivers/misc/mic/card/mic_virtio.c | 17 ++++--- drivers/misc/mic/card/mic_x100.c | 4 +- drivers/misc/mic/host/mic_debugfs.c | 91 ++++++++++++++++++------------------- drivers/misc/mic/host/mic_fops.c | 6 +-- drivers/misc/mic/host/mic_intr.c | 37
2014 Nov 13
0
Bug (?) while listing imap folder
Dear All, I think I've hit a bug after migrating our mail server to the newest version of dovecot (version 2.2.15). When I try to list all imap folders for one user the imap process crashes. The listing to a specific folder (ex. INBOX) works fine, only the "*" crashes. Client side: --------------------- [root at mb log]# telnet 127.0.0.1 143 Trying 127.0.0.1... Connected to
2007 Jan 25
0
Xen Express/Enterprise/Server support for OEL
Guys With the advent of Oracle''s foray into packaging their own flavour of linux are there any plans to incorporate OEL (Oracle Enterprise Linux) support into XenExpress/XenEnterprise/XenServer? Specifically vm creation/import/export etc..? Since OEL is based on Redhat I''m assuming this would be relatively trivial?? Thanks in Advance Mike.
2007 Mar 15
8
Xen Book
Hi, I had read on this thread - http://lists.xensource.com/archives/html/xen-users/2006-03/msg00759.html - (which is about a year old) about a Xen book being written. Any updates or others currently writing books on Xen? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Same, same, but different… _______________________________________________