[Bug 254751] Re: Issue when renaming directory with inotifywait

2021-06-18 Thread Eriberto
Hi guys. Fixed in 3.13-2 version. Closing. ** Changed in: inotify-tools (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/254751 Title: Issue when

[Bug 254751] Re: Issue when renaming directory with inotifywait

2009-09-04 Thread Ryan Niebur
the patch that will soon be showing up here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447672 also fixes this problem. I'll get a fixed package out by the time of the release process for karmic+1. ** Changed in: inotify-tools (Ubuntu) Importance: Undecided = Low ** Changed in:

[Bug 254751] Re: Issue when renaming directory with inotifywait

2009-01-16 Thread Arnaud Weboide Soyez
Confirmed in 3.12-1 in intrepid. ~$ inotifywait -mrq --format '%w%f' -e create -e moved_to tmp/ tmp/newdir tmp/newdir2 tmp/newdir/test tmp/newdir/test2 And here's what I typed in another console: ~/tmp$ mkdir newdir ~/tmp$ mv newdir/ newdir2 ~/tmp$ touch newdir2/test ~/tmp$ touch newdir2/test2