<html><body>
<p><font size="2">So Ive solved my own problem...</font><br>
<font size="2"><br>
For some reason, the order in whchi you specify tags in the hobbit-client.cfg matters....</font><br>
<br>
<font size="2">My original line was as follows:</font><br>
<br>
<font size="2">FILE    /etc/passwd TYPE=file OWNER=0 GROUP=0 MODE=644 MTIME>360 red</font><br>
<br>
<font size="2">The one that works is </font><br>
<br>
<font size="2">FILE    /etc/passwd TYPE=file MODE=644 MTIME>360 OWNER=0 GROUP=0 red</font><br>
<br>
<font size="2">The only change was putting the OWNER and GROUP attributes at the end...once there it worked like a charm..</font><br>
<br>
<font size="2">Can anybody explain this?</font></body></html>