Displaying 20 results from an estimated 160 matches similar to: "DO NOT REPLY [Bug 4664] New: Infinite loop on files > 2Gb"
2007 May 21
0
Infinite loop on files > 2Gb
I'm using rsync to sync DB files from a FreeBSD box to a Windows XP box under interix. Until today everything was fine but now as
soon as the windows box hits one file which is now greater than 2Gb it goes into an infinite loop in generator.c:sum_sizes_sqroot
The code at fault seems to be:
for (l = len; l >>= 1; b += 2) {}
Here's the stack:
#0 0x00402ae3 in sum_sizes_sqroot
2005 Sep 06
3
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
------- Additional Comments From thomas@suse.de 2005-09-06 06:37 -------
Now when len is OFF_T is it possible that sum->count (which is size_t) in
sum_sizes_sqroot() will rollover too at line:
sum->count = (len + (blength - 1)) / blength; ?
When we assume all variables have all bits set:
2^64 + (2^32 - 1) / 2^32 = 2^32 + 1
2004 Jun 17
1
[PATCH] make write_batch local
Wayne,
It's taken a little while for me to get more familiar with the
code, but I think I've reached a good breakpoint in improving
batch-mode. Let me highlight some of the changes in the
attached patch:
* --write-batch and --read-batch arguments are no longer passed
from client to server. This fixes the current problem
that causes the server threads to die when the client
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
2010 Sep 15
1
What is the block size algorithm
Hello,
First of all, thank you for this great software of rsync. If is extremely
flexible and powerfull.
(my only regret is that i could not find a version for windows dealing
properly with charsets in the files' name, might be patched in a future
version of cygwin? anyway this is not the subject here [?]).
I would like to know how, in the version 3, is computed the default
Block-Size?
I
2004 Jul 12
1
Core dump - Can not sync big data folders of size 800 GB
Hi,
I was trying to synchronize data sitting on our Sun Solaris 8 server with
data size of about 800 GB to a remote Linux server in our LAN. Either the
rsync process hangs for ever else I get "core dump" after about 15 minutes
of time on the source host (solaris 8 server). I used rsync 2.6.2 using the
basic command options as shown below
# rsync -avz -e rsh <source folder
2007 Apr 10
7
PV domain save/restore break
I encounter PV domain restore failure on r14770. Are you guys aware of this?
========================================================================
[2007-04-10 09:57:24 4664] DEBUG (balloon:113) Balloon: 754076 KiB free; need
65536; done.
[2007-04-10 09:57:24 4664] DEBUG (XendCheckpoint:220) [xc_restore]: /usr/lib/xen/bin/xc_restore 24 4 1 2 0 0 0
[2007-04-10 09:57:24 4664] INFO
2009 May 26
3
Silly (??) question about chan_dahdi
Hi,
these are my first steps with DAHDI and I finally managed to get
asterisk to load chan_dahdi (after I found out, that I need libpri).
But how do I tell chan_dahdi on which isdn numbers it should react? I
haven't found a parameter like "incomingmsn" for chan_capi in the
documentation.
Thanks for your help,
Stefan
2005 Aug 02
2
net join echoes root password
Hi list,
# net join
asks for the root password (seems to be new).
This is not a problem, but when i do:
# ssh root@remote_host net join mydomain
the root password is echoed on the terminal.
Is this expected behaviour? (I hope not).
Regards,
Heinrich Rebehn
University of Bremen
Physics / Electrical and Electronics Engineering
- Department of Telecommunications -
Phone : +49/421/218-4664
Fax
2008 Jul 21
2
webrick needs 80 seconds for starting
ruby script/console webrick
after 23 seconds:
=> Booting WEBrick...
after 78 seconds:
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2008-07-21 08:07:17] INFO WEBrick 1.3.1
[2008-07-21 08:07:17] INFO ruby 1.8.6 (2007-09-24) [i386-mswin32]
[2008-07-21 08:07:17] INFO WEBrick::HTTPServer#start: pid=4664
port=3000
2003 Apr 28
1
I have gotten Office to run on RH9
I have gotten WINE installed and working with RH9 and installed Office
2000
I can get excel to work and get word to start but it can not save the
files.
Any ideas?
James
jdickson@cimtel.net
2014 Oct 29
1
[Bug 85605] New: gk106: GPU lockup on resume (3.16)
https://bugs.freedesktop.org/show_bug.cgi?id=85605
Bug ID: 85605
Summary: gk106: GPU lockup on resume (3.16)
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2011 Jan 06
2
Mail delivered, but lost?
Running dovecot 1.2.9 on a Ubuntu 10.04.1 LTS virtual machine.
Postfix receives messages and hands them over to deliver for local storage.
Today two mails came in that could not be found allthough they got delivered.
What catches my eye is the "?" in the msgid:
Jan 5 21:10:47 mail dovecot: deliver(consulting): msgid=? <14847_1294258245_ZZh0g1h9eLfxL.00_fc2fe6e910f03.4d24de54 at
2015 Jun 30
6
RPC server not available when windows client attempts to join samba AD
I am installing a new Samba 4.2 Active Directory server on CentOS 7. I
followed the Wiki instructions on how to create the server. I am using
sernet-samba 4.2 binaries. Everything seems to be OK on the Linux side but
I cannot get any windows client to successfully join the domain. Each
attempt returns the following error message "RPC Server in not available".
Below are the config file
2010 Jan 25
3
Issue using tapply
Hello all,
I am trying to use the tapply function to sum some values and change the
column names of the resulting vector.
I input
Emp Et
1 10565 ACC
2 7515 ADM
3 625 AGF
4 6243 CNS
5 12721 EDU
6 3924 FIN
7 18140 HLH
8 3686 INF
9 15841 MFG
10 243 MIN
11 1864 MNG
12 4664 OSV
13 5496 PRF
14 4988 PUB
15 2166 REC
16 2153 REL
17 16082 RTL
18 3582 TRN
19 757 UTL
20
2006 Dec 28
3
Dates in R
Hello all,
Can somebody point me to references or provide some code on dealing with
this date issue. Basically, I have two vectors of values that represent
dates. I want to convert these values into a date format and subtract the
differences to show elapsed time in days. More specifically, here is the
example:
Date1 Date2
032398 061585
032398 061585
111694 101994
111694
2012 May 05
4
IMAP STARTTLS Problem
Hello,
I have this problem:
May 5 21:02:35 opsys dovecot: imap-login: Disconnected (no auth
attempts): rip=84.150.52.31, lip=78.46.216.126
Connecting via Thunderbird to STARTTLS won't work, but with a website
from the same server it works for tls://opsys.de.
So why is the port closed for external ip's?
IPTABLES entry for imap is this:
fail2ban-dovecot-pop3imap tcp -- anywhere
2011 Dec 02
8
IMAP SPECIAL-USE extension
It's implemented now in dovecot-2.1 hg. It also deprecates autocreate plugin (but it still works the old way). The idea is that you can now do e.g.:
mailbox Trash {
auto = no
special_use = \Trash
}
mailbox Drafts {
auto = no
special_use = \Drafts
}
mailbox Sent {
auto = subscribe # autocreate, autosubscribe
special_use = \Sent
}
mailbox Spam {
auto = create # autocreate, but
2004 Dec 10
4
Cannot get DOMAIN ADMINS to work
Hi list,
After reading a lot in the mailing list and the official Samba 3 howto,
i am still unable to give domain admin rights to a user, so that he gets
admin rights on all workstations in the domain.
Here is what i have:
- Samba 3.08 PDC, config:
[global]
workgroup = ANT
netbios name = ANTSRV
netbios aliases = RUN KITS HOMES LIB PRINTERS
server string = ANT Samba
2012 Jun 29
1
Preferred LDAP Attribute for home/mail location
Is there, among the dovocot community, any preferred LDAP schema and attribute to use for setting the home/mail storage location?
Some people seem to use the qmail schema, some a Jamm schema (whatever that is), and Markus Effinger has even created a dovecot schema (https://www.effinger.org/blog/2009/01/11/eigenes-ldap-schema-erstellen/). There may be more.
I could even create my own given we have