Bug 12722 - не корректно работает режим мониторинга
Summary: не корректно работает режим мониторинга
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: inotify-tools (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: majioa@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-08 13:35 MSD by Boris Savelev
Modified: 2020-01-17 19:12 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Savelev 2007-09-08 13:35:44 MSD
inotify-tools-3.10-alt1
При запуске выдается варнинг:
inotifytools.c:722 assertion ( init ) failed: inotifytools_initialize not called yet

inotifywait -q -m -e close_write --format "%w%f" /home/boris/tmp/ >>
/home/boris/tmp/test.log
создаю файл-работает

inotifywait -q -m -e close_write --format "%w%f" /home/boris/tmp/ | grep "qwe"
>> /home/boris/tmp/test.log
создаю файл-не работает
НО!
inotifywait -q -m -e close_write --format "%w%f" /home/boris/tmp/ | grep "qwe"
создаю файл-работает(выводится на экран)

inotifywait -q -m -e close_write --format "%w%f" /home/boris/tmp/ | grep "qwe" |
xargs echo
создаю файл-не работает

inotifywait -q -e close_write --format "%w%f" /home/boris/tmp/ | grep "qwe" |
xargs echo
создаю файл-работает

Actual Results:  
не работает второе перенаправление потока с опцией -m
Comment 1 Mikhail Gusarov 2008-06-13 13:00:39 MSD