Displaying 7 results from an estimated 7 matches for "webgod".
Did you mean:
webgods
2010 Mar 02
9
DO NOT REPLY [Bug 7194] New: Getting --inplace and --sparse to work together
...--sparse to work together
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jansen at webgods.de
QAContact: rsync-qa at samba.org
I created a small patch to get --inplace and --sparse to work together. The
main problem with this is, as far as I can see, that the write code just skips
blocks of zeroes instead of writing them, as is requested by the --sparse
switch. If the target...
2004 Jun 01
3
1.0-test14: no sendfile() in Solaris 8
Aloha.
The current CVS snapshot and 1.0-test14 will not build on Solaris 8
because it does not provide a sendfile() funtion. It just has sendfilev().
Solaris 9 has sendfile(), though.
Using the old sendfile-util.c from 1.0-test1 and setting HAVE_SOLARIS_SENDFILEV
instead of HAVE_LINUX_SENDFILE in config.h works.
Greetings,
Andy.
2010 Mar 02
2
DO NOT REPLY [Bug 7195] New: timeout reached while sending checksums for very large files
...large
files
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jansen at webgods.de
QAContact: rsync-qa at samba.org
When I try to continue the upload of a very large file (400GB, 200GB already
transmitted) with --partial, rsync stops with an error after 10 minutes.
Verbosity shows, that during this time it has transmitted checksums for about
30G worth of data. Incr...
2012 May 08
4
[Bug 8918] New: Use fiemap to quickly detect zero ranges of source file
https://bugzilla.samba.org/show_bug.cgi?id=8918
Summary: Use fiemap to quickly detect zero ranges of source
file
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2003 Nov 04
1
current CVS seems to have index problems.
Hi Timo.
I've checked out the current CVS version and tested it.
There seems to be a problem when dovecot accesses mailboxes
for the first time:
I have a mailbox with 4 mails, and no special IMAP headers.
(no X-IMAPBase, X-UID etc.) and it's in mbox format.
I log in, SELECT the folder and do
FETCH 2 BODY[]
and receive only a snipplet of the mail from
somewhere in the middle of it.
2003 Oct 16
2
Copy from INBOX to INBOX corrupts file
Aloha, again, Timo.
Concerning the problem of copying within one folder...
I'm still not sure it's not a problem I created myself,
but I think it's caused by the use of the buffered IO
routines in ostream-file.c ... you use io_add() to schedule
write operations for later while simultanously reading
new chunks from the very same file. This seems to
confuse dovecot and make it write
2003 Oct 16
2
A view quirks
Aloha Timo.
I found a few odd things while playing with dovecot. At least
one of them bugs me, but it might be a result of my own
patches - I haven't testet it with mbox or maildir, yet.
The details :)
1.
* OK dovecot ready.
A = (<return>
Connection closed by foreign host.
2.
* OK dovecot ready.
A001 LOGIN xxxxxx xxxxxx
A001 OK Logged in.
A002 COPY 1 INBOX
Connection closed by