similar to: Bug-report:rsync may hung if time jumps backwards

Displaying 20 results from an estimated 700 matches similar to: "Bug-report:rsync may hung if time jumps backwards"

2014 Nov 28
2
Bug-report:rsync may hung if time jumps backwards
thanks your reply, could you please send off official fix? On 11/28/2014 04:05 AM, Wayne Davison wrote: > On Sun, Nov 16, 2014 at 10:44 PM, yhu2 <yadi.hu at windriver.com > <mailto:yadi.hu at windriver.com>> wrote: > > + usleep(t*1000); > Is it a correct fix? any comments would be appreciated!!! > > > The hang was not because time went backwards, but
2015 May 11
3
A question about CVE-2014-8242
Hi,everyone here: whether or not CVE-2014-8242 affects rsync? any commnet would be appreciated!! Yadi
2015 May 12
1
A question about CVE-2014-8242
wayne. Thanks your explanation, how about MD4 (rsync protocal <30)? any comment would be appreciated!! Thanks again. Yadi On 05/12/2015 05:19 AM, Wayne Davison wrote: > On Mon, May 11, 2015 at 12:50 AM, yhu2 <yadi.hu at windriver.com > <mailto:yadi.hu at windriver.com>> wrote: > > whether or not CVE-2014-8242 affects rsync? any commnet would be >
2011 Jul 27
1
create a index.date column
Dear R users, I created a matrix that tells me the first day of use of a category by id. #Calculate time difference test$tdiff<-as.numeric(difftime(as.Date("2002-09-01"), test$ftime, units = "days")) # obtain the index date per person and dcategory index.date.test<-tapply(test$tdiff, list(test$id, test$rcat), max) Nonetheless, at the moment I think will be
2002 Jun 27
1
Building from a source-code library under windows
Dear All, I have a pair of .cpp and .def file can be compiled using VC++ and works perfectly well in S-PLUS. I wanted to do the same for R; so I followed the guidline given in "Building from a source-code library under Windows" as much as possible and manage to compile them using VC++ and call it from R. But it gives different answer from the one called from S-Plus. I know that I did
2012 Feb 17
2
(subscript) logical subscript too long in using apply
Dear ALL I have this function in R: func_LN <- function(data){ med_ge <- matrix(c(rep(NA,nrow(data)*ncol(data))), nrow = nrow(data), ncol=ncol(data), byrow=TRUE) T <- matrix(c(rep(NA,length(n)*ncol(data))), nrow = length(n), ncol=ncol(data), byrow=TRUE) Tdiff<- matrix(c(rep(NA,length(n)*ncol(data))), nrow = length(n), ncol=ncol(data), byrow=TRUE) T1<- c(rep(NA,ncol(data)))
2007 Oct 29
1
time difference error
Hello! I have a problem making a new variabel in a dataframe that consists of a time difference. It seems that the new variable gets into the dataframe but I cant look at it anymoore. Here is what hapens. > tdiff<- difftime(Kontrolltid, Starttid, units="auto")> tdiffTime differences in mins [1] 168 NA NA 165 175 140 191 195 130 160 135 165 330 178 141 NA 119 90
2013 Apr 12
2
[Bug 9789] New: rsync hangs when NTP update system clock time
https://bugzilla.samba.org/show_bug.cgi?id=9789 Summary: rsync hangs when NTP update system clock time Product: rsync Version: 2.6.2 Platform: PPC OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: abhinav0487 at gmail.com
2015 May 11
0
A question about CVE-2014-8242
On Mon, May 11, 2015 at 12:50 AM, yhu2 <yadi.hu at windriver.com> wrote: > whether or not CVE-2014-8242 affects rsync? any commnet would be > appreciated!! > Yes. It would be extremely hard for someone to trigger that via indirect means (such as inserting DB data and managing to match a checksum record boundary in contents somehow). So, it has a very small potential to cause a
1999 Mar 09
2
summary() of lm() problem (PR#135)
Debuggers, I wrote to r-help about this and was appropriately told off by Peter Dalgaard. I append that mail in case you have not seen it. Following Peter's advice I have attempted to simplify the problem. First note that the following does *not* fail (by which I mean crash, as in generate a memory access violation): > tmp<-matrix(c(1,0,0,1,1,1),2,3) >
2019 Aug 03
14
[Bug 111292] New: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card
https://bugs.freedesktop.org/show_bug.cgi?id=111292 Bug ID: 111292 Summary: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2013 Aug 22
2
[PATCH] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com> Add error check when the write-buffer is finally flushed to the file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Ming Liu <ming.liu at windriver.com> Signed-off-by: Roy.Li <rongqing.li at windriver.com> --- common/tftpsubs.c | 8 +++++---
2007 Nov 02
0
Samba Hung Process ("D state") and hung system
Hi, I had an interesting problem with a Samba server recently, and I think I know what happened. But I want to post here to see if those wiser than I can confirm this or give me a better explanation of what went awry. I initially noticed around 8:35 AM samba wasn't working at all, and that my server had huge load averages indicated by "uptime". Though in "top" I could
2010 Mar 24
3
How to include a ruby gem environment.rb file?
I''m doing a Web Service Based on a page I found (http://blog.complitech.net/web-services-basics-ruby-on-rails/) using the rails version 2.3.4, the web service is already working, but when working on a version Previous: RAILS_GEM_VERSION = ''2 .0.2 ''unless defined? RAILS_GEM_VERSION I can not run the service. On the previous page, there''s a part that says: 3)
2013 Sep 03
1
[PATCH] tftp-hpa: add error check for disk filled up
On 08/29/2013 03:13 AM, H. Peter Anvin wrote: > On 08/21/2013 06:00 PM, rongqing.li at windriver.com wrote: >> From: "Roy.Li" <rongqing.li at windriver.com> >> >> Add error check when the write-buffer is finally flushed to the file, >> the caller can detect if the disk filled up (or had an i/o error) and >> return a NOSAPCE nak to the other side.
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote: > That is because it needs to use fseeko() and use off_t. Do you mean it does need a patch for isohybrid.c. And the patch looks like: #if _FILE_OFFSET_BITS == 64 fseeko(...) #else fseek(...) Regards, Kai > > On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote: >> On 2014?05?12? 10:49, H. Peter
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so we'd better not suppress the output of build-gnu-efi.sh, which is good for debugging. Signed-off-by: Robert Yang <liezhi.yang at windriver.com> --- efi/check-gnu-efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh index 85305f8..7d99e9a 100755 ---
2016 Aug 24
6
[Bug 2608] New: Signed overflow in openbsd-compat/strlcpy.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2608 Bug ID: 2608 Summary: Signed overflow in openbsd-compat/strlcpy.c Product: Portable OpenSSH Version: 7.3p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2007 Aug 30
1
Add software is hung in Updating Software stage
I am looking via the console, and add software is hung. Saying: Updating Sound-Juicer Can't ping the box. I had selected a lot of packages to install (I did a minimal server install initially). Obviously I have to reboot. Question is how do I recover from this?
2007 Jun 15
2
CentOS 5 hung while "Checking dependencies..."
Since CentOS 4 turned out to be short on supporting my sound card, I picked up a the DVD for 5. I have been running 4 on this PC fine though. The install hangs in "Checking dependencies in packages selected for installation..." with the bar at 3/4 or so. I thought this was because I took the offer to upgrade my CentOS 4 installation, but it hangs at the same spot for a new install, even