Re: NFS V3 , how can see using rpcinfo -p

2002-05-23 Thread Deepak Kotian
Hi, Also Note, nfsstat gives both V2 and V3 functions. Where can I find nfsd for both v2 and v3. I need to write nfs clients using both v2 and v3 protocols services with nfsd. If some has any idea, please let me know. Thanks and Regards Deepak - Original Message - From: <[EM

Re: Where can I find nfsd v3 (NFS V3) for debian ?

2002-05-22 Thread Deepak Kotian
Re: Where can I find nfsd v3 (NFS V3) for debian ? > On Wed, 2002-05-22 at 13:46, Deepak Kotian wrote: > > Hi, > > > > Where can I find nfsd v3 for debian Linux? > > > > I have installed debian linux 2.2.19 and when I do > > > > rpcinfo -p , I see the

Where can I find nfsd v3 (NFS V3) for debian ?

2002-05-22 Thread Deepak Kotian
Hi,   Where can I find nfsd v3 for debian Linux? I have installed debian linux 2.2.19 and when I do rpcinfo -p , I see the version as "2". Can anyone tell me where can I find "3"(NFS v3) which supports more number of NFS services/functions? Please let me know.   Thanks and Regards Deepak    

Re: Is it perfectly to pass argv[] this way to function ?

2002-05-21 Thread Deepak Kotian
Thanks for all the replies!! > > Hi, > > > > Please check the code segment. > > /*code start / > > #include > > int func1(char **a_argv){ > > while (*a_argv!=NULL) > > printf("\n%s", *a_argv++); > > return(0); > > } > > > > int main(int argc, char *argv[]){ > > func1(&argv[0])

Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Deepak Kotian
Hi,   Please check the code segment. /*code start / #include int func1(char **a_argv){ while (*a_argv!=NULL) printf("\n%s", *a_argv++); return(0);}   int main(int argc, char *argv[]){ func1(&argv[0]);} /*code end /   This func1 function prints all the arguments

wchar_t , when should one use ?

2002-05-18 Thread Deepak Kotian
Hi,   When should one use wchar and when should one use char. I have heard lot about UNICODE. But what is the real need of wchar_t type ?   Actually, I have many read many files through a C program and it has Japanese text as well. What is advisable to use. Should it be fgetws or fgets, will

Locale setting on my console to see Japanese character

2002-05-18 Thread Deepak Kotian
Hi,   I have all the locales on my machine. locale -a shows it. I have set the LANG as japanese, but when I do "ls -l" at command prompt on a directory. I do not proper Japanese character in the time stamp column of the output. It is not English. It seems the terminal is not able to display

Is there any tool like purify(memory leak check tool) for LINUX

2002-05-13 Thread Deepak Kotian
Hi,   Is there any tool like purify(memory leak tool) for LINUX. Or any free software which can be used to check memory leaks on a C/c++ program. If anyone has any idea. Please let me know. Thanks and Regards Deepak    

Procedure to set/install xfs filesystem for debian LINUX

2002-05-03 Thread Deepak Kotian
Hi,   Could someone please tell the Procedure to set/install xfs filesystem for debian LINUX ? I would like to make a xfs file system on my debian LINUX box. Please let me know if some has an idea, how to do it ? The kernel, which I am using is 2.4.18 upgraded from 2.2.19. I  tried sgi.com f

Re: SIOCADDRT : No such device

2002-05-02 Thread Deepak Kotian
Thanks , I will check that. But, still one problem still remains, why would 2.4.18(kernel built from kernel.org site) kernel boot is not on network and 2.2.19 kernel is on network and it is the same machine. The network card seems to be rtl8139. Where could one find .deb packages or insatallables f

Re: kernel 2.4.17 and above for debian LINUX

2002-04-30 Thread Deepak Kotian
Thanks for the information!! Thanks and Regards Deepak - Original Message - From: "Scott Henson" <[EMAIL PROTECTED]> To: "Deepak Kotian" <[EMAIL PROTECTED]> Cc: "STOJICEVIC Edi EXPSIA" <[EMAIL PROTECTED]>; Sent: Tuesday, April 30, 2002 1

Re: kernel 2.4.17 and above for debian LINUX

2002-04-30 Thread Deepak Kotian
Hi, Thanks for the reply. It surely helped. Some more clarification : 1. What kernel version does 2.2r5 and 2.2r6 have ? Does any of these have kernel 2.14.7 or above ? Your Question: > First of all, why do you want to upgrade your kernel ? I need it because that is the system requirement

Has any one written a NAS client to test NAS SYSTEM

2002-04-27 Thread Deepak Kotian
Hi,   Has any one written a NAS(Network attached storage) client and is free source code available for this. I need to test a NAS system using this NAS client on debian LINUX. Got no idea how should one test a filesystem. Some say to use NFS V2/V3 protocols. What is wrong is using simple read

Has some worked on a system to test performance of NAS/XFS file system ?

2002-04-22 Thread Deepak Kotian
Hi,   Has someone worked on a system to test performance and quality of NAS/XFS file system ? I want to test an XFS filesystem on debian LINUX .Actual physical disk is NAS(Network Atttached Storage) disk.     Problem : How do I test this ? I have heard that the use NFS V3/V2 protocols would b