search for: retire

Displaying 20 results from an estimated 1108 matches for "retire".

2019 Jul 23
4
[libnbd PATCH] api: Allow completion callbacks to auto-retire
...hing further to be learned about the command by calling nbd_aio_command_completed() compared to what the callback already had access to. There are still scenarios where manually retiring the command after the fact is useful (whether the return was 0 to keep the status unchanged, or -1 to alter the retirement status to *error), but by allowing a return value of 1, we can reduce the number of API calls required. We can also auto-retire the lone NBD_CMD_DISC request, reducing the amount of special casing in nbd_aio_[peek_]command_completed. Note that although this is not an API change, it does chang...
2011 Feb 16
0
Ronaldo anounces retirement from football
In a tearful announcement, Ronaldo,one of the world's greatest soccer stars, revealed his decision to retire, ending one of the most successful careers in soccer. Ronaldo Lu?s Naz?rio de Lima,commonly known as Ronaldo, is a Brazilian former footballer who last played for Corinthians. Ronaldo was one of the most prolific scorers in the world in the late 1990s and the early 2000s. He won his first Ballon d...
2023 Oct 03
0
maptools, rgdal, rgeos and rgrass7 retiring Monday, October 16
....org/web/packages/rgrass/vignettes/coerce.html). Information about the evolution project may be found in reports and resources at https://r-spatial.github.io/evolution/; a recent blog by Jakub Nowosad may also be useful as an overview of what has been going on: https://geocompx.org/post/2023/rgdal-retirement/. For more detail, see https://r-spatial.github.io/evolution/ogh23_bivand.html and a video recording of this presentation https://av.tib.eu/media/63141 (August 28). All directly affected package maintainers have been alerted to the impending changes, some in December 2022, most others in March...
2023 Oct 03
0
maptools, rgdal, rgeos and rgrass7 retiring Monday, October 16
....org/web/packages/rgrass/vignettes/coerce.html). Information about the evolution project may be found in reports and resources at https://r-spatial.github.io/evolution/; a recent blog by Jakub Nowosad may also be useful as an overview of what has been going on: https://geocompx.org/post/2023/rgdal-retirement/. For more detail, see https://r-spatial.github.io/evolution/ogh23_bivand.html and a video recording of this presentation https://av.tib.eu/media/63141 (August 28). All directly affected package maintainers have been alerted to the impending changes, some in December 2022, most others in March...
2019 Aug 12
0
[PATCH libnbd 2/7] lib: Allow retired commands to use free_callback on their buffer.
...tions(-) diff --git a/generator/states-reply.c b/generator/states-reply.c index 09adfed..389317e 100644 --- a/generator/states-reply.c +++ b/generator/states-reply.c @@ -194,7 +194,7 @@ save_reply_state (struct nbd_handle *h) h->cmds_in_flight = cmd->next; cmd->next = NULL; if (retire) - nbd_internal_retire_and_free_command (cmd); + nbd_internal_retire_and_free_command (h, cmd); else { if (h->cmds_done_tail != NULL) h->cmds_done_tail = h->cmds_done_tail->next = cmd; diff --git a/generator/states.c b/generator/states.c index 9ed57ae..a11c1d1 10064...
2019 Jun 18
3
Retiring VS2015 Support
AFAICT we traditionally only support building llvm/clang with the 2 most recent releases of Visual Studio. With the release of VS2019, what do people think of retiring VS2015 support before the next major llvm/clang release? As well as simplifying C++14 migration (admittedly only a little), this should also let us remove a number of hacks (e.g. the alignas/AlignedCharArray hack in
2017 Sep 28
0
Duncan's retirement: who's taking over Rtools?
...might mean, and Duncan I'll also reach out to you directly off-list. Cheers, # David -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Joris Meys Sent: Thursday, September 28, 2017 08:28 To: r-devel at r-project.org Subject: [Rd] Duncan's retirement: who's taking over Rtools? Dear dev team, I was sorry to see the announcement of Duncan about his retirement from maintaining the R Windows build and Rtools. Duncan, thank you incredibly much for your 15 years of devotion and your impressive contribution to the R community as a whole. Th...
2023 Apr 10
1
Retirement/archiving of rgdal, rgeos and maptools October 2023
The third report on the R-spatial evolution project has been published. https://r-spatial.org/r/2023/04/10/evolution3.html It links back to earlier blogs and presentations, and focuses on work that maintainers of R packages and workflows using rgdal, rgeos and maptools need to put in train now before the packages are archived on CRAN. The first changes will occur in June 2023, and the
2023 Apr 10
1
Retirement/archiving of rgdal, rgeos and maptools October 2023
The third report on the R-spatial evolution project has been published. https://r-spatial.org/r/2023/04/10/evolution3.html It links back to earlier blogs and presentations, and focuses on work that maintainers of R packages and workflows using rgdal, rgeos and maptools need to put in train now before the packages are archived on CRAN. The first changes will occur in June 2023, and the
2006 Oct 11
1
Retiring test2spec?
Hi all, We''re thinking about retiring the test2spec translation tool because it''s becoming a maintenance problem. Is anyone using it? Would anyone miss it if it went away? Aslak
2006 Oct 31
0
PSARC 2005/738 SSG-Availability Feature Set 2 APR
.../hg/zfs-crypto/gate Revision: e3fd1c8e561df6513f95dba9c1ab58f4690d3354 Log message: PSARC 2005/738 SSG-Availability Feature Set 2 APR PSARC 2005/748 FMA for UltraSPARC DataPath 6229087 SPARC CPU/Mem DE should track DIMM serial numbers on Serengeti/Starcat 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms 6281113 RFE: AVL-FS2: FMA-AVL Datapath Diagnosis Coordination Files: create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp.c create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd_dp.h create: usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/cmd...
2018 Feb 18
4
Intent to retire: zerofree
...also a more serious data safety issue: Although this probably works OK for ext2 since that format is frozen in time, it probably corrupts ext4 filesystems containing features that it doesn't know about. It is for these reasons that I don't think you should use this package and I intend to retire it unless anyone says otherwise. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http...
2015 Apr 02
5
OT: Recommended anti-virus for Windows
...servers), I have it installed on a > few machine that unlikely ever will see any visus, hence I do not have > sufficient "battle ground" experience with immunet 3. One thing I forgot to mention: I also always recommend AGAINST using kasperski. Kasperski is KGB guy (*cough* *cough* retired. You know in that service retirement is only feet first dead, so you do your math). Valeri > > Valeri > >> Thanks, >> MArtin >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2.0.22 (GNU/Linux) >> >> iQIcBAEBAgAGBQJVHbCMAAoJEAF3yXsqtyBl4I8P/AsvH+cyG...
2017 Jan 02
1
retire first member server Administrator account complaint
I have been working towards retiring my first member server. (Sernet 4.2.14??) Moved all the user files, checked and double checked the ACL's and all seems good. My users redirect folders to my member servers with a GPO policy. I use roaming profiles (again via GPO) that have been confirmed as working properly against the newer member server (running Samba 4.5.3 from source.) Now, the
2021 Mar 12
2
On retiring some terminology
Hello fellow NUTs :) Some time ago an issue https://github.com/networkupstools/nut/issues/840 was raised, and with current work underway to publish a standard on NUT protocol it became more urgent - to retire the master/slave terminology from NUT configuration and documentation. I looked around for suitable synonyms, and for our primary use-case with upsmon roles - where it either manages an UPS by direct link and tells others to shut down ASAP, or is one of such shutdown agents being told what to do...
2021 Mar 12
2
On retiring some terminology
Hello fellow NUTs :) Some time ago an issue https://github.com/networkupstools/nut/issues/840 was raised, and with current work underway to publish a standard on NUT protocol it became more urgent - to retire the master/slave terminology from NUT configuration and documentation. I looked around for suitable synonyms, and for our primary use-case with upsmon roles - where it either manages an UPS by direct link and tells others to shut down ASAP, or is one of such shutdown agents being told what to do...
2017 Sep 28
5
Duncan's retirement: who's taking over Rtools?
Dear dev team, I was sorry to see the announcement of Duncan about his retirement from maintaining the R Windows build and Rtools. Duncan, thank you incredibly much for your 15 years of devotion and your impressive contribution to the R community as a whole. Thinking about the future, I wondered whether there were plans for the succession of Duncan. Is it the intention to c...
2018 Feb 18
0
Re: Intent to retire: zerofree
...ly > > works OK for ext2 since that format is frozen in time, it probably > > corrupts ext4 filesystems containing features that it doesn't know > > about. > > > > It is for these reasons that I don't think you should use this package > > and I intend to retire it unless anyone says otherwise. > > Last time I used it (a year ago?) it worked properly for ext3 and ext4, but > on RHEL rather on Fedora. Not sure which features you are talking about in > detail, but bumping zerofree from 1.0.3 to 1.1.0 would add 64 bit block no. > support at le...
2018 Feb 18
1
Re: Intent to retire: zerofree
...ty issue: Although this probably > works OK for ext2 since that format is frozen in time, it probably > corrupts ext4 filesystems containing features that it doesn't know > about. > > It is for these reasons that I don't think you should use this package > and I intend to retire it unless anyone says otherwise. Last time I used it (a year ago?) it worked properly for ext3 and ext4, but on RHEL rather on Fedora. Not sure which features you are talking about in detail, but bumping zerofree from 1.0.3 to 1.1.0 would add 64 bit block no. support at least... Regards, Rober...
2006 Oct 31
0
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Author: ayznaga Repository: /hg/zfs-crypto/gate Revision: 6eac92b976923acc75b29f19db289920ad3fe49e Log message: 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint) Files: update: usr/src/uts/common/io/mem.c