I have been trying (unsuccessfully) to automate a script (or at least the actions contained within) that I run in Terminal each time a reboot my system, to enable the WiFi.
I have been following as many of the responses on this forum as to how to autommate actions at startup as I can and focused most of my attention around using upstart. Since there is no apparent sign that my script (or any derivation I can come up with) has run I decided I needed to turn debug logging on in initctl and watch what happens with my "script" when events get triggered. Low and behold, initctl is not writing to /var/log/syslog.
Where is it writing to and/or why is it not writing there? I have a directory in /var/log called upstart but all that is in that directory is archive files. For the record I'm running 13.04 with the latest updates applied.