Ok, I know this seems odd, but for some reason on Linux OD does not shutdown correctly before a re-boot. So I had to add the followin to my startup...
Any ideas why OD doesn' t shutdown properly on linux? Could it be that the K80 is too high a number and linux finishes shutting down first? Is there a pid file or something else I could check for in my startup script other than simply running the stop first :-)
#!/bin/bash
case $1 in
'start')
su - iwod60 -c "/etc/init.d/iwod60 stop"
su - iwod60 -c "/etc/init.d/iwod60 start"
;;
'stop')
su - iwod60 -c "/etc/init.d/iwod60 stop"
sleep 60
;;
*)
echo "usage: /etc/init.d/iwod60 {start|stop}"
;;
esac
David R Musser
Eye Street Software
540-542-5257
dmusser@eyestreet.com Win2k, TS 6.5 SP1, OD 6.01