Re: nodes have authors

2002-02-12 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Alfred M. Szmidt) writes: > If LC_MESSAGE specifics a POSIX locale then the default behaviour should be > whatever POSIX specifics. So I suppose we could default to printing our > specific stuff if it is not a POSIX locale... > > Personally I think it's silly to have two progr

Re: nodes have authors

2002-02-12 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Alfred M. Szmidt) writes: > > Why is chauth better than chauthor? > > Same reason why we have chown instead of chowner, I guess. But maybe > users would get confused with the auth translator, in that case chauthor > would be a better name. We have chown because the syscall i

Re: /proc and other Linuxisms

2002-02-12 Thread Marcus Brinkmann
On Wed, Feb 13, 2002 at 12:35:45AM +0100, Farid Hajji wrote: > > > The list archive also shows post regarding a Linux binary emulation layer? Has > > > there been any work on it? Any pointers? > > > > There are several layers. For example, we already use the same object > > format (ELF). Then,

Re: /proc and other Linuxisms

2002-02-12 Thread Farid Hajji
> The Hurd has much better interfaces to get this info (the process message > port, and the Hurd libps library for example). Right!!! BTW, nothing prevents you from collecting as much infos as possible from the Hurd servers (e.g. through libps) and present them in a hurdisch /proc-like FS. This

Re: /proc and other Linuxisms

2002-02-12 Thread Farid Hajji
> believe that using /proc things in a program leads to non-portable > programs, so it should just aim at giving useful pieces of information to the > user (not the programs) I think. How right you are! As a FreeBSD user, I'm often really upset about the extensive use of Linux' /proc FS by some a

Re: /proc and other Linuxisms

2002-02-12 Thread Marcus Brinkmann
On Tue, Feb 12, 2002 at 02:36:11PM -0500, Ludovic Courtès wrote: > I've seen that some time ago (Dec. `99) someone asked about eventually > implementing a procfs translator that would do something close to what Linux > does. It seems also that Neal Walfield started to implement a procfs > tanslato

Re: nodes have authors

2002-02-12 Thread Marcus Brinkmann
On Tue, Feb 12, 2002 at 08:17:50PM +0100, [EMAIL PROTECTED] wrote: > > Should this also apply to symlinks? Or should the default behaviour be > > used. > > I think the translator for symlinks shouldn't be shown or it should > be an option. None of the special translators like /hurd/symlink as li

/proc and other Linuxisms

2002-02-12 Thread Ludovic Courtès
Hi, I've seen that some time ago (Dec. `99) someone asked about eventually implementing a procfs translator that would do something close to what Linux does. It seems also that Neal Walfield started to implement a procfs tanslator. What is now the status? What does it perform? I'm also wondering

Re: nodes have authors

2002-02-12 Thread marco
On Tuesday 12 February 2002 19:04, you wrote: > * Thomas Bushnell, BSG writes: > > [EMAIL PROTECTED] (Alfred M. Szmidt) writes: > >> - Print the "unknown permission bits" (what is the official name > >> for this?). > > > > Well, I would say it's the "nobody" bits or maybe the "anonymous" > > user

Re: nodes have authors

2002-02-12 Thread Marcus Brinkmann
On Tue, Feb 12, 2002 at 07:37:26PM +0100, Alfred M. Szmidt wrote: > Yes, Marco Gerards suggested that we could print the PID of the active > translator. But I still have my doubts about this. But yeah, active > translators should be handled in a similar way I think. You can do what fsysopts for

Re: nodes have authors

2002-02-12 Thread Alfred M. Szmidt
* Marcus Brinkmann writes: > On Tue, Feb 12, 2002 at 04:30:36PM +0100, Alfred M. Szmidt wrote: [snip] >> And when I am done with that, I will move to fix GNU sh-utils (id, >> and all that). > Note that we have `ids' in the Hurd. And id is specified by POSIX, > so we have to make sure we only ext

Re: nodes have authors

2002-02-12 Thread Marcus Brinkmann
On Tue, Feb 12, 2002 at 04:30:36PM +0100, Alfred M. Szmidt wrote: > I am currently working on adding some support for the flags that we support. Way to go, Alfred! > author bit with chown (chown owner:group:author?), and will probably implement > the chauth (I think thats a better name then chau

Re: nodes have authors

2002-02-12 Thread Alfred M. Szmidt
* Thomas Bushnell, BSG writes: > [EMAIL PROTECTED] (Alfred M. Szmidt) writes: >> - Print the "unknown permission bits" (what is the official name >> for this?). > Well, I would say it's the "nobody" bits or maybe the "anonymous" > user bits or the "no ID" bits. We should figure out one standard

Re: nodes have authors

2002-02-12 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Alfred M. Szmidt) writes: > - Print the "unknown permission bits" (what is the official name > for this?). Well, I would say it's the "nobody" bits or maybe the "anonymous" user bits or the "no ID" bits. We should figure out one standard name to use. > - Print the aut

Re: nodes have authors

2002-02-12 Thread Alfred M. Szmidt
* Thomas Bushnell, BSG writes: > James Morrison <[EMAIL PROTECTED]> writes: >> Taking a brief look at fth.defth it looks like each node can have >> an author, do any tools currently support getting/setting this >> value? > I don't think so. We need a chauthor program for GNU fileutils. Funny th