All of lore.kernel.org
 help / color / mirror / Atom feed
From: john slee <indigoid@higherplane.net>
To: "Albert D. Cahalan" <acahalan@cs.uml.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PROPOSAL: /proc standards (was dot-proc interface [was: /proc
Date: Thu, 8 Nov 2001 22:49:51 +1100	[thread overview]
Message-ID: <20011108224951.H2430@higherplane.net> (raw)
In-Reply-To: <20011108171947.G2430@higherplane.net> <200111080814.fA88EXn157226@saturn.cs.uml.edu>
In-Reply-To: <200111080814.fA88EXn157226@saturn.cs.uml.edu>

On Thu, Nov 08, 2001 at 03:14:32AM -0500, Albert D. Cahalan wrote:
> No, not a union mount. We didn't have that last time I looked,

i was under the impression al viro had them planned for 2.5...
hopefully i'm right as i find them rather useful at times under other
systems (openbsd)

> and I have some doubts that it would work all that well. Even

why not?  the two namespaces should not clash... and i really hope that
there aren't any tools out there referencing proc via inode num.  what
problems do you see?

> if it does work, it doesn't provide drop-in kernel compatibility
> and doesn't help encourage transition.

it doesn't exactly discourage transition either, and i don't see how
changing proc to hide/not hide stuff encourages it.  at some point it
has to be a distribution issue, regardless of the transitioning scheme.

if a union could be made to work (and as above i'd like to know why it
couldn't, if only for my own education :-) it means you don't have to go
removing stuff later on.

> It would be reasonable to have a proc filesystem that could
> hide or disable half of the content -- either process files
> or the misc junk.
> 
> Let's have a filesystem mounted as type "proc" hide everything
> but the process directories by default. You can still read
> /proc/cpuinfo, but you can't see it when you do "ls /proc".
> Let's have  a filesystem mounted as type "kern" disable the
> process directories by default.

imho this violates the principle of least-surprise, although i suppose
if you're mounting the fs you're probably expecting it so its probably
ok.

curious,

j.

-- 
R N G G   "Well, there it goes again... And we just sit 
 I G G G   here without opposable thumbs." -- gary larson

  reply	other threads:[~2001-11-08 11:49 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-06 21:21 PROPOSAL: /proc standards (was dot-proc interface [was: /proc William Knop
2001-11-06 21:31 ` Erik Hensema
2001-11-06 22:09   ` Ricky Beam
2001-11-07 16:08     ` Erik Hensema
2001-11-07 16:19       ` lkml user
2001-11-08  0:22       ` Albert D. Cahalan
2001-11-08  6:19         ` john slee
2001-11-08  8:14           ` Albert D. Cahalan
2001-11-08 11:49             ` john slee [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-07 19:28 William Knop
2001-11-07 23:01 ` Miquel van Smoorenburg
2001-11-05 13:41 PROPOSAL: dot-proc interface [was: /proc stuff] Petr Baudis
2001-11-06 18:56 ` PROPOSAL: /proc standards (was dot-proc interface [was: /proc stuff]) Stephen Satchell
2001-11-06 20:12   ` PROPOSAL: /proc standards (was dot-proc interface [was: /proc Erik Hensema
2001-11-06 20:58     ` Roy Sigurd Karlsbakk
2001-11-06 21:43       ` Ricky Beam
2001-11-06 22:14         ` Alexander Viro
2001-11-07  0:33           ` Alex Bligh - linux-kernel
2001-11-07  7:20             ` Albert D. Cahalan
2001-11-07  8:07               ` Alexander Viro
2001-11-07 17:24               ` Alex Bligh - linux-kernel
2001-11-07 17:22                 ` Blue Lang
2001-11-07 19:21                   ` Ricky Beam
2001-11-11 10:27                     ` Kai Henningsen
2001-11-08  0:47                 ` Albert D. Cahalan
2001-11-08 18:53                   ` Alex Bligh - linux-kernel
2001-11-08 21:28                     ` Ricky Beam
2001-11-09  5:15                     ` Albert D. Cahalan
2001-11-19 19:22                     ` bill davidsen
2001-11-07  0:13         ` Martin Dalecki
2001-11-07  0:40           ` Alex Bligh - linux-kernel
2001-11-07  1:10           ` Ricky Beam
     [not found]             ` <Pine.GSO.4.33.0111061947540.17287-100000@sweetums.bluetronic.ne t>
2001-11-07  1:17               ` Alex Bligh - linux-kernel
2001-11-07 11:32             ` Martin Dalecki
2001-11-07 12:35         ` Remco Post
2001-11-07 23:53           ` Albert D. Cahalan
2001-11-07 22:24         ` Paul P Komkoff Jr
2001-11-07 23:15           ` Phil Howard
2001-11-06 21:24     ` Rik van Riel
2001-11-06 21:45       ` Erik Hensema
2001-11-06 22:06       ` Tim Jansen
2001-11-06 22:28       ` Erik Andersen
2001-11-06 22:33         ` Jan-Benedict Glaw
2001-11-06 22:42           ` Erik Andersen
2001-11-06 22:49             ` Jan-Benedict Glaw
2001-11-06 22:53             ` Patrick Mochel
2001-11-06 22:52               ` Erik Andersen
2001-11-06 22:46           ` Ben Greear
2001-11-06 22:50             ` Jan-Benedict Glaw
2001-11-07  0:17           ` Martin Dalecki
2001-11-06 22:53     ` J . A . Magallon

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=20011108224951.H2430@higherplane.net \
    --to=indigoid@higherplane.net \
    --cc=acahalan@cs.uml.edu \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.