On Mon, Feb 16, 2009 at 05:00:33PM -0800, Ed Kasky wrote: > I really hate to sound stupid, but here goes anyway - right now, the > first smbd in the list gives the following socket information: > COMMAND PID USER FD TYPE DEVICE SIZE NODE > NAME > smbd 18355 root 21u unix > 0xd9994c00 4039461 socket > smbd 18355 root 22u unix > 0xc9292600 4039462 socket > smbd 18355 root 25u unix > 0xe7311600 4039464 socket > > How exactly does one go about figuring out what fd 22 is connected > to? Andy why exactly FD22?
Ok, this time you should have grepped the lsof output for the string "0xc9292600", or whatever file descriptor smbd unsuccessfully tries to write into. I'ts the device field of that file descriptor. This starts to become difficult... :-( Volker
pgpsbmhp42iAl.pgp
Description: PGP signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
