search for: supersedes

Displaying 20 results from an estimated 622 matches for "supersedes".

2015 Feb 09
2
R CMD check: Uses the superseded package: ‘doSNOW’
Dear list, When I run an R CMD check --as-cran on my package (pROC) I get the following note: > Uses the superseded package: ?doSNOW? The fact that it uses the doSNOW package is correct as I have the following example in an .Rd file: > #ifdef windows > if (require(doSNOW)) { > registerDoSNOW(cl <- makeCluster(2, type = "SOCK")) > ci(roc2,
2015 Feb 10
1
R CMD check: Uses the superseded package: ‘doSNOW’
Oh, I completely missed that one. It's very neat as it seems to work both on Windows and Unix. Thanks! Xavier On 10/02/15 10:52, Martyn Plummer wrote: > The CRAN package snow is superseded by the parallel package which is > distributed with R since version 2.14.0. Here are the release notes > > \item There is a new package \pkg{parallel}. > > It incorporates (slightly
2015 Feb 10
0
R CMD check: Uses the superseded package: ‘doSNOW’
The CRAN package snow is superseded by the parallel package which is distributed with R since version 2.14.0. Here are the release notes \item There is a new package \pkg{parallel}. It incorporates (slightly revised) copies of packages \CRANpkg{multicore} and \CRANpkg{snow} (excluding MPI, PVM and NWS clusters). Code written to use the higher-level API functions in those packages should
2014 Nov 18
2
[Bug 10941] New: include should supersede max-size
https://bugzilla.samba.org/show_bug.cgi?id=10941 Bug ID: 10941 Summary: include should supersede max-size Product: rsync Version: 3.0.9 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: dgermansbz
2009 Sep 14
2
gpxelinux
Hi All, I'm trying to setup gpxelinux instead of pxelinux, my goal is to fetch the configuration files and images via http. additionally, I want to setup all servers to boot by default from PXE - the idea is that I can control whats booted in another place, and I don't need to physically (or virtually) go through menus or do stuff on the machine. my basic proof of concept is: isc dhcp
2019 Mar 13
2
replication fails
Am 13.03.19 um 11:55 schrieb L.P.H. van Belle via samba: > Hai, > > Ok, so the reboot changed your resolv.conf > check the timestamp of /etc/resolv.confs > Write this down. > >> So I assume it should point to the own IPv4-IP of DC1 itself, >> which is .205 > Yes correct. > After that reboot the server. > Check the timestamp again and/or did it change?
2019 Mar 13
4
replication fails
Am 13.03.19 um 11:22 schrieb L.P.H. van Belle via samba: > > Hi Stefan, > > Debian 8 ? 9? > DC's samba version ? Deb 9.8, Samba-4.8.9 > Can you post your smb.conf and resolv.conf > > If you check with (per server what is the outcome. ) > samba-tool dbcheck 0 errors > samba-tool dbcheck --cross-nc Checked 3754 objects (3174 errors) on the DC1. where
2018 Aug 30
3
Community forum ?
I see a lot of tag lines on posts for the Asterisk Community Forum. Is that forum supposed to supersede this mailing list ? sean
2019 Mar 13
0
replication fails
Hai, Ok, so the reboot changed your resolv.conf check the timestamp of /etc/resolv.confs Write this down. > So I assume it should point to the own IPv4-IP of DC1 itself, > which is .205 Yes correct. After that reboot the server. Check the timestamp again and/or did it change? Now the hunt for the resolv.conf change. cat /etc/network/interfaces If you have dns-nameserver these are
2019 Mar 13
0
replication fails
On Wed, 13 Mar 2019 12:28:08 +0100 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > Am 13.03.19 um 11:55 schrieb L.P.H. van Belle via samba: > > Hai, > > > > Ok, so the reboot changed your resolv.conf > > check the timestamp of /etc/resolv.confs > > Write this down. > > > >> So I assume it should point to
2017 Sep 01
3
side-effect of calling functions via `::`
...b as.character(form) formula.tools::lhs(form) as.character(form) The first call to as.character returns: [1] "~" "a" "b" The second returns: [1] "a ~ b" The reason being that formula.tools has: S3method(as.character,formula) in its namespace, which quietly supersedes the default one. In my case it led to a bug that was rather hard to track down because it looked like non-deterministic behaviour. Shouldn't there at least be a warning about such side effects, the way library() tells you about masking? Best Simon Barthelme
2016 Feb 11
2
rpm containing gmessage???
On 02/11/2016 01:48 PM, Frank Cox wrote: > On Thu, 11 Feb 2016 13:42:39 -0500 > ken wrote: > >> Maybe I haven't run the correct yum commands or looked in the right >> repo, but I haven't found a utility called 'gmessage'. Anyone know >> where to find it? > > gmessage has been more-or-less superseded by zenity. > That's nutz. From docs
2015 Nov 29
2
[PATCH 0/2] Do not use the "red zone" on EFI
On Nov 28, 2015 2:51 AM, "Ady via Syslinux" <syslinux at zytor.com> wrote: > > From: Sylvain Gault <sylvain.gault at gmail.com> > > > > The System V ABI for x86-64 specify that a "red zone" is an area of 128 bytes > > above the current stack frame. This area can be used by a called function in > > order to avoid the overhead of
2018 Apr 19
3
Down C6 ALL without torrent ?
Hi, I have a machine with a BIOS that does not permit DVD installation. It accepts everything else including some old superseded media types. Is it possible to download C6 combined parts 1 and 2 not using Torrent ? I have an aversion to using anything that comes from unknown sources, as used by Torrent. Thank you. -- Regards, Paul. England, EU. England's place is in the
2015 Apr 01
2
[LLVMdev] Workaround for Bug 22963?
Hi, I have recently upgraded my project to LLVM 3.6 and I am wondering whether I should have waited for version 3.6.1. With JIT having been officially superseded by MCJIT, I updated my code and got everything working fine on 64-bit Windows, 32-bit/64-bit Linux and OS X, but it's not working properly on 32-bit Windows. Basically, the issue I am having is similar to the one reported in
2008 Jul 30
5
History pruning
Hi, I find that a typical workflow for me looks something like this: 1) import some data from files 2) mess around with the data for a while 3) mess around with plotting for a while 4) get a plot or analysis that looks good 5) go back through my history to make a list of the shortest command sequence to recreate the plot or analysis 6) send out that sequence to colleagues, along with the
2008 Jan 02
2
[LLVMdev] x86 calling conventions refactoring
Hi all, The attachment supersedes the previous patch. It incorporates some feedback from Anton and takes the next step of merging the largely duplicated calling convention logic in X86ISelLowering. LowerCCCArguments, LowerX86_64CCCArguments and LowerFastCCArguments are merged and inlined directly into LowerFORMAL_ARGUMENTS....
2016 Apr 27
5
Bourne shell deprecated?
>>> >>last OS I can think of with an actual Bourne shell was Solaris. >>> >> >>> >> >> > >> >The various *BSD's have & use the actual Bourne shell .... >> > >> > > Which one? All the BSDs I know of use the Almquist Shell except for > OpenBSD which uses a patched version of the Public Domain Korn Shell
2019 Mar 30
2
CentOS Repository broken ?
...e Maybe there is something wrong with his local yum/repo configuration. CentOS 7 usually doesn't mix 32bit and 64bit packages anymore. Installiert: 2:dovecot-2.3.5-1.x86_64 (Installiert = installed) -> dovecot-2.3.5-1 is already installed as a 64bit package (this is an epoch 2 package that supersedes 2.2.36-3, which is epoch 1). Ben?tigt: dovecot = 2:2.3.5.1-1 (Ben?tigt = this is the required version that should be installed) Verf?gbar: 1:dovecot-2.2.36-3.el7.i686 (base) (Verf?gbar = this version is available) -> but this is epoch 1 and i686, although dovecot-2.3.5-1.x86_64 has already be...
2011 Dec 01
3
[PATCH] docs: Say in xm(1) that xm is obsolete
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> diff -r 3b409f65abae docs/man/xm.pod.1 --- a/docs/man/xm.pod.1 Thu Dec 01 17:26:48 2011 +0000 +++ b/docs/man/xm.pod.1 Thu Dec 01 18:01:35 2011 +0000 @@ -1,6 +1,6 @@ =head1 NAME -xm - Xen management user interface +xm - Obsolete xen management user interface =head1 SYNOPSIS @@ -8,10 +8,14 @@ B<xm> I<subcommand>