Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Prelink and init
Date: Thu, 09 Sep 2004 17:22:50
Message-Id: 200409091322.50860.vapier@gentoo.org
In Reply to: [gentoo-dev] Prelink and init by Stefan Jones
1 On Thursday 09 September 2004 01:00 pm, Stefan Jones wrote:
2 > If you run prelink and change /sbin/init then you have to run "init u"
3 > otherwise you cannot unmount the root filesystem as the kernel has a
4 > stray mmap memory segment relating to the old /sbin/int executable.
5 >
6 > "init u" re-executes the binary getting rid of the old mmap.
7
8 what about we add this to the init scripts ?
9 if the remount fails, try running `init u` and then umounting again ?
10 -mike
11
12 --
13 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Prelink and init Stefan Jones <cretin@g.o>