CentOS 5 :: Remove Some Modules From CentOS?

Jul 17, 2010

we have done a minimall install of centOS. We don't use software RAID, and after doing a "lsmod" we see a lot of modules loaded we dont need.

So I tried to remove the DMRAID because we don't need it. I'have added the dm_mirror, and dm_raid45 to both /etc/modprobe.d/blacklist:

blacklist dm_raid45
blacklist dm_message
blacklist dm_log
blacklist dm_log
blacklist dm_mod

[Code]...

View 2 Replies


ADVERTISEMENT

CentOS 5 :: How Can I Install Per Modules

Jun 20, 2010

I have a dedicated server. It doesn't have any GUI (gnome or something like that), so i need to use terminal, which is hard for a non-advanced user. So i have a few questions:I'm hosting a CS server and a few other servers later on. But right now only CS server. With it i need to start another perl window, which updates the stats to the website and database.So how can i start both server, that program and maybe use the console at the same time?Another question is: when i quit the server, it automatically restarts. How can i just kill the process? I don't want to restart my server every time i want to shut down the CS one.

About perl: how can i install per modules and how can i know the translations of perl modules from windows to linux names?And is there any firewalls by default clean installation, which might 27500 port and any connections trough 3306 to the database on my web server? If no, how come, that my program is unable to connect to my website database?Will my own email server take a lot of resources? Which only i would use and wouldn't receive much mail? And are there any guides how can i do that?Will a web server, which wouldn't take much visitors each day take a lot of resources?

View 13 Replies View Related

CentOS 5 :: FATAL: Could Not Load /lib/modules?

Aug 30, 2010

i try update new kernel and got this error when i try to actived tun/tap

Quote:
-bash-3.2# modprobe tun
FATAL: Could not load /lib/modules/2.6.18-164.15.1.el5.028stab068.9PAE/modules.dep: No such

[code]....

View 2 Replies View Related

CentOS 5 :: Virtual Box Don't Make Kernel Modules / Fix It?

May 28, 2009

I keep getting things like code...

but i already do
yum groupinstall "Development Tools"
yum install kernel-devel
commands.

I just reinstall my centos, and in the previous installation I used the virtual box without problems. that is giving wrong this time?
(i had tried the .run installer and the rpm installer but all lead the same.)

View 5 Replies View Related

CentOS 5 :: Firewire 1394 Modules Missing?

Nov 5, 2009

I am relatively new to CentOS. I attempted to install 5.3 with firewire several weeks ago and abandoned the install because it was taking too long to figure out the problems. I've had to revisit this and am having troubles with it. I was told that CentOS 5 has firewire 1394 support. When I did the typical install, it didn't physically (manually) install the video1394 and raw1394 modules. At boot up, my computer says that video1394 and raw1394 are "Module(s) not found". If I do <lsmod> I get (*snippet of o/p),

Module Size Used by
lockd 63081 0
sunrpc 145405 2 lockd
dm_mirror 24393 0
dm_multipath 24909 0
scsi_dh 11713 1 dm_multipath

[Code]...

I have found several other posts on the web that indicate I have to get the latest source files, but I do not know which one is the correct one or where to find it. Can anyone ponit me in the right direction? Is there anything else that I need to do?

View 3 Replies View Related

CentOS 5 Server :: How To Disable Apache2 Modules

Dec 27, 2009

Many Apache2 unused modules loaded. I'm going to disable some of them.But what is the command to disable the modules?

View 1 Replies View Related

CentOS 5 Networking :: Iptables Not Loading Some Modules?

Jan 23, 2010

The problem I am having is that iptables won't load the required modules for my firewall rules.

iptables -F
iptables -P INPUT DROP
iptables -P FORWARD DROP

[code]....

View 1 Replies View Related

CentOS 5 :: Installing Perl Modules Does Not Work?

Mar 2, 2011

