CentOS 5 :: How To Find Out Exact Version

Jan 27, 2010

Assume I am sitting in front of a runnning CentOS.How can I find out the EXACT version of this installation?I am not (only) talking about the major release (e.g. 5) but the sub release (5.1 or 5.2 or 5.3 or...)The about box shows something about Gnome but not the details for the CentOS.

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Where To Find SSH Version 4.4

Jun 11, 2010

I am not sure if this was posted (search did not return any related results) but I am getting tagged for this version of ssh - SSH-2.0-OpenSSH_4.3. Where can I find 4.4 or above for CentOS?

View 1 Replies View Related

Programming :: Exact Text Find And Replace?

Aug 13, 2010

I have a sysctl.conf that has the following in it:

kernel.exec-shield-randomize = 1
kernel.exec-shield = 1

When I grep kernel.exec-shield I get both line, hence I keep over writing the kernel.exec-shield-randomize in my script because it finds them both for my sed commend.

How can I get an exact match with either sed/awk/grep in shell so I can do a find and replace?

Example: sed 's/^kernel.exec-shield =.*/kernel.exec-shield = 1/g' /etc/sysctl.conf will replace BOTH lines

Example: grep "^kernel.exec-shield" find both line and I want it to find only the exact line.

View 3 Replies View Related

Programming :: Using Grep To Find EXACT MATCH?

Nov 11, 2010

I'm trying to find exact matches of some users in the /etc/passwd file using "grep -w", but it doesn't always work. For example, I have the following users:[URl].. So, let's say, I want to search for the user "stewart" (which doesn't exist)

[Code]...

View 13 Replies View Related

General :: Find Out Exact Kernel Parameters When Corrupt Boot Loader?

Feb 8, 2010

How do i find out the exact kernel parameters (from the grub config file) when the boot loader is corrupt. Seems like a catch 22 that I need the exact boot parameters when I cant get to a prompt to read the grub.conf file to being with.

View 2 Replies View Related

Ubuntu Installation :: Select Exact Version Of Software During Installation?

Mar 11, 2011

I did horrible mistake and installed upgrade for firefox 3.6.15 via KPackageKit. There would be normally no problem but this version does not work with Q3 live Is there a way to select older version of software in KPackageKit, Synaptic or via dpkg?P.S. I don't want to install it from tar.gz2 file - I want normal installation.

View 1 Replies View Related

Software :: Cloning Centos As An Exact Image?

Sep 1, 2010

what is the best software for cloning my centos as an exact image?

View 1 Replies View Related

Software :: CentOS 5.3 - Ensure The Exact Libraries On One System Are On Another?

Aug 10, 2010

In a research environment how can I ensure that all RPMs / packages that appear on one system will exist on another? I.e. when using rpm -qa all libraries on one system will be there on another. The reason for this is to ensure they are as close as possible. Is there an easy way to do this without dealing with a larger management suite tool?

View 1 Replies View Related

CentOS 5 :: Postfix Version Comes With CentOSPlus Repository (Version 5.4)?

Jul 4, 2010

what is the postfix version comes with CentOSPlus repository for centos 5.4

View 2 Replies View Related

CentOS 5 Server :: Installed CentOS 5.3 On A Machine, And Need A Samba Version 3.2 Or Higher?

Jul 8, 2009

I've installed CentOS 5.3 on a machine, and I need a Samba version 3.2 or higher. Since 3.4 is out, I thought I'd grab that. But, "yum list|grep samba" gives me only version 3.0.33. Is there a package of Samba I can grab that will upgrade the 3.0 installation so that I don't have two laying around? If not and I need to compile from source, do you have any suggestions for what arguments I should give configure? I'm not used to Linux coming from the BSD world

View 1 Replies View Related

CentOS 5 Server :: LAMP Version Available In The Official CentOS 5.5 Repositories?

Oct 29, 2010

