On 12 December 2012 09:14, Ben Myers <span dir="ltr"><<a href="mailto:bpm@sgi.com" target="_blank">bpm@sgi.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Looks like that would be print out of fs_table_initialise_projects.<br>
<br>
40 static int<br>
41 fs_device_number(<br>
42 const char *name,<br>
43 dev_t *devnum)<br>
44 {<br>
45 struct stat64 sbuf;<br>
46<br>
47 if (stat64(name, &sbuf) < 0)<br>
48 return errno;<br>
^^^^^^^^ here?<br></blockquote><div><br></div><div>Yes, I found the same (IIRC) code. However, strace clearly shows the result of stat64 is 0, and the above is for values less then 0, so this shouldn't happen...</div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Do you have a wonky /etc/projects file or something?<br></blockquote><div><br></div><div>Not AFAIK. Has the format or parsing changed?</div><div><br></div><div><div>hq ~ # cat /etc/projects </div><div>3:/share/systems</div>
<div>4:/share/cs</div><div>5:/share/cas</div><div>5:/share/cfcp</div><div>6:/share/lgs</div><div>#7:/share/csd</div><div>8:/share/common</div><div>9:/share/summer</div></div><div><br></div></div>-- <br>Brian May <<a href="mailto:brian@microcomaustralia.com.au" target="_blank">brian@microcomaustralia.com.au</a>><br>
</div>