CentOS and RHEL even though I've been using various Debian/Ubuntu Distros for quite some time. However, I always used to install perl modules via apt-get or, if that did not work, via cpan.In CentOS, I tried installing a couple of perl modules via yum but there are only a very few available. When trying to install perl modules via cpan, the install process usually fails during the make process.I'd prefer to install those modules via the distribution's package manger yum as it's easier to resolve dependencies. Are there any repositories I should add to have more perl packages available? (Where to add further repositories, I just know /etc/apt/sources.list in debian based distros)The other option still would be to install perl modules via cpan. For instance, when trying to cpan install Geo::IP, the output is as follows:

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 02 Mar 2011 02:42:03 GMT

[code]....

View 2 Replies View Related

CentOS 5 :: How To Install Perl Graphing Modules

Apr 10, 2011

I have newly updated CentOS 5.6 server and would like to keep it "true" to CentOS, so try to avoid manually installing rpm's and CPAN modules.
I need to install perl graphing modules, Chart::Base, GD, GD::Graph, GD::Text, etc.
Have already done
Yum install gd gd-devel php-gd

View 3 Replies View Related

CentOS 5 :: Remove Centos From HP Desktop?

Jul 11, 2011

now i want to remove to due to upgrade the system using the latest centos system, but now i cant remove it, try to format my desktop also cannot. when im entering the bios its show GNU GRUB. im also need to install xp for my new study project..

View 2 Replies View Related

CentOS 5 :: VMWare Unable To Find Kernel Header Modules

Mar 7, 2009

I just installed a fresh CentOS 5.2 32bit system. I used "The Perfect Server" server document from Howtoforge and went through those steps and then added Webmin administration console. I then tried to install VMware Workstation 6.5 onto the system. I downloaded the latest VMware bundle, ran it and everything went fine. I then try to run vmware and I get the following messages

C header files matching your running kernel were not found

Before youcan run VMware Workstation, several modules must be compiled and loaded into the running kernel

Kernel Headers 2.6.18-92.1.22.el5.centos.plusPAE

Kernel headers for version 2.6.18-92.1.22.el5.centos.plusPAE were not found. If you installed them in non-default path you can..

View 6 Replies View Related

CentOS 5 Server :: Webmin Doesn't Show Apache Modules?

Apr 26, 2010

this might not be a Centos related issue, but since I'm using Centos I guess it doesn't hurt to ask; I've used Ubuntu before and haven't encountered this. So, I've just installed Centos and Webmin and now I'm trying to configure the server. Problem is that on the Apache configuration page I don't have the option (should be there) to configure the Apache modules. I've attached a file to show where the modules option should (as before) appeared.

View 6 Replies View Related

CentOS 5 Hardware :: Kernel Modules For 3com 3c905 Network?

Apr 25, 2011

I am trying to install Centos5.6 on an older machine which has a 3com NIC. how I can get the kernel modules for this nic, or do I have to compile a new kernel with this enabled?

View 19 Replies View Related

CentOS 5 Server :: Adding Authentication Modules To Courier-imap?

Jun 4, 2011

I am administrating a server with CentOS installed. It came with qmail and courier-imap preinstalled, and Plesk.I need to manually add email accounts outside of Plesk, because my 1-domain Plesk license only allows the creation of one email address (yes, it sucks).

When I say add email account I mean creating a new email address, have email for that address be stored in its maildir, and have a corresponding imap (and hipefully also pop3) account that will be able to read that mail. All this with virtual domains.I've already found out how to create the new email addresses for qmail, so that email for the new email address is being delivered correctly. Now I need to create the imap/pop3 accounts for courier.

For the qmail part, I create a folder in in /var/qmail/mailnames/virtualdomain.org/username and a maildir called Maildir inside it. This is how the first mail address was created by Plesk and i'd like to maintain the same structure. As I've said, the qmail part is already working, I need to get the courier-imap part to work. Ideally, it should accept login with both short (i.e. myuser) and long (i.e. myuser@virtualdomain.org) user names.

