NFS over TCP in linux

2000-11-05 Thread Samar Sharma


Is there a version of the linux code that supports NFS over TCP ?
Could you please send me a pointer.

Thanks.
Samar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



NFS over TCP in linux

2000-11-05 Thread Samar Sharma


Is there a version of the linux code that supports NFS over TCP ?
Could you please send me a pointer.

Thanks.
Samar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



following the mountd code in nfs-utils

2000-10-17 Thread Samar Sharma


How do I step through the mountd program ? gdb doesn't allow me to do it.

If someone understands that code, could you please send me a briefing
on the code flow.

Thanks.

Samar

[root@nbv-pc-1 mountd]# gdb mountd
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux"...
(gdb) list
381
382 return elist;
383 }
384
385 int
386 main(int argc, char **argv)
387 {
388 char*export_file = _PATH_EXPORTS;
389 int foreground = 0;
390 int port = 0;
(gdb) run
Starting program: /usr/src/nfs-utils-0.2.1/utils/mountd/mountd
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.

Program exited normally.


At 05:42 PM 10/17/2000 +0200, Trond Myklebust wrote:
> >>>>> " " == Samar Sharma <[EMAIL PROTECTED]> writes:
>
>  > Does anyone know where is svc_run() defined ? This is used in
>  > mountd.c Also, where is xdr_sendmsg() defined. This is used in
>  > rmtcall.c
>
>[trondmy@fyspc-epf03 trondmy]$ nm /lib/libc.so.6 | grep svc_run
>00101024 T svc_run
>You should normally find it in declared in /usr/include/rpc/svc.h
>
>As for xdr_sendmsg(), I have no record of any such function being used
>in nfs-utils-0.2.1. Are you sure that isn't something #defined in one
>of your /usr/include files?
>
>Cheers,
>   Trond
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to [EMAIL PROTECTED]
>Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



mountd code in nfs-utils-0.1.9.1

2000-10-17 Thread Samar Sharma


Does anyone know where is svc_run() defined ? This is used in mountd.c
Also, where is xdr_sendmsg() defined. This is used in rmtcall.c
Thanks.
Samar
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



mountd code in nfs-utils-0.1.9.1

2000-10-17 Thread Samar Sharma


Does anyone know where is svc_run() defined ? This is used in mountd.c
Also, where is xdr_sendmsg() defined. This is used in rmtcall.c
Thanks.
Samar
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



following the mountd code in nfs-utils

2000-10-17 Thread Samar Sharma


How do I step through the mountd program ? gdb doesn't allow me to do it.

If someone understands that code, could you please send me a briefing
on the code flow.

Thanks.

Samar

[root@nbv-pc-1 mountd]# gdb mountd
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux"...
(gdb) list
381
382 return elist;
383 }
384
385 int
386 main(int argc, char **argv)
387 {
388 char*export_file = _PATH_EXPORTS;
389 int foreground = 0;
390 int port = 0;
(gdb) run
Starting program: /usr/src/nfs-utils-0.2.1/utils/mountd/mountd
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.

Program exited normally.


At 05:42 PM 10/17/2000 +0200, Trond Myklebust wrote:
  " " == Samar Sharma [EMAIL PROTECTED] writes:

   Does anyone know where is svc_run() defined ? This is used in
   mountd.c Also, where is xdr_sendmsg() defined. This is used in
   rmtcall.c

[trondmy@fyspc-epf03 trondmy]$ nm /lib/libc.so.6 | grep svc_run
00101024 T svc_run
You should normally find it in declared in /usr/include/rpc/svc.h

As for xdr_sendmsg(), I have no record of any such function being used
in nfs-utils-0.2.1. Are you sure that isn't something #defined in one
of your /usr/include files?

Cheers,
   Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Documentation for the code in nfs-utils-0.1.9.1

2000-10-16 Thread Samar Sharma


Does anyone have a pointer to some documents/books for the nfs-utils code ?
(i.e., code for mountd, statd etc)

Thanks.
Samar



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Documentation for the code in nfs-utils-0.1.9.1

2000-10-16 Thread Samar Sharma


Does anyone have a pointer to some documents/books for the nfs-utils code ?
(i.e., code for mountd, statd etc)

Thanks.
Samar



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Running SPEC SFS 2.0 on Linux

2000-10-02 Thread Samar Sharma


Does anyone have experience with running SPEC SFS 2.0 on kernel 2.4 ?

Specifically, I am looking for the values in C.vendor and M.vendor files.

Thanks.

Samar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/