Sponsored Content
Full Discussion: Updating RedHat 5.1
Operating Systems Linux Red Hat Updating RedHat 5.1 Post 302427498 by Obi-Wan on Sunday 6th of June 2010 06:06:08 PM
Old 06-06-2010
Updating RedHat 5.1

Hi all,

Can any one tell me how I can update RedHat 5.1 without it getting upgraded to 5.5?

Thanks
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Updating Kernels and video drivers in Redhat 8.0

Hi. I have a few "newbie" questions. This is a 2 part question which I was unable to find an answer. First, I have recently installed the kernel patch and video driver from Nvidia for my GeForce Ti 4800 video card for 3d on a fresh install of Redhat 8.0. I need to do all of the updates for Redhat.... (1 Reply)
Discussion started by: jeremiebarber
1 Replies

2. Shell Programming and Scripting

awk updating one file with another, comparing, updating

Hello, I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^ Here is what I'm trying to achieve : file1: test filea 3495; test fileb 4578; test filec 7689; test filey 9978; test filez 12300; file2: test filea... (11 Replies)
Discussion started by: mecano
11 Replies

3. Shell Programming and Scripting

Script for updating the comments field on /etc/passwd on redhat linux

Hi there, I have more that 300 servers that I need to updated the comments field on /etc/passwd for users that have a blank comments fields. The users have accounts on different servers. I have created a list of these users on a text file called update_passwd.txt. I need a script that will... (6 Replies)
Discussion started by: Linux Duke
6 Replies

4. Shell Programming and Scripting

Updating data

Hi Guys, i currently facing a problem with a script i'm writing. I have a text file with the following data Windows in 21 days:John Goodman:29.90:30:19 I will like to know what method i can use so in order to edit the data in any of the field with ":" being the delimiter. example if i... (5 Replies)
Discussion started by: Cheranime
5 Replies

5. Red Hat

Redhat Cluster updating kernel setting

hello, I was going through clustering documentation for Redhat, it says "Enable IP Aliasing support in the kernel by setting the CONFIG_IP_ALIAS kernel option to y. When specifying kernel options, under Networking Options, select IP aliasing support", I knew I should update /etc/sysctl.conf with... (1 Reply)
Discussion started by: bobby320
1 Replies

6. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

7. SCO

FoxPro 2.6 and updating UW

I have an app in FP26 with 400 prgs currently en UW7.1.1 thats work perfectly. I have a new server and install UW7.1.4 and FP26. Then I had copy my App to new server. But the next command doesn't work: use database @10,10 get name read I can't write in the get. ... (5 Replies)
Discussion started by: AralVorkosigan
5 Replies

8. UNIX for Dummies Questions & Answers

Updating a File

Hi, I have a below requirement and need your help in this regard. I have two timestamps in a file i.e. TimeBefore=2014-07-10.18.06.55 TimeAfter_1=2014-07-09.05.45.12 TimeAfter_2=2014-07-09.05.40.12 When I first run the script file, it sets the 'TimeBefore' to todays date. When I run... (5 Replies)
Discussion started by: vrupatel
5 Replies

9. Ubuntu

16.04 not updating

Just installed the latest version on my hp stream, was tired of windows. Of the few times I've used Linux, this is the first time it won't update. Im connected to the net the updater recognizes that the OS needs 21 updates. But it won't download/install the updates. It also won't load the... (1 Reply)
Discussion started by: DabblingMadman
1 Replies
PERL586DELTA(1) 					 Perl Programmers Reference Guide					   PERL586DELTA(1)

NAME
perl586delta - what is new for perl v5.8.6 DESCRIPTION
This document describes differences between the 5.8.5 release and the 5.8.6 release. Incompatible Changes There are no changes incompatible with 5.8.5. Core Enhancements The perl interpreter is now more tolerant of UTF-16-encoded scripts. On Win32, Perl can now use non-IFS compatible LSPs, which allows Perl to work in conjunction with firewalls such as McAfee Guardian. For full details see the file README.win32, particularly if you're running Win95. Modules and Pragmata o With the "base" pragma, an intermediate class with no fields used to messes up private fields in the base class. This has been fixed. o Cwd upgraded to version 3.01 (as part of the new PathTools distribution) o Devel::PPPort upgraded to version 3.03 o File::Spec upgraded to version 3.01 (as part of the new PathTools distribution) o Encode upgraded to version 2.08 o ExtUtils::MakeMaker remains at version 6.17, as later stable releases currently available on CPAN have some issues with core modules on some core platforms. o I18N::LangTags upgraded to version 0.35 o Math::BigInt upgraded to version 1.73 o Math::BigRat upgraded to version 0.13 o MIME::Base64 upgraded to version 3.05 o POSIX::sigprocmask function can now retrieve the current signal mask without also setting it. o Time::HiRes upgraded to version 1.65 Utility Changes Perl has a new -dt command-line flag, which enables threads support in the debugger. Performance Enhancements "reverse sort ..." is now optimized to sort in reverse, avoiding the generation of a temporary intermediate list. "for (reverse @foo)" now iterates in reverse, avoiding the generation of a temporary reversed list. Selected Bug Fixes The regexp engine is now more robust when given invalid utf8 input, as is sometimes generated by buggy XS modules. "foreach" on threads::shared array used to be able to crash Perl. This bug has now been fixed. A regexp in "STDOUT"'s destructor used to coredump, because the regexp pad was already freed. This has been fixed. "goto &" is now more robust - bugs in deep recursion and chained "goto &" have been fixed. Using "delete" on an array no longer leaks memory. A "pop" of an item from a shared array reference no longer causes a leak. "eval_sv()" failing a taint test could corrupt the stack - this has been fixed. On platforms with 64 bit pointers numeric comparison operators used to erroneously compare the addresses of references that are overloaded, rather than using the overloaded values. This has been fixed. "read" into a UTF8-encoded buffer with an offset off the end of the buffer no longer mis-calculates buffer lengths. Although Perl has promised since version 5.8 that "sort()" would be stable, the two cases "sort {$b cmp $a}" and "sort {$b <=> $a}" could produce non-stable sorts. This is corrected in perl5.8.6. Localising $^D no longer generates a diagnostic message about valid -D flags. New or Changed Diagnostics For -t and -T, Too late for "-T" option has been changed to the more informative "-T" is on the #! line, it must also be used on the command line Changed Internals From now on all applications embedding perl will behave as if perl were compiled with -DPERL_USE_SAFE_PUTENV. See "Environment access" in the INSTALL file for details. Most "C" source files now have comments at the top explaining their purpose, which should help anyone wishing to get an overview of the implementation. New Tests There are significantly more tests for the "B" suite of modules. Reporting Bugs If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl bug database at http://bugs.perl.org. There may also be information at http://www.perl.org, the Perl Home Page. If you believe you have an unreported bug, please run the perlbug program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of "perl -V", will be sent off to perlbug@perl.org to be analysed by the Perl porting team. You can browse and search the Perl 5 bugs at http://bugs.perl.org/ SEE ALSO
The Changes file for exhaustive details on what changed. The INSTALL file for how to build Perl. The README file for general stuff. The Artistic and Copying files for copyright information. perl v5.12.5 2012-09-11 PERL586DELTA(1)
All times are GMT -4. The time now is 02:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy