<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>The '/etc/rc.local' script ---> appears as below on my computer now 'I have performed a soft reboot'.<br><br>!/bin/sh -e<br>#<br># rc.local<br>#<br># This script is executed at the end of each multiuser runlevel.<br># Make sure that the script will "exit 0" on success or any other<br># value on error.<br>#<br># In order to enable or disable this script just change the execution<br># bits.<br>#<br># By default this script does nothing.<br>echo 2000 > /sys/module/block/parameters/events_dfl_poll_msecs<br>exit 0<br><br>paul@desk/paul-Lenovo ~ $ cat /sys/module/block/parameters/events_dfl_poll_msecs<br>2000<br><br>0. So we know kernel polling is enabled. As above shown correct? ^<br><br>Worked 2 times after reboot then fell on it's face CD/DVD no longer mounts. With either eject or insertion of Media.<br><br>dpkg -l | less --><br> <br>ii  udisks                                      1.0.5-1                                             amd64        storage media interface<br>ii  udisks2                                     2.1.3-1                                             amd64        D-BUS service to access and manipulate storage devices<br><br>paul@desk/paul-Lenovo ~ $ dmesg | grep "sr0"<br>[    2.762071] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray<br>[    2.762166] sr 1:0:0:0: Attached scsi CD-ROM sr0<br><br>1. Is it recommended to uninstall 'udisks' ? Thus allowing udisks2 to be the only installation 'installed' on the system.<br><br>2. Should kernel polling #'s from 2000 be raised or lowered perhaps?<br><br>3. This is a well known -SMALL to some- | -LARGE to others !BUG!<br><br>4. Some links are found below concerning 'THE' bug reports that have been previously filed with the Debian Maintainers.<br><br><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725978" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725978</a>  <--note post #50<br><br>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713877<br><br><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753379" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753379</a><br><br>udevil is a possible workaround; though for a newbie like me it's scary. The 2 below concern udevil via post #40 on bug report #725978<br><br>http://ignorantguru.github.io/udevil/<br><br>http://igurublog.wordpress.com/downloads/script-devmon/<br><br>Thank you for your time.<br><br>paul g <br>                                        </div></body>
</html>