search for: uncopy

Displaying 4 results from an estimated 4 matches for "uncopy".

Did you mean: funcopy
2010 Aug 25
7
A bug in Xenbus driver
Hi all, I think this is a serious bug, existing in the pvops 2.6.31.13 (also existing in linux 2.6.35); In the xenbus driver (drivers/xen/xenfs/xenbus.c), the function of xenbus_file_read has a section of source code like this: if (ret != sz) { if (i == 0) i = -EFAULT; goto out; } /* Clear
2002 Jun 25
1
rsync finishes but incomplete
Hello, I have a remote win2k machine and local NT4 machine running rsync over ssh, by way of cygwin. I have a cron script that grabs a directory from remote and puts it on local. It' very simple #!/bin/bash echo "-------------------------------------" >> /home/rsync/job.log echo "Running rsync job" >> /home/rsync/job.log gnudate >> /home/rsync/job.log
2007 Feb 20
2
Backing up ext3 root partition with dd
Is there a reason why an ext3 root partition cannot be copied to an alternate partition using the "dd" command? The dd is copying the mounted root partition into an alternate partition that is not mounted. The dd returns success, but the fsck on that partition fails with errors as follows: ----------------- fsck 1.37 (21-Mar-2005) /dev/Active_Update/root2: recovering journal
2010 Nov 11
10
[PATCH 0/3] Xen Microcode update driver for 2.6.38
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Hi all, This series adds a new microcode driver for Xen. The Xen hypervisor can deal with all the low-level details of doing a microcode update (Intel vs AMD, doing all the physical CPUs present on the system, current and future, etc), so all the driver has to do is make a hypercall to upload the microcode into Xen. This only