<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron">
    <title>gmane.comp.sysutils.incron</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/82"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/81"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/80"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/79"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/78"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/77"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/76"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/75"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/74"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/73"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/72"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/71"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/69"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/68"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/67"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/66"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/65"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/64"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.sysutils.incron/63"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/82">
    <title>Re: whodunit</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/82</link>
    <description>&lt;pre&gt;Hallo, Lukas,

Du meintest am 05.06.12:



Ok - I have forefelt this problem ...

Viele Gruesse!
Helmut


&lt;/pre&gt;</description>
    <dc:creator>Helmut Hullen</dc:creator>
    <dc:date>2012-06-05T20:07:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/81">
    <title>Re: whodunit</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/81</link>
    <description>&lt;pre&gt;Hello,
this would be an interesting feature but it is currently impossible to 
implement it. The underlying kernel technology (inotify) doesn't provide 
such information and there is no other way how to acquire it.
Regards,
Lukas




&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek - AIKEN</dc:creator>
    <dc:date>2012-06-05T19:31:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/80">
    <title>whodunit</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/80</link>
    <description>&lt;pre&gt;Hallo,

"incron" can watch which file is changed - fine.
But I need additionally the name (or UID) of the user who has (p.e.)  
deleted a file - is there any option?

Viele Gruesse!
Helmut


&lt;/pre&gt;</description>
    <dc:creator>Helmut Hullen</dc:creator>
    <dc:date>2012-06-04T10:52:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/79">
    <title>Re: incron with a shared NFS-mounted filesystem</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/79</link>
    <description>&lt;pre&gt;Hi,

I had the same kind of problem, and there is no solution, well, simple
solution ....
The problem is not an incron pb, but a inotify problem.
This is quite logic in fact, because inotify "catch" i/o events from
userland to filesystem (more or less).
when a file is created on other server, there are no i/o on client,
because the file "appears" on client, but was not
opened/written/closed on client.
I simplify but this is what is happening.
If you use drbd+ocfs2, an active-active cluster, you will have the
same behavior.
Shell script in these cases is your friend :-)

Best regards,
Nicolas

Le 16 mai 2012 à 22:11, Whit Blauvelt &amp;lt;whit-M6G8SDWvnhfby3iVrkZq2A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; a écrit :



&lt;/pre&gt;</description>
    <dc:creator>Nicolas Bélan</dc:creator>
    <dc:date>2012-05-16T23:38:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/78">
    <title>incron with a shared NFS-mounted filesystem</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/78</link>
    <description>&lt;pre&gt;Hi,

I see that incron works fine with an NFS-mounted file system when a file is
added or edited from the same host that incron is running on. But when the
file is added or edited to an NFS-mounted directory that incron is watching
from a different host also using the NFS mount, then incron doesn't pick it
up. (At least not right away. Not sure if it does or not after some delay.)

Is there a way to get this to work? It would be convenient when a file is
added or edited in a shared NFS space to have multiple hosts act on that
through incron, rather than have that restricted to just the host the file
action was performed through.

I suppose I could have a script on each host that, if triggered through
incron, sends a command through ssh to each of the other hosts and touches
the file from each - which should trigger the local incrons on those hosts
to act. Is there a simpler way?

Thanks,
Whit


&lt;/pre&gt;</description>
    <dc:creator>Whit Blauvelt</dc:creator>
    <dc:date>2012-05-16T20:00:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/77">
    <title>Re: Recursive Monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/77</link>
    <description>&lt;pre&gt;Hi,
my time possibilities are continuously bad. I'm glad of any help.

My view to recursive monitoring is described here: 
http://inotify.aiken.cz/?section=common&amp;amp;page=news&amp;amp;lang=en (see "Concepts 
of recursive monitoring"). The implementation which I created that time 
was unfortunately defective. It could be a good "starting base" but I 
can't find it (Maybe on my old hard drives? I perhaps get some time to 
browse them...). But you can start to create a brand new implementation 
if you want. This implementation should be fully incorporated into 
inotify-cxx and then incron should be modified to work with it.

Thanks for your interest!
Lukas




&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek</dc:creator>
    <dc:date>2012-05-09T21:52:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/76">
    <title>Recursive Monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/76</link>
    <description>&lt;pre&gt;Hi,

One very important functionality is still missing in Your project -
Recursive Monitoring. I find out that You planed it in next release
but it was quite long time ago.
Can You tell Us when do You plan to add this features or how looks
timeline right now?
If You need help with that I can help to code this features just need
some details about that to do not make somethings twice.

