Displaying 20 results from an estimated 700 matches similar to: "The patch write-devices.diff (rw-devices.diff) fix"
2011 Nov 28
1
rw-devices patch for rsyncing block devices
Hi,
I rebased rw-devices patch for rsync last weekend. Seems to me it works
"incrementally". Attached are
* six git commits, or
* one complete patch
on top of current development rsync branch (master branch commit
60ef39705797c9df7069297eb4ed5feab5e88f29).
bobek:/data/soft/rsync/rsync# dd if=/dev/urandom of=/dev/mapper/vg-pokus1
dd: writing to `/dev/mapper/vg-pokus1': No
2009 Jan 24
2
rsync with --copy-devices patch and device-target with --write-batch doesnt work
Hi List!
I want to use rsync to create differential backups of my lvm-snapshots.
fullbackup-filename: /mnt/sdc1/snapshotvergleich/rootbackup1.img
current snapshot: /dev/vg0/rootbackup
note: compiled-in --copy-devices-patch
root@xp8main3:/usr/local/src/rsync# ./rsync --version
rsync version 3.1.0dev protocol version 31.PR5
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and
2009 Aug 06
0
chan_mobile handle 92 log flood
Dear all,
Picked up some more BT usb adapters and got a flood of error messages as
follows:
hci_scodata_packet: *hci0 SCO packet for unknown connection handle 92*
Anyone has any idea how to deal with this?
Sasa Bobek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090806/75ae5774/attachment.htm
2009 Sep 09
3
DO NOT REPLY [Bug 6701] New: permission of attributes are not preserved
https://bugzilla.samba.org/show_bug.cgi?id=6701
Summary: permission of attributes are not preserved
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: cavalli at cilea.it
2013 Feb 03
1
rsync 3.0.9 compile --copy-devices --write-devices not working
Hi Folks,
i recently try to use rsync on devices. The goal is to sync two logical
volumes without copy the whole.
According to
http://gitweb.samba.org/?p=rsync-patches.git;a=tree
write-devices.diff
copy-devices.diff
should do the job.
I downloaded
https://rsync.samba.org/ftp/rsync/rsync-3.0.9.tar.gz
and tried to apply the two .diff from your gitweb
resulting in:
write-devices.diff:
2006 Aug 31
7
Core 2 Duo
Am considering a new laptop, and I wonder if anyone here can share their
Xen experiences with the newest Core 2 Duo CPUs, ref
http://www.intel.com/products/processor/core2duo/specifications.htm
The list at http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors
doesn''t include any Core 2 Duos. Does that mean that people have had
problems, or is the wiki just not up to date?
I gather
2023 Feb 21
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
Hi Eric,
Busy days, busy times. Sorry about the insane delays here.
On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote:
> Commit 9f30fedb improved the spec to allow non-payload requests that
> exceed any advertised maximum block size. Take this one step further
> by permitting the server to use NBD_EOVERFLOW as a hint to the client
> when a request is oversize (while
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
On Tue, Feb 21, 2023 at 05:21:37PM +0200, Wouter Verhelst wrote:
> Hi Eric,
>
> Busy days, busy times. Sorry about the insane delays here.
No problem; I've been tackling other things in the meantime too, so
this extension has taken far longer than I planned for more reasons
than just slow review time.
>
> On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote:
> >
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
Hi *,
it seems rsync with --fileflags isn't able to work on (already)
hardlinked and immutable ("schg") files on FreeBSD. The following
scripts will create a simple example for this behaviour:
--------------------------------------------------------------
#! /bin/sh
#
#
set -x
DIR="/var/tmp/rsync_$(date +%s)/"
mkdir "${DIR}/"
# Preparing dir_A
mkdir
2007 Apr 04
1
Problems with SATA DVD+-RW drive [SOLVED]
On the system I'm testing with the CD-Rom drive is IDE but the softlink
at /dev/cdrom points to the scsi device and that's not working with the
automounter for some reason. Each time I reinstall I have to delete the
soft link and recreate it pointing at /dev/hda instead.
> -----Original Message-----
> From: centos-bounces at centos.org
> [mailto:centos-bounces at centos.org]
2007 Jan 24
0
How to configure CD-RW in CentOS for cd burning using cdrecord
Dear all,
I am using CentOS 4.4 Version Now.I want to Burn multi session CD using
commands "mkisofs" and "cdrecord" on command prompt.
I don't know how to configure the cdwriter(Samsung)?
I am able to find the device using "cdrecord -scanbus" but when I want to
get next track of already written cd using "cdrecord -dev=X.X.X -msinfo",
system displays
2002 Jun 27
2
shared storage: rw on one node and ro on second node
Hi list,
I recently came up with the need for the storage, shared between two
nodes; one would do all the r/w to it and the other would mount it r/o
and serve it to the client boxen.
I want to use ext3 in this setup, since i trust it the most. My question
is: is this possible? How would the r/o node handle the metadata updates
that the r/w node would be doing? If there is some fundamental
2002 Feb 09
0
Feature-beg: remounting from ro to rw allows changing data=x
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I was a thread on the list archive from a few months ago, about a user
who had added 'data=journal' in /etc/fstab. The system stopped working
properly because the device couldn't be remounted rw after fsck ran -
because ext3 wouldn't allow changing the journalling options on remount.
I can understand that changing data=x in general
2001 Nov 03
2
partition not found when remounting in RW mode
Hi,
I installed RH 7.2 with the original kernel and decided to use ext3 as
the fs.
All partitions are now ext3.
This is working fine as long as I'm using the original kernels.
Now I wanted to compile my own kernel (2.4.13), but there seems to be a
problem.
When it it tries to remount my root partition / in RW, I get an error
message that the partition cannot be found.
When I reboot using the
2009 May 29
3
Wine Fails to recognize DVD RW Drive
Greetings, thank you in advance for the help. I'm currently running the Jaunty Ubuntu release with Wine 1.1.22. P4, 1 DVD Drive, one DVD R/W drive, 1.5 GB Ram, 20 GB Ubuntu partition, 46 gb Windows 7 partition. After difficulties with getting Wine to find my DVD R/W drive, i added the drive manually through /media/cdrom01. However, now IMGBurn, which I am trying to use, recognizes my computer
2011 Nov 21
0
Issue XCP 1.1: Shared LVM SR - unavailable host leaves VDI attached RW (xe vdi-introduce not available)
Dear list,
We observed the following issue in conjunction w/ XCP 1.1 which is a
_severe_ problem.
Our environment:
- Two XCP 1.1 hosts in the same resource pool
- Shared LVM based storage repository based on DRBD
- VMs running on both systems stored on the shared SR
If suddenly one host dies unexpectedly (e.g. hardware defect, power
issue) the metadata still assumes the VMs that were running on
2013 Apr 24
1
casper-rw and PXE
Hallo, syslinux,
I'm working with an USB stick and an *.iso image.
On an USB stick I can use "casper-rw" and "home-rw" for persistent
directories/files. Under PXE I haven't yet found a similar option.
Is that a syslinux-/pxelinux problem, or is that a "casper" problem?
Example:
USB stick, part of "isolinux.cfg":
label desinfect
menu label
2002 Oct 25
0
acesso remoto a um cd-rw
Ol? pessoal,
estou tentando gravar remotamente um cd em uma unidade que est? em uma m?quina com W2000. Tenho o samba instalado e consigo visualizar o compartilhamento da unidade no cd-rw. Alguem pode me ajudar ?
Obrigado,
Paulo.
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Mar 21
2
Direct DVD-RW access possible?
Hi,
I found that my DVD-RW supports LabelFlash/DiskT@2
and after killing the SCSI command filter in the kernel
I was able to successfully burn labels on some DVD-Rs
with Nero 7 Premium as well as Yamaha's LabelFlash
Index Maker from VMWare.
Is it possible to access the DVD-RW directly from Wine
so I don't have to use VMWare for this task?
BTW, LabelFlash Index Maker happily runs with
2012 Oct 03
0
CEBA-2012:1320 CentOS 6 dvd+rw-tools FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1320
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1320.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
68f0f297d208a999d5bbb909c95f288dc925f5bd54f7015125ef356448ac9115 dvd+rw-tools-7.1-6.el6.i686.rpm
x86_64: