similar to: DO NOT REPLY [Bug 3768] New: --no-specials in Rsync 2.6.8 breaks compatibility with 2.6.0-r6 Mirroring system

Displaying 20 results from an estimated 8000 matches similar to: "DO NOT REPLY [Bug 3768] New: --no-specials in Rsync 2.6.8 breaks compatibility with 2.6.0-r6 Mirroring system"

2024 Mar 11
1
R6 "classname" and generator name
I'm writing some code that does a bit of introspection of R6 classes and am wondering about the "classname" parameter. Its the first parameter to the "R6Class" class generator generator function, and the few examples I've looked at on CRAN set it the same as the name of the generator function, for example, from the docs: Queue <- R6Class("Queue", .....)
2017 Nov 15
0
R6 object that is a list of referenced object
Dear community, I am having a class, let's say Person, Person <- R6Class("Person", public = list( idPerson = NULL, name = NULL, age = NULL, initialize = function(idPerson = NA, name = NA, age = NA) { self$idPerson <- idPerson
2014 Sep 17
1
issue with compiling r6
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am painfully aware that this is most likely a problem with my system, but I am nevertheless going to ask if anyone has any ideas/suggestions for diagnosis and trouble-shooting. - From a clean checkout of release 66624 on Ubuntu 12.04 (32-bit, sorry!): gcc (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4 svn checkout https://svn.r-project.org/R/trunk/
2017 Nov 16
0
R6 object that is a list of referenced object
See below. On Wed, 15 Nov 2017, Cristina Pascual wrote: > Dear community, > > I am having a class, let's say Person, > > Person <- R6Class("Person", > public = list( > idPerson = NULL, > name = NULL, > age = NULL, > initialize =
2017 Nov 15
2
R6 object that is a list of referenced object
Dear community, I am having a class, let's say Person, Person <- R6Class("Person", public = list( idPerson = NULL, name = NULL, age = NULL, initialize = function(idPerson = NA, name = NA, age = NA) { self$idPerson <- idPerson
2008 Dec 27
0
FFXI on Debian Etch 4.0-r6 AMD64
I followed the instructions for setting up FFXI on Wine (including copying the .dll from the Windows XP system) but when I launch pol.exe, it just comes up with a black screen. I can hear music for a few minutes but then it crashes. Anyone have any ideas? Code: nate at tux:~/.wine/drive_c/Program Files/PlayOnline/SquareEnix/PlayOnlineViewer$ wine pol.exe err:alsa:ALSA_CheckSetVolume Could not
2020 Feb 24
0
specials issue, a heads up
On 24/02/2020 8:55 a.m., Therneau, Terry M., Ph.D. via R-devel wrote: > I recently had a long argument wrt the survival package, namely that the following code > didn't do what they expected, and so they reported it as a bug > > ? survival::coxph( survival::Surv(time, status) ~ age + sex + survival::strata(inst), > data=lung) > > a. The Google R style guide? recommends
2004 Feb 19
1
Rsync and rdist-like specials
Greetings, We manage a large farm of systems and push changes, patches, new software, etc. out to our clients using kerberized rdist. It's clunky and slow but it's got the magic of specials. Using a special one can tell rdist that if a particular file changes, preform this command. So, if we make a change to httpd.conf, we can tell rsync to bounce httpd. If httpd.conf hasn't change,
2019 Jan 25
0
[klibc:update-dash] [PARSER] Catch variable length expansions on non-existant specials
Commit-ID: dc3d109d1cac129e5b6d055eab5a8a277fdd06c5 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=dc3d109d1cac129e5b6d055eab5a8a277fdd06c5 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Thu, 30 Oct 2014 11:53:35 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [PARSER] Catch
2020 Mar 28
0
[klibc:update-dash] dash: [PARSER] Catch variable length expansions on non-existant specials
Commit-ID: da8fe1346c93b339333207adecd8493ca1cb403a Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=da8fe1346c93b339333207adecd8493ca1cb403a Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Thu, 30 Oct 2014 11:53:35 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [PARSER] Catch
2005 Jun 08
0
Hey, Do you like to see specials on top-selling taablets?
our chernist-site helps you bank a lot on quality rxmeds. It is an easy and legitimate way to not lose your shirt when buying at your local store. Our chemist-store provides a wide selection of rxdrugs on Pain, Erectile Tissue Dysfunction, Gynecological care, Distress, Obesity, Elevated cholesterol levels, Muscle-relaxant and Sleeping Disorder. Check our store if you prefer quick and
2005 May 29
0
You can appreciate the reduced prices on rxdrugs and check our weekly specials.
Check our cybershop and you will uncover how others cut their expenses on rxmeds significantly. Check our cybershop for quality rxdrugs on male tissue dysfunction, pain, affliction, relaxants for muscles, man's care, over-wt. and other discomforts. Our company provides customers quick and reliable distribution services. You can appreciate the reduced prices on rxdrugs and check our weekly
2006 Sep 15
2
Library details - rsync 2.6.8
Hi , I have downloaded the latest rsync 2.6.8 package "rsync-2.6.8-sol8-sparc-local.gz" from solaris freeware website. After the installation of the package, i tried verify the list of dynamic dependancies, it is throwing the following problem. Any other package need to be downloaded for this ? ldd rsync libpopt.so.0 => (file not found) libiconv.so.2 =>
2006 Nov 01
2
unsuccessful configure with 2.6.8 and acls and extended attributes...
(FreeBSD 6.1-RELEASE) tar xzvf rsync-2.6.8.tar.gz cd rsync-2.6.8.tar.gz patch < patches/acls.diff patch < ./patches/xattrs.diff ./prepare-source ./configure --enable-acl-support --enable-xattr-support --disable-debug --with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin Couldn't be more simple. But...when I try to 'make' : (snip) gcc -I. -I. -g -O2
2020 Feb 24
1
specials issue, a heads up
In the long run, coming up with a way to parse specials in formulas that is both clean and robust is a good idea - annoying users are a little bit like CRAN maintainers in this respect. I think I would probably do this by testing identical(eval(extracted_head), survival::Surv) - but this has lots of potential annoyances (what if extracted_head is a symbol that can't be found in any attached
2004 Apr 27
1
Password changes to /etc/passwd, but not smbpasswd
Hello, I've Googled and done some mailing list searches, but can't figure out the following . When a user on a Windows 2000 machine attempts to change their password, the change gets applied to /etc/passwd, but not to smbpasswd. The error I receive from Windows is: "The system cannot change your password right now because the domain .. Is not available". (The domain is
2024 Aug 26
9
specials and ::
The survival package makes significant use of the "specials" argument of terms(), before calling model.frame; it is part of nearly every modeling function. The reason is that strata argments simply have to be handled differently than other things on the right hand side. Likewise for tt() and cluster(), though those are much less frequent. I now get "bug reports" from the
2006 Apr 06
5
g-w-d.c -> my head spins
Greetings everybody! I started looking more thoroughly at gnome-window-decorator.c and now my head spins and "hurts" and believe that I'm not going to achieve anything serious in terms of tweakable shadows anytime soon. It's far more difficult than I expected. While I (believe) to understand now the shadows are drawn, I currently don't get why there are 12 shadow-quads and
2020 Feb 24
0
specials issue, a heads up
I mean if the person filing the bug regards style as more important than the truth of how R treats formulas then they?re literally talking in another language. I strongly recommend you do nothing or at most make a note in the documentation addressing this. Your time is too valuable. On Tue, 25 Feb 2020 at 12:56 am, Therneau, Terry M., Ph.D. via R-devel < r-devel at r-project.org> wrote:
2006 Apr 28
5
DO NOT REPLY [Bug 3740] New: --delete with -a failes with warning (though -a is supposed to imply -r)
https://bugzilla.samba.org/show_bug.cgi?id=3740 Summary: --delete with -a failes with warning (though -a is supposed to imply -r) Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org