Re: [Samba] Samba logging behavior on new files

2007-05-03 Thread Bala
Hi, Firstly I would like to say about the problem. Whenever new file is created by samba clients in samba directory shares, they should be moved to another directory. The solution is very straight forward. My VFS module keeps list of fds when a file is opened with write/read-write flag in open

Re: [Samba] Samba logging behavior on new files

2007-05-02 Thread Henrik Zagerholm
Hi, It would be interesting see how you did it so if its not to much trouble share it here or on the samba wiki. cheers 2 maj 2007 kl. 04:22 skrev Bala: Hi, I trashed my stupid idea/program and wrote samba VFS module to do the same thing. It works very well. I have home made program,

Re: [Samba] Samba logging behavior on new files

2007-05-01 Thread Bala
Hi, I trashed my stupid idea/program and wrote samba VFS module to do the same thing. It works very well. > I have home made program, which uses File Alteration Monitor library > to watch samba log files for new file creation in samba share > directory. > > This technique works fine when I us

[Samba] Samba logging behavior on new files

2007-03-29 Thread Bala
Hi list, I have home made program, which uses File Alteration Monitor library to watch samba log files for new file creation in samba share directory. This technique works fine when I use GNU/Linux machine as client and it fails when I use Windows machine as client. The cause of failure is, samb