making Samba work

Claude Jones claude_jones at levitjames.com
Tue Aug 2 20:38:25 UTC 2005


On Tue August 2 2005 2:57 pm, Alexander Dalloz wrote:
> Am Di, den 02.08.2005 schrieb Claude Jones um 20:34:
> > My smb.conf
> > [global]
> > 	netbios name = viewridgeproductions2
>
> The NETBIOS name is much too long. Do not exceed 15 characters.
>
I changed the name to vrproductions2 and added this name to my 'hosts' file - 
is that the proper procedure? 

>
> Anything in the logs (/var/log/samba/)?
>
After making the changes you suggest in your last paragraph and rebooting, I 
get this in the log:

[2005/08/02 16:16:31, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:16:39, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:27, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:27, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 6912)
[2005/08/02 16:31:38, 1] smbd/service.c:close_cnum(830)[2005/08/02 16:16:31, 
0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:16:39, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:27, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:27, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 6912)
[2005/08/02 16:31:38, 1] smbd/service.c:close_cnum(830)
  studypc (192.168.2.252) closed connection to service CJ home
[2005/08/02 16:31:40, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:42, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 6956)
[2005/08/02 16:32:20, 1] smbd/service.c:close_cnum(830)
  studypc (192.168.2.252) closed connection to service CJ home
[2005/08/02 16:32:21, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:32:22, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 7086)

  studypc (192.168.2.252) closed connection to service CJ home
[2005/08/02 16:31:40, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:31:42, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 6956)
[2005/08/02 16:32:20, 1] smbd/service.c:close_cnum(830)
  studypc (192.168.2.252) closed connection to service CJ home
[2005/08/02 16:32:21, 0] smbd/negprot.c:reply_nt1(293)
  reply_nt1: smb signing is incompatible with share level security !
[2005/08/02 16:32:22, 1] smbd/service.c:make_connection_snum(642)
  studypc (192.168.2.252) connect to service CJ home initially as user nobody 
(uid=99, gid=99) (pid 7086)


>
> Run "testparm" / "testparm -v" to see if that complains about something.
> On the Samba server itself to run useful commands are: "smbstatus -L
> localhost" and "smbclient -L localhost" (just press enter when asked
> for). It can be good to set "hosts allow = 192.168.2., 127." and extend
> "interfaces" to be "interfaces = 192.168.2.1 127.0.0.1".

testparm gives me the following:

cj]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[CJ home]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

# Global parameters
[global]
        netbios name = VRPRODUCTIONS2
        server string = Samba
        interfaces = 192.168.2.1, 127.0.0.1
        bind interfaces only = Yes
        security = SHARE
        server signing = auto
        preferred master = No
        domain master = No
        ldap ssl = no

[CJ home]
        path = /home/cj
        read only = No
        guest ok = Yes
        hosts allow = 192.168.2., 127.
        case sensitive = No
        msdfs proxy = no

testparm -v gives me a huge list - nothing jumps off the page at me, but I 
wouldn't want to suggest I really know what to look for

There's some progress, however. I now have access from my Windows machine, the 
above referenced machine in the smbd.log 'StudyPC' to my shared folder on the 
Fedora machine. The Fedora machine still can't see the Windows machine, tho. 

-- 
Claude Jones
Bluemont, VA, USA




More information about the fedora-list mailing list