it looks like some recent changes to both autofs v4 and v5 has caused the 
siogcifconf buffer to be only 128 bytes.  this means that on our servers, 
it can't correctly match a local address since that is only enough room 
for 3 addresses and we're in the middle of a renumbering so we have 5-10 
addresses per machine.  this was working fine until i just updated to 
centos 4.7.  from looking at the code, it looks like someone created a 
MAX_IF_BUF #define at 2048, but didn't use it for the ioctl call.  is that 
a mistake?

i'll try a patched rpm locally and make sure this is the source of my 
woes.

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to