Re: PATCH: Upgrade to Linux 2.2.22 drivers

2002-12-19 Thread Joachim Nilsson
On Thu, Dec 19, 2002 at 02:54:16PM -0500, David Walter wrote: > Joachim Nilsson <[EMAIL PROTECTED]> writes: > > I've noticed that too. Have you tried out Daniel Wagners patch[1] to > > disable soft interrupt handling in the spl code? > > [1] - http://mail.gnu.org/pipermail/bug-hurd/2002-December/01

Re: exec and EXECSERVERS

2002-12-19 Thread Paul Jarc
[EMAIL PROTECTED] (Thomas Bushnell, BSG) wrote: > [EMAIL PROTECTED] (Paul Jarc) writes: >> I don't know this Hurd stuff very well (or at all, nearly), but in >> Unix terms, I'd say whatever code sets uid=euid (if any) in a setuid >> situation should take responsibility for clearing dangerous >> env

Re: serverboot

2002-12-19 Thread Philip Charles
On 19 Dec 2002, Thomas Bushnell, BSG wrote: > "Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > > >> Corking. > > > >What's that mean? > > > > >From WordNet (r) 1.7 [wn]: > > > > corking > >adj : (informal) very good; "a bully pulpit"; "a neat sports car"; > > "had a

Re: exec and EXECSERVERS

2002-12-19 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Paul Jarc) writes: > I don't know this Hurd stuff very well (or at all, nearly), but in > Unix terms, I'd say whatever code sets uid=euid (if any) in a setuid > situation should take responsibility for clearing dangerous > environment variables (or any other attributes of the pr

Re: Unionfs, looking up links and translators

2002-12-19 Thread Thomas Bushnell, BSG
Moritz Schulte <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > > > What exactly would the problem be there? Maybe I've missed a beat > > in the conversation. > > Maybe I am overlooking something, I am not that familiar with > libdiskfs. > > My question is: give

Re: exec and EXECSERVERS

2002-12-19 Thread Paul Jarc
[EMAIL PROTECTED] (Thomas Bushnell, BSG) wrote: > Well, a setuid exec itself should disable EXECSERVERS. But the > environment variable might still get inherited, and seven layers of > fork/exec later, do something nasty. So that means that setuid exec > should in fact clear EXECSERVERS in the pa

Re: exec and EXECSERVERS

2002-12-19 Thread Thomas Bushnell, BSG
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >> What was the reason for disabling EXECSERVERS in exec? I think that >> it is quite an useful feature when debugging exec, or playing around >> with new features for it. > >This[1] thread might interest you. > >[1] http://mail

Re: Unionfs, looking up links and translators

2002-12-19 Thread Moritz Schulte
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > What exactly would the problem be there? Maybe I've missed a beat > in the conversation. Maybe I am overlooking something, I am not that familiar with libdiskfs. My question is: given the situation that dir_lookup is called to re-open a node, w

Re: exec and EXECSERVERS

2002-12-19 Thread Neal H. Walfield
> What was the reason for disabling EXECSERVERS in exec? I think that > it is quite an useful feature when debugging exec, or playing around > with new features for it. This[1] thread might interest you. [1] http://mail.gnu.org/pipermail/bug-hurd/2000-May/001211.html _

Re: exec and EXECSERVERS

2002-12-19 Thread Alfred M. Szmidt
> What was the reason for disabling EXECSERVERS in exec? I think that > it is quite an useful feature when debugging exec, or playing around > with new features for it. This[1] thread might interest you. [1] http://mail.gnu.org/pipermail/bug-hurd/2000-May/001211.html Interesting.

Re: exec and EXECSERVERS

2002-12-19 Thread Roland McGrath
> I think there were just bugs and rather than figure them out, we > commented it out. I think it would certainly be useful to turn it on > and make it work. There may have been bugs. There were also security concerns about an EXECSERVERS being inherited indirectly by setuid programs and the li

Re: exec and EXECSERVERS

2002-12-19 Thread Thomas Bushnell, BSG
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > What was the reason for disabling EXECSERVERS in exec? I think that > it is quite an useful feature when debugging exec, or playing around > with new features for it. I think there were just bugs and rather than figure them out, we commented it ou

Re: Unionfs, looking up links and translators

2002-12-19 Thread Thomas Bushnell, BSG
Moritz Schulte <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > > > I think the right fix is to have lookups for "" do all the normal > > processing when you open a file. > > Well, yes, but the problem of relative symbolic links is not yet > solved, is it? What e

exec and EXECSERVERS

2002-12-19 Thread Alfred M. Szmidt
What was the reason for disabling EXECSERVERS in exec? I think that it is quite an useful feature when debugging exec, or playing around with new features for it. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Unionfs, looking up links and translators

2002-12-19 Thread Moritz Schulte
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > I think the right fix is to have lookups for "" do all the normal > processing when you open a file. Well, yes, but the problem of relative symbolic links is not yet solved, is it? moritz -- [EMAIL PROTECTED] - http://duesseldor

Re: Unionfs, looking up links and translators

2002-12-19 Thread Thomas Bushnell, BSG
Moritz Schulte <[EMAIL PROTECTED]> writes: > > It might well be that we have a hole in the interface here. Blech. > > So... fs interface change - anyone? =) I think the right fix is to have lookups for "" do all the normal processing when you open a file. That is, it should do the translator s

