Re: Help me in tracking a bug in NFS

2008-04-10 Thread olafBuddenhagen
Hi, On Fri, Apr 11, 2008 at 02:28:37AM +0530, Madhusudan C.S wrote: > I am just going through the source files in nfs directory in Hurd > source tree. There are two directories with names nfs and nfsd. nfsd is the NFS daemon, i.e. the server; the other is the client. In general, translators use

Re: GSoC project about virtualization using Hurd mechanisms

2008-04-10 Thread olafBuddenhagen
Hi, On Thu, Apr 10, 2008 at 02:14:06PM +0200, zhengda wrote: > What I mean is the mechanism provided by the packet filter provides us > a possible solution. I don't expect it works now:-) I see :-) > As I can see, ether_filter in pfinet is hard coded. I think it's > better to allow the user t

Re: Requesting to Review of the proposal - Improved NFS Implementation

2008-04-10 Thread olafBuddenhagen
Hi, On Fri, Apr 11, 2008 at 02:02:49AM +0530, Madhusudan C.S wrote: > >The next stage of this project starts with implementing the core > > >NFSv3 protocols. > > [...] > > >3. Additional file attributes in many replies including fourth > > >set of permission bits > > > > Is that

Help me in tracking a bug in NFS

2008-04-10 Thread Madhusudan C.S
Hi all, I have been working on Improving NFS implementation on the Hurd. Olaf told me that rm -r does not work on some cases and trace the problem. As I have already discussed with him it is observed that an error occurs when we use a trailing / with directory name for removing a directory

Re: Requesting to Review of the proposal - Improved NFS Implementation

2008-04-10 Thread Madhusudan C.S
Hi Olaf, First of all sorry for being very late on the mailing list. I have been discussing with you about some of these things in the IRC. Anyhow detailed explaination is here. > I will work on improving the performance of NFSv2 and fixing bugs that > > exist on the server side. > > How do

Re: GSoC project about virtualization using Hurd mechanisms

2008-04-10 Thread zhengda
[EMAIL PROTECTED] wrote: On Wed, Apr 09, 2008 at 11:45:15PM +0200, zhengda wrote: In hurd, pfinet registers a filter when it open the ethernet device (this ethernet device can be thought as a stub, right?), so it can receive the packet it wants from the network. Sorry, no idea what yo

Re: GSoC project about virtualization using Hurd mechanisms

2008-04-10 Thread olafBuddenhagen
Hi, On Wed, Apr 09, 2008 at 12:49:28AM +0200, zhengda wrote: > I read the code of pfinet, and find the implementation of TCP/IP stack > is almost the same as the linux. Indeed, it's the TCP/IP code from some older Linux version (2.0 I think), only converted to run as a Hurd translator :-) > pfi