Thanks a lot for reply.
Best regards
Robert


&lt;/pre&gt;</description>
    <dc:creator>Robert Mitwicki</dc:creator>
    <dc:date>2012-05-07T06:36:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/75">
    <title>Recursive Monitoring</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/75</link>
    <description>&lt;pre&gt;Hello all,

I noticed a few people asking about recursive monitoring and I made a
script that would update incrontab when a folder was added or removed. I
detailed the use case in the readme below, but the short version is I
needed to process videos that would get uploaded in the root folder and an
arbitrary amount of subfolders, so I ended up writing this script.

https://github.com/nguyent/incron-recursive

Any suggestions or feedback is welcome. Thanks again Lukas, I really like
incron.

- Thang
&lt;/pre&gt;</description>
    <dc:creator>Thang Nguyen</dc:creator>
    <dc:date>2012-04-19T20:53:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/74">
    <title>Re: incron on ubuntu 10.04</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/74</link>
    <description>&lt;pre&gt;Hello,
due to differences between various Linux distributions, I don't provide 
init scripts for incron. This work is done by distributions' package 
maintainers. I'm not familiar with Ubuntu and thus I can't give you 
specific recommendations. But generally, you can install an older 
version of incron, then make the latest version and simply overwrite the 
older executable files (incrond and incrontab). It's a "piggy" method 
but should work.
Lukas



&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek</dc:creator>
    <dc:date>2012-04-18T22:53:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/73">
    <title>incron on ubuntu 10.04</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/73</link>
    <description>&lt;pre&gt;Hello,

Lukas, I appreciate the work you've put into this; it's exactly what
I'm looking for. I was able to use incron via apt-get install, but I
wanted to use the latest available version and had some difficulty
with installing..

make and make install run fine, and the binaries are in place, but the
service is not installed. The daemon wasn't running when I did ps aux
| grep incrond... So I added a file to the upstart:
/etc/init/incron.conf with a barebones conf to get it working. This
seems to work for me, now at least. Should there be a file
/etc/init.d/incron? Or did I miss a step?

Thanks,

Thang


&lt;/pre&gt;</description>
    <dc:creator>Thang Nguyen</dc:creator>
    <dc:date>2012-04-18T22:15:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/72">
    <title>Re: [incron patch] remove unneeded inotify #include's</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/72</link>
    <description>&lt;pre&gt;Hello,
this is not true in some old Linux distributions. These distributions 
contain inotify-capable kernels but not the appropritate GNU C Library 
headers. There are two ways how to allow to compile incron on these 
distributions: to include sys/inotify-syscalls.h or to force users to 
install newer glibc headers. I think the first way is better. Have you 
experienced any problems with the current solution? If so please let me 
know. Thanks.
Lukas



&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek</dc:creator>
    <dc:date>2012-04-09T11:55:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/71">
    <title>[incron patch] remove unneeded inotify #include's</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/71</link>
    <description>&lt;pre&gt;sys/inotify.h is the one and only header needed.


