[147] in Project_DB
failure of database startup script on arachne / project-db
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Thu May 29 11:48:30 1997
Date: Thu, 29 May 1997 11:48:19 -0400
From: "Bruce R. Lewis" <brlewis@MIT.EDU>
To: kelley@MIT.EDU
Cc: project-db@MIT.EDU
For some reason the db startup script on arachne either failed to start
or died without producing any output. Bill recommends doing something
to test whether it ran at all. Here's what I found just now:
arachne# ls -l /loc/logs/db.log
-rw-rw-r-- 1 root other 1966 May 29 03:00 /loc/logs/db.log
arachne# crontab -l | grep startup
30 4 * * 2,3,4,5,6 csh /loc/etc/startup_database >> /loc/logs/db.log 2>&1 &
arachne# sh
# csh /loc/etc/startup_database >> /loc/logs/db.log 2>&1 &
241
After that the db and web server started up just fine.