Displaying 20 results from an estimated 7000 matches similar to: "[PATCH] Fix vnc-dryrun option interaction"
2005 Jun 21
0
[PATCH] novnc-dryrun.patch
Don''t start VNC on a dry run.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/tools/python/xen/xm/create.py Tue Jun 21 19:12:48 2005
+++ b/tools/python/xen/xm/create.py Tue Jun 21 13:50:09 2005
@@ -618,6 +618,7 @@
config = opts.vals.config
else:
opts.load_defconfig()
+ opts.vals.vnc = not opts.vals.dryrun
preprocess(opts, opts.vals)
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
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
2005 Aug 08
4
[PATCH] Fix TypeError when starting VMX domains
The attached patch fixes this traceback:
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 510, in construct
self.construct_image()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 574, in
construct_image
self.store_channel)
File "/usr/lib/python/xen/xend/xenstore/xsobj.py", line 310, in
2013 Jan 18
3
longitudinal study
Hello R user,
I have a data set from a longitudinal study ( sample below) where
subjects are followed over time. Second column (status) contains info
about if subject is dead or still in the study and third column is
time measured in the week. Here is what I need: if status is not dead
or unknown take the last week, if status is dead or unknown I need to
have corresponding week.
Desired resulst:
2003 Jul 17
7
Help Needed
Hi Everybody,
I am new to Asterisk. Can anybody suggest me some link where I can find
architecture level detail of this system. My aim is to find out how easy it
is to port it on a new hardware (T1/E1 and POTS)?
Any input is highly appreciated.
Regards
Arun
2012 Nov 05
2
Invoking rsync from a script with null parameters
I'm working on a bash backup script using rsync.
(kubuntu precise 12.04, rsync 3.0.9-1ubuntu1)
To avoid having a number of slightly different rsync commands, I would
like to use shell variables as part of the rsync command. I.e.:
DRYRUN="-n"
rsync "${DRYRUN}" more parameters ...
This does not work if DRYRUN="" - apparently because this command becomes
rsync
2005 May 11
4
Should shadow_lock be spin_lock_recursive?
During our testing, we found this code path where xen attempts to grab
the shadow_lock, while holding it - leading to a deadlock.
>> free_dom_mem->
>> shadow_sync_and_drop_references->
>> shadow_lock -> ..................... first lock
>> shadow_remove_all_access->
>> remove_all_access_in_page->
>> put_page->
>>
2012 Jul 24
2
virsh iface-list error
Hello
Facing below error while trying to access the iface-list.
# virsh iface-list
*error: Failed to list active interfaces
error: this function is not supported by the connection driver:
virConnectNumOfInterfaces*
root at kvm-1:/usr/local/src/libvirt# virsh list
Id Name State
----------------------------------------------------
1 vm1
2005 May 05
7
Fix for ''acpi=off''
I''ve checked in a patch that will hopefully fix ''acpi=off'' and
''acpi=ht'' modes for domain0. It''s been tested on just one machine so
far, so it''d be good to get some wider feedback. :-)
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Sep 05
2
[PATCH][1/6] add a hypercall number for virtual device in unmodified guest
add a hypercall number for virtual device in unmodified guest
There are 6 patches for para-driver support in vmx guest. This is the
first one.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
diff -r 287d36b46fa3 xen/arch/x86/x86_32/entry.S
--- a/xen/arch/x86/x86_32/entry.S Tue Aug 30 20:36:49 2005
+++
2012 Oct 24
4
Z score
Hi,
I need to find the z-score of the data present in a speardsheet. The values
needs to be calculated for each gene across the samples (refer the
example). And, it should be a simple thing, but I am unable to do it right
now !
The example re the structure of the spreadsheet is -
# Example:
MyFile <- read.csv( text=
"Names,'Sample_1','Sample_2','Sample_3'
2004 Aug 05
4
newest up2date rpm
i updated to the latest up2date rpm....
then when updating to the latest kernel
this is what happened after i ran up2date -fu
for the kernel/kernel-source updates
Testing package set / solving RPM inter-dependencies...
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1174, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 772, in main
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
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
#
2007 Oct 19
1
XEN : Getting Error: (22, ''Invalid argument'') on starting guest domain.
Hello All.
Below is the error i am getting while starting the guest domain.Not sure
whats the issue. The only thing i know is , it may be becuase of kernel
mistamath with 32bit PAE or NON-PAE support. But this is not the case with
me since i am using 64bit processor and downloaded the proper tar ball from
xensource website. I have given the link below also.
[root@arpc2 ~]# xm create -c
2015 Sep 18
0
Official openvswitch package for CentOS7
On Fri, Sep 18, 2015 at 4:36 PM, George Dunlap <dunlapg at umich.edu> wrote:
> On Fri, Sep 18, 2015 at 7:38 AM, Sandro Bonazzola <sbonazzo at redhat.com>
> wrote:
> >
> >
> > On Thu, Sep 17, 2015 at 6:15 PM, C. L. Martinez <carlopmart at gmail.com>
> > wrote:
> >>
> >> On Thu, Sep 17, 2015 at 6:06 PM, George Dunlap <dunlapg at
2010 Mar 06
3
r code to generate interaction columns
Hi,
is there a way to take a dataset and extract numeric columns and create interaction columns from it automatically?
For e.g. there are 5 columns of data: A,B,C,D,E.
CDE are numeric.
Can someone provide code to automatically create more columns such as:
1) C*D, C*E, C*D*E, (C+E)/(D+.01 (to avoid divide by zero), (D+E)/(C+.01 (to avoid divide by zero), (C+D)/(E+.01 (to avoid
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
2015 Aug 31
2
[PATCH 1/2] mllib: add and use set_standard_options
Introduce a new common helper to add the common options for libguestfs
tools (short/long options, version, verbose, trace), and sort them.
All the OCaml-based tools had these options already, so there are no
functional changes in the interface they provide.
The only difference is that now the options are always sorted, while
some tools didn't had them like that previously: because of this, a