Displaying 1 result from an estimated 1 matches for "openspasswd".
2002 Aug 05
1
{long} smbd maxes CPU when returning user details and loops...
...e it gets the user details
back!!!
There is nothing unusual in the samba logs so I strace'd the smbd that
was
servicing my requests, here's where it gets strange! Smbd successfully
opens smbpasswd,reads 4KB from the file (I'm on an Intel platform so this seems to make
sense). It then openspasswd and reads a number of 4KB
pages which I assume its using to get details such as the
users shell etc to match up with the details from smbpasswd. Before it
gets anywhere near theend of the passwd file it close the file, then opens the file again and
reads the _same_ pages!!It does this 38 times. On...