public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Matthew Kennedy <mkennedy@gentoo.org>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Vanilla behaviour in Gentoo Linux (long email)
Date: Mon, 03 Nov 2003 09:36:14 -0600	[thread overview]
Message-ID: <87oevtzcpd.fsf@killr.ath.cx> (raw)
In-Reply-To: <3FA5AF6F.5030501@codewordt.co.uk> (Dhruba Bandopadhyay's message of "Mon, 03 Nov 2003 01:29:19 +0000")

Dhruba Bandopadhyay <dhruba@codewordt.co.uk> writes:

> Hello
>
> I'm writing about the enforcement of default/expected 'vanilla'
> behaviour of various attributes of the operating system.  These issues
> have been an annoyance for some time and are only being ventilated now
> that I have some time so please forgive me if I seem a little edgy.
> My intention is to make suggestions and reach discussed optimal
> solutions.  When reading bear in mind the philosophy of putting
> control into the user's hand and providing choice to the user.
>
> --------------------------------
> Scenario 1: slocate and updatedb
> --------------------------------
> Out of the blue my hard drive starts roaring flat out.  This happens
> generally after the first reboot after installation or every day on a
> working system.  Given that this happens without any prior warning or
> any explicit consent or instruction during any part of install or
> configuration it can become extremely unpleasant especially if doing
> something rather important and resource intensive.  The culprit here
> is slocate and the makewhatis and updatedb cron scripts added to the
> daily cron duties!  One of the reasons I use Linux is because it only
> does things when I tell it to. Problems like this one sadly resemble
> Windows which when idle begins to grind away at hidden activities.
> updatedb also requires root access to kill which can be an added
> hassle.  My requests:
>
> 1) Remove slocate from base system
> 2) Remove makewhatis from daily cron duties
> 3) Remove updatedb from daily cron duties
>
> I'm probably not alone in the fact that I never use slocate and given
> fixed location of package files and other files in gentoo finding
> things is easier than other distros especially given qpkg -l and etcat
> -f.
>
> -------------------------------------
> Scenario 2: baselayout and /etc/issue
> -------------------------------------
> With every emerge or update of baselayout or invocation of emerge -e a
> file called /etc/issue is placed on my system.  It serves no purpose
> other than to tell me what I already know such as what kernel,
> architecture and machine name I am using.  And on server machines with
> no monitor it does not even do that much.  Every time I have to delete
> this file and it gets added back in later.  Is this an example of
> developer preference deviating from vanilla behaviour?  There have
> been bugs filed about the removal of graphical /etc/issue which was
> later removed.  Why not give the user the choice and put control in
> his or her hands?  Customisation is a preference.  My requests:
>
> 1) Eliminate /etc/issue and rename it if it must be added to the system
>
> ---------------------------------------------------
> Scenario 3: vanilla kernels and development sources
> ---------------------------------------------------
> Usually, I get the latest bk snapshot from kernel.org, unpack and
> compile manually.  However, recently, on a new install I emerged
> development-sources to fulfill virtual/linux-sources and was later
> puzzled to find its contents in
> /usr/src/linux/linux-2.6.x-test-y-patchset-a.b and many other
> involuntary steps being taken by the ebuild.  This confounded many
> users and bugs were filed about install locations, alsa actions and
> also about adding gentoo patchsets to dev-sources.  On forums, I heard
> something about a 'vanilla' use flag to prevent the gentoo patchset
> although now I only see it in IUSE and not in emerge -vp oddly.  Why
> can't it be as simple as download > unpack > merge rather than
> download > unpack > play with permissions > run genpatches to patch
> sources > merge into different location?  What is the 2.6-test gentoo
> patchset and why is it necessary and applied by default on an
> unfinished release?  My requests:
>
> 1) Provide the kernel in vanilla fashion without customisations
> 2) Reconsider using the alsa and vanilla use flags here as they
>    violates the rule of using use flags only for compile time
>    switches.
>
> -------------------------------------
> scenario 4: kernel sources on portage
> -------------------------------------
> $ emerg -qs sources
> <snip>
> $ emerge -qs sources | grep -c '^*'
> 38
>
> Currently, there are 38 kernel sources on portage.  A few weeks back
> there were 36.  Then gentoo-test-sources was added as a branch to
> gentoo-sources and also recently gentoo-dev-sources has been added as
> a branch to development-sources.  Now, does this only strike me as
> being a very large number resulting from liberal means?  Are there any
> rules that govern creating new kernel sources and justifying their
> need?  Providing choice is good but having this many kernel sources
> not only confuses the user and makes him indecisive but it also makes
> dev maintenance and administration more difficult.  Also, problems
> such as the description for gentoo-dev-sources being exactly the same
> as development-sources will only serve to increase confusion.  Is it
> necessary to provide gentoo patchsets for every possible kernel
> variant?  Even if you go by the rule that stable kernels will have
> patchsets the current dev-sources violates it.  My requests:
>
> 1) Create gentoo patchsets only for finished releases and separate
>    into different sources
> 2) Provide vanilla kernels as unaltered, unpatched and uncustomised
>    sources just as they would be if done manually
> 3) Agree on prerequisites that must be fulfilled prior to adding new
>    kernels-sources or in fact any new packages onto portage.
>
> -------------------------
> Scenario 5: Ebuild speech
> -------------------------
> On completion of merging the portage ebuild sleeps for ~15 seconds,
> the baselayout ebuild for ~10 seconds and even dev-sources sleeps for
> ~5 seconds whilst all these packages display messages.  In my opinion,
> this is downright pointless.  On a source distribution like this one
> especially where claims about speed are made not only of portage but
> also the packages themselves what is the point in gaining ~10 seconds
> load time when you lose ~15 seconds compile time?  What is the net
> gain?  To make matters worse, ebuilds beep out loud through pc speaker
> on important sys-apps merges whilst sleeping in between which can make
> one very uncomfortable in office or quiet environments.  I understand
> it is important to get messages to the user but this is not the way.
> There should be other means whereby all messages are accumulated and
> logged and displayed at the end of all merges (bugs are open).  I
> currently this as follows.
>
> $ emerge -Du world | tee updates.log
> $ grep '01m' updates.log  ( <-- this gives all messages in log file
> without use of sleep)
>
> My requests:
>
> 1) Eliminate all use of sleep in ebuilds
> 2) Eliminate all use of beeps via echo -ne "\a"
> 3) Write eclasses or modifications to portage which control logging
>    and display - I have even written a bash wrapper (unfinished)
>    around emerge which does log all output and displays all messages
>    at end of every emerge separated according to package names.
> 4) If there absolutely has to be sound it must be done through
>    FEATURES="sound".  FEATURES="notify" can be used for message waits
>    if absolutely necessary.  It's a shame that finally EULA's have
>    made ebuilds interactive and sound and message waits are further
>    increasing merge time
>
> Overall, I would say vanilla behaviour should always be exhibited by
> default in all aspects of the operating system in favour of user
> preference or dev preference.  Focus should be on instructing the user
> on how to make a change rather than making the change and expecting
> the user to reverse it. Exceptions are where the change is vanilla in
> itself like providing stock kernel configs to newbie users as
> genkernel does.
>
> Please discuss as you wish.  I would be grateful if these issues were
> paid some attention and I look forward to receiving feedback whether
> you share the same experience or have opposing views.  If any of them
> should be filed as bugs
>
> with sincere regards
> Dhruba Bandopadhyay
>
> --
> gentoo-dev@gentoo.org mailing list
>
>

-- 
Matthew Kennedy
Gentoo Linux Developer

--
gentoo-dev@gentoo.org mailing list


  parent reply	other threads:[~2003-11-03 15:39 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-03  1:29 [gentoo-dev] Vanilla behaviour in Gentoo Linux (long email) Dhruba Bandopadhyay
2003-11-03  2:01 ` Brad House
2003-11-04 23:06   ` Steven Elling
2003-11-04 23:54     ` William Kenworthy
2003-11-07 23:24       ` Steven Elling
2003-11-08  0:09         ` Spider
2003-11-05  1:00     ` Terje Kvernes
2003-11-05  9:24       ` Paul de Vrieze
2003-11-05 11:46         ` Terje Kvernes
2003-11-06 15:47       ` Anthony de Boer
2003-11-06 17:01         ` Marius Mauch
2003-11-07 23:29       ` Steven Elling
2003-11-07 23:55         ` Eldad Zack
2003-11-03  2:16 ` Jon Portnoy
2003-11-03  8:49   ` Toby Dickenson
2003-11-03 16:36   ` Markus Nigbur
2003-11-03 17:02     ` Philippe Coulonges
2003-11-03 17:17       ` Caleb Tennis
2003-11-05  0:43   ` Anthony de Boer
2003-11-05  1:11     ` Camille Huot
2003-11-03  2:19 ` Chris Smith
2003-11-03  3:33   ` C. Brewer
2003-11-03  3:45     ` Jon Portnoy
2003-11-03  6:31       ` C. Brewer
2003-11-03  6:40         ` Jon Portnoy
2003-11-03  7:03           ` C. Brewer
2003-11-03  5:55 ` [gentoo-dev] " Björn Lindström
2003-11-03  6:33   ` Spider
2003-11-03 11:15     ` purslow
2003-11-03  8:44 ` [gentoo-dev] " Donnie Berkholz
2003-11-03  9:37   ` Paul de Vrieze
2003-11-03 10:11     ` Antonio Dolcetta
2003-11-03  9:39 ` Robin H. Johnson
2003-11-03 15:36 ` Matthew Kennedy [this message]
2003-11-03 15:58 ` Matthew Kennedy
2003-11-03 17:55   ` Mike Frysinger
2003-11-03 21:01     ` Martin Schlemmer
2003-11-03 18:40   ` Donnie Berkholz
2003-11-03 18:47     ` Mike Frysinger
2003-11-04  5:49       ` Donnie Berkholz
2003-11-04 19:04         ` Marius Mauch
2003-11-03 16:25 ` Luca Barbato
2003-11-04  6:31 ` Jesper Fruergaard Andersen
2003-11-04  7:08   ` Troy Dack
2003-11-04 10:03     ` Paul de Vrieze
2003-11-04 11:49       ` Christian Birchinger
2003-11-05 10:48         ` Thomas de Grenier de Latour
2003-11-05 12:03           ` Christian Birchinger
2003-11-04 17:18       ` Martin Schlemmer
2003-11-04 10:08     ` Thomas de Grenier de Latour
2003-11-04 17:15   ` Martin Schlemmer
2003-11-04  7:34 ` Troy Dack
2003-11-04  8:04   ` C. Brewer
2003-11-04 10:08     ` Paul de Vrieze

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oevtzcpd.fsf@killr.ath.cx \
    --to=mkennedy@gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox