• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3
    1. #1
      Member Rakjavik's Avatar
      Join Date
      Nov 2007
      Gender
      Location
      USA
      Posts
      462
      Likes
      7

      Samba and Slackware

      Ok so I'm following this guide to get Samba installed on a Slax machine. I do the Samba install, (download the source code, ./configure, make, make install) and then the guide tells me to use a samba command, but my shell says it doesn't know any of the commands. Is the samba install more complicated then the standard ./configure, make, make install routine?

    2. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by Rakjavik View Post
      Is the samba install more complicated then the standard ./configure, make, make install routine?
      shouldn't be, no
      however, there isn't a "samba" command
      (samba is just a cute name - the actual protocol is SMB - Server Message Block)

      samba gets all it's config info from smb.conf file
      (default debian location is /etc/samba/smb.conf)

      "smbd" is the main binary (usually used with the -D switch to daemonise it)

      "testparm" parses smb.conf and reports any errors (mostly syntax and stuff in wrong sections)

      "smbstatus" reports the status (connected clients, locked files, etc.)

      All these have manual pages

      there's also various other commands (setting up samba users, setting passwords etc.), but the above are the main ones
      Last edited by Ynot; 06-16-2008 at 10:49 PM.

    3. #3
      dsr
      dsr is offline
      我是老外,可是我會說一點中文。
      Join Date
      Nov 2006
      Gender
      Location
      my mind
      Posts
      374
      Likes
      1
      Also, make sure the executable files that Ynot mentioned are in your PATH environmental variable. You can use the slocate command on Slackware iirc to find where those Samba files are located. Just make sure to run updatedb before you use slocate.

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •