Package: mount
Version: 2.19.1-5

I recently did a safe upgrade on wheezy. Eversince then, I have been
observing that whenever I boot, I get a segmentation fault error.
I tried mounting my ntfs partitions using 'mount -a' and this is the error I
got:

    root@darwish  / >mount -va
    mount: proc already mounted on /proc
    zsh: segmentation fault  mount -va

So I looked to my fstab to see if I can spot anything wrong.
There is a line inside my fstab that looks like this:

    proc            /proc           proc    defaults        0       0

I am pretty sure I did not put it there manually and that this particular
line should not cause a segmentation fault. I tried commenting out this line
and ran mount again. The output is given below:

    root@darwish  / >mount -va
    zsh: segmentation fault  mount -va

I tried downgrading to mount 2.17.2-9, and the segmentation fault went away.
I am running Debian wheezy on a 3.0.0-1-686-pae kernel.


--Sadique

Reply via email to