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
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
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
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
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
[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
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