Re: Unix Philosophers Please!

2001-11-06 Thread Dag-Erling Smorgrav
Bernd Walter [EMAIL PROTECTED] writes: In short: The data is tranfered into the kernel and dropped there. The data is never transferred into the kernel. There is no copyin() or uiomove() there. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: forwarding

2001-11-06 Thread Dag-Erling Smorgrav
Martin Vana [EMAIL PROTECTED] writes: The problem is when I try to retrive any files from users. Than DC tryies to establish direct connection to user on ports from 410-415. How could I somehow 'catch' this request (SYN_SENT foo.foobar.com 41x) and forward it through ssh tunnel and back? You

Re: devfs?

2001-11-06 Thread Warner Losh
In message [EMAIL PROTECTED] Dag-Erling Smorgrav writes: : Kevin D.Wooten [EMAIL PROTECTED] writes: : Well the linux devfs has a compatibility mode that maintains a /dev : that looks exactly like pre-devfs ( the actual list of files is : static ), and only links up ( mknod ) the newly added

Re: devfs?

2001-11-06 Thread sthaug
What's the point with having device nodes for devices you don't have? A warm fuzzy feeling of having all the device nodes you're used to, even if the devices don't exist? :-) Steinar Haug, Nethelp consulting, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: devfs?

2001-11-06 Thread Wilko Bulte
On Tue, Nov 06, 2001 at 05:16:31PM +0100, Dag-Erling Smorgrav wrote: Kevin D.Wooten [EMAIL PROTECTED] writes: Well the linux devfs has a compatibility mode that maintains a /dev that looks exactly like pre-devfs ( the actual list of files is static ), and only links up ( mknod ) the newly