I'm quite new to Linux/CentOS. I installed LAMP from official CentOS repositories and I'm wondering why the PHP (5.1.6) or MySQL (5.0.77) versions are so old. Why there is now the latest versions available.

Is it recommended to use these versions or should I update to the newest one - if so could you plesae provide me some links to official repositories&tutorials.

View 2 Replies View Related

CentOS 5 :: CentOS Installs A Buggy Version Of Synergy

Mar 10, 2010

As I use a (CentOS) Linux computer and a Windows XP PC side by side, I decided to install Synergy, a software to use one computer's mouse and keyboard on neighboring computers too.However, Add/Remove Software installed Synergy Plus 1.3.4-1 instead. That mostly works... Except there's a known bug on Synergy, see bug 2955158: if you use Synergy Server on CentOS to control the Windows computer, as soon as you touch the keyboard when focus is in Windows, it freezes. (I can still ssh into CentOS, but its GUI is unusable.)

Well, Synergy-Plus 1.3.4 inherited that bug. That makes it, for that purpose, useless.So I uninstalled Synergy-Plus and tried to install the lower version, Synergy 1.3.1-7, as per the recommendation in the comment on that bug report, except: I ended up with Synergy-Plus 1.3.4 again.I tried again from the command line, using yum, to no avail: yum told me Synergy 1.3.1-7 was obsolete and replaced by Synergy-Plus.I had to exclude Synergy-Plus from installation with yum, with "-x 'synergy-plus-*'", to finally get Synergy 1.3.1-7.

There, I don't have this problem. I do think that making people upgrade to Synergy-Plus 1.3.4 is a mistake.It's still not perfect. With Windows as the Synergy server (and using the Windows keyboard), if I try to type a ">" (on an AZERTY keyboard), it types "�" instead); and I seem to have an issue to copy text from Windows into CentOS.With the roles swapped, using CentOS as the Synergy server and with the CentOS keyboard, I can copy from Windows. I'm still not sure what is the cause of this.

View 2 Replies View Related

CentOS 5 :: Managed To Get A Later Version Of PEAR Running On Centos?

Jul 6, 2010

I managed to install xdebug from pecl, using the php-pear package from Centos base.

However, when trying to install PHPUnit i get an error saying I need at least PEAR >= 1.8.x

Has anyone managed to get a later version of PEAR running on Centos please?

View 1 Replies View Related

CentOS 5 :: Way To 'lock' To Minor Release Version Of Centos?

Aug 18, 2010

I've had two centos smtp relays setup since 5.1, and it seems every day there are updates, and about every 3 months new minor releases.Is there a way to "lock" to a minor release version of centos? I use yum update to run updates, is that the correct process?

View 2 Replies View Related

General :: How To Find Out Which Version I Have

Jan 12, 2011

RedHat, Ubuntu, Fedora, cowpat, urinestain, papsmear. Who is the bureaucrat behind this mess? I believe it is a conspiracy to keep it exclusive.

View 11 Replies View Related

Red Hat :: How To Find SNMP Version

Sep 27, 2010

For RHEL 5 when I do a: snmpd -v I get:
NET-SNMP version: 5.3.2.2
Web: http://www.net-snmp.org/
Email: net-snmp-coders@lists.sourceforge.net

How do I determine if it's SNMPv3?

View 3 Replies View Related

Server :: Find Version Of Redhat?

Jun 12, 2011

I have redhat cd's(total 5 cd's). I want to install RHEL4. My problem is that I am not sure that cd's are RHEL4 version. How can check the version of rhel using cd's?

View 5 Replies View Related

CentOS 5 :: Best Suitable Version Of XFS To Work With CENTOS 5.3?

Nov 29, 2009

By the way, is there a step by step guide to install XFS file system and other related components on CENTOS 5.3,

View 2 Replies View Related

Debian :: Find The 32 Or 64 Bit Version Of Libgnome-keyring.so?

Jun 19, 2010

Fellow Debian users where can i find the 32 or 64 bit version of libgnome-keyring.so?

View 2 Replies View Related

