Displaying 20 results from an estimated 4000 matches similar to: "logical volumes alignment"
2018 Feb 02
1
Dovecot 2.3.0, Panic: file mailbox-attribute.c: line 362 (mailbox_attribute_get_stream): assertion failed: (value_r->value != NULL || value_r->value_stream != NULL)
Hi at all,
I have a RHEL7 server with Dovecot 2.3.0 (new installation). I've a
problem when trying to dsync from a Dovecot 2.2.24 server.
If I try to sync any user with a folder with ACL, dsycn crash with panic:
Source server:
dsync-local(USERNAME): Debug: sieve: file storage: sync: Synchronization
active
dovecot: dsync-local(USERNAME): Debug: acl vfile: reading file
2007 Aug 23
4
can rsync scan files only with mtime since T?
Hi
I have a file system that contains millions of small files. Since I
backup it everyday with rsync using slow WAN link, I think it will be
nice that if rsync can do this:
An option that let rsync only check with remote rsync daemon about local
files that has last modification time newer than one day ago (so is
modified since yesterday backup). This can greatly reduce the WAN
traffic.
Is this
2007 Dec 13
3
rsync 3.00pre6 segfault in add_dirs_to_tree
Hi All
I run rsync in an automated environment and it sometime will crash and
leave a core dump file. from core dump, gdb shows that
gdb) bt
#0 add_dirs_to_tree (parent_ndx=-1, from_flist=0x56c590, dir_cnt=1) at
flist.c:1422
#1 0x0000000000409eab in send_file_list (f=16, argc=-1, argv=0x56c238)
at flist.c:2068
#2 0x0000000000419052 in client_run (f_in=16, f_out=16, pid=-1, argc=1,
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
I have great luck running rsync from one linux system to another, or
from a windows system (with cwRsync) to a linux system.
But when I try to do an rsync backup from one directory on a Windows
system to another, it fails. The cwRsync says its version is 2.6.9.
Here's my Rsync command, boiled down to its simplest:
rsync -rlptgD -vvv --delete --delete-excluded --modify-window=2
2008 Mar 13
3
untransferred files
Hi All
Some time rsync just return error code 23 that some files are not
transferred. Is there a way to get a list of these files so we can retry
it later time?
For example, we scan the whole file system and N files are not
transferred. Instead of scan the whole file system later again, we can
use files-from which is much faster.
Thanks.
--
Ming Zhang
@#$%^ purging memory... (*!%
2007 Dec 14
2
what is the right exit code for some vanished files?
Hi
What should be the right exit code for vanished file in this scenario.
(1) Use inotify or other mechanism to check changed files and then
generate a file list.
(2) < file get deleted>
(3) run rsync with --files-from with the old list.
then send_file_list()->link_stat() will return errno 2 on some files and
then set exit code to 23.
but shall rsync return 24?
--
Ming Zhang
2008 Jan 04
2
Moved/Renamed Files
Hi,
It seems that rsync transfers files whose names was changed or which
were moved to another directory since the previous synchronization. I
think that ability not to transfer (large) files which are present on
another computer would be very helpful. Right before rsync is going to
transfer some large file it could check if there some other files with
the same size ( and maybe the same mtime
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys!
I'm doing a middle scale backup job using ccollect [0], which uses
rsyn, with about 50 servers, each about 1-10 GiB changes per day and have
some problems, that servers do not finish their backup completly:
[host1.backup] Read from remote host host1.backup: Connection reset by peer
[host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2008 Apr 29
2
writefd_unbuffered failed to write 4 bytes
Hi All.
On Mac OS10.4, using rsync 3.0, it stops during a transfer.
I mount an SMB share, and then use the line:
sudo rsync -avhi --delete --stats --timeout=360 --progress
--log-file=/Volumes/backup/20080429/rsynclog.txt --exclude="*:*"
/Volumes/RAID_One /Volumes/backup/20080429
There's a few terabytes of data, and it never finishes a complete run.
It can stop at anywhere during
2007 Nov 06
6
dom0 and domU differs after ntpdate
Hi all,
I''m experiencing problems with time: after I sync time both into dom0 and
dom1 with public ntp servers, times are not the same.
Do you have the same problem?
Thanks
Marco
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jun 25
1
reload nic modules after boot
Hi all, it''s happening a strange thing:
After I boot the xen dom0 network is unavailable: I have to unload the
network modules and load it again ( rmmod / modprobe) and execute a
service network restart)
This is strange, what do you suggest me to check?
Thanks
Marco Strullato
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Jun 22
2
huge number of files
Hi All
I would like to use rsync to synchronize two file system tree over WAN
periodically. The file system trees contain millions of small image
files. Base on our understanding, rsync try to generate file name list
before doing any operation, we easily run short of memory and have
impact on our normal file system activities.
I wonder if rsync can have an option that when it scan the file
2007 Nov 12
2
rsync as daemon doesnt use secrets file but sshd
Hi all!
I have a problem configuring rsync as daemon:
This is my rsync.conf:
log file = /var/log/rsync.log
list = yes
uid = nobody
gid = nobody
secrets file = /etc/rsyncd.secrets
[section]
comment = Great stuff from remote.acme.com
path = /home/repos
auth users = marco
hosts allow = *
hosts deny = *
This is my /etc/rsyncd.secrets
marco:marco
This is the secrets file permission:
[root@server
2007 Dec 17
4
Rsync 3.0.0pre7 released
I've just released rsync 3.0.0pre7, the latest pre-release version of
the upcoming 3.0.0 release.
This release contains fixed exclude checks for a "use chroot = no"
daemon that has excludes listed in the config file. This is a partial
fix for the 2nd advisory that was released recently. See the rsync
security web page for the updated details and a patch for 2.6.9:
2007 Dec 17
4
Rsync 3.0.0pre7 released
I've just released rsync 3.0.0pre7, the latest pre-release version of
the upcoming 3.0.0 release.
This release contains fixed exclude checks for a "use chroot = no"
daemon that has excludes listed in the config file. This is a partial
fix for the 2nd advisory that was released recently. See the rsync
security web page for the updated details and a patch for 2.6.9:
2007 May 09
3
preserve EA?
Hi all
When rsync replicate one file to remote side, will the extended
attributes be copied as well? Thanks,
Ming
2007 Dec 03
3
domU does not see the pci nic - pci passthrough
Hi all!
I want to assign a physical network card (e100) to a domU:
I think Dom0 is ok but domU does not recognize the pci nic.
into DomU I don''t know wath should I see: I have nothing in dmesg nor in
messages...
Into Dom0 I have
this modules.conf:
options pciback hide=(0000:03: 08.0)
install e100 /sbin/modprobe pciback; /sbin/modprobe --ignore-install e100
This is dmesg:
pciback
2011 Oct 07
0
LVM SR-backend, vm-clone - find out dependent logical volumes
Dear all,
for sake of speed I cloned some vms (using vm-clone instead of vm-copy).
I am also doing backups using snapshotting and I have some read-only
logical volumes left on the volume group. (I am using XCP 1.1 beta)
This would not be the problem since if there are no VDIs corresponding
to the logical volumes I think I can clean up and get more storage.
Yet I am not sure about cloned VMs
2008 Jun 29
1
Moving logical volumes
Hello,
exist there an standard way to move an logical volume from one volume
group to another one?
Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5766 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080629/226b89af/attachment-0001.bin>
2011 Aug 02
0
Cannot remove freshly created logical volumes
Hi,
I've got a strange situation where I cannot remove logical volumes even
right after they have been created:
[root at centos6 ~]# lvcreate -n c6minimal -L+5G vg_nexus
Logical volume "c6minimal" created
[root at centos6 ~]# lvremove /dev/vg_nexus/c6minimal
Can't remove open logical volume "c6minimal"
[root at centos6 ~]# vgck vg_nexus
[root at centos6 ~]#