Displaying 20 results from an estimated 209 matches for "chk".
Did you mean:
ch
2016 Apr 21
5
[Bug 11866] New: rsync fails (failed to re-stat) when using double fuzzy + link-dest on renamed files
https://bugzilla.samba.org/show_bug.cgi?id=11866
Bug ID: 11866
Summary: rsync fails (failed to re-stat) when using double
fuzzy + link-dest on renamed files
Product: rsync
Version: 3.1.1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component:
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
...ecompile CentOS stock kernel, and after making my choices
(make menuconfig), i run "make" and imediatly get this error (after my
signature).
Yes, i have the kernel source installed :P
Any help would be apreciated.
Warm regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
CHK include/asm-i386/asm_offsets.h
/bin/sh: arch/i386/kernel/asm-offsets.s: No such file or directory
UPD include/asm-i386/asm_offsets.h
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp': No...
2008 May 06
3
DO NOT REPLY [Bug 5440] New: 'relative' test fails on SunOs 5.8
...un4u sparc SUNW,Netra-T12 Solaris
----- relative log follows
Testing for symlinks using 'test -h'
makepath /src/rsync-3.0.2/testtmp/relative/from/down/3/deep
makepath /src/rsync-3.0.2/testtmp/relative/from/extra/down/3/deep
makepath /src/rsync-3.0.2/testtmp/relative/chk
sending incremental file list
down/
down/3/deep/
sent 269 bytes received 30 bytes 598.00 bytes/sec
total size is 0 speedup is 0.00
.d..t...... ./
cd+++++++++ down/
cd+++++++++ down/3/
cd+++++++++ down/3/deep/
>f+++++++++ down/3/deep/empty
>f+++++++++ down/3/deep/filelist
>f+++++++++ do...
2014 Jun 27
3
[Bug 10677] New: external zlib broken after update to 3.1.1 on FreeBSD
...ession test begins here ---
# 3.1.1
root at wiggles:/tmp/test # rm dst/*; rsync -z -avP src/. dst/
This rsync lacks old-style --compress due to its external zlib. Try -zz.
Continuing without compression.
sending incremental file list
./
file1
104,857,600 100% 316.36MB/s 0:00:00 (xfr#1, to-chk=2/4)
file2
104,857,600 100% 154.32MB/s 0:00:00 (xfr#2, to-chk=1/4)
file3
104,857,600 100% 107.64MB/s 0:00:00 (xfr#3, to-chk=0/4)
sent 314,649,797 bytes received 76 bytes 209,766,582.00 bytes/sec
total size is 314,572,800 speedup is 1.00
root at wiggles:/tmp/test # rm dst/*; rsy...
2007 Nov 02
4
help with script
...ading the contents of the check file into mail.
Any suggestions or help would be much appreciated.
#!/bin/bash
cd /bak
md5sum -b `date '+%m-%d-%y'`.tgz > `date '+%m-%d-%y'`.ver
diff -s `date '+%m-%d-%y'`.md5 `date '+%m-%d-%y'`.ver > `date '+%m-%d-%y'`.chk
#outfile=`date '+%m-%d-%y'`.chk #setup name of file to read into mail
mail -s 'file verify' me at mymailaddr.com <<MAIL_IN
~r `date '+%m-%d-%y'`.chk
.
MAIL_IN
exit
entering the same mail commands from a command prompt works.
Mark
2018 Nov 07
4
Avoiding constant HDD access
...$ backup-nfs.sh
sending incremental file list
sending incremental file list
sending incremental file list
sending incremental file list
deleting samba/lock/msg.lock/1041903
deleting samba/private/msg.sock/1041903
samba/lock/gencache_notrans.tdb
454,656 100% 402.34MB/s 0:00:00 (xfr#1, to-chk=36/77)
samba/lock/locking.tdb
491,520 100% 234.38MB/s 0:00:00 (xfr#2, to-chk=34/77)
samba/lock/printer_list.tdb
20,480 100% 4.88MB/s 0:00:00 (xfr#3, to-chk=32/77)
samba/lock/serverid.tdb
16,384 100% 3.91MB/s 0:00:00 (xfr#4, to-chk=31/77)
samba/lock/smbXsrv_...
2015 Jul 04
0
[Bug 11378] Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
...utput stream, so you get result like this:
custom.iso
^M 32,768 0% 0.00kB/s 0:00:00 ^M 264,765,440 29%
252.47MB/s 0:00:02 ^M 508,592,128 57% 242.62MB/s 0:00:01 ^M
778,338,304 87% 247.58MB/s 0:00:00 ^M 890,107,904 100% 250.03MB/s
0:00:03 (xfr#1, to-chk=0/1)
Which doesn't mesh nicely with build tools, or simple stuff like:
rsync ..... | logger -t nightly-sync
Which results in a mess like:
...
Jul 4 12:52:59 skyhawk rsync-test: sending incremental file list
Jul 4 12:52:59 skyhawk rsync-test: custom.iso
Jul 4 12:53:01 skyhawk CROND[13...
2017 Jul 28
0
[Bug 12940] New: rsync: -C/--cvs-exclude does not ignore SCM ignore files (patch)
...nored (as they are practically useless without the other SCM files,
e.g., for a tarball release).
Before:
austin at austin2:~/src/rsync$ rsync -CavPz /home/austin/src/foobar $(mktemp -d)
sending incremental file list
foobar/
foobar/.gitignore
6 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=3/5)
foobar/README.md
63 100% 61.52kB/s 0:00:00 (xfr#2, to-chk=2/5)
foobar/setup-flash-drive.sh
8,119 100% 7.74MB/s 0:00:00 (xfr#3, to-chk=1/5)
foobar/setup-kit.sh
613 100% 598.63kB/s 0:00:00 (xfr#4, to-chk=0/5)
sent 3,849 bytes received 96 bytes...
2018 Nov 07
2
Avoiding constant HDD access
...r/lib/samba
------------------------------------------
[root at nfs:~]$ backup-nfs.sh
sending incremental file list
sending incremental file list
sending incremental file list
sending incremental file list
samba/lock/smbXsrv_session_global.tdb
40,960 100% 7.81MB/s 0:00:00 (xfr#1, to-chk=30/79)
samba/lock/smbXsrv_tcon_global.tdb
24,576 100% 23.44MB/s 0:00:00 (xfr#2, to-chk=29/79)
samba/lock/msg.lock/
samba/lock/msg.lock/1041903
20 100% 19.53kB/s 0:00:00 (xfr#3, to-chk=25/79)
samba/private/msg.sock/
samba/private/msg.sock/1041903
sending incremental f...
2012 Nov 27
3
Xen Cold Migration doesn't work
...0 3317 4 r-----
491.0
ubuntu 5 256 1 -b----
1.6
So I want to do a Cold migration. I have to save the chekpoint, as said at
http://wiki.prgmr.com/mediawiki/index.php/Chapter_9:_Xen_Migration
# xm save ubuntu ubuntu.chk
# scp ubuntu.cfg cloud3:/etc/xen/
And at the secundary node I have to restore:
# xm restore ubuntu.chk
# xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 3310 4 r-----
136.3
ubuntu...
2011 Aug 02
3
Inverse of FAQ 7.31.
...oes R think these numbers ***are*** equal?
In a somewhat bizarre set of circumstances I calculated
x0 <- 0.03580067
x1 <- 0.03474075
y0 <- 0.4918823
y1 <- 0.4474461
dx <- x1 - x0
dy <- y1 - y0
xx <- (x0 + x1)/2
yy <- (y0 + y1)/2
chk <- yy*dx - xx*dy + x0*dy - y0*dx
If you think about it ***very*** carefully ( :-) ) you'll see that
``chk'' ought to be zero.
Blow me down, R gets 0. Exactly. To as many significant digits/decimal
places
as I can get it to print out.
But .... I wrote a wee function in C to do...
2005 Sep 30
1
drivers/xen/xenbus/xenbus_probe.c:610: undefined reference to `xb_suspend_comms''
...ellor@ewan
date: Fri Sep 30 08:59:28 2005 +0100
summary: Change rebooting specification so that we can have domains
crash and stay
make dist failed with above changset on FC4.
make[3]: Entering directory
`/media/sdb2/usr/src/redhat/SOURCES/xen-unstable.hg/linux-2.6.12-xen0''
CHK include/linux/version.h
make[4]: `arch/i386/kernel/asm-offsets.s'' is up to date.
CHK include/asm-xen/asm_offsets.h
CHK include/asm-i386/asm_offsets.h
CHK include/linux/compile.h
CHK usr/initramfs_list
CC drivers/xen/xenbus/xenbus_probe.o
drivers/xen/xenbu...
2008 Sep 03
1
DO NOT REPLY [Bug 5732] New: xattrs.test calls wrong rsync
...t | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test
index 86758fa..8b40eec 100644
--- a/testsuite/xattrs.test
+++ b/testsuite/xattrs.test
@@ -116,10 +116,10 @@ fi
cd "$fromdir"
rm -rf "$todir" "$chkdir"
-rsync -aX file1 file2
-rsync -aX file1 file2 ../chk/
-rsync -aX --del ../chk/ .
-rsync -aX file1 ../lnk/
+$RSYNC -aX file1 file2
+$RSYNC -aX file1 file2 ../chk/
+$RSYNC -aX --del ../chk/ .
+$RSYNC -aX file1 ../lnk/
xls file1 file2 >"$scratchdir/xattrs.txt"
@@ -132,7 +132,...
2008 Oct 22
1
[PATCH] Make progress output show "done" instead of "to-chk".
...ertions(+), 2 deletions(-)
diff --git a/progress.c b/progress.c
index 25be374..7309a5d 100644
--- a/progress.c
+++ b/progress.c
@@ -72,9 +72,9 @@ static void rprint_progress(OFF_T ofs, OFF_T size, struct timeval *now,
if (is_last) {
int len = snprintf(eol, sizeof eol,
- " (xfr#%d, to-chk=%d/%d)\n",
+ " (xfr#%d, done=%d/%d)\n",
stats.xferred_files,
- stats.num_files - current_file_index - 1,
+ current_file_index,
stats.num_files);
if (INFO_GTE(PROGRESS, 2)) {
static int last_len = 0;
--
1.6.0.2.593.g91df
2008 Jun 29
3
Preventing corruption if filesystem is modified between ''save'' and ''restore''
Is there currently a way of preventing filesystem corruption if the
following sequence of events occurs:
1. ''xm save domain domain.chk''
2. ''xm create domain''
3. ''xm shutdown domain''
4. ''xm restore domain.chk''
?
If not, I''m thinking of trying to implement into the windows gplpv
xenvbd driver something along the lines of writing a magic hash of the
date, time,...
2019 Nov 03
4
Recent inability to view long filenames stored with scp via samba mount
...85.29
sending incremental file list
Alfred Brendel/
Alfred Brendel/Beethoven Piano Sonatas Vol I/
Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": I. Allegro.mp3
12,279,216 100% 13.53MB/s 0:00:00 (xfr#1, ir-chk=1025/1221)
Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 02 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": II. Scherzo.mp3
2,795,290 100% 2.43MB/s 0:00:01 (xfr#2, ir-chk=1024/1221)
Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 03 - Piano Sonat...
2017 Oct 06
2
rsync does hours of "fake-work" after failure
...'t find something similar in bugzilla
or the mailinglist archives.
cu,
Frank
galois [15:42] test 4940) ~/tmp/rsync-HEAD-20170123-0003GMT/rsync -avP . /media/disk/test/
sending incremental file list
created directory /media/disk/test
./
a
0 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=6/8)
test1.dd
4,533,766,144 100% 110.55MB/s 0:00:39 (xfr#2, to-chk=5/8)
u
0 100% 0.00kB/s 0:00:00 (xfr#3, to-chk=4/8)
v
0 100% 0.00kB/s 0:00:00 (xfr#4, to-chk=3/8)
w
0 100% 0.00kB/s 0:00:00 (xfr#5, to-chk=2/8)
x
0 100%...
2019 Nov 04
0
Recent inability to view long filenames stored with scp via samba mount
...mental file list
> Alfred Brendel/
> Alfred Brendel/Beethoven Piano Sonatas Vol I/
> Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": I. Allegro.mp3
> 12,279,216 100% 13.53MB/s 0:00:00 (xfr#1, ir-chk=1025/1221)
> Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 02 - Piano Sonata No. 29 in B-flat major, op. 106 "Hammerklavier": II. Scherzo.mp3
> 2,795,290 100% 2.43MB/s 0:00:01 (xfr#2, ir-chk=1024/1221)
> Alfred Brendel/Beethoven Piano Sonatas Vol I/Disc 1 - 03...
2018 Nov 07
0
Avoiding constant HDD access
...file list
> sending incremental file list
> sending incremental file list
> sending incremental file list
> deleting samba/lock/msg.lock/1041903
> deleting samba/private/msg.sock/1041903
> samba/lock/gencache_notrans.tdb
> 454,656 100% 402.34MB/s 0:00:00 (xfr#1, to-chk=36/77)
> samba/lock/locking.tdb
> 491,520 100% 234.38MB/s 0:00:00 (xfr#2, to-chk=34/77)
> samba/lock/printer_list.tdb
> 20,480 100% 4.88MB/s 0:00:00 (xfr#3, to-chk=32/77)
> samba/lock/serverid.tdb
> 16,384 100% 3.91MB/s 0:00:00 (xfr#4, to-...
2009 Apr 11
0
sudo make check fails on OSX
...9~1/RELEASE_I386 i386
preserve_scratch=no
scratchbase=/usr/local/src/rsync/testtmp
PASS 00-hello
PASS acls
PASS backup
----- batch-mode log follows
Testing for symlinks using 'test -h'
sending incremental file list
created directory /usr/local/src/rsync/testtmp/batch-mode/chk
./
empty
filelist
nolf
nolf-symlink -> nolf
text
dir/
dir/text
dir/subdir/
dir/subdir/subsubdir/
dir/subdir/subsubdir/etc-ltr-list
dir/subdir/subsubdir2/
dir/subdir/subsubdir2/bin-lt-list
emptydir/
sent 1,666,681 bytes received 171 bytes 3,333,704.00 bytes/sec
total size is 1,665,905 speedup...