similar to: Using the 'WatchSubDirectories' setting in a .NET FileSystemWatcher with a Samba Share

Displaying 20 results from an estimated 100 matches similar to: "Using the 'WatchSubDirectories' setting in a .NET FileSystemWatcher with a Samba Share"

2011 Jun 16
1
Samba and .NET FileSystemWatcher
Hi All, I've been looking into a problem using the .NET FileSystemWatcher class in a VB application. The application is only receiving notifications for events in the root of the directory it is watching. E.g. When monitoring \\SambaServer\Files <file:///\\SambaServer\Files> \\SambaServer\Files\file.txt <file:///\\SambaServer\Files\file.txt> will give notifications but not
2006 Feb 03
1
Using samba volume with C# FileSystemWatcher class
I'm trying to monitor changes to the contents of a directory using the FileSystemWatcher class of MS Visual Studio C#. Here is my setup: Unix (Sun OS) with an nfs share pointing to a sub-directory on the local disk Windows XP (sp2) with the nfs share set up and mapped to the T: drive designator. Using "My Computer", I can open a window to the nfs share and see all of the files in
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all, I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted. I did not find a solution at Google or in this list, so any help or
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I can take the files name and add it to a database. My dream is to have a folder always being watched. and if someone drops a file or folders with files into that watched folder, I take the filename(s) and insert them into a db and if the files are in folder I use the folder name(s) as tags for that file. make sense?
2004 Oct 08
0
Question about FileSystemWatcher
Has anyone ever tried to use .net FileSystemWatcher against a Samba server? Microsoft says that FileSystemWatcher commands only work against Win2k or greater servers. Does anyone know if Samba can emulate this support? FileSystemWatcher is a component of .net that let's the program listen for File system change alerts, such as when a file is written, changed, deleted, etc. Any help would
2005 Oct 25
1
FileSystemWatcher
Hi, I tried to use the FileSystemWatcher class on a Samba share. It does not work. Using API's is not that easy and I don't want to have it run on a timer. I would rather have it event driven.. I am using VB.NET and Samba 3.0.20b on SuSE 9.2 with RiserFS Will this class ever be implemented with Samba? I thought that Samba emulates NTFS to the outside world and it would not make a
2010 May 21
2
As I've said before...
Don't say I didn't warn you: http://digitaldaily.allthingsd.com/20100520/googles-royalty-free-webm-video-may-not-be-royalty-free-for-long Don't get me wrong, I'll be as ecstatic as any of you to see Theora and VP8 succeed, I just see the patent system as far more insidious than I think many of you do. Shayne
2006 Aug 26
1
Capture of iterative integration output
Hello, I am a novice R user and am having difficulty retrieving the values from 21 iterations of the R function integrate. The only way I have found is to do a write.table and then a read.table as shown in the code below. I would rather capture the 21 values inside the braces ( sapply might work, but I can't set it up without getting an error in function) so I could compute the
2004 Oct 26
4
Release of centos-3.3 ISP bill
It turns out that the release of Centos-3.3 was so popular, that it threw us way over the threshold of our ISP's, and now we are stuck with a _very_ large bill (as in an estimated 6TB of transfers). While in one hand I am ecstatic that we are so successful, but on the other hand, that is coming out of the developers pockets. The developers should be the last ones footing these bills (and this
2009 Mar 09
1
Spybot Search and Destroy
Hi everyone, thanks for taking the time to read my post. I am using ubuntu 8.04 DRBL in an IT setting that has wine 1.1.16 installed with Spybot S&D. We use it to PXE boot virus-infected computers to scan them without threatening a real installation, and without the hassle of live-cds. Spybot has a switch (/allhives) that detects multiple windows installations for scanning, and the switch
2009 Apr 06
0
Dependencies in 5,3
First off, I want to express my appreciation for the dedication of the CentOS developers for providing us with the quality work they always do. This is a question and a request for explanation so that my little mind can understand what's going on. And for those inquiring minds who want to know, I have already filed bug reports. ;^> Over the weekend I went through several boxes here at
2004 Nov 28
1
Runtime root directory
I'm considering modifying the Dovecot source to support a runtime designation for the root directory instead of relying on the prefix provided via configure. Once complete, it would be possible to move the root directory around somewhat ad-hoc after installation without having to rebuild the source. The primary driver for this is that I'd like to wrap a binary build of Dovecot within an
2011 Jan 09
4
IIS Change Notifications
Good afternoon all, I'm a web developer (c#) who also manages a small hosting environment. Roughly, our configuration is: Two IIS7 (Windows Server 2008 Web) servers which share configuration data and site files from a SMB share located on a ubuntu server. The ubuntu server is currently running 3.0.28a which is quite old, but read on. We've been having a problem with the change
2009 Apr 28
1
zfs-fuse mirror unavailable after upgrade to ubuntu 9.04
Hi there, juliusr at rainforest:~$ cat /etc/issue Ubuntu 9.04 \n \l juliusr at rainforest:~$ dpkg -l | grep -i zfs-fuse ii zfs-fuse 0.5.1-1ubuntu5 I have two 320gb sata disks connected to a PCI raid controller: juliusr at rainforest:~$ lspci | grep -i sata 00:08.0 RAID bus controller: Silicon Image, Inc. SiI 3512 [SATALink/SATARaid] Serial ATA Controller (rev
2015 Oct 28
4
RFC: Supporting macros in LLVM debug info
Hi, I would like to implement macro debug info support in LLVM. Below you will find 4 parts: 1. Background on what does it mean to debug macros. 2. A brief explanation on how to represent macro debug info in DWARF 4.0. 3. The suggested design. 4. A full example: Source -> AST -> LLVM IR -> DWARF. Feel free to skip first two parts if you think you know the background.
2008 Dec 08
5
How to use mbuffer with zfs send/recv
>> How do i compile mbuffer for our system, Thanks to Mike Futerko for help with the compile, i now have it installed OK. >> and what syntax to i use to invoke it within the zfs send recv? Still looking for answers to this one? Any example syntax, gotchas etc would be much appreciated. -- Kind regards, Jules free. open. honest. love. kindness. generosity. energy. frenetic.
2010 Nov 09
5
Changes made to main.c on implementing real time Rsync
Hi, All, I am implementing real-time Rsync on Windows 2008 system. I set up Rsync server and Rsync client on two machines. An windows service is watching all the Windows file events with FileSystemWatcher. However, the service cannot tell the exactly what happened to folders such as create, delete, or modified. So, I ignored folder event, and only catch file changing events. After I catch
2015 Nov 03
3
RFC: Supporting macros in LLVM debug info
> Do we really need to touch the AST? Or would it be reasonable to wire up the CGDebugInfo directly to the PPCallbacks, if it isn't already? (perhaps it is already wired up for other reasons?) This sound as a good idea, I will check that approach. PPCallbacks is only an interface, has nothing connected to it, but we will create a new class, which implement PPCallbacks, for macros. So we can
2015 Nov 03
2
RFC: Supporting macros in LLVM debug info
> Not necessarily, if we kept the macros in order in the list of macros attached to the CU, which I imagine we would. OK, now I understand what you are aiming for. I really do not favor one on the other. But, can you explain what is the advantage of the parent approach over the children approach? If any, the children approach seems to be the one reduces the LLVM IR size, is not it? Regards,
2015 Nov 05
2
RFC: Supporting macros in LLVM debug info
> Right - I was wondering if CGDebugInfo already implemented PPCallbacks or was otherwise being notified of PPCallback related things, possibly through a layer or two of indirection. I checked the approach of skipping representing macros in AST, and communicate them directly from Parser to CGDebugInfo. However, I could not find a way to initialize this communication. The only interface