Jim-
I couldn't find cron running using ps.
$ps
PID Uid VmSize Stat Command
1 root 468 S init [3]
2 root SW [keventd]
3 root SWN [ksoftirqd_CPU0]
4 root SW [kswapd]
5 root SW [bdflush]
6 root SW [kupdated]
7 root SW [mtdblockd]
54 1 448 S /sbin/portmap
59 root 676 S /usr/sbin/inetd
64 root 412 S /usr/sbin/telnetd
73 root 1080 S /www/apache/bin/httpd
78 nobody 1068 S /www/apache/bin/httpd
79 nobody 1068 S /www/apache/bin/httpd
80 nobody 1068 S /www/apache/bin/httpd
81 nobody 1068 S /www/apache/bin/httpd
82 nobody 1068 S /www/apache/bin/httpd
89 root 684 S -sh
102 root 596 R ps
When I type help bb, crond is in the list but not crontab.
To see if the cron daemon is installed I get a link for crond but
nothing for crontab. This is before and after I used the ln -s to
enable both crond and crontab.
$ which crond
/usr/sbin/crond
$ which crontab
$
How do I get crontab installed?
Ryan
--- In Jim Jackson <> wrote:
>
>
> On Thu, 28 Sep 2006, weide72 wrote:
>
> > I try to add a crontab entry by using:
> > crontab -e
> > but this command is not found. Do I have to install cron and if
so
> > where do I find a cron program?
>
> Is crond running?
>
> use ps to see if it is running.
>
> If not you may have to ensure it is started at initialisation.
>
> Do you have the cron daemon installed. As root type
>
> which crond
> whcih crontab
>
> If not then the version of busybox installed may not have been
built with
> crond/crontab functionality enabled. Try
>
> bb --help
>
> to see a list of all the functionality enabled in your installed
version
> of bb. If "chrond" and "crontab" are in the list, then you may
only need
> to add a link to get crond and crontab enabled...
>
> cd /
> ln -s /bin/busybox /sbin/crond
> ln -s /bin/busybox /sbin/crontab
>
>
> Remember also, that the busybox crond/crontab may not be as
featurefull as
> the vixie or other cron implementations.
>
> Jim
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|