Hi, William.

On Sat, Sep 28, 2013 at 11:01:59AM -0500, William Hubbs wrote:
> On Fri, Sep 27, 2013 at 07:32:20PM -0500, Bruce Hill wrote:
> > On Fri, Sep 27, 2013 at 05:57:06PM -0500, Dale wrote:
> > > Bruce Hill wrote:
> > > > On Fri, Sep 27, 2013 at 05:33:02PM -0500, Dale wrote:
> > > >> I'm hoping that since I use eudev, I don't have to worry about this.
> > > >> If I do, this could get interesting, again. Dale 
> > > > Do you have /usr separate from / ?

> > > Yep.  From my understanding tho, eudev is not supposed to be affected by
> > > this problem tho. 

> > > One reason for this being seperate, I have / and /boot on a regular
> > > partition and everything else on LVM.  Sometimes that /usr gets a bit
> > > full.  It's not so bad after I moved all the portage stuff out and put
> > > it in /var.  Now I have to watch /var too.  lol 

> > > Dale

> > You need to read the blog post listed in the news item, as it's not just
> > specific to udev anymore.

> Bruce is correct; This issue is not specific to udev/eudev/mdev.

> I suppose that what I am about to say isn't really relevant, but it is
> unfortunate over the past year that people blamed udev specifically for
> this. It is true that it does things that don't work if /usr isn't
> mounted, but eudev does as well, since it is basically the same code.

Who else is there to blame?  We are continually being told that a
separate /usr is "broken", as though this were some unfortunate act of
<insert your deity here>, much like an earthquake.  This gets patronising
really quickly.  (Please note, I'm NOT blaming you here.  I appreciate
that you're as much victim as Dale or me or anyone else round here.)

No, this breaking of separate /usr was done by some specific project,
some specific person, even, in a supreme display of incompetence, malice,
or arrogance.  How come this project and this person have managed to
maintain such a low profile?  There seems to have been some sort of
conspiracy to do this breakage in secret, each member of the coven
pushing the plot until the damage was irrevocable.  Who was it?

> If you read flameeyes' blog post, you will get a better idea of what the
> issue involves. It is the entire boot process and how to deal with which
> software is considered critical for booting.

> There is no reason to rebuild your server; we aren't telling you you
> have to merge /usr into /. The only thing we are saying is that you will
> need to use an initramfs if you are going to keep them separate.

"Only"?  ONLY???  You say that as though creating an initramfs were a
trifle, trivial, and of no moment.

An initramfs is a highly complicated, fragile contraption, and has all
the aesthetic appeal of a car crash.  It is a desperate expedient, an
ugly kludge, made necessary (for binary distributions) by the design
deficiencies of the Linux kernel.  Who in their right mind (other than a
specialist at a binary distribution) would want to spend evenings and
weekends battling this abortion just trying to get their machine to boot?
The alternative is to install some magic, effectively binary blob,
generated by genkernel or dracut or whatever.  Who knows what these blobs
will do during booting?

Consider how ridiculous booting Linux is.  Firstly, on power up, the bios
initialises then loads the program from the HDD's boot sector, namely
grub or lilo.  This loads its main part.  Then it loads the kernel,
which starts, then the init sequence.  Each element of this sequence can
be individually justified, but the whole lot together just look
incompetent - why can't the kernel just start?  And now, on top of all
this the conspirators want to force us to use an initramfs.

Ah yes, the deficiencies of the kernel.  It can only mount one file
system when it starts.  It's incapable of mounting LVM2 systems (even
though it contains LVM2 code).  It's incapable of mounting encrypted
partitions (even though it contains encryption code), ......  So because
of these holes, a system must either be constrained in it's makeup (as
mine is) or use an ugly hack.  It can (still) mount RAID partitions, I
suppose.

> I have a pretty simple setup, but I have been using an initramfs which I
> built some time ago with genkernel and I barely know it is there.

Until, after some update, it reminds you of its presence by not booting
your machine.  That's the sort of excitement I can do without.

> I recommend that you familiarize yourself with genkernel or dracut and
> build an initramfs. Since nothing is changing until at least
> Nov 1, you can test your initramfs by adding an entry to your boot
> loader configuration that uses it and get it set up correctly while you
> can still fall back on booting without it.

> I do not recommend that anyone who has separate /usr "do nothing" at
> this point. Please re-read the second paragraph of the news item.

I dismantled my separate /usr partition some while ago in anticipation of
what has transpired.  Previously, it was in an LVM2 partition, where I'd
prefer it still to be.  Now, /usr is just in my root partition, /dev/md6.
At least RAID is still available.

> Thanks,

> William

-- 
Alan Mackenzie (Nuremberg, Germany).

Reply via email to