similar to: [Bug 11383] New: rsync_panic_handler may execute incomplete command

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 11383] New: rsync_panic_handler may execute incomplete command"

2015 Jun 28
2
[Bug 11369] New: obsoleted autoconf macros
https://bugzilla.samba.org/show_bug.cgi?id=11369 Bug ID: 11369 Summary: obsoleted autoconf macros Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org Reporter: brant at
2016 Mar 30
2
[Bug 11813] New: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro
https://bugzilla.samba.org/show_bug.cgi?id=11813 Bug ID: 11813 Summary: m4/socklen_t.m4 uses obsolete AC_TRY_COMPILE macro Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: wayned at samba.org
2016 Mar 30
2
[Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies
https://bugzilla.samba.org/show_bug.cgi?id=11814 Bug ID: 11814 Summary: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core
2015 Jul 04
2
[Bug 11382] New: elapsed time calculation does not account for time function possibly returning -1
https://bugzilla.samba.org/show_bug.cgi?id=11382 Bug ID: 11382 Summary: elapsed time calculation does not account for time function possibly returning -1 Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2015 Jul 05
0
[Bug 11385] New: calls to functions like close are not wrapped to try again in cases of intermittent interruptions
https://bugzilla.samba.org/show_bug.cgi?id=11385 Bug ID: 11385 Summary: calls to functions like close are not wrapped to try again in cases of intermittent interruptions Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5
2002 Apr 12
0
Problem with child process exit status.
Initial problem: When running 'make test' the hands.test fails as indicated in problem #3711 and includes the line rsync error: unexplained error (code 63) at main.c(537) The code # changes each time the test is run. Using HP C-ANSI-C B.11.11.02. configure line: CFLAGS="-O" ./configure --prefix=/opt/local In tracking this down, this is what I found: In main.c a
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
Hello! I am using rsync compiled with Cygwin on windows. I must call rsync from the *.bat script (I don't want to use a bash on Windows) and I have noticed that in the case when program compiled by Cygwin crashes via segmentation fault and default SIGSEGV handler is called, then it terminates process with exit status 0 as I see it from my *.bat script. (But if I invoke a program from bash
2007 Oct 20
2
FIXED_POINT issue
Hi, Should FIXED_POINT work fine on WIN32 or is it just for CE, Symbian and TI? - Keith ----- Original Message ----- From: "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> To: "Keith Gurganus" <kgurganus@zygodigital.com> Cc: <speex-dev@xiph.org> Sent: Friday, October 19, 2007 10:59 PM Subject: Re: [Speex-dev] FIXED_POINT issue > What version are you
2007 Oct 20
0
FIXED_POINT issue
Keith Gurganus wrote: > Should FIXED_POINT work fine on WIN32 or is it just for CE, Symbian and TI? Fixed-point should work on any platform that can multiply two 16-bit integers, including Win32 (that is, until MS releases it's proprietary replacement for integers). Jean-Marc > - Keith > > ----- Original Message ----- From: "Jean-Marc Valin" >
2011 Aug 17
1
[patch 1/1] syslinux: add suport for com32 entries in the menu
From: Jorge D Cisneros <jorge.cisneros at hp.com> Problem: The actual code only check for entries with kernel or linux, so this example will not work, this patch is to add support to gfxboot to detect the entry COM32 and use any module, in this case the module is chain.c32 Version: Syslinux 4.04 Example: UI gfxboot.c32 LABEL boot_hd0 MENU LABEL Boot from first hard drive COM32 chain.c32
2017 Mar 21
0
New package: brant
Dear R users, I am pleased to announce the release on CRAN of brant 0.1-1: https://cran.r-project.org/package=brant. I implemented the brant test (Brant, Rollin 1990) in R together with Prof. Marco Steenbergen at our Institute. The function brant() tests the parallel regression assumption for ordinal logistic regressions. Any comments, suggestions or queries are gratefully received. Best
2017 Mar 21
0
New package: brant
Dear R users, I am pleased to announce the release on CRAN of brant 0.1-1: https://cran.r-project.org/package=brant. I implemented the brant test (Brant, Rollin 1990) in R together with Prof. Marco Steenbergen at our Institute. The function brant() tests the parallel regression assumption for ordinal logistic regressions. Any comments, suggestions or queries are gratefully received. Best
2014 Apr 02
0
Error with samba-tool rodc preload
Hi everybody, I'm making a POC with samba4 RODC I had problem with preload command. Setup was a fresh 4.1.6 ADS install and a 4.1.6 RODC. All is working fine except account preload : root at smbrodc:~# samba-tool rodc preload m.brant --server=smbdc.gnutopya.local -U administrator Password for [GNUTOPYA\administrator]: Replicating DN CN=Mike BRANT,OU=Users,OU=Rouen,DC=gnutopya,DC=local
2005 Oct 14
2
Invalid Headers
Hello all, I have been trying to compare Dovecot to Cyrus and in trying to to migrate some mail from Dovecot to Cyrus I am unable to do so because of an invalid header. The From header is incorrectly written as From> as opposed to the correct From: . Any idea what may be causing this and how to fix it? My setup is Fetchmail->Postfix->amavis-new->clamav->dovecot for dovecot and
2008 Feb 01
3
Converting a character string into an object variable
R-helpers: Assume that I want to create a series of sequentially named R objects. For example, I might want to call these objects V1, V2, V3 ... V50. To do this, I thought of some sort of looping function like: input.value <- seq(1:50) * 3 for(i in 1:50){ paste("V", i, sep="") <- input.value[i] } Of course this loop will not work since the paste function
2003 Aug 14
1
make: warning: Clock skew detected. Your build may be incomplete.
Does anyone know what this means? I suspect it has something to do with ztdummy as app_meetme no longer works--though it did a month or two ago.
2005 Jun 09
0
[Bug 2780] New: fix acl patch
https://bugzilla.samba.org/show_bug.cgi?id=2780 Summary: fix acl patch Product: rsync Version: 2.6.5 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: flepied@mandriva.com QAContact: rsync-qa@samba.org
2007 Feb 16
1
Sampling distribution of the range statistic
R-helpers: In the construction of control charts for statistical quality control objectives, one might choose to estimate the control limits for the mean using the mean range of the samples. This requires multiplying the mean range by a correction factor, often called "d2", that is tabulated in many books. The origin of "d2" seems to be table 2 of the following paper:
2007 Apr 20
3
Opinion on R plots: connecting X and Y
Attention R users, especially those that are experienced enough to be opinionated, I need your input. Consider the following simple plot: x <- rnorm(100) y <- rnorm(100) plot(x, y, bty='n') A colleague (and dreaded SAS user) commented that she thought that my plots could be "cleaned up" by connecting the X and Y axes. I know that I can do that with bty='l' but I
2011 Jan 17
1
Replacing rows in a data frame
R-helpers, Below is a simple example of some output that I am getting while trying to work with a data frame in R 2.12.1 for Mac. ----- > testdat <- data.frame(matrix(ncol=10, nrow=10)) > colnames(testdat) <- c('a','b','c','d','e','f','g','h','i','j') > testdat[seq(1,10,3),] <-