Index: inotify-cxx.h
===================================================================
--- inotify-cxx.h(revision 112)
+++ inotify-cxx.h(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,14 +32,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;map&amp;gt;
 
 // Please ensure that the following headers take the right place
-#include &amp;lt;sys/syscall.h&amp;gt;
 #include &amp;lt;sys/inotify.h&amp;gt;
 
-// Use this if syscalls not defined
-#ifndef __NR_inotify_init
-#include &amp;lt;sys/inotify-syscalls.h&amp;gt;
-#endif // __NR_inotify_init
-
 /// Event struct size
 #define INOTIFY_EVENT_SIZE (sizeof(struct inotify_event))
 
Index: README
===================================================================
--- README(revision 112)
+++ README(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,8 +23,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 2. Requirements
 * Linux kernel 2.6.13 or later (with inotify compiled in)
-* inotify headers (inotify.h, sometimes inotify-syscalls.h) installed in
-  &amp;lt;INCLUDE_DIR&amp;gt;/sys. The most common place is /usr/include/sys.
+* a C library providing sys/inotify.h (e.g. glibc &amp;gt;= 2.4)
 * GCC 4.x compile&lt;/pre&gt;</description>
    <dc:creator>Adrian Bunk</dc:creator>
    <dc:date>2012-04-09T11:05:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/70">
    <title>Re: incron 0.5.10 re-released</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/70</link>
    <description>&lt;pre&gt;Hallo, Lukas,

Du meintest am 07.04.12 zum Thema incron 0.5.10 re-released:


Thank you for the update!

Viele Gruesse!
Helmut


&lt;/pre&gt;</description>
    <dc:creator>Helmut Hullen</dc:creator>
    <dc:date>2012-04-07T12:01:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/69">
    <title>incron 0.5.10 re-released</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/69</link>
    <description>&lt;pre&gt;I'm sorry but incron 0.5.10 had to be re-released due to wrong version 
numbers in some files.
Lukas


&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek - AIKEN</dc:creator>
    <dc:date>2012-04-07T11:26:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/68">
    <title>inotify-cxx 0.7.4 and incron 0.5.10 released</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/68</link>
    <description>&lt;pre&gt;New versions of inotify-cxx (0.7.4) and incron (0.5.10) have been 
released. Some issues (such as crashing on EAGAIN in poll()) were fixed 
now and some of them will be solved in the future version.

Lukas Jelinek


&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek</dc:creator>
    <dc:date>2012-04-04T23:36:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/67">
    <title>Re: availability for Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/67</link>
    <description>&lt;pre&gt;Hello,

if you are a developer in mind, i think you can use kqueue to have
something similar on macosX
I did not have much time to do it, but who guess, perhaps someone ?

best regards,
Nicolas

Le 27 mars 2012 à 19:34, Paul Hammond &amp;lt;paul-9YIDg9MbijjCP1EIvwFuSQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; a écrit :



&lt;/pre&gt;</description>
    <dc:creator>Nicolas Bélan</dc:creator>
    <dc:date>2012-03-27T18:14:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/66">
    <title>Re: availability for Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/66</link>
    <description>&lt;pre&gt;Thats a real shame 

I love what you have done with incron.
We use it to monitor a directory and then send files to Amazon S3. Works like a charm

Guess I need to use folder watch and applescripts on the OSX

Anyway, keep up the great work and thanks for making my world that much better

Paul

On Mar 26, 2012, at 2:51 PM, Lukas Jelinek - AIKEN wrote:



&lt;/pre&gt;</description>
    <dc:creator>Paul Hammond</dc:creator>
    <dc:date>2012-03-27T17:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/65">
    <title>Re: availability for Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/65</link>
    <description>&lt;pre&gt;Thanks for your interest but incron for Mac OSX is not available. And I 
unfortunately don't know any Mac OS X developer who could port incron 
onto this system. If you find such developer please let me know.
Regards,
Lukas




&lt;/pre&gt;</description>
    <dc:creator>Lukas Jelinek - AIKEN</dc:creator>
    <dc:date>2012-03-26T21:51:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/64">
    <title>availability for Mac</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/64</link>
    <description>&lt;pre&gt;Is this available for Mac OSX Lion?

I have a production system using incron (love it!!!!) Red Hat

Want to run a dev system on a MAC with OSX and was wondering if any one has ported this 

Thanks in advance

Paul


&lt;/pre&gt;</description>
    <dc:creator>Paul Hammond</dc:creator>
    <dc:date>2012-03-26T01:26:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/63">
    <title>incron - copy files from server A to server B</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/63</link>
    <description>&lt;pre&gt;Hi *,

I've got incron running on a server A, monitoring a directory. Whenever a file is created in this directory, a script should be startet from incron. The files are copied from another server B to the server A (no ftp server). For whatever reasons the incron does not react on any of the given events (IN_CREATE,...). I tried several ways like a touch from the server B to the file on server A and using IN_ATTRIB, but no reaction. Doing the touch on the file from server A itself, everythings fine.

I hope someone can help me with that!

Regards,
Markus


&lt;/pre&gt;</description>
    <dc:creator>derdriburger-KvP5wT2u2U0&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-03-23T07:34:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.sysutils.incron/62">
    <title>***SPAM*** hello</title>
    <link>http://permalink.gmane.org/gmane.comp.sysutils.incron/62</link>
    <description>&lt;pre&gt;New Local Singles Site Just Launched. F-r-e-e To Join
http://getseejennifer.info/link.php?M=29892&amp;amp;N=2&amp;amp;L=1&amp;amp;F=T 


http://getseejennifer.info/unsubscribe.php?M=29892&amp;amp;C=b875191f6ffb074065476c0f292eb90e&amp;amp;L=1&amp;amp;N=2
&lt;/pre&gt;</description>
    <dc:creator>clara</dc:creator>
    <dc:date>2012-03-09T21:55:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.sysutils.incron">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.sysutils.incron</link>
  </textinput>
</rdf:RDF>
