i changed passwd ang group files in /etc - some of the groups were commented
"#man:x:8" and i uncommented them ...
less /var/log/cron:
Code:
Sep 22 02:22:02 gnu crond[3556]: /usr/sbin/crond 2.3.3 dillon, started, log level 8
Sep 22 02:39:13 gnu crond[3607]: /usr/sbin/crond 2.3.3 dillon, started, log level 8
Sep 22 02:44:51 gnu crond[3574]: /usr/sbin/crond 2.3.3 dillon, started, log level 8
Sep 22 02:47:01 gnu crond[3574]: USER root pid 4266 cmd /usr/bin/run-parts /etc/cron.hourly 1> /dev/null
Sep 22 03:13:45 gnu crond[3607]: /usr/sbin/crond 2.3.3 dillon, started, log level 8
Sep 22 03:47:01 gnu crond[3607]: USER root pid 5481 cmd /usr/bin/run-parts /etc/cron.hourly 1> /dev/null
there are no new logs since 03:47:01...
Code:
service -a
Services level 2 3 4 5
cron* on on on on
cups* - - - -
gpm* - - - -
hh.tar - - - -
inetd* on on on on
portmap* - - - -
sshd* - on - on
this shown that service is enabled...
Code:
ps ax:
PID TTY STAT TIME COMMAND
1 ? S 0:01 init [4]
2 ? SN 0:00 [ksoftirqd/0]
3 ? S< 0:00 [events/0]
4 ? S< 0:00 [khelper]
5 ? S< 0:00 [kthread]
7 ? S< 0:00 [kacpid]
64 ? S< 0:00 [kblockd/0]
67 ? S 0:00 [khubd]
113 ? S 0:00 [pdflush]
114 ? S 0:00 [pdflush]
116 ? S< 0:00 [aio/0]
115 ? S 0:00 [kswapd0]
704 ? S 0:00 [kseriod]
833 ? S< 0:00 [ata/0]
929 ? S<s 0:00 udevd
1184 ? S 0:00 [kjournald]
1415 ? Ss 0:00 /usr/sbin/syslogd -m 0
1418 ? Ss 0:00 /usr/sbin/klogd -c 3 -x
1453 ? S 0:00 [scsi_eh_2]
2218 ? Ss 0:00 dhcpcd -t 10 -h gnu.box.net -d eth1
3654 tty1 Ss+ 0:00 /sbin/mingetty tty1
3661 tty2 Ss+ 0:00 /sbin/mingetty tty2
3662 tty3 Ss+ 0:00 /sbin/mingetty tty3
3663 tty4 Ss+ 0:00 /sbin/mingetty tty4
3664 tty5 Ss+ 0:00 /sbin/mingetty tty5
3665 tty6 Ss+ 0:00 /sbin/mingetty tty6
3666 ? Ss 0:00 /usr/X11R6/bin/wdm -nodaemon
3903 ? S 0:00 /usr/X11R6/bin/wdm -nodaemon
3905 ? SL 3:41 /usr/X11R6/bin/X -nolisten tcp -auth /usr/X11R6/etc/wdm/authdir/authdir/authfiles/A:0-rpd0Ar
3906 ? S 0:00 -:0
3951 ? S 0:02 fluxbox
3991 ? Rs 0:00 aterm
3992 ? Ss 0:00 wmnd
3997 pts/0 Ss 0:00 bash
4000 ? S 0:00 /usr/X11R6/apps/ROX-Filer/Linux-ix86/ROX-Filer --pinboard=default
4003 ? S 0:00 /bin/sh /usr/X11R6/bin/firefox
4014 ? S 0:00 /bin/sh /usr/X11R6/lib/firefox/run-mozilla.sh /usr/X11R6/lib/firefox/firefox-bin
4019 ? R 3:01 /usr/X11R6/lib/firefox/firefox-bin
4040 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4041 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4042 ? S 0:01 /usr/X11R6/lib/firefox/firefox-bin
4438 pts/0 S 0:00 bash
4664 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4665 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4666 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4667 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
4668 ? S 0:00 /usr/X11R6/lib/firefox/firefox-bin
no cron here...
is it runninng??