[Samba] Processes at the server

2005-01-28 Thread caas it
Why are new processes forked at the server i.e. for smbd, even when the same client machine and the same loginuser tries to mount mulltiple shares during the same session ? Yahoo! India Matrimony: Find your life partneronline. -- To unsubscribe from this list go to the following URL and read

[Samba] Problem in tracing the code at client end

2005-01-09 Thread caas it
I am using samba 3.0.7 on Ferdora Core (2.6.5-3) I performed the following operation at the client side mount //abc/abc_share /xyz cd /xyz mkdir pqr where abc is the remote server abc_share is the remote share xyz is the local directory What I want to know is, at the last statement, when

[Samba] tracing mkdir function at the client

2005-01-08 Thread caas it
I am using samba 3.0.7 on Ferdora Core (2.6.5-3) I performed the following operation at the client side mount //abc/abc_share /xyz cd /xyz mkdir pqr I wanted to know is, mkdir at the client side calls which function at the client( which inturn sends it to the server)? I tried

[Samba] Problem in code tracing (reply)

2005-01-07 Thread caas it
The new messages are written in -- --- caas it wrote: | I am using samba-3.0.7 on kernel version 2.6.5-3 | (client as well as server). | I traced the exact function calling sequence when a | mkdir command is given at the client side. | I got stuck at the server

[Samba] smb vfs modules queries

2005-01-06 Thread caas it
I am using samba-3.0.7 on kernel version 2.6.5-3 (client as well as server). I traced the exact function calling sequence when a mkdir command is given at the client side. I got stuck at the server side, source/smbd/vfs.c - vfs_MkDir() - SMB_VFS_MKDIR(conn,name,mode) (line no 357)

[Samba] installing samba 3.0.7 on kernel 2.6

2005-01-04 Thread caas it
I am trying to install samba 3.0.7 on kernel 2.6.5-3 (Fedora Core 2) 1) According to the installation procedure mentioned in the documentation the samba client is working fine. But for the samaba server, when a remote client tries to contact the server the follwing error is reported during tree