[완료]centos 5.2에 cron을 어떻게 설치하나요?

ahsan의 이미지

IBM 쿼드 CPU에 CENTOS5.2 x86 64비트 버전을 깔았습니다.
몇일 지나서 프로그래머가 크론이 안돈다고 하여 보았더니
/usr/bin에 crontab이 없고, 폴더 어디에도 crond가 없습니다.

그래서 yum -y install cron\* 명령으로 설치를 하였더니
설치했다는 메시지만 나오고 크론데몬이 안 보입니다.
/etc/cron.hourly, /etc/cron.daily 등등의 폴더는 있고,
/etc/crontab 이 설정 파일은 있습니다.
그러나 크론을 돌리는 실행파일이나 데몬은 어디에도 없습니다.
다시 설치해 보니 이미 설치되었다고만 나오고 실행파일은 안보입니다.

어떻게 된 것일까요?

혹시 다운 받아서 설치하는 방법을 아시는 분은 알려주시면 대단히 감사하겠습니다.

bushi의 이미지

[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -qf /etc/cron.d
vixie-cron-4.2-8.fc8
[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -ql vixie-cron
/etc/cron.d
/etc/cron.deny
/etc/pam.d/crond
/etc/rc.d/init.d/crond
/etc/sysconfig/crond
/usr/bin/crontab
/usr/sbin/crond
/usr/share/doc/cron/CHANGES
/usr/share/doc/cron/CONVERSION
/usr/share/doc/cron/FEATURES
/usr/share/doc/cron/INSTALL
/usr/share/doc/cron/MAIL
/usr/share/doc/cron/README
/usr/share/doc/cron/THANKS
/usr/share/man/man1/crontab.1.gz
/usr/share/man/man5/crontab.5.gz
/usr/share/man/man8/cron.8.gz
/usr/share/man/man8/crond.8.gz
/var/spool/cron
[bushi@rose ipq]$
[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -qa|grep -i cron
crontabs-1.10-18.fc8
vixie-cron-4.2-8.fc8
anacron-2.3-57.fc8
[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -ql crontabs
/etc/cron.daily
/etc/cron.daily/000-delay.cron
/etc/cron.hourly
/etc/cron.monthly
/etc/cron.monthly/000-delay.cron
/etc/cron.weekly
/etc/cron.weekly/000-delay.cron
/etc/crontab
/etc/sysconfig/crontab
/usr/bin/run-parts
[bushi@rose ipq]$

[bushi@rose ipq]$ 
[bushi@rose ipq]$ yum info vixie-cron
Excluding Packages in global exclude list
Finished
Installed Packages
Name   : vixie-cron
Arch   : i386
Epoch  : 4
Version: 4.2
Release: 8.fc8
Size   : 659 k
Repo   : installed
Summary: The Vixie cron daemon for executing specified programs at set times
Description:
The vixie-cron package contains the Vixie version of cron. Cron is a
standard UNIX daemon that runs specified programs at scheduled times.
Vixie cron adds better security and more powerful configuration
options to the standard version of cron. This cron can use pam and
selinux for higher level of security.
 
 
[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -qi vixie-cron
Name        : vixie-cron                   Relocations: (not relocatable)
Version     : 4.2                               Vendor: Fedora Project
Release     : 8.fc8                         Build Date: 
Install Date:       Build Host: xenbuilder4.fedora.phx.redhat.com
Group       : System Environment/Base       Source RPM: vixie-cron-4.2-8.fc8.src.rpm
Size        : 674750                           License: BSD
Signature   : DSA/SHA1, 2008년 02월 15일 (금) 오전 04시 17분 05초, Key ID b44269d04f2a6fd2
Packager    : Fedora Project
Summary     : The Vixie cron daemon for executing specified programs at set times
Description :
The vixie-cron package contains the Vixie version of cron. Cron is a
standard UNIX daemon that runs specified programs at scheduled times.
Vixie cron adds better security and more powerful configuration
options to the standard version of cron. This cron can use pam and
selinux for higher level of security.
[bushi@rose ipq]$ 

[bushi@rose ipq]$ 
[bushi@rose ipq]$ yum info crontabs
Excluding Packages in global exclude list
Finished
Installed Packages
Name   : crontabs
Arch   : noarch
Version: 1.10
Release: 18.fc8
Size   : 2.1 k
Repo   : installed
Summary: Root crontab files used to schedule the execution of programs
Description:
The crontabs package contains root crontab files.  Crontab is the
program used to install, uninstall or list the tables used to drive the
cron daemon.  The cron daemon checks the crontab files to see when
particular commands are scheduled to be executed.  If commands are
scheduled, it executes them.
 
Crontabs handles a basic system function, so it should be installed on
your system.
 
 
[bushi@rose ipq]$ 
[bushi@rose ipq]$ rpm -qi crontabs
Name        : crontabs                     Relocations: (not relocatable)
Version     : 1.10                              Vendor: Fedora Project
Release     : 18.fc8                        Build Date: 
Install Date:       Build Host: ppc2.fedora.redhat.com
Group       : System Environment/Base       Source RPM: crontabs-1.10-18.fc8.src.rpm
Size        : 2107                             License: Public Domain and GPLv2
Signature   : DSA/SHA1, 2007년 10월 25일 (목) 오전 10시 29분 48초, Key ID b44269d04f2a6fd2
Packager    : Fedora Project
Summary     : Root crontab files used to schedule the execution of programs
Description :
The crontabs package contains root crontab files.  Crontab is the
program used to install, uninstall or list the tables used to drive the
cron daemon.  The cron daemon checks the crontab files to see when
particular commands are scheduled to be executed.  If commands are
scheduled, it executes them.
 
Crontabs handles a basic system function, so it should be installed on
your system.
[bushi@rose ipq]$ 

man rpm
man yum

OTL

ahsan의 이미지

아주 자세히 올려 주셨네요.
시간나면 테스트 해 봐야 겠습니다.

댓글 달기

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