Ubuntu :: Can't Find Original CD / Where Can Get Compatible Version?

Mar 3, 2011

I just installed the newest version of Ubuntu 10.10 with a dual boot with Windows 7. I like it, but I think I might need sound drivers. Flash content sounds seem to lag a lot, and it is kind of annoying. I am using an ASUS M2N68-AM SE2. I can't find the original CD. and even if I did have it, would it even work with Ubuntu? Where can I get a compatible version?

View 1 Replies View Related

General :: Find The SVGA Version Number?

Mar 30, 2010

I can track that my CentOS 5 ships with SVGA driver through:

cat /var/log/Xorg.0.log | grep SVGA

But how can I find the SVGA Version number?

View 1 Replies View Related

General :: Find Current Slackware Version?

Dec 18, 2010

I just installed SLACKWARE from ISO image, but don't know the version, the release is 2.6.27.7-smp.

View 4 Replies View Related

Fedora Hardware :: Can't Find ATI Graphics Drivers For Version 12

Mar 9, 2010

I have been searching for ages for graphics drivers for my ATI Mobility Radeon HD 4650 graphics card. I have several software that need hardware accelerated 3D. I found several threads that deal with this issue, but none of them seems to help. I tried the following:

[code]...

I rebooted after each one and I still cannot get any hardware accelerated 3D; it is as if I installed nothing.

View 3 Replies View Related

OpenSUSE :: Unable To Find Gnome Version Rpm For Kmplayer?

May 1, 2010

I try to find a rpm for kmplayer from here, but there are all for KDE? Software.openSUSE.org I am using opensuse 11.2 + Gnome desktop, which rpm should I use?

View 9 Replies View Related

OpenSUSE Network :: Couldn't Find Compatible GRE Between Version 1.9.2.3 And 1.9.2.3

Apr 29, 2010

I seem to have a problem with my Firefox upgrade. I am getting the following error: could not find compatible GRE between version 1.9.2.3 and 1.9.2.3.

View 9 Replies View Related

Ubuntu :: Where To Find .deb Packages For Newest Version Of Songbird?

Mar 4, 2010

I am running 9.04 and would like to get the newest version of Songbird. I don't want to upgrade just yet it that is needed so are there are other ways of doing so? If no one knows how to find .deb packages could they let me know how i could install the .tar.gz format offered on the website?

View 9 Replies View Related

Ubuntu Networking :: Find Out Which Version Of Firefox 10.04 Is Running?

Jul 23, 2010

How can I find out which version of Firefox my Ubuntu 10.04 is running?

View 2 Replies View Related

General :: Command To Find The OS Version Of Remote Host?

Dec 29, 2010

I'm in a situation, that I have no access to one of my remote server. And I CAN'T EVEN INSTALL ANY SOFTWARE in any linux boxes to determine the remote OS name and version.Can you please enlighten me on how could I find out the OS version of remote host without installing any software or without login to that server.

View 1 Replies View Related

General :: Cannot Find Kernel Version In /usr/src/linux-2.6.21.5 - Is It Configured

Dec 21, 2010

I'm currently trying to get my wireless card to work with ndiswrapper after installing backtrack4 today, BUT.When I try and use the make command it tells me that some or another file is missing. I've checked and the output is right, There is no file of that name but there is neither a folder of that name.

Code:

root@bt:/usr/src/ndiswrapper-1.56/ndiswrapper-1.56# make
make -C driver
make[1]: Entering directory `/usr/src/ndiswrapper-1.56/ndiswrapper-1.56/driver'

[code]....

View 5 Replies View Related

General :: Installing Ndiswrapper - Cannot Find Kernel Version?

Mar 17, 2010

im trying to install ndiswrapper to get my belkin wireless g pci network card working, but have an error

makefile:34 Cannot find kernel version in /lib/modules/2.6.28-18-generic/build, is it configured?

i have apt-get installed build-essential linux-headers-server

this is on ubuntu server 9.04 32bit version.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved