On Sat, Jan 22, 2005 at 05:22:55PM +0000, Jean-Luc Coulon (f5ibh) wrote:
> Le 22.01.2005 15:05:19, Sjoerd Simons a �crit�:
> >On Sat, Jan 22, 2005 at 01:52:38PM +0000, Jean-Luc Coulon (f5ibh)
>
> [ ... ]
> >That's really really odd.. You should at least see gvm passing all
> >your
> >volumes when it start up..
> >
> >Does hal see any volumes at all ? (in lshal or hal-device-manager)..
> >If
> >your
> >not sure, just send the lshal output over and tell a little about your
> >system
> >(as in, does it have scsi, ide, sata etc etc)
>
> You will find attached an output from lshal.
> It does see the device (i.e /dev/hda), not the volumes.
>
> The system is and Athlon64 3500+ with 2 SATA drives with LVM over
> software RAID1. The dvd burner is on the 1sh ide attachement (master):
> /dev/hda, the cdrom is on the secondary ide attachemetn (master too):
> /dev/hdc
>
> If I mout a volume with pmount then hal can see the volume.
Can you run: strace -eopen,ioctl,close hald --daemon=no
After hal startup this should show you someting like every few seconds:
open("/dev/hdc", O_RDONLY|O_NONBLOCK|O_EXCL|O_LARGEFILE) = 0
ioctl(0, 0x5326, 0x7fffffff) = 1
close(0) = 0
Which is hal polling my /dev/hdc for volumes..
Sjoerd
--
The key elements in human thinking are not numbers but labels of fuzzy sets.
-- L. Zadeh