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
ADVERTISEMENT
Aug 12, 2010
I'm trying to configure SNMP service to send traps to SNMP server. I've installed net-snmp-utils, now I need to configure the "snmpd.conf" file...
View 2 Replies
View Related
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
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
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
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
View Related
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
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
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
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
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
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
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
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
Jul 23, 2010
How can I find out which version of Firefox my Ubuntu 10.04 is running?
View 2 Replies
View Related
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
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
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
Dec 15, 2009
Im just after installing fedora 12 dual boot with windows 7. When I try to find my wireless network the laptop doesn't seem to picking it up. It works perfectly when I connect with a LAN cable.
View 2 Replies
View Related
Jun 28, 2011
I want to know how to find out what firmware version is on my optical-drive. And also if an update is available, how to update the firmware.
View 4 Replies
View Related
Mar 23, 2010
I know this is a very silly post, however I just can't find the link to download a previous version of Open SUSE.if someone could direct me to a page where I can download the Open SUSE 10.2
View 1 Replies
View Related
Jun 7, 2011
No matter how I try, or how many sources I go to, every instance of open office gives me an error message saying that the JRE (Java) file is corrupt. I cannot find an instance of Open Office I can download regardless of the version. I have no Open Office now. How can I find a version that will give me the entire package AND install? I've had a lot of trouble getting any version to install...but that may be due to the corruption of the JRE file
View 1 Replies
View Related
Mar 5, 2011
I want to write a script. I have the basic form working... but I would like to add some advanced features. I have a list of .zip files that have a version number in the filename (i.e. sudoku-134.zip, sudoku-176.zip, sudoku-203.zip, etc). I would like to have a script that will find the latest version of each game, and unzip it. I want the next to latest version left untouched. But anything older, I would like the unzipped folder deleted (But leave the .zip file)
Here's what I have so far:
Code:
#!/bin/bash
cd /var/www/vhosts/server.com/httpsdocs/games/$1
for file in `ls *.zip`; do
if [ -d ${file%.*} ]; then
echo
else
mkdir ${file%.*}
cd ${file%.*}
unzip ../$file > /dev/null
cd ..
echo 'date' $file >> /var/www/vhosts/games4roku.com/private/$1.log
fi
done
I can call the script with "game-unzip public" to unzip all the public games.
Here's my files:
Code:
sudoku-134.zip
sudoku-134/
sudoku-176.zip
sudoku-176/
When I add the latest version, sudoku-203.zip, I want it to unzip it to ./sudoku-203/ and rm -rf sudoku-134
View 2 Replies
View Related
Mar 22, 2010
With Mandriva 2010 and KDE 4.3.5 it updated to kernel; 2.6.31.12-1mnb and I want to find out if it boots to this new kernel, or the previous one. In the Ubuntu gnome desktop I do know how to find that easy, so what tool or terminal command will display the current running kernel version ?
View 6 Replies
View Related
Aug 17, 2010
I have a directory containing a ton of photos, some of which are duplicates but just with different names. Is there any way in linux to find all the duplicates and remove all of them except the most recent version? I know on Windows there are utilities that will do this through a GUI, but I'm using Linux through the CLI only.
View 6 Replies
View Related
Apr 7, 2010
I need to find TCSH shell and gzip version number by running a acript on several boxes through ssh. How can i do that? I made a script for tcsh but it is not working by ssh , it only works on my box . I dont know from where to find the gzip version info.
View 5 Replies
View Related
May 19, 2010
I want to compile MFiX which is a simulation software. Therefore, I installed the Intel Fortran Compiler Ver. 11.x When compiling, I can only choose between Ver.9.x and 10.x.
This is a part of the error message when choosing either:
Is there a possibility to link the program to the newer compiler version?
I'm using Centos 5.4.
View 5 Replies
View Related
Nov 6, 2010
I'm running openSuSe 11.3 and KDE4.5, but the only version of KDirStat that I can find in the repos is dependent on the KDE3 libs. Is there a version available for KDE4.5? Or maybe something else equally as good (apart from running WinDirStat under Wine)
View 1 Replies
View Related
Aug 9, 2010
Lasted repositories: Index of /repositories/X11:/RemoteDesktop/openSUSE_11.3/i586
FreeNX-0.7.2-28.1
NX-3.4.0-21.1
To day I try install on openSUSE 11.3 and SLES11-SP1, Not finish. Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[012].0 backend is needed for this version of FreeNX.
# nxsetup --install
Removing special user "nx" ...no crontab for nx
done
Removing session database ...done
Removing logfile ...done
sent invalidate(passwd) request, exiting
sent invalidate(group) request, exiting
Setting up /etc/nxserver ...done
[Code]...
View 1 Replies
View Related
Sep 12, 2010
I have been upgrading Ubuntu as its new distributions are released every six months regularly since quite some time now. Is there a way I can find out which was the original installation version that I first installed after I formatted my disk. I mean as far as I remember I have been using this state of my Ubuntu since 8.04 and have been upgrading since then, but I am not sure.
View 4 Replies
View Related