Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SpruceMoose

  1. SpruceMoose

    Very Urgent Help on using smbclient

    Use the -I option for smbclient: $ smbclient -L //foo -I 1.2.3.4
  2. SpruceMoose

    Samba 3.0 Compiled Binary Size?

    Two things: 1) The configure script for the Samba 3.0.0 tarball was accidentally released with debugging support turned on. Try editing the Makefile and removing -g from the CFLAGS. 2) gcc 3.x generates large amounts of debugging info with -g. Try using -gstabs instead of -g.

Part and Inventory Search

Back
Top