Re: serverboot

2002-12-19 Thread Alfred M. Szmidt
> corking >adj : (informal) very good; "a bully pulpit"; "a neat sports car"; > "had a great time at the party"; "you look simply > smashing" [syn: {bang-up}, {bully}, {cracking}, {dandy}, > {great}, {groovy}, {keen}, {neat}, {nifty},

Re: serverboot

2002-12-19 Thread Thomas Bushnell, BSG
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >> Corking. > >What's that mean? > > >From WordNet (r) 1.7 [wn]: > > corking >adj : (informal) very good; "a bully pulpit"; "a neat sports car"; > "had a great time at the party"; "you look simply > smash

Re: Unionfs, looking up links and translators

2002-12-19 Thread Moritz Schulte
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > I think that's why I originally stated "." which Roland corrected to > "". Well, "." would not work for non-directories, of course. > It might well be that we have a hole in the interface here. Blech. So... fs interface change - anyone? =)

Re: serverboot

2002-12-19 Thread Alfred M. Szmidt
> Corking. What's that mean? >From WordNet (r) 1.7 [wn]: corking adj : (informal) very good; "a bully pulpit"; "a neat sports car"; "had a great time at the party"; "you look simply smashing" [syn: {bang-up}, {bully}, {cracking}, {dandy}, {g

Re: serverboot

2002-12-19 Thread Thomas Bushnell, BSG
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >> Still, is the unused code somehow filtered out from the source tree >> when a release is made? > >See hurd/Makefile. > > Corking. What's that mean? ___ Bug-hurd mailing list [EMAIL PROTEC

Re: Unionfs, looking up links and translators

2002-12-19 Thread Moritz Schulte
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > Instead, you fetch the actual node, and then tell the user to reauth > *that* node. Are you sure the needed functionality is implemented? I tried that, it does not work (with a retry name of ""); the user keeps the underlying node, he doesn't ge

Re: serverboot

2002-12-19 Thread Alfred M. Szmidt
> Still, is the unused code somehow filtered out from the source tree > when a release is made? See hurd/Makefile. Corking. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: serverboot

2002-12-19 Thread Thomas Bushnell, BSG
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: >> The problem with having them still in the tree is that it's not obvious >> at a quick glance which tools are pieces aer still in use and worth >> learning when you're a new person. As an example, when James Morrison >> was doing pa

Re: serverboot

2002-12-19 Thread Jeff Bailey
On Thu, Dec 19, 2002 at 09:08:59PM +0100, Alfred M. Szmidt wrote: > Still, is the unused code somehow filtered out from the source tree > when a release is made? With automake yes. 'make dist' only pulls in the files that are actively referenced in the make files. That is, incidentally, what I'

Re: serverboot

2002-12-19 Thread Alfred M. Szmidt
> The problem with having them still in the tree is that it's not obvious > at a quick glance which tools are pieces aer still in use and worth > learning when you're a new person. As an example, when James Morrison > was doing patch reviews and sending a patch nearly every week a freq

Re: PATCH: Upgrade to Linux 2.2.22 drivers

2002-12-19 Thread David Walter
Joachim Nilsson <[EMAIL PROTECTED]> writes: > I've noticed that too. Have you tried out Daniel Wagners patch[1] to > disable soft interrupt handling in the spl code? > > > Regards > /Joachim > > [1] - http://mail.gnu.org/pipermail/bug-hurd/2002-December/011134.html That link appears to be empty

Re: serverboot

2002-12-19 Thread Thomas Bushnell, BSG
Jeff Bailey <[EMAIL PROTECTED]> writes: > The problem with having them still in the tree is that it's not obvious > at a quick glance which tools are pieces aer still in use and worth > learning when you're a new person. As an example, when James Morrison > was doing patch reviews and sending a p

ftpfs broken ?

2002-12-19 Thread grant
Hi I am running a cvs hurd and it seems that ftpfs is broken. Actually I don't know if it's ftpfs, could be something. What happens is I try "settrans -a /gnu /hurd/ftpfs / ftp.debian.org" and I get translator died emediately. When I try without the -a option I get no translator death until I cd