<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Eric wrote:<br><br>> Thanks Tom!  That at least gave me a hint as to where this is happening.<br>> I used the sledgehammer approach of removing the DeviceKit-disks package<br>> entirely.  That works, but a very cryptic error window does pop up every<br>> time I plug in a disk, and I don't get optical media automounted either.<br>> There ought to be a better solution, but this at least solves my immediate<br>> problem.<br><br>a lighter hammer :<br><br>mv /usr/libexec/devkit-disks-daemon /usr/libexec/devkit-disks-daemon.hide<br><br>and also kill the running deamons if you want it to work before next boot:<br>COLUMNS=720 ps -eo pid,ppid,uname,tty,stat,etime,time,pcpu,args | egrep -ie 'dev.*kit' | fgrep -v grep<br> 1623     1 root     ?        S       21:00:54 00:00:22  0.0 /usr/libexec/devkit-power-daemon<br> 1987     1 root     ?        S       21:00:36 00:00:00  0.0 /usr/libexec/devkit-disks-daemon<br> 1996  1987 root     ?        S       21:00:34 00:00:00  0.0 devkit-disks-daemon: not polling any devices<br><br>kill 1996 1987<br><br>works without any annoying error pop-ups.<br><br>John<br>                                          <br /><hr />Windows Live: Make it easier for your friends to see  <a href='http://go.microsoft.com/?linkid=9691811' target='_new'>what you’re up to on Facebook.</a></body>
</html>