View Single Post
  #2   (View Single Post)  
Old 21st January 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Look in /var/log/messages and /var/log/daemon. Failing that, you can execute /etc/rc.local manually, and use script(1) or some other tool to capture a log.

Note that /etc/rc.conf and /etc/rc.conf.local should contain only environment variables defined by and used in /etc/rc. It's a common newbie error to either put shell commands in them or make up variable names.
Reply With Quote