Greetings,
AlphaStation 200 4/233
Digital UNIX 3.2C
The disk on my workstation is continuously active, (search/seeks). I've
tried shutting down all the processes on the machine one by one to see
if any one of them could be the culprit with no success. The only
system actions I've taken recently is to disable both the rwhod and
nfsd. I am using rdist to sychronize a file on the machine with another
system but this has been running for over a month with no problems.
This machine is also serving as a secondary DNS. There are no entries
in the syslog.log or daemon.log files. My only clue is the error email
sent below.
system PRIVILEGED account wrote:
>
> hostname1.sph.jhu.edu: Connection timed out
> rdist: Check rdist availability/permissions on hostname1.sph.jhu.edu
> hostname1.sph.jhu.edu: Connection timed out
>
> *************************************************
> Cron: The previous message is the standard output
> and standard error of one of your cron commands.
----------------------------------------------
My crontab file for root looks like this.
----------------------------------------------
# root crontab file
#
15 4 * * * find /var/preserve -mtime +7 -type f -exec rm -f {} \;
20 4 * * * find /tmp -type f -atime +2 -exec rm -f {} \;
30 4 * * * find /var/tmp -type f -atime +7 -exec rm -f {} \;
40 4 * * * find /var/adm/syslog.dated -depth -type d -ctime +5 -exec rm
-rf {} \;
#0 3 * * 4 /usr/sbin/acct/dodisk > /var/adm/diskdiag &
Anyone have any ideas?
Thanx, will summarize...
-- Dan
Daniel Bowman
Network Systems Administrator
Information Systems, JHU-SPH
dbowman_at_sph.jhu.edu
http://www.sph.jhu.edu/is/staff/
Received on Fri Aug 30 1996 - 17:30:31 NZST