<div class="gmail_quote">On Sun, Dec 19, 2010 at 8:40 AM, Frank Cox <span dir="ltr">&lt;<a href="mailto:theatre@sasktel.net">theatre@sasktel.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sun, 19 Dec 2010 04:24:20 -0800 (PST)<br>
S Mathias wrote:<br>
<br>
&gt; Where should i put my script?<br>
<br>
</div>Most stuff that you want to run at every boot can go into /etc/rc.local<br>
<br></blockquote></div>&quot;rc.local&quot; is the last script to be executed so placing the script there will not work unless the script is modified.  The mac change must be in place before networking begins. Executing the script at S22 may or may not be sufficiently early. If inserted into rc.local the script would need to stop networking and restart it after executing the mac change.<br>
<br>By the way, Mr. Mathias, where in your system did you install nmaccchanger? <br><br>Did you make sure that it is accessible and executable? <br><br>Also have you tried executing /etc/init.d/macchanger as a superuser to verity that the script by itself works?