Re: [EMAIL PROTECTED]: Help with entropy?]

2007-06-21 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for going through it. On Jun 20, 2007, at 5:31 PM, Thomas Schwinge wrote: Hello! I just browsed (a bit) through tschwinge's Sammelsurium and found the following links and things which may be interesting for you:

Re: passive translators

2007-06-21 Thread Wei Shen
Hi, > I proposed two solutions in last mail. In solution a), the translator is > > started chrooted. So the file node, parent, and target are > respectively: > > /foo, /, and / in its eyes; and /chroot/foo, /chroot, and /chroot in > > reality. > > > I am not sure if this translator can still ser

Re: passive translators

2007-06-21 Thread Wei Shen
On 6/21/07, Neal H. Walfield <[EMAIL PROTECTED]> wrote: > Ok, I got it. I will consider to support the file descriptor reprentation, > but will not implement complex semantics as redirection first. Redirection is a shell feature. If you support the file descriptor representation, then you can

Re: Problem with login

2007-06-21 Thread Marcus Brinkmann
At Wed, 20 Jun 2007 16:57:05 -0400, Michael Casadevall <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I don't think I should be able to do this: > > (I am using telnet to make it easy to copy and paste, but it works on > the real console) If you don't like

Re: passive translators

2007-06-21 Thread Neal H. Walfield
At Thu, 21 Jun 2007 20:02:35 +0800, Wei Shen wrote: > > On 6/21/07, Neal H. Walfield <[EMAIL PROTECTED]> wrote: > > > > At Thu, 21 Jun 2007 15:37:49 +0800, > > > Could you please give some explanation on "PFINETSERVER=fd:3 myprog > > > 3 > > > From the bash manual: > > > > 3.6.1 Redirecting Input

Re: passive translators

2007-06-21 Thread Wei Shen
On 6/21/07, Neal H. Walfield <[EMAIL PROTECTED]> wrote: At Thu, 21 Jun 2007 15:37:49 +0800, > Could you please give some explanation on "PFINETSERVER=fd:3 myprog > 3 Ok, I got it. I will consider to support the file descriptor reprentation, but will not implement complex semantics as redirecti

[task #1619] designing and writing libchannel, a library for streams

2007-06-21 Thread Thomas Schwinge
Update of task #1619 (project hurd): Assigned to:None => hammy ___ Reply to this item at: ___ Messag

Re: passive translators

2007-06-21 Thread Neal H. Walfield
At Thu, 21 Jun 2007 15:37:49 +0800, Wei Shen wrote: > > Hi, > > Could you please give some explanation on "PFINETSERVER=fd:3 myprog > 3http://www.gnu.org/software/bash/manual/bashref.html#SEC38 So, as bash starts myprog, it opens /path/to/pfinet and inserts the resulting file descriptor into the

Re: passive translators

2007-06-21 Thread Wei Shen
Hi, Could you please give some explanation on "PFINETSERVER=fd:3 myprog 3 wrote: There is a bit of confusion here, I'm going to try to be more specific, please indulge me. Thanks! The translator needs not to know whether a process is chrooted or not, it > just always adds (for any process)