Currently the only authentication module that is enabled in courier-imap is authpsa, which is Plesk's authentication module.in order to add more authentication modules, do I just need to add them to the authentication module list in /etc/courierimap/imapd, or do I need to reinstall courier-imap with support for such authentication modules? I thought I would only need to add them to the list, but I've noticed that the /usr/lib/courier-imap/authlib/ folder only contains a binary called "authpsa". Does that mean that other authentication modules are not even installed? If so, can I install them without reinstalling courier?

The second question is, what would be the most recommended authentication module that would make it easiest to create new email addresses/accounts from the command line? I need to be able to write a shell scripts capable of creating a new email address with all that is needed, and I'd like to keep this script as simple as possible, so for example I'd avoid mysql-based authentication as it sounds rather complicated. And the last question is, if I do need to reinstall courier-imap, how can I install a package without recompiling it? Will my one existing mailbox keep working?

View 1 Replies View Related

CentOS 5 :: No Support For /proc/modules - No Such File Or Directory /sbin/modprobe -l?

May 19, 2009

i'm using Centos 5.3 (2.6.27.10-grsec-xxxx-grs-ipv4-64 x86_64 kernel) and i got a problem with installing apf/configuring iptables. It seems that my kernel doesn't support Loadeble Kernel Modules. I'm receiving following message when catting /proc/modules: Quote: cat: /proc/modules: No such file or directory /sbin/modprobe -l FATAL: Could not load /lib/modules/2.6.27.10-grsec-xxxx-grs-ipv4-64/modules.dep: No such file or directory

View 4 Replies View Related

CentOS 5 :: How To Remove Yum Repository

Jan 12, 2010

I don't want to disable it... I want to completely remove it, so it doesn't sneak back later. I don't see a yum --removerepo and Googling leads to instructions to disable.

View 9 Replies View Related

CentOS 5 :: How To Remove Files Under 2mb

Feb 18, 2010

I need to know how to remove all files under 2mb on directory: /usr/mymusic

View 3 Replies View Related

CentOS 5 :: Any Way To Remove Xen Support?

Mar 20, 2010

I have done an initial CentOS install. I've now found out that the driver that I want to install (nVidia for GPU support) will not support the Xen feature that I installed. I'd like to avoid having to re-install completely. Is there a way to remove the Xen support that is documented somewhere?

View 2 Replies View Related

CentOS 5 :: Can I Remove 32 Bit Packages

Apr 14, 2010

If I do a fresh 'netinst' of CentOS 5.4 x64 on a server, what is the correct way to verify that no 32-bit packages were installed or mixed in with x64? Also can someone tell me if it is safe to remove those 32-bit RPM packages?
I searched the Wiki for 'Post Install Tips' and could not find anything there or on Google.

View 6 Replies View Related

CentOS 5 :: How To Remove LVM From Initrd

Jun 28, 2010

I liked to move away from LUKS and LVM.

I just like to have a simple hard disk with 3 partitions for boot, / and swap

What i did so far is:

1.) i unlocked the disk and copied the content from /boot and / to the new disk into sda1 and sda3 (sda2 should be swap)

2.) i changed the fstab

3.) I changed the grub.conf

Somehow my settings in fstab and grub.conf are being ignored and during boot my system still complains about the missing /dev/sda2 for LVM

I do not like to use LVM.

I expect this is caused by the initrd

I already did boot from the Live CD and did chroot into my system and tryed to make a new initrd.

I used mkinitrd without any options.

During boot i still get the LVM error message, complaining about the missing /dev/sda2

View 6 Replies View Related

CentOS 5 :: How To Remove The Old Kernels

Aug 12, 2010

I am using CentOS 5.5. After upgrading i have at present 4 kernels in the menu.lst.If i try to remove any kernel, 2.6.18-194.3.1.el5.i686 via Package Manager, i am told that i am removing critical software for system functionality etc. How delete older kernels?

View 4 Replies View Related

CentOS 5 :: Can't Remove A New Kernel

Sep 22, 2010

I create a kernel rpm file, install it. Now I can't remove it. I use: rpm -e kernel-2.6 ... and system return this error:

[Code]...

View 13 Replies View Related

Debian :: How To Remove NFS Modules

May 13, 2015

NFS means Network File System, right? If so, it is not needed for most users. I donot understand why those modules are started automatically in Jessie. How can i safely remove those module(s) ?

View 2 Replies View Related

CentOS 5 :: Installation Of Guest CentOS 5.5 DomU On Centos 5.5 Xen Dom0?

Aug 4, 2010

Problems with xen 3.1.2 creating and installing domU CentOS 5.5 I am trying to do a virt-install --prompt --paravirt, and the install error out while trying to download install RPMs. I have googled for xen centos virt-install and various permutations. I have found similar howtos for 5.4 and 5.3, but they resulted in the same outcome. I did find several posts with similar issues, but no solution was posted.[URL]..

View 4 Replies View Related

CentOS 5 :: Centos 5.5 X86_64 Or Centos 5.5 I386 - Difference Between The Two Versions?

Feb 9, 2011

I am in the process of building a new server on an Asus P5QPL-AM motherboard and an Intel E8600 processor.explain to me the difference between the two versions and what would you recommend.Also, is there any advantage of SATA over IDE hard drives?

View 1 Replies View Related

CentOS 5 :: Add/Remove Software - Not Working

Mar 26, 2009

I have installed CentOS 5.2 and tried to click on the application => add/remove software

I get some error saying Unable to retrieve software information.

Cannot retrieve repository metadata (repomd.xml) for repositoryc5-media.

What I did wat disable the repository manager and unchecked c5-media.

This is the only one I can see at the repository manager screen.

Then I restarted application => add/remove software

The screen came out.

But I am expecting a similar screen as CentOS 3 or 4 which display the package management by group of Desktop, Application, Servers, Development, System.

From here I could know what I have installed and what I have not.

Anything wrong with my CentOS 5.2 ?

Kindly see attached [url]

View 11 Replies View Related

CentOS 5 :: How To Remove Xen Kernel Safely

Jun 2, 2009

I am currently running the xen (64 bit) kernel, but want to move to the non xen kernel(64 bit) while retaining my carefully crafted system. I tried this once before by unticking the "virtualisation" and it removed the xen kernel, leaving me with nothing to boot from.

View 5 Replies View Related

CentOS 5 :: Add/Remove Programs Does Not Appear On The Menu

Jul 29, 2009

I do not know how, but in my CentOS 5 does not run pirut. 'Add/Remove Programs' does not appear on the menu and I can not install anything in any way.

View 3 Replies View Related

CentOS 5 :: Want To Remove X/Gnome Completely?

Jan 18, 2010

I'm installing CentOS from the netinstall in Virtualbox now. I was about to post a different thread because Anaconda kept crashing on me. Whenever I would try to uncheck Gnome, clicking next would always fail. I really don't want Gnome, but I need to get the VM installed, so I just accepted the default software selection. (It's not an iso problem either because I originally tried the DVD as well.)I've been using Linux for several years, but I need to use a GUI-less server. I found some instructions on how to disable X by entering runlevel 3, but that's not what I want to do. Is there a meta-package that I can remove "yum remove" and it will remove all the GUI dependencies, or perhaps something like "yum groupremove"?

View 2 Replies View Related

General :: How To Remove Kernel Modules?

Jun 24, 2010

I'm trying to install VMWare server on my Kubuntu box and it's telling me there are 3 "kernel modules" that it needs me to remove (apparently they were installed previously and VMWare isn't liking that).How do I remove them? Never messed with the kernel modules before.

View 4 Replies View Related







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