search for: tokeep

Displaying 6 results from an estimated 6 matches for "tokeep".

2007 Nov 03
4
Questions about kernel updates
...6.18-8.1.14.el5 before I could play DVDs with either Xine or mplayer. ( xine-0.99.5-1.el5.rf & mplayer-1.0-0.36.rc1try2.el5.rf ). This is no big deal to me -- as long as I can make certain that the older kernel doesn't go away. If I understand the installonly plugin correctly, an entry of tokeep=4 in /etc/yum/pluginconf.d/installonlyn.conf will cause yum to leave the working kernel in place through 2 more upgrades. Aside from setting tokeep to an insanely large value, is there any way to insure that yum will concern itself only with installing updates, allowing me to deal with tossing the...
2007 Sep 18
2
yum kernel update problem
On the subject of kernel updates: I had my install kernel (2.6.18-8.el5xen) and 2.6.18-8.1.8.el5xen on the box. I was unable to originally boot the update (8.1.8xen) because of the 3ware driver issues (I needed to use a driver floppy at install time). I jumped through some hoops (which I am struggling to understand) with weak-updates to get the 2.6.18-8.1.8 kernel to see my raid devices, which
2019 Mar 26
2
do not uninstall old when yum install new
Hi, I have a specific needs that requires yum do not to uninstall old version when install new one. For example, I found that yum install kernel will install new kernel, and old kernel will remained. But yum install <something-else> will uninstall old version after install new one, how to disable it? Thanks.
2019 Mar 26
0
do not uninstall old when yum install new
...ike any other package. installonly_limit Number of packages listed in installonlypkgs to keep installed at the same time. Setting to 0 disables this feature. Default is '3'. Note that this functionality used to be in the "installonlyn" plugin, where this option was altered via tokeep. Note that as of version 3.2.24, yum will now look in the yumdb for a installonly attribute on installed packages. If that attribute is "keep", then they will never be removed.
2008 Jul 28
0
Help with yaImpute
...domForest 4.5-25 Type rfNews() to see new features/changes/bug fixes. Rows per dot: 10 Rows to do: 1062 ToDo: .......................................................................................................... Done: First six lines of predicted data for map row: 1 object.yRefs...toKeep. 1x0001 -9999 1x0002 -9999 1x0003 -9999 1x0004 -9999 1x0005 -9999 1x0006 -9999 Error in AsciiGridImpute(RF, xfiles, outfiles) : BA_PER_HA_ is not present in the predicted data ##################...
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...() { return Fpath; } + + error_code &getLastErrCode() { return LastErr; } + std::string &getLastErrStr() { return LastErrStr; } + + bool ErrOccur() const { + return LastErr != error_code::success() || !LastErrStr.empty(); + } + + void setKeep() { Keep = true; } + bool toKeep() const { return Keep; } + + private: + friend class IPOFileMgr; + IPOFile(const char* DirName, const char *BaseName, bool Keep=false); + ~IPOFile(); + + private: + std::string Fname; + std::string Fpath; + error_code LastErr; + std::string LastErrStr; + bool Keep; + };...