Displaying 20 results from an estimated 410 matches for "uptodateness".
2003 Jul 01
2
file sizes different even after successful rsync
Is it even remotely possible that after a successful rsync, the file sizes on both ends are different ???
We use rsync extensively to distribute our builds across all our development sites. Here is how our rsync process works
1. SiteA creates a build #1
2. SiteB rsync's build #1
3. SiteA creates a build #2
4. SiteB rsync's build #2 using contents of build #01 (i.e. we rsync build #02
2015 May 18
0
Two questions
Hello, Rsync.
rsync version 3.0.9 protocol version 30:
1) Why test.log changes not only on the parameter --log-file-format and the parameter --out-format?
rsync -a --delete -vv --log-file-format="%i|%o|%B|%U|%G|%M|%f" --log-file=/home/test.log /home/124/ /home/1/
2015/05/18 12:40:43 [21148] building file list
2015/05/18 12:40:43 [21148] delta-transmission disabled for local
2012 May 21
1
libguestfs on Debian 6 squeeze problems
I'm trying to install libguestfs on Debian squeeze installed from
http://people.debian.org/~bengen/libguestfs/
It does not work. Here are the details:
I was able to install libguestfs-tools and its dependencies. However,
aptitude removed the following two packages: qemu and qemu-system. I'm
not sure if it's okay or not. If I try to install those packages back, I
get the
2008 Dec 22
2
batch mode hangs if dest is uptodate
I have been using batch mode successfully. I try this using cygwin on a
PC with 3.0.4 version of rsync. The two PackageOlder dirs are identical
cygwin> diff -r /home/bill/tmp/PackageB /home/bill/PackageB
cygwin> rsync -vv --only-write-batch=/Temp/changeAtoB.rsync -rptO -L
--delete-delay devserver::RT/PackageB/ /home/bill/tmp/PackageA
opening tcp connection to devserver port 873
sending
2005 Jun 09
0
[Bug 2781] New: rsync linked files not listed as uptodate
https://bugzilla.samba.org/show_bug.cgi?id=2781
Summary: rsync linked files not listed as uptodate
Product: rsync
Version: 2.6.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: idallen@idallen.ca
2004 Aug 18
0
[Bug 1618] New: rsync transfer messages
https://bugzilla.samba.org/show_bug.cgi?id=1618
Summary: rsync transfer messages
Product: rsync
Version: 2.6.2
Platform: PA-RISC
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: tregan@t-systemsus.com
QAContact:
2004 Apr 01
2
Problems with Rsync
Sorry if this problem has been covered previously.
I'm having a problem with Rsync. I have created a script to put in cron
but that is besides the point.
Here is the script that i'm using.
#!/bin/sh
HOST=`/bin/hostname`
2012 Oct 01
7
Passing http_proxy_host option
Hi,
I''ve been trying to pass the http_proxy_host option to puppet but it''s not
taking.
I have tried the following:
sudo puppet apply --debug --verbose --http_proxy_host
http://user:pass@fqdn.com.au --modulepath ''/tmp/vagrant-puppet/modules-0''
/tmp/vagrant-puppet/manifests/default.pp
sudo puppet apply --debug --verbose
2003 Nov 01
1
an --exclude-from question
It's probalby a common question, and I've read the man pages and such, but
I need a little bit more help getting this specific task to work right.
Basically, I want to mirror home directory structures, and only two files
within each home directory, to other machines from a central server. Those
files are ~/.spamassassin/user_prefs and ~/.procmailrc. Other files should
not be transfered,
2016 Jan 21
4
segfaults with Dovecot 2.2.21
We're running Dovecot 2.2.21 from Stephan Bosch's build service on
Dovecot 7.x. Everything's up2date.
# 2.2.devel (7ab22fc): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.11 (71e908a)
# OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.9
root at mailimap01:/etc/dovecot/conf.d # apt-show-versions | grep dovecot
debian-dovecot-auto-keyring/oldstable-auto uptodate 2010.01.30
2011 Sep 18
3
UpToDate Portable
I have Wine 1.3.10 and I am using Meego 1.2.
I cannot open UpToDate.exe. I execute the program, but it doesn't open.
It's working fine on windows xp.
I also have java installed in linux. It's a prerequisite (as far as I know) for UpToDate.
Can anybody help me with it?
The Portable consists of an .exe and a .dat.
Thanks in advance!
Andreea.
2009 Mar 05
1
[PATCH] OCFS2: Pagecache usage optimization on OCFS2
Hi.
I introduced "is_partially_uptodate" aops for OCFS2.
A page can have multiple buffers and even if a page is not uptodate, some buffers
can be uptodate on pagesize != blocksize environment.
This aops checks that all buffers which correspond to a part of a file
that we want to read are uptodate. If so, we do not have to issue actual
read IO to HDD even if a page is not uptodate
2017 Nov 23
0
installing "rgl" package
On 23/11/2017 6:05 PM, Santosh wrote:
> Hi Rxperts,
> I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
> your assistance .. I tried several leads available on various discussion
> fora and nothing helped so far.
Your message is really hard to follow, since you posted in HTML. You
need the OpenGL development packages. On Ubuntu, that probably means
2010 Jul 26
1
Problem upgrading to 2.11
Hello,
I am trying to upgrade to 2.11 from 2.10 in the hopes of gaining
TCL/TK capabilities (let's pretend for the moment that this should
work). I've added "deb http://cran.stat.ucla.edu/bin/linux/ubuntu
lucid/" to /etc/apt/sources.list as described in the guide and have
run
apt-get update
apt-get install r-base r-base-dev
Things seem to work. When I look at the installed
2008 Jul 04
2
rsync --delete isn't deleting files
I had this working on an older version, since 2.6.9 that when I set
--delete and --dry-run, I get no "Deleting ******" lines. Also, the
--delete-before never worked for me.
Working on a space constrained mirror, this has proven very handy,
when it works. What's up with the new versions? I haven't changed a
thing.
Best regards,
Tiago Marques
2004 Mar 18
0
mark_buffer_dirty() reports buffer_head is not uptodate in JBDroutine journal_create() in kernel 2.6.
Hi Stephen,
I found a bug in JBD routine journal_create() in kernel 2.6, when I debug
the OCFS v2 driver. mark_buffer_dirty() reports buffer_head is not
uptodate. See following bug description.
-------------------------------------------------------
OS: Linux Kernel 2.6.1
Plarform: IA32
Steps:
1. Build the ocfs v2 driver under kernel 2.6.
2. insert ocfs2.ko into kernel 2.6.
3. mkfs.ocfs2 -F
2008 Mar 02
1
Wrong uptodate
Dear list,
I am syncing files with rsync .... surprise surprise ...
Rsync claims files to be uptudate, but they are not ...
>From the log:
export/opt/bup/status/1 is uptodate
export/opt/bup/status/2 is uptodate
.
.
Source directory (locally on server):
-rw-r--r-- 1 root root 28 2008-03-01 22:44 1
-rw-r--r-- 1 root root 28 2008-03-01 22:37 2
.
.
Destination directory (nfs share):
2005 Apr 07
1
pam problems
Hi,
i'm quite new to dovecot.
i built it from the stable-1.0 sources.
i have the following error messages in syslog when trying to launch dovecot:
dovecot: Dovecot v1.0-stable starting up
dovecot: auth(default): Unknown passdb type 'pam'
dovecot: Auth process died too early - shutting down
dovecot: child 373 (auth) returned error 89
i googled a bit, and found some posts
2007 May 09
3
[patch 8/9] lguest: the block driver
From: Rusty Russell <rusty@rustcorp.com.au>
Lguest block driver
A simple block driver for lguest.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@suse.de>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/block/Makefile | 1
drivers/block/lguest_blk.c | 271
2007 May 09
3
[patch 8/9] lguest: the block driver
From: Rusty Russell <rusty@rustcorp.com.au>
Lguest block driver
A simple block driver for lguest.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@suse.de>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/block/Makefile | 1
drivers/block/lguest_blk.c | 271