[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Weird - /proc is not mounted on boot



Nikolai Prokoschenko wrote:

> Hello!
> 
> Sorry, if this doesn't suit into -devel, but I thought, this is too weird
> for -user.
> 
> My current problem with my system (daily-sid, kernel 2.6.4, nvidia,
> hotplug, udev on /dev): during the boot process, the /proc filesystem
> doesn't get mounted. Thus, many of the init-scripts fail, telling (by
> means of start-stop-daemon) "nothing in /proc - not mounted?". /dev/pts is
> also not mounted, therefore, ppp doesn't work. I guess, it's the main
> reason, why I'm having other troubles now: hotplug doesn't get started
> (telling me, hotplug hasn't been built into the kernel), while working
> fine if started manually, xawtv causes locks-up (everything but the mouse
> and overlaying tv stops working) after a couple of seconds, tvtime does
> this immediately.
> 
> I don't know, what has caused this - my best guess is the recent update of
> sysvutils, which include some kind of splitting init-files (mountvirtfs).
> The system used to work a couple of days ago.

Um, mountvirtfs is supposed to mount /proc.  And /dev/pts.  (And /sys.)
That's what it does, and it gets executed *very* early.

Maybe it didn't get installed properly?  Make sure there's a link
etc/rcS.d/S02mountvirtfs (if you're using sysv-rc -- if you're using filerc
I've no idea).  If not, do this as root:

update-rc.d mountvirtfs start S02

Did you accidentally upgrade sysvinit and/or sysv-rc without upgrading
initscripts?  (That would probably account for the breakage as well.)

-- 
Make sure your vote will count.
http://www.verifiedvoting.org/



Reply to: