General :: Check Modinfo Of Installed Modules?
Apr 8, 2011
I have a doubt, suppose i have a module having different versions.I have installed one of these module, now i want to check module info of installed module, Is there any way to check it
View 2 Replies
ADVERTISEMENT
May 17, 2011
which is the most elegant way to check which apache modules are enabled?
View 3 Replies
View Related
Mar 31, 2011
1) How to check all installed modules in Ubuntu?
2) How to check whether I installed a specific module or not? For example, uhci_hcd ?
3) How to install a specific module?
View 1 Replies
View Related
May 1, 2010
I am trying change the MaxClients parameter for apache2 on ubuntu. I looked in apache2.conf and there are two instances where MaxClients is mentioned.
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
[Code]....
View 2 Replies
View Related
Nov 23, 2010
I m facing a problem in installing GNS3 Cisco simulator on Fedora 14. I persistently followed the instructions on the [URl]... website and the readme that came in with the GNS3 source package. The main packages needed before running GNS3 are:
Dynamips
Dynagen
Qemu
Qt 4.5.1 (or higher)
Python 2.5 (or higher)
Sip 4.5 (or higher)
PyQt 4.5 (or higher
Ive compiled and installed all the above packages...it took almost a lifetime, especially for Qt and PyQt. Then, I compiled and installed the GNS3 package and that went well too. But when I run the gns3 executable, I m getting the error message given below:
[root@mnpc GNS3-0.7.2-src]# gns3
Can't import Qt modules, PyQt is probably not installed. I did a double install on PyQt, but the problem still persists.
View 5 Replies
View Related
Sep 25, 2010
Howto check from the command line which modules were loaded after Lenny restart?
View 2 Replies
View Related
Jul 26, 2010
I found that I have several services running related to ftp
Code:
cat /etc/services | grep ftp
ftp-data 20/tcp
[code]...
View 2 Replies
View Related
Jan 13, 2010
Actually i want my java code to connect to linux sendmail server. Right now i am using gmail pop protocol to connect to gmail server. So now i want to connect to sendmail server using pop and i read that using dovecot you can make sendmail to havepop and imap services. By default it has only SMTP support. So i want to know how can i check that i have dovecot installed or not, or my sendmail has pop or imap enable or not. Means by what command.
View 7 Replies
View Related
Mar 31, 2011
os: fedora 9how do i check if i have glut.h installed?actually,i tried to run graphics programs in KdevelopC/C++ ,i included the line#include<GL/glut.h>and it shows an error at all functions including glut functions when i compiled it.also i have gone to project->project options->configure options->linker flags->-lglut
View 2 Replies
View Related
Feb 23, 2011
I would like to know if there is other ways of checking what is installed in my RHEL other then using rpm -qa.I realised that some programs like firefox that i dl from the firefox website and unzip to use does not appear in the results from rpm -qa.
View 12 Replies
View Related
Feb 16, 2010
I want to use samba in one of my linux machines so that I can share my directories in linux in windows machine . How do I check in samba is installed or not . I checked in /etc/init.d directory , I expected smbd executables to be there . But I can't find it there . Does it mean that samba in not intstalled there
View 6 Replies
View Related
Dec 14, 2009
how can I check if my machine have the kernel-modules to mount NTFS? Running FC12
View 2 Replies
View Related
Mar 6, 2011
I want set up VPN on my VPS but when i try to turn on tun/tap i see:
:/lib/modules# modprobe tun
FATAL: Could not load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No such file or directory
os : debian 5
(folder lib/modules is empty)
View 1 Replies
View Related
Jan 13, 2011
when trying to use "yum install skype" i get this line below No Repositories Available to Set Up
View 1 Replies
View Related
Feb 26, 2010
Is there a unique command ( common to all Linux Distros, Solaris, Windows ) to know whether a service is installed and running on my system or not??
View 5 Replies
View Related
May 21, 2011
I want to know that is there any command by which i can check which type of hardware devices are installed in my Linux box like SVGA,Sound Card,LAN Card.
View 4 Replies
View Related
May 1, 2010
i have a input text file contain 10 rpms and they are old versions i need a shell script to check if these rpms is installed or not and if the newer version is installed and i need all the results in one output text file contain every rpm and its condition ( the same) or (new )or( not installed)
View 3 Replies
View Related
May 11, 2010
I've been trying to load my pcmcia network card driver "xirc2ps_cs" at startup with no success. I have added "modprobe xirc2ps_cs" to the rc.modules file but it doesn't load at startup. Curiously, though, if I execute rc.modules AFTER the machine has booted it will load the modules just fine. Just not during the boot up process. Thinking that hotstart might have been causing problems I've disabled hotstart (chmod -x) temporarilly to remove it from the picture, but there was no change.
View 5 Replies
View Related
Apr 28, 2010
I haven't been able to get a working X11 environment on a Dell PowerEdge 1850. Using YaST without an X11 environment sucks particularly when you are trying to configure Apache. In addition, the Apache configuration files seem to have changed significantly since the last time I configured Apache on a SuSE Linux distribution. Where can I find good documentation on editing suseconfig files to ensure that I get the modules installed that I need for the collaboration tool that I'm installing?
View 2 Replies
View Related
Feb 20, 2010
Im trying to setup pwm config on this computer so that the fans wont come on to loud. Motherboard is DFI lanparty JR p45-t2rs. there is pwm hardware, as i have used pwm config in arch on the same computer. any pointers you can give me to get pwm control working on this pc? edit: during sensors detect. im told that the it87 module is needed. but i cannot load it:
mark@torrentslave:~$ sudo modprobe it87
FATAL: Error inserting it87 (/lib/modules/2.6.31-17-server/kernel/drivers/hwmon/it87.ko): Device or resource busy
mark@torrentslave:~$
View 1 Replies
View Related
Apr 20, 2011
I am getting a error bellow error msg when running gns3, can some explain what needs to be done. Cant import Qt modules, PyQt is probably not installed?
View 1 Replies
View Related
Feb 27, 2010
modinfo -l shows a ton of different video drivers, from matrox to ATI. Are all these drivers currently loaded my kernel, and is it ok to disable all but nvidiafb (since my system if 100% nvidia)?
View 2 Replies
View Related
Dec 4, 2010
I'd like to mount an iso file ,however, it failed as following: ljk@ljk-laptop:~/Test$ modinfo loop ERROR: modinfo: could not find module loop what I can do?
View 1 Replies
View Related
Dec 18, 2010
I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub
I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.
View 2 Replies
View Related
Mar 25, 2010
I have developed a small website using jspx pages.Now i want to host the website to a server which is a linux machine.The linux machine which i m referring to is already hosting some web pages(jspx) through a web server Which is running at port 8888.My first question would be "How would i check which web server is installed in the server?"Due to my little knowledge about linux machine .I have copied some simple html pages to /var/ www/ html location. The pages are getting accessed correctly on port number 80.But how would i go about hosting jspx pages.
View 13 Replies
View Related
Jan 20, 2010
I'm using centos. I want to know, how to check that rpm is installed or not (through rpm cmd only).
View 4 Replies
View Related
Jan 15, 2011
i have installed "php" by su - "yum install php"..When i try to test my installation,by creating a php script using the line <?php phpinfo(); ?> and asving it in the .php way.But when i try to open it via my Firefox browser .. it is not showing as intended.!! what went wrong i don't know!Please guide me!Hi i have installed LAMP on my Pc by following the instruction in this link "http://www.unixmen.com/linux-distributions/7-fedora/1284-how-to-install-lamp-in-fedora14-". But after installing php ad when i try to test, it just showing phpinfo();, what will be the problem ?
View 6 Replies
View Related
Feb 6, 2011
I am very new to ubuntu, I would like to ask whether it is possible to check whether libcurl has been installed?
View 2 Replies
View Related
Jun 1, 2011
I'm trying to install libusb. I've downloaded a file from [URL]. I've unzipped the file; the folder's on my desktop. I've tried to install this, but I'm not sure how. Under installation it says: See the file 'INSTALL'. There are a few files that start with this term: INSTALL.libusb, INSTALL.libusb.in and install-sh. The first two appear to be the same, while the latter appears to be some sort of program.
When I double click it, I get a few options, including "run". I assumed this was the correct way to install the program, but when I hit run, nothing happens. I've displayed this file, but this gives me no additional information. I've tried running it in terminal: nothing. Maybe it has installed, and I just don't know it. How would I even check if it's installed? (I'm only installing libusb because I need it for something else).
View 5 Replies
View Related
Apr 20, 2011
how do I check to see if my linux box has a RSA card installed on it?
View 1 Replies
View Related