<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: First time samba setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537337#M595019</link>
    <description>What does your smb.conf file look like?&lt;BR /&gt;&lt;BR /&gt;Also, version 2.0.6 is getting old.  The current version is 2.0.9.  If you can do it, you might want to try the newest version as they have fixed a bunch of bugs since 2.0.6.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Jun 2001 20:06:18 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2001-06-06T20:06:18Z</dc:date>
    <item>
      <title>First time samba setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537336#M595018</link>
      <description>I'm setting up samba on a workstation for the first time and when I run the smbclient -L SERVERNAME command I get the following:&lt;BR /&gt;&lt;BR /&gt;added interface ip=address.205 bcast=address.255 nmaks=255.255.255.0&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;since I'm logged in as root I give it the root password then I get:&lt;BR /&gt;&lt;BR /&gt;Domain=[DOMAIN_NAME] OS=[UNIX] Server=[Samba 2.0.6]&lt;BR /&gt;tree connect failed: code 0&lt;BR /&gt;&lt;BR /&gt;In the log.servername file it has the following:&lt;BR /&gt;&lt;BR /&gt;[2001/06/06 14:07:29, 0] lib/util_sec.c:(67)&lt;BR /&gt;Failed to set gid privileges to (-1,-2) now set to (0,0)&lt;BR /&gt;PANIC: failed to set gid&lt;BR /&gt;&lt;BR /&gt;I also can't connect to the server from my NT PC.&lt;BR /&gt;&lt;BR /&gt;Any help is apreciated, thanks&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 18:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537336#M595018</guid>
      <dc:creator>Jeff Boege</dc:creator>
      <dc:date>2001-06-06T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: First time samba setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537337#M595019</link>
      <description>What does your smb.conf file look like?&lt;BR /&gt;&lt;BR /&gt;Also, version 2.0.6 is getting old.  The current version is 2.0.9.  If you can do it, you might want to try the newest version as they have fixed a bunch of bugs since 2.0.6.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 20:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537337#M595019</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-06-06T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: First time samba setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537338#M595020</link>
      <description>Jeff, I trust you read the docs first, but if not, that definately should be your first stop. Most distributions of Samba come with the (excellent) HTML book from O'Reilly. &lt;BR /&gt;&lt;BR /&gt;The issue of your samba client authenticating to the NT network is probably that root has no NT account. Try connecting as some other user, say administrator, who would have an NT account. &lt;BR /&gt;&lt;BR /&gt;Hope this helps....&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 20:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537338#M595020</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-06-06T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: First time samba setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537339#M595021</link>
      <description>Here's my smb.conf file. Should I be able to be loged in as root on the workstation when I run the smbclient command?&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;# This is the main Samba configuration file. You should read the&lt;BR /&gt;# smb.conf(5) manual page in order to understand the options listed&lt;BR /&gt;# here. Samba has a huge number of configurable options (perhaps too&lt;BR /&gt;# many!) most of which are not shown in this example&lt;BR /&gt;#&lt;BR /&gt;# Any line which starts with a ; (semi-colon) or a # (hash) &lt;BR /&gt;# is a comment and is ignored. In this example we will use a &lt;BR /&gt;#&lt;BR /&gt;# for commentry and a ; for parts of the config file that you&lt;BR /&gt;# may wish to enable&lt;BR /&gt;#&lt;BR /&gt;# NOTE: Whenever you modify this file you should run the command "testparm"&lt;BR /&gt;# to check that you have not many any basic syntactic errors.&lt;BR /&gt;#&lt;BR /&gt;#======================= Global Settings =====================================&lt;BR /&gt;[global]&lt;BR /&gt;   netbios name = water5&lt;BR /&gt;&lt;BR /&gt;# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4&lt;BR /&gt;   workgroup = Wat_domain&lt;BR /&gt;&lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;   server string = Samba Server&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;   log file = /var/opt/samba/log.%m&lt;BR /&gt;&lt;BR /&gt;# Put a capping on the size of the log files (in Kb).&lt;BR /&gt;   max log size = 1000&lt;BR /&gt;&lt;BR /&gt;# Security mode. Most people will want user level security. See&lt;BR /&gt;# security_level.txt for details.&lt;BR /&gt;   security = share&lt;BR /&gt;# Use password server option only with security = server or domain&lt;BR /&gt;   password server = *&lt;BR /&gt;&lt;BR /&gt;# You may wish to use password encryption. Please read&lt;BR /&gt;# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.&lt;BR /&gt;# Do not enable this option unless you have read those documents&lt;BR /&gt;  encrypt passwords = no&lt;BR /&gt;&lt;BR /&gt;# Most people will find that this option gives better performance.&lt;BR /&gt;# See speed.txt and the manual pages for details&lt;BR /&gt;   socket options = TCP_NODELAY &lt;BR /&gt;&lt;BR /&gt;# Browser Control Options:&lt;BR /&gt;# set local master to no if you don't want Samba to become a master&lt;BR /&gt;# browser on your network. Otherwise the normal election rules apply&lt;BR /&gt;&lt;BR /&gt;   local master = no&lt;BR /&gt;   read only = no&lt;BR /&gt;   preserve case = yes&lt;BR /&gt;   short preserve case = no&lt;BR /&gt;   dos filetime resolution = yes&lt;BR /&gt;   syslog = 0&lt;BR /&gt;&lt;BR /&gt;#============================ Share Definitions ==============================&lt;BR /&gt;[homes]&lt;BR /&gt;   comment = Home Directories&lt;BR /&gt;   browseable = no&lt;BR /&gt;&lt;BR /&gt;# This one is useful for people to share files&lt;BR /&gt;[tmp]&lt;BR /&gt;   path = /tmp</description>
      <pubDate>Thu, 07 Jun 2001 13:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/first-time-samba-setup/m-p/2537339#M595021</guid>
      <dc:creator>Jeff Boege</dc:creator>
      <dc:date>2001-06-07T13:06:08Z</dc:date>
    </item>
  </channel>
</rss>

