configure does not find BLKGETSIZE64 + HD partitions not found

Frederik Himpe fhimpe at telenet.be
Mon Jan 24 10:58:44 PST 2005


On Mon, 24 Jan 2005 13:28:47 +0100, Kay Sievers wrote:

> This looks bad:
>   -rw-rw-r--  1 root root  0 jan 24 09:33 block at hda
>   -rw-rw-r--  1 root root  0 jan 24 09:33 block at hda@hda1
> 
> A lot of these files are empty. Maybe your use tmpfs with a size limit?
> What does:
>    cat /proc/mounts

/dev /dev tmpfs rw 0 0
 
> If not, what does:
>   DEVPATH=/block/hda ACTION=add strace -s100 /sbin/udev block
> 
> print? There should be something like this close to the end of the output:
>   open("/dev/.udevdb/block at hda", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
>   write(3, "P:/block/hda\nN:hda\nS:\nA:0\nR:0\n", 30) = 30
>   close(3)                                = 0

Yep, you are right, here it is:
write(3, "P:/block/hda\nN:hda\nS:ide/host0/bus0/target0/lun0/disc
discs/disc0/disc disk ide/host0/bus0/target0/l"..., 139) = -1 ENOSPC (No
space left on device)

In /etc/init.d/udev there's this:
# default maximum size of the /dev tmpfs
tmpfs_size="5M"

I guess that's the culprit for this problem...

Thanks again for the support!
-- 
Frederik Himpe



_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal



More information about the Hal mailing list