On Tue, Jan 25, 2005 at 04:16:47PM +0000, Jean-Luc Coulon (f5ibh) wrote: > Le 22.01.2005 23:08:42, Sjoerd Simons a écrit : > >On Sat, Jan 22, 2005 at 08:28:33PM +0000, Jean-Luc Coulon (f5ibh) > >wrote: > > > >Okay, so hal is actually polling your drives... The odd thing is that > >nothing > >changed to that code between the versions.. > > > >Could you stop your hald... run hald --daemon=no --verbose=yes, and > >then after > >the startup sequence is done put in a cd. And mail the output, if none > >then > >i'll need to create a special debug package for you.. > > Ok, I have done the test and I'm really puzzled: when running hald with > strace, the volume is mounted. If I restart dbus, then it doesnt work > :-/
Oh that's a good hint.. First i saw fstab-sync running in your trace, which is not necessary so it's probably best to remove it. Second if you strace it, hal runs as root, if you don't it runs as user haldaemon... What are the permissions of your cd drives ? Also you can use ``strace -e ioctl,open,close -p $(pidof hald)'' to strace your running hald.. Probably it will show permission denied or somthing like that. Sjoerd -- Every nonzero finite dimensional inner product space has an orthonormal basis. It makes sense, when you don't think about it.