CentOS 5 :: How To Disable Nptl
Jun 9, 2011how can i disable NPTL... [URL] Kernel version 2.6.18-238.12.1.el5
View 2 Replieshow can i disable NPTL... [URL] Kernel version 2.6.18-238.12.1.el5
View 2 RepliesI'm using centos 5.5,my problem is that i need to disable usb-storage in my machine.But i need usb mouse and usb keyboard to function properly.I have tried all the below mentioned methods,
1.Appending blacklist-usbstorage to /etc/modprobe.d/bl*
2.removing the *.ko file,which removes the usb-storage drivers.
3.Added the line, install usb-storage /bin/true to /etc/modeprobe.conf
The first mentioned method works partially.That is the usb port in the front panel of the cpu is gets disabled.But,when i insert it at the port behind the CPU, usb-storage(pendirve) mounts automatically,which should not happen.
NOTE:usb-storage have to be disabled only for normal-users
I enabled the compiz on centos . When i move the mouse cursor to the left top on the screen, all the windows will list on the desktop. I want to disable this effect without disabling the whole compizIt looks like the configuration file is ~/.gconf/apps/compiz/general/allscreens/options/%gconf.xml
<?xml version="1.0"?>
<gconf>
<entry name="audible_bell" mtime="1255522224" type="bool" value="true">
[code]....
I would like to disable SSLv2 in Postfix but unfortunately Google has failed to produce a suitable answer. There are numerous posts on blogs and forums and such that do not appear to actually work. For example, one such post (which has been copied about quite a bit) says to use the following main.cf directives:
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
smtpd_tls_mandatory_ciphers = medium, high
But if I run:
$ openssl s_client -connect xxxx.xxxxxxx.xxx:25 -starttls smtp -ssl2
the command is successful and SSLv2 is still negotiated.
The Postfix documentation does not provide an example of this particular case but I don't think it would matter much if it did since I somewhat doubt that anyone other than the developers themselves fully understand how these directives actually work.
How do I disable SSLv2 in Postfix and more generally disable ciphers that are considered to be weak?
I recently turned on sendmail in CentOS 5.2 and configured it to relay mail for its domain onto some other email account elsewhere. Anyway, it's kind of hit and miss, but I've got a few of these:
Jan 27 21:47:18 smhi sendmail[12176]: n0S3YLaX011994: to=<kevin@hiding.my.domain.com
>, delay=00:12:56, xdelay=00:00:03, mailer=esmtp, pri=120673, relay=mx.hiding.my.mailrelay.com
[65.87.230.26], dsn=4.0.0, stat=Deferred: 451 4.3.0 Greylisting is active,
please try again later.
I don't think I have any greylisting software installed, but it seems to be greylisting? What's up with that? And why would it be intermittent? how I turn this off?
I've previously configured sendmail on Fedora systems and CentOS 4 and haven't run into this before...
My laptop beeps three times during the resume from hibernation. How can I disable this beeping. I use CentOS 5.3. Interestingly, this issue did not occur when I used CentOS 5.2 on the same laptop last year.
View 6 Replies View RelatedMany 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 RelatedWhen I hover over the menus in the CentOS toolbar then always tooltips/bubbles appear after a second.How can I disable them permanently?
View 3 Replies View RelatedIs there a way to disable the "New Mail" notification when we are logged in via ssh? It is causing some issues while we are working on stuff on our servers.
View 1 Replies View Relatedim using default setting for proftpd and having two major problem for me at least
1. how to disable anonymous login?
2. how to make proftpd login using my default box login?
I have searched around, and cant seem to remember where I would change bind to only support ipv4.
Quote:
network unreachable resolving 'dns1.uidaho.edu/AAAA/IN
': 2001:503:a83e::2:30#53: 1 Time(s)
network unreachable resolving 'dns1.uidaho.edu/AAAA/IN
[Code]....
Currently all text lines which are written as output into a terminal window are automatically wrapped at the right border into the next line.How can I disable this permanently?In case when a line is longer than a terminal window I want to scroll horizontally to see the remaining line.
View 2 Replies View RelatedI have installed bind with yum install bind bind-chroot.I am having query timeouts due to no ipv6 connectivity.Is there a way to re-compile and not loose the chroot structure?Or is there another way to disable ipv6 lookups?Example of issue resulting in ipv4 query timeout:
30-Dec-2010 17:52:03.226 client x.x.x.x#53593: view internal: query: paypal.com.cms.local IN A +
30-Dec-2010 17:52:03.227 client x.x.x.x#53594: view internal: query: paypal.com.cms.local IN AAAA +
30-Dec-2010 17:52:03.228 client x.x.x.x#53595: view internal: query: paypal.com IN A +
[code]....
I have installed squid using CentOS 5. The server is dedicated only for squid proxy server. I want to know how can I disable unwanted services which load at booting time. Like sendmail,samba,etc etc. These services take memory and are not in use. I does not know how can I make my server only for squid proxy service by removing unwanted services?
View 1 Replies View RelatedNow that IPv6 is becoming more and more common, I found the need to disable IPv6 on some interfaces but have it enabled on other. I found that /proc/sys/net/ipv6/conf/*/disable_ipv6 does exactly that. I am now wondering if anybody knows, why are networking scripts so counterintuitive. /etc/sysconfig/network has an option:
NETWORKING_IPV6=yes
All this option does is disable some ipv6 services (dhcpv6...), it does not disable IPv6 in whole (as one would assume...that's why you had to disable it with module parameters). Searching for more IP6 related config option, one can find that /etc/sysconfig/network-scripts/ifcfg-* scripts can contain:
IPV6INIT=yes
Again, this option does not disable IPv6 protocol on the interface, it just skips running ifup-ipv6/ifdown-ipv6 scripts. I added a /sbin/ifup-pre-local. Now, this script runs before ethX entries are created (other scripts run when it's already too late) in /proc directory, so it modifies default values which are then used after those entries are created:
#!/bin/bash
#
[ -f "/etc/sysconfig/network-scripts/$1" ] && . /etc/sysconfig/network-scripts/$1
[code]...
how to disable boot,startup the clamav on rhel/centos.
View 1 Replies View RelatedIs there a way to disable disk checks in a mounted usb drive? I have a 500GB usb mounted drive in my CentOS machine and everytime I reboot my system, it does disk checks which is a long painstaking process.
/mnt/sdb1
I am currently running CentOS 5.5 on a software raid 1 setup.
I would like to remove the raid configuration and have it run without raid.
How would one go ahead and do this?
I have added apache application into redhat cluster. If the apache process failed, it will cause the service group fail over. I want to disable the application monitoring. I search throung Internet and it depends on the apache init script. If I change /etc/init.d/httpd status always return 0(success). THe service group will not fail over even apache failed.
However, I want to remain the application monitoring but stop failover. If the application like apache failed, I want Redhat cluster to try restart the application like 3 or 4 times. If restart failed, it will not failover.
Im new to this Cent OS as well as Unix based Operating Systems. Please help me with the below requirement.My Company is a Serach based data collector from different websites like Google, Yahoo & many more..Collecting the data from the search engines is a issue for right now.. As many search engines are blocking us to search and retrive the date after some time.. Taking Google as example : Google Blocks my IP after every 30 mins of retriving.. Application is a Windows based & using Windows 2003 as the Server.. Would like to give a Dynamic IP to the Windows Server via 1st Ethernet Card & enable the 2nd Ethernet for the Internet..Eg : eth 0 = 192.168.1.1eth 1 = x.x.x.x (Public IP)I have check with few of my friends who told me to get Linux or Cent OS installed to do a interface disable after given time & enable a secondary device or virtual interface the next couple of seconds... Like eg : eth 1 = x.x.x.1 eth 2 = x.x.x.2 eth 3 = x.x.x.3 so on.. Would like the eth 1 to be down after 60 mins & eth 2 o be up & again after 60 mins of up time eth 2 down & eth 3 up.
View 6 Replies View RelatedWe have made a fresh installation on DL 580 G 5 Server. The installation Completes successfully. When we reboot the server we find an error message " Logical Drive Disable due to Possible Data Loss. and then non system disk or disk error.
Due to this we have lost all of the data. We can successfully install Windows Server 2008 or 2003 or Redhat Enterprise Linux 5 on this server with no error no issue.we can successfully install Windows Server 2008, 2003 or RedHat Enterprise on RAID 5 or RAID 6 Or RAID 1 or RAID 1+0. we dont face any issue on these windows or linux platforms.We are only facing RAID Controller Issue on CentOS 5
I have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it. How do I disable the window and the icon from the desktop?
View 2 Replies View RelatedThis on a Vostro 1220 Laptop w/ Intel 5300 wireless:
A.I have long boot up time.I think it's because of the eth0 network search which I don't use.I have an intel wireless 5300 card running.How can I speed up the boot time, i.e. disable or change the eth0 at boot, the searching?
B:When I restart or shutdown, the screen flashes repeatedly and gets some garbled colors along the top before finally rebooting looks like windows ME or something).This vostro has an intel x4500HD vid chipset in it.
C.How do I get into gnome configuration editor to turn on Metacity compositing? Alt-F2 and run gconf-editor doesn't do it. I don't do compiz, but need compositing.
D.I need to install Chromium Browser as it sync my bookmarks.I have RPMforge enabled btw also...how can I do that? I.e. rpm repo for chromium?
This will help me get off to a running start so I can get up to speed on CentOS..
I am using CentOS5 with KDE and GNOME. Below the menu item "Log out", there is a item call "suspend", anyone know how to remove that item from the menu?
View 5 Replies View RelatedI just installed firefox and flash-plugin.The version of firefox is 3.0.10, package is firefox-3.0.10-1.el5.centos.The version of flash-plugin is 10.0.22.87, package is flash-plugin-10.0.22.87-1.el5.rf.But firefox crashes when there is flash in web page, unless disable flash plugin in firefox.
View 6 Replies View RelatedProblems 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 RelatedI 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 RelatedHow to disable gdm, X, usplash and all services that loads only to support those to run at the booting part.
i use Ubuntu Karmic
i dont want to remove the packages so that i dont have to re install them later on,
i just want to disable them from running, to have a very lite running system and a fast boot as well.
I was told that the reason I'm having network performance issues is due to "generic receive offload" on eth0. I was told to use the following command:
Code:
ethtool -K eth0 gro off
Does anyone know what exactly this is disabling / correcting for my NIC performance
Is there a way to modify the ssh_config and sshd_config files so that a user can scp but will not be allowed to ssh. I have done a search and found a tool name scponly but I really do not want to install anything. Most of the books I have only discuss how to use ssh.
View 3 Replies View Related