Displaying 20 results from an estimated 600 matches similar to: "Nulls instead of data"
2002 Aug 05
5
[patch] read-devices
Greetings,
I'd like to propose a new option to rsync, which causes it to read
device files as if they were regular files. This includes pipes,
character devices and block devices (I'm not sure about sockets). The
main motivation is cases where you need to synchronize a large amount of
data that is not available as regular files, as in the following scenarios:
* Keep a copy of a block
2003 Aug 24
1
readdir() and read() errors ignored
We've just been hit rather badly by a very nasty bug that can cause rsync
to silently discard files or fill them with zeroes. It happens when e.g.
opendir() succeeds but readdir() returns an error; rsync does not check
for an error from readdir() and so simply ignores the error (along with
any remaining files in the directory). No error is reported to the user,
who will then happily
2003 Aug 15
2
Inadequate error checking in rsync 2.5.5
I'm using rsync to mirror files from a Windows XP machine mounted via smbfs. Apparently I have something configured wrong as I get a "permisson denied" error accessing some of the files on the smbfs mount with cp, od, etc. However, rsync produces no error messages on these files. It happily creates files in the target directory that are the right size, but filled with null bytes.
2011 May 29
22
[Bug 8177] New: Problems with big sparsed files
https://bugzilla.samba.org/show_bug.cgi?id=8177
Summary: Problems with big sparsed files
Product: rsync
Version: 3.0.8
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: joluinfante at gmail.com
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2004 Aug 02
4
reducing memmoves
Attached is a patch that makes window strides constant when files are
walked with a constant block size. In these cases, it completely
avoids all memmoves.
In my simple local test of rsyncing 57MB of 10 local files, memmoved
bytes went from 18MB to zero.
I haven't tested this for a big variety of file cases. I think that this
will always reduce the memmoves involved with walking a large
2008 Jul 05
4
iostat and monitoring
Hi gurus,
I like zpool iostat and I like system monitoring, so I setup a script
within sma to let me get the zpool iostat figures through snmp.
The problem is that as zpool iostat is only run once for each snmp
query, it always reports a static set of figures, like so:
root at exodus:snmp # zpool iostat -v
capacity operations bandwidth
pool used avail read
2017 Oct 11
5
[PATCH miniexpect 0/2] Add debugging capability at runtime.
Currently you can only turn on miniexpect debugging by recompiling.
These two patches make it configurable at runtime, and also improve
the usefulness of the output.
Rich.
2004 Nov 16
2
win32-file: nread and nwrite
Hi all,
I''ve got alpha versions of nread and nwrite now added to the win32-file
class in CVS. They seem to work fine, although I''ve noticed one bug in
the File#read method. Let''s say we have a text file with "hello world"
in it. If I call nread with no arguments, it works fine:
fh = File.nopen("C:\\test.txt")
p fh.nread -> "hello
2000 Jul 31
3
Samba 2.0.7 & Transfer speeds
infernix wrote:
> Copying a 107MB mp3 file takes almost 4 minutes (238 seconds)
> when I copy it with samba.
[Using windows explorer under Windows 2000 --dave]
> With FTP, it takes 27 seconds.
> 238 divided by 27 = 8.5 times slower.
Ho boy, that's bad.
> I have several machines available to do testing, but you'd have to let me
> know how and what. I am a linux
2004 Nov 17
1
nread and nwrite optimizations
Hi all,
So far, so good. Things seem to work just fine and, in the case of
nread, I am getting incredible performance. I can''t tell if this is due
to some kind of caching, however.
Anyway, there a couple of things I want to work out yet. The first is
File#nread and Really Big Files. I created a 500 mb text file and
sucked it into memory using Ruby''s File#read method just
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
Here''s my comments for the preliminary ZFS Crypto review.
- Dan
Webrev: http://cr.opensolaris.org/~darrenm/zfs-crypto-gate/webrev/
General comments:
DEA-1 - SCCS keywords need to be removed
DEA-2 - Copyright updated
------------------------------------------------------------------
usr/src/lib/libcryptoutil/common/keyfile.c pkcs11_read_data()
This code in pkcs11_read_data() scares
2004 Jan 14
1
signing failures during smbclient tar operation: SMB signature check failed
(Samba 3.0.1, RedHat 9, share is a w2k3, security = ADS)
Here is a snippet of debug level 3 output of an smbclient tar operation,
with error at the end. Command is:
# smbclient \\\\snapper\\dfs <password> -U Administrator -E -W CISWINNET
-D home -d3 -Tqca /tmp/test.tar
[2004/01/14 15:05:10, 3] lib/util.c:dos_clean_name(549)
dos_clean_name
2009 Oct 19
2
Old application very slow
Hi,
This weekend I migrated a samba-server to new hardware and software :
I'm running samba 3.2.7-11.3.2 on Opensuse 11.1.
Everything works fine I believe except for an old DOS-application,
written in Clipper. It's too slow to be usable. I tried to debug this
but I'm stuck.
I put the loglevel to 10, but I can't see anything wrong.
I first added to veto oplock files :
2006 Jan 12
1
XP to Samba printer access delay
Hi all,
I've got a question, may be somebody can help me:
1. I've got a printer (Epson Stylus Photo R220)
2. Attached to Linux box via usb (Mandriva 2006+)
3. Configured with cups (cups-1.2.0-0.4892.1mdk)
4. Shared with samba (samba-server-3.0.21a-1mdk), user - tried guest and
real linux user
5.On WinXP native driver install from CD (later updated from Espon site)
6.From WinXP I can see
2014 Apr 29
8
[Bug 2238] New: sftp exits on bad tab completion
https://bugzilla.mindrot.org/show_bug.cgi?id=2238
Bug ID: 2238
Summary: sftp exits on bad tab completion
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: OpenBSD
Status: NEW
Severity: minor
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
1999 Jul 05
1
smbtar/smbclient and backups of NT
I've looked at samba archives (mailing lists), I've looked at altavista,
and deja.com. No help.
I want to do a backup of NT machine using smbclient. I call it like:
# smbclient //MACHINE/Share Pass -U Administrator -E -c tarmode full -D usr
-d0 -Tc test.tar
It starts fine, but after some time thing like this happen:
...
Error reading file \usr\mail\Vanja\Attach\att11.eml. Got 0 bytes
2005 Jul 26
1
[patch] paranoid checksum checking
The attached patch provides an additional check for the checksumming
mode to ensure that a file that is actually written out to disk can be
read back and has the same MD4 sum as the file on at the originating
location.
Regards,
Nick.
-------------- next part --------------
*** rsync-2.6.6pre1/receiver.c 2005-04-14 02:42:13.000000000 +0100
--- rsync-new/receiver.c 2005-07-26
2012 Aug 19
1
local -> local file copy question
In looking at source, I started at fileio and found
write routines but no read routines.
I found a 'WRITE_SIZE' (32K), but no 'READ_SIZE' --
is that' what the MAX_MAP_SIZE (256K)?
I would like to make so that rsync can use larger I/O sizes if
(maybe a command line option?)....
The map routine led me to receiver -- where it looks like it
is responsible for reading the file.
2013 Jul 15
2
Invalid listing, samba 3.6.6
Hello list,
i do have a problem with Amanda and Smbclient again.
Im trying to backup some shares and I do get some errors which i cannot fix:
?
? smbclient: Error reading file \Dtel\El\2009-11 u TEST\2009-11\Logos\meeting, England\P1020272.MOV : NT_STATUS_OK
? smbclient: Didn't get entire file. size=86525282, nread=61719840
? smbclient: NT_STATUS_OK opening remote file \Dr\P1020273.JPG