similar to: high cpu usage of rsync process - sometimes (extremely wired)

Displaying 20 results from an estimated 1000 matches similar to: "high cpu usage of rsync process - sometimes (extremely wired)"

2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET".
2011 Mar 05
1
pvclust crashing R on Ubuntu 10.10
Hi all I am writing to you with a question regarding the pvclust package. And yes, before the usual people produce their usual contact-the-package-maintainers line, ye, I tried that but the emails one can find on the web either bounce or are not responded to. Also, yes, this error has already been reported as a bug but been shot down as not reproducible
2007 Mar 07
1
syncronizing file content into device content
I have repeatable cases where a (very large) file contents are the intended content of a device (partition) of that exact size. The target device is already mostly of that content, but a few block have been changed. I want to restore the device contents back to what the file originally was. I'm trying to find a way to have rsync's write end open the device as a file and do its thing to
2006 Mar 16
1
Using rsync to syncronize two unmounted disk partitions
Hi everybody, I have been using rsync for quite some time, and I've realized it is a fantastic tool. As it is able to syncronize two CD images, I was wondering, if I could do that with a harddisk partition. Would it be possible to syncronize two partitions at device level somehow? I mean using: # rsync /dev/hda8 /dev/hda9 skipping non-regular file "hda8" where /dev/hda8
2023 Aug 10
1
Samba domain time sync woes (Debian Bookworm)
FWIW, I looked at the settings in our domain (all of which I did myself). I used to explicitly set up ntp time sources in our network for all windows workstations before, and I continued to provide these after conversion from nt4-style domain to samba AD-DC. The NTP records are provided by DHCP, and are configured in the GPO, both with regional differences (choosing the local NTP servers within
2003 Aug 20
1
Syncronize large file
i have several large .tar backup file on the server it's about 2 GB and 4 GB the question is, if i syncronize using rsync to other computer, rsync will re-transfer the whole 1 big file, or only transfer part of the file ? or maybe i should reduce the size, by splitting the file into 650 Mb each. or it's the same as if transfering via FTP ? thanks Luqman.H ---------------------
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi. My goal is to use rsync to syncronize box1 and box2. On box2, I have a tapedrive which I write the data I syncronize from box1 every night. On box1, my /etc/rsyncd.conf looks like this: root@box1# cat /etc/rsyncd.conf max connections = 1 syslog facility = local6 [tmp] path = /tmp read only = yes comment = export of /tmp hosts allow = box2 auth users
2015 May 26
2
Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
One additional observation that I just made is that on GK208, the blob apparently doesn't use the result of S2R Rx, SR_INVOCATION_ID wholesale in TCS. It either passes it through a I2I.S32.S32 Rx, |Rx| (i.e. absolute value), or even more paradoxically, shl 2; shr 2; which removes the top *2* bits, rather than just the top 1. However I see no such behaviour on GF108. I'm going to test out
2003 Jul 16
3
Why is EXCEL SO SLOW on SAMBA?
Hello all, I have always experienced VERY SLOW response times on opening an EXCEL sheet ever since I had started to use SAMBA WAY back. I have been hoping that a newer release would fix this one issue but it never seems to happen. Does anyone know what could be the problem? I can open the same Excel sheet on a Novell server and it opens instantly. I have no problems with WORD documents. They
2008 Jun 04
1
OCFS2 and direct-io writes
I am looking at possibility of using OCFS2 with an existing application that requires very high throughput for read and write file access. Files are created by single writer (process) and can be read by multiple reader, possibly while the file is being written. 100+ different files may be written simultaneously, and can be read by 1000+ readers. I am currently using XFS on a local filesystem,
2015 Jan 18
2
default min-v/nsize parameters
On Thu, Jan 15, 2015 at 3:55 PM, Michael Lawrence <lawrence.michael at gene.com> wrote: > Just wanted to start a discussion on whether R could ship with more > appropriate GC parameters. I've been doing a number of similar measurements, and have come to the same conclusion. R is currently very conservative about memory usage, and this leads to unnecessarily poor performance on
2008 Oct 26
3
Accessing games at mysticisland.net through wine
Has anyone tried to access any mystic island games, www.mysticisland.net , using wine. I'm using SuSE 11.0 64 bit. I'm only having a limited amount of luck doing it and if someone else has figured it out I might not have to post a rather long bug report that I generated opening it in terminal mode.
2016 Mar 12
2
Regression in strptime
On 3/12/16 12:33 AM, peter dalgaard wrote: >> On 12 Mar 2016, at 00:05 , Mick Jordan <mick.jordan at oracle.com> wrote: >> >> This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. > Umm, that doesn't even parse. And fixing the typo, it doesn't run: > >>
2005 Oct 14
0
FW: Win XP SP2 and Offline Files
is the share set with browsable = yes Louis -----Oorspronkelijk bericht----- Van: samba-bounces+louis=van-belle.nl@lists.samba.org [mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] Namens Clas Mayer Verzonden: vrijdag 14 oktober 2005 8:53 Aan: samba@lists.samba.org; Fabian Arrotin Onderwerp: Re: [Samba] Win XP SP2 and Offline Files Hi Im not shure this is same problem as mine When
2012 Jan 27
1
dovecot imap cluster
Hello, i'm using postfix like smtp server, i need to choose an imap server with a special features. I have a customer with 3 different geographic locations. Every locations have a mail server for the same domain (example.com). If user1 at example.com receive mail form external this mail going on every locations server. I've a problem now, is it possible to syncronize the state (mail
2005 Sep 30
1
Roaming profiles not supporting quota
Dear Group, I'm using samba 3.x as a PDC, and I'm using linux system quota v2 for samba. Here is my problem: if a user copies a big file to the desktop (bigger than the quota set for that user), when he logs off, the profile wont syncronize with the server with the message "disk full". Is there a way to let the WinXp client to understand how much space is available also for
2003 Dec 11
3
Problems with file date/time creation and modification
I have Time precision problem between linux samba shares and M$ files I want to use my tux to save files from my M$ PC's. Of course I want to do incrementals copy based on modification date... I mount my samba shares from my Windows Boxs and use tools on the micro$oft boxs. (Xcopy /D or SyncroniX ) The problem is that the modification date on the samba share and on de source file on the M$
2012 Oct 17
0
Joining to Windows Domain? Use Internal DNS?
Greetings, I have some questions. Most of the documentation seems to show how to join a windows machine to a samba domain. I went the other way and Created a Windows 2008 R2 domain and joined samba 4 to it. I noticed some things aren't quite looking right, and I'm not sure if I should expect it. For instance, under "Active Directory Sites and Services" on the Windows box, if I
2017 Jul 26
2
[PATCH net] Revert "vhost: cache used event for better performance"
On Wed, Jul 26, 2017 at 09:37:15PM +0800, Jason Wang wrote: > > > On 2017?07?26? 21:18, Jason Wang wrote: > > > > > > On 2017?07?26? 20:57, Michael S. Tsirkin wrote: > > > On Wed, Jul 26, 2017 at 04:03:17PM +0800, Jason Wang wrote: > > > > This reverts commit 809ecb9bca6a9424ccd392d67e368160f8b76c92. Since it > > > > was reported to
2017 Jul 26
2
[PATCH net] Revert "vhost: cache used event for better performance"
On Wed, Jul 26, 2017 at 09:37:15PM +0800, Jason Wang wrote: > > > On 2017?07?26? 21:18, Jason Wang wrote: > > > > > > On 2017?07?26? 20:57, Michael S. Tsirkin wrote: > > > On Wed, Jul 26, 2017 at 04:03:17PM +0800, Jason Wang wrote: > > > > This reverts commit 809ecb9bca6a9424ccd392d67e368160f8b76c92. Since it > > > > was reported to