Comment 8 for bug 12766

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <1108071673.3144.8.camel@amalthea>
Date: Thu, 10 Feb 2005 22:41:11 +0100
From: Michael Schmitt <email address hidden>
To: Marco d'Itri <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#294575: udev: fails to install (install due to
 gnome-volume-manager)

mschmitt@amalthea:~$ mkdir /tmp/test1
mschmitt@amalthea:~$ mount -n -o size=5M,mode=0755 -t ramfs
none /tmp/test1
mount: only root can do that
mschmitt@amalthea:~$ su
Password:
amalthea:/home/mschmitt# mount -n -o size=5M,mode=0755 -t ramfs
none /tmp/test1
amalthea:/home/mschmitt# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
none on /proc/bus/usb type usbfs (rw)
europa:/pub/ on /mnt/pub_europa type nfs
(rw,noexec,nosuid,nodev,timeo=14,intr,rsize=8192,wsize=8192,addr=192.168.0.1)
europa:/pub/mschmitt_data/ on /home/mschmitt/mschmitt_data type nfs
(rw,noexec,nosuid,nodev,timeo=14,intr,rsize=8192,wsize=8192,addr=192.168.0.1)
europa:/var/www/ on /mnt/www_europa type nfs
(rw,noexec,nosuid,nodev,timeo=14,intr,rsize=8192,wsize=8192,addr=192.168.0.1)
amalthea:/home/mschmitt# fuser -mv /tmp/test1/
amalthea:/home/mschmitt# umount /tmp/test1/
amalthea:/home/mschmitt# umount /tmp/test1/
umount: /tmp/test1/: not mounted
amalthea:/home/mschmitt#

as far as I see, nothing happens... but... somehow, "something" does
happen. The same done with tmpfs... surely provides me with a nice
message, that my kernel lacks support for tmpfs as you did assume too. I
did disable tmpfs in the kernel because I did not need it.

Anyway, thanks for the hint. I did enable tmpfs again and the package
installed correctly. I am not aware of the general package guidlines,
but maybe you should add a check wether tmpfs is enabled or not which
prints a related message to the screen if it is not enabled rather than
just aborting the installation due to the lack of tmpfs support.

best regards
Michael

Am Donnerstag, den 10.02.2005, 18:17 +0100 schrieb Marco d'Itri:
> severity 294575 normal
> thanks
>
> On Feb 10, Michael Schmitt <email address hidden> wrote:
>
> > I tried to install gnome-volume-manager and it depends on udev but udev did not
> > install correctly.
>
> Your kernel lacks tmpfs support, but apparently does not behaves like
> older kernels.
> Please run these commands and report what happens:
>
> mkdir /tmp/test1
> mount -n -o size=5M,mode=0755 -t ramfs none /tmp/test1
> mkdir /tmp/test2
> mount -n -o size=5M,mode=0755 -t tmpfs none /tmp/test2
> cp /etc/group /tmp/test/file
>
> Please also send the .config file of the running kernel and the content
> of /proc/filesystems .
>