<br><br><div><span class="gmail_quote">On 4/12/08, <b class="gmail_sendername">Lance S. Jacobsen</b> <<a href="mailto:lance@gohypersonic.com">lance@gohypersonic.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
PBS_Server: pbsd_init(setup_nodes), token "2of12" doesn't start with alpha on line 1.<br>
<br></blockquote></div><br>
Lance,<br>
Yes, that line specifically means the command pbsd_init requires that
the name of the parameter, the character string "2of12", begin with a
letter of the alphabet. "Token" refers to the character string name. <br>
The practical rules for file naming are stricter than the rules
enforced by any one program. NTFS, for example, allows white space in
file names, but that breaks some NT (XP, etc) commands; e.g. <br>
cd "documents and settings"\desktop<br>
requires the quote marks for cd to parse correctly.  I can't test
it right now but I'm sure that some shells would be confused by<br>
echo "foo" >2bar<br>
would think you mean stderr and then a file named "bar", not a file named "2bar". <br>
So yes, rename the nodes. In unix everything is a file :-)<br>
Peter<br>