inotify 를 이용할려고 하는데요.. 설치를 어떻게 해야 하는지 모르겟어요;;

lansea의 이미지


리눅스는 한건 얼마 안된 초보인데요

리눅스에서 폴더, 파일 감시를 해야 하는 프로그램을 만들어야 해서 이거저거 검색하다 보니 inotify라는게 있어서
사용할려고 하니까 구버전에서는 inotify가 설치안되어서 커널을 다운받아서 풀고, 패치를 해줘야 하고,
신버전에서는 inotify가 설치되는 버전이 있다고 해서..

원래 사용하던 centos에서 커널 다운받아서 할려니까 커널도 안풀리고 ㅠㅠ

그냥 레드햇 엔터프라이즈 5.0을 vmware에 새로 설치했거든요.(커널 버전은 2.6.18-8.el5xen)

그런데 /dev/inotify 폴더가 없더군요 ㅠㅠ
그래서 inotify로 검색하니까
폴더 두개가 있던데요.. 아래에 붙여넣어둔 부분입니다.
하나는 inotify 설정 파일들이 있는 폴더라구요..
그런데 왜 /dev/inotify 는 없는지 모르겟어요;

---------------------------------------------------------------------------
[root@localhost cvod]# find / -name 'inotify'
/proc/sys/fs/inotify
/usr/src/kernels/2.6.18-8.el5-xen-i686/include/config/inotify
[root@localhost cvod]# ll /proc/sys/fs/inotify
total 0
-rw-r--r-- 1 root root 0 Nov 27 10:38 max_queued_events
-rw-r--r-- 1 root root 0 Nov 27 10:38 max_user_instances
-rw-r--r-- 1 root root 0 Nov 27 10:38 max_user_watches
[root@localhost cvod]# ll /usr/src/kernels/2.6.18-8.el5-xen-i686/include/config/inotify
total 4
-rw-r--r-- 1 root root 0 Jan 27 2007 user.h
---------------------------------------------------------------------------

http://www.ibm.com/developerworks/kr/library/l-inotify.html#simpapp
위의 사이트에 가서.. 커널 패치 파일도 받아서 해봐도
위의 사이트에서 설명한 데로 파일들이 안나와서 포기했거든요.

inotify 설치한신분~ 제발 도와주세요 ㅠㅠ

다콘의 이미지

리눅스 커널 2.6.13 이상이면 inotify가 포함되어 있으니
그냥 쓰면 될겁니다.

lansea의 이미지


그런데.. ibm 사이트에 예제로 올려진거 보면
open("/dev/inotify"...) 하는 부분이 있거든요
설명하는 부분을 봐도 /dev/inotify 장치가 만들어져 잇어야 한다고 적혀있어서요..

-----------------------------------------------
I'm free to be whatever I, whatever I Choose

-----------------------------------------------
I'm free to be whatever I, whatever I Choose

superkkt의 이미지

여기 참고하세요.
http://kldp.org/node/88828

======================
BLOG : http://superkkt.com

======================
BLOG : http://superkkt.com

lansea의 이미지


네;;;
그냥 /dev/inotify 없어도. 그냥 헤더 포함해서 사용하면 되는거였군요;;
왜 /dev/inotify 에 집착한 제가 넘 원망 스러워요 ㅠㅠㅠㅠㅠㅠㅠㅠ
superkkt님 감사~

-----------------------------------------------
I'm free to be whatever I, whatever I Choose

-----------------------------------------------
I'm free to be whatever I, whatever I Choose

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.