similar to: [PATCH] novnc-dryrun.patch

Displaying 20 results from an estimated 5000 matches similar to: "[PATCH] novnc-dryrun.patch"

2008 Sep 18
1
答复: RE: 答复: RE:
Hi all, I have copy hvmachine-dm to /etc/xen/ , and start hvmachine, all is the same, failed. this is the message of running "ifconfig" linux-7b6o:/home/james/Desktop # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:70:99:97:D4 inet addr:147.2.207.55 Bcast:147.2.207.255 Mask:255.255.255.0 inet6 addr: fe80::221:70ff:fe99:97d4/64 Scope:Link UP
2005 Jun 23
5
[PATCH] Fix vnc-dryrun option interaction
A patch that was applied yesterday tried to turn the vnc option off if dryrun was set. Unfortunately, the way it was actually coded turned vnc ON if dryrun was not set! I think this patch should fix it (someone who actually uses vnc & dryrun should test it, though). -George +-------------------+---------------------------------------- | dunlapg@umich.edu |
2011 Aug 31
0
xendomains not starting at boot
On one of my xen hosts a virtual machine does not start at boot. I can see that xendomains gives an error: service xendomains start Starting auto Xen domains: fszeleNo handlers could be found for logger "xend" Error: Disk isn't accessible No handlers could be found for logger "xend" Error: Disk isn't accessible An error occured while creating domain fszele: Usage: xm
2002 May 23
0
protocol errors when using --dryrun
Hi there, I've had a look on the web, and in the archives, but I dont see any mention to this problem/feature. Essentially, I have a local mirror, and a live webserver, with a little script that will execute a --dryrun rsync, ask the user for confirmation, then go ahead and transfer the local updates to the live server. The problem Im having is when Im sync'ing newly generated
2014 Jun 03
0
xen-utils-common bug
Hi all! I have found a bug in xen-utils-common 4.3.0-3... --- xendomains.orig 2012-09-18 00:00:00.000000000 +0200 +++ xendomains 2014-06-03 16:10:12.079731629 +0200 @@ -42,7 +42,7 @@ check_config_name() { - xen create --quiet --dryrun --defconfig "$1" | sed -n 's/^.*(name \(.*\))$/\1/p' + xen create --quiet --dryrun --defconfig "$1" | sed -n
2002 Apr 03
3
metadata in dryrun mode
As I reported a while back rsync doesn't handle metadata (permissions and ownership) in dryrun mode. I offered to make a patch and that offer still stands. I didn't have the time for it until now and want to pick it up again. I had some ugly hack back then but I want to redo it in a clean way. I would like some input on my thoughts. IMHO, it would be ideally if the check for dry_run
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
I''ve attached the preliminary patch to add vncviewer options to the ''xl create''. It applies cleanly against c/s 4e1d091d10d8. All feedback is welcome. Goncalo # HG changeset patch # User Goncalo Gomes <goncalo.gomes@eu.citrix.com> # Date 1332257809 0 # Node ID 46f8afe643dee8de2c592c65204567fbad657616 # Parent 4e1d091d10d83130842170cd61f1194e5459f2aa Add
2015 Oct 14
1
noVNC with qemu over ssh
Hi all, I have a little webserver interface for managing VMs running on a RHEL 6 based HA cluster hosting KVM/qemu VMs. I'd like to use noVNC to provide access to the hosted VMs, but I am not finding much information on how to do this (or rather, I can't find it in the large number of ovirt related posts). Has anyone done this or could someone point me in the right direction to docs
2018 Feb 23
0
Kimchi and noVNC
Hi, I've rebuild Kimchi/Wok 2.5.0 based on ClearOS packages. I've also upgraded noVNC 1.0.0. Unfortunatly the QEMUExtendedKeyEvent which fixes French keyboard's detection doesn't work for me at the moment. But maybe, the problem is located in my QEMU 2.11.0 implementation. If someone want to digg his own way ?
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
This patch does 3 things to the new device model, qemu-dm: 1) Add `vncviewer'' as an option to `qemu-dm'' to spawn a `vncviewer'' process. 2) Have the `vncviewer'' config parameter translate to the `vncviewer'' flag to `qemu-dm''. 3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer'' process that looks for a
2016 Mar 13
1
Bug#818129: xen-utils-common: error parsing domU config file with /usr/lib/xen-common/bin/xen-init-name
Package: xen-utils-common Version: 4.6.0-1+nmu2 Severity: important Dear Maintainer, xen-init-name is a Python script which parses output of the following command: xen create --quiet --dryrun --defconfig /etc/xen/test1.cfg But there is no 'config' key in JSON output of the command above. The following patch fixes this error. Please apply. Thank you very much, LH ---
2012 Apr 03
3
[PATCH] xl: Don't require a config file for cpupools
Since the key information can be fairly simply put on the command-line, there''s no need to require an actual config file. Also improve the help to cross-reference the xlcpupool.cfg manpage. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> diff -r 30cc13e25e01 -r 0fb728d56bae docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Tue Apr 03 19:02:19 2012 +0100 +++ b/docs/man/xl.pod.1
2001 Dec 11
1
permissions in dryrun mode
I was glad to see a new version of rsync because I though that it was kind of dead. :-) Anyway, I just checked and noticed that the following isn't fixed yet, or is considered a feature. When run in dry-run mode, rsync doesnt report diffs in permissions and ownership. IMHO this is not the expected and wanted behaviour, I want to see exactly what it would do without the '-n'. I have
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On 01.04.20 14:56, Christian Borntraeger wrote: > > On 01.04.20 14:50, Jason Wang wrote: >> >> On 2020/4/1 ??7:21, Christian Borntraeger wrote: >>> On 26.03.20 15:01, Jason Wang wrote: >>>> Currently, CONFIG_VHOST depends on CONFIG_VIRTUALIZATION. But vhost is >>>> not necessarily for VM since it's a generic userspace and kernel
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Wed, Apr 01, 2020 at 10:13:29PM +0800, Jason Wang wrote: > > On 2020/4/1 ??9:02, Christian Borntraeger wrote: > > > > On 01.04.20 14:56, Christian Borntraeger wrote: > > > On 01.04.20 14:50, Jason Wang wrote: > > > > On 2020/4/1 ??7:21, Christian Borntraeger wrote: > > > > > On 26.03.20 15:01, Jason Wang wrote: > > > > >
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
On Thu, Sep 1, 2016 at 5:30 PM, <centos-request at centos.org> wrote: > Send CentOS mailing list submissions to > centos at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.centos.org/mailman/listinfo/centos > or, via email, send a message with subject or body 'help' to > centos-request at
2005 May 02
1
[PATCH] config_xen0_tun.patch
QEMU needs CONFIG_TUN to enable networking. Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- 1.56/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 2005-04-13 15:38:59 -07:00 +++ edited/xen0_defconfig_x86_32 2005-05-02 13:18:14 -07:00 @@ -598,7 +598,7 @@ # CONFIG_DUMMY is not set # CONFIG_BONDING is not set #
2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
Hi. I found this issue with IA64 box while looking at the c/s of 18204:21dd1fdb73d8, but I believe the things is same with x86 box. I''m not sure whether this patch coexist with the old ioemu which is to be removed soon. So it might be desirable to apply this patch after deleting the internal ioemu tree. thanks, xm: Don''t spawn vncviewer twice. Without this patch, vncviewer
2013 Jun 30
18
Xen 4.2.2 /etc/init.d/xendomains save and restore of domains does not work
Hello, in the last days I switched from Xen 4.2.1 to Xen 4.2.2 (source from git repository tag 4.2.2) commit a125ec6a4a2f028f97f0bdd8946d347a36dbe76b Author: Jan Beulich <jbeulich@suse.com> Date: Tue Apr 23 18:42:55 2013 +0200 update Xen version to 4.2.2 My "base system" is a debian squeeze. For Xen I use the xl toolstack. Since updating to 4.2.2 the autosave and
2020 Apr 01
0
[PATCH V9 1/9] vhost: refine vhost and vringh kconfig
On Wed, Apr 01, 2020 at 10:13:29PM +0800, Jason Wang wrote: > > On 2020/4/1 ??9:02, Christian Borntraeger wrote: > > > > On 01.04.20 14:56, Christian Borntraeger wrote: > > > On 01.04.20 14:50, Jason Wang wrote: > > > > On 2020/4/1 ??7:21, Christian Borntraeger wrote: > > > > > On 26.03.20 15:01, Jason Wang wrote: > > > > >