search for: sycned

Displaying 9 results from an estimated 9 matches for "sycned".

Did you mean: signed
2012 Oct 05
1
dropbox
Message: 3 Date: Thu, 4 Oct 2012 12:55:46 -0400 From: m.roth at 5-cent.us Subject: Re: [CentOS] About dropbox To: "CentOS mailing list" <centos at centos.org> Message-ID: <607ac5fc98b9b8090a2b39fabba2241a.squirrel at mail.5-cent.us> Content-Type: text/plain;charset=utf-8 Andrei Rolando Le?n Salas wrote: > Hello, i use dropbox to have a back up in my computer. Theres a way
2020 Aug 17
1
MDBOX DSYNC error: Broken physical size in mailbox
Hi All, I currently have a small Dovecot server (Server A) and I've installed a second dovecot mailbox server (server B) and am trying to sync mailboxes from Server A to Server B. Both servers sit behind two dovecot directors on separate hosts and have identical config files (doveconf -n output below). Mailboxes on Server A are on an NFS mount. Server A has been working fine with no
2008 May 19
1
geom_raid5 + FreeBSD 7.0-STABLE + 5x500Gb (1.8T UFS volume) -- crashes :(
Hello, Arne. I try to build storage server for my home (I have a LOT of media files) with FreeBSD 7, 5xHDD (WD 500Gb) and geom_raid5 ("simple" version from perforce, beacuse http://home.tiscali.de/cmdr_faako/geom_raid5.tbz is not patched for FreeBSD7). Array & FS were created with default arguments: # graid5 label storage ad6 ad8 ad10 ad12 ad14 # newfs -O2 -U /dev/raid5/storage
2009 Jun 19
1
www.centos.org/docs/ content
hi, Upstream docs and manuals, edited to whats required by theur AUP / License requirements have been hosted at http://www.centos.org/docs/ for a long time. What its now missing is someone who would take responsibility for those docs and ensure they are maintained / updated and kept in sycn with reality ( and always confirming with the upstream requirements for these docs ). One thing that
2004 Aug 18
0
kenel panic tc+netfilter+kernel
Dear all, My os: Redhat 9 with 2.4.20 shipped kernel with redhat. I have even changed my hardware and tried but same error. I have changed the kernel to 2.4.21 then also i m getting this error. when i am starting my bandwidth script i m getting below errors. then my machine gets unusable. This is surely something related with tc /iptables and kernel but i cant sort out what is the problem. Can
2014 Oct 23
0
[Bug 10893] New: Allow option to sync symlinks last (or delayed)
...en assume we have an updated hierarchy on the sender side: /foo -> foo_2.0 /foo_1.0 /foo_2.0 When rsync updates the receiver side with the new foo_2.0, it first does the symlink (pointing foo to foo_2.0) but the contents of foo_2.0 have not been synced yet. During this time frame (when link is sycned, but content is not) the symlink points to a non-existent directory. If a program on the receiver side should reference foo during the rsync, it will fail. The option --delay-updates does not fix this behavior, and is the closest option available to obtaining this 'atomic' like behavior....
2023 May 08
6
[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
Formerly, ifcvf driver has implemented a lazy-initialization mechanism for the virtqueues and other config space contents, it would store all configurations that passed down from the userspace, then load them to the device config space upon DRIVER_OK. This can not serve live migration, so this series implement an immediate initialization mechanism, which means rather than the former store-load
2008 Jun 11
11
rspec and rspec-rails install hell
I am attending a training course covering rspec. I am using a MS WinXPpro SP3 machine. I have installed the cygwin environment. I am using git 1.5.4. I am using ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] and rails 2.0.2 (albeit rails 2.1.0 is installed as well) I had to install rspec-rails and rspec via git and as a gem. Problem 1. If one goes to the rspec.info website and links
2008 Nov 09
7
How to delete files older than X on backup during sync?
Hi list, I have been reading MAN pages and listarchives, but not found the answer to my question though I am sure it must be possible to acheive my wish. I wish to use rsync to create a backup BUT only keep the files for a limited period of time, EG two weeks. I have not yet been able to figure out how to do this inside rsync (while the backup is being performed) and my understanding of the