[완료] 리눅스 CRON에 작업을 등록해도 모든 명령어가 실행이 안돼요..

slog2의 이미지

리눅스는 centos 5.3 입니다
크론에 등록을 해도 제대로 동작하지 않으 질문합니다
작업 root계정에서 이루어졌습니다

현재 crontab -e 하고 등록한 내용입니다

0 6 * * * '/usr/bin/rdate -s time.bora.net && /sbin/clock -w'

* * * * * 'sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log'

다음과 같이 하여도 아무 작업이 일어나지 않아서 ( root/sh/ifconfig.log 파일에 추가되는 내용이 없었음.. )

cron 로그 파일을 확인하였으나 여기선 문제 없었습니다

Jan 17 03:30:01 updateHana crond[16090]: (root) CMD ('sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log')
Jan 17 04:00:01 updateHana crond[16500]: (root) CMD ('sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log')

그 다음 tail -100f /var/spool/mail/root 를 확인해보니.. 실패 메시지가 뜨더군요
/bin/bash: sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log: No such file or directory

혹시나 해서 크론에
* * * * * 'date >> /root/sh/date2' 를 추가해봐도.. 에러메시지
/bin/bash: date >> /root/sh/date2: No such file or directory

* * * * * '/bin/date >> /root/sh/date' 절대 경로를 써서 추가해봐도 에러메시지
bin/bash: /bin/date >> /root/sh/date: No such file or directory

뭔가 경로 설정 관련된것같긴한데 제가 초보라 어디에 손을 대야 할지 모르겠네요..
도와주세요 SOS~~!

neocoin의 이미지

혹시나.. ' 넣으셨으면 빼세요.

그리고 로그 남기실때 마지막에 2>&1 붙여서 로그 확인해 보세요.
이런 식이죠.

* * * * * ls >> /var/tmp/ls.log 2>&1

그래도 안되면 혹시나 데몬확인하시죠.

ps -ef | grep cron
slog2의 이미지

왜 제껀 댓글이 안달릴까요?..글에 무슨 문제라도 있는건가요;;

slog2의 이미지

제가 삽질한듯 ㅠ..

* * * * * 'sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log'
에서 따옴표를 빼고
* * * * * sh /root/sh/get_ipaddr.sh eth0 >> /root/sh/ifconfig.log
이렇게 하니 잘 실행이 되네요 감사합니다 _ _

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.