Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
Thanks.
On Tue, 2007-12-11 at 10:29 -0500, Steve Snyder wrote:
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
---- runlevel 3
Craig
On Tuesday 11 December 2007 10:35:01 am Craig White wrote:
On Tue, 2007-12-11 at 10:29 -0500, Steve Snyder wrote:
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
runlevel 3
I'm already at run level 3.
On Dec 11, 2007 7:29 AM, Steve Snyder swsnyder@insightbb.com wrote:
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
Stop haldaemon:
service haldaemon stop chkconfig haldaemon off
On Tuesday 11 December 2007 11:58:38 am Akemi Yagi wrote:
On Dec 11, 2007 7:29 AM, Steve Snyder swsnyder@insightbb.com wrote:
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
Stop haldaemon:
service haldaemon stop chkconfig haldaemon off
What other services will I lose if I disable hal altogether?
On Tue, 2007-12-11 at 10:29 -0500, Steve Snyder wrote:
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media.
How can I disable this polling in CentOS 5.1?
Run lshal and look for the block.device value that matches your drive. Then find the value of the info.udi key in the same block and replace it into the attached file. Then drop the file in /etc/hal/fdi/information and restart haldaemon.