lkml.org 
[lkml]   [2006]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [-mm] klibc breaks my initscripts
    On 5/23/06, H. Peter Anvin <hpa@zytor.com> wrote:
    > Pavel Machek wrote:
    > > Hi!
    > >
    > > To reproduce: boot with init=/bin/bash
    > >
    > > attempt to
    > >
    > > mount / -oremount,rw
    > >
    > > I have this as my command line:
    > >
    > > root=/dev/hda4 resume=/dev/hda1 psmouse.psmouse_proto=imps
    > > psmouse_proto=imps psmouse.proto=imps vga=1 pci=assign-busses
    > > rootfstype=ext2
    > >
    >
    > I tried this (or at least as close to this as I can get in my simulation
    > environment), and I don't see any problems. It works as is should;
    > however, mount(8) requires that /proc is mounted so that it can read
    > /proc/partitions, but that has nothing to do with klibc (or the kernel
    > overall) of course.
    >
    > I'm afraid I'm going to have to ask for more details...
    >
    > -hpa

    Sounds like /etc/fstab corruption to me. Try this:
    # mount -n /proc /proc -t proc
    # mount /dev/hda4 -t ext2 -o remount,ro /
    # mount -f /proc /proc -t proc
    If it works, you have fstab corruption
    If it doesn't, the problem lies elsewhere.

    Yes I know that mount shouldn't require all that for
    a remount. I'm probably way out on a limb on this one.
    I still can't figure out what this has to do with klibc.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-05-23 20:21    [W:5.787 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site