[Samba] little help with my config please (repost with smb.conf)

Jairo Medina jairo19 at hotmail.com
Mon Feb 6 14:13:55 GMT 2006


   Hola:
     This is a repost with the smb.conf inline.
   Hola:

   I have configured samba-3.0.14a-2 on FC4 as a member of a Windows SBS2003 
network. I used windbind to get the users from the SBS server. Users can 
login into the samba machine and use home directories I created for them in 
the samba machine (I cannot get to use/mount the user's home directories 
from the SBS machine into the samba machine).

I 'm trying to connect to the shares exported by the samba server and I get 
the following errors:

on the server log for a windows XP machine :


[2006/01/24 22:55:07, 1] smbd/service.c:close_cnum(830)
computer2 (192.168.1.51) closed connection to service opt
[2006/01/24 22:55:09, 1] smbd/service.c:make_connection_snum(642)
computer2 (192.168.1.51) connect to service opt initially as user 
PCTSA\lduser (uid=16777216, gid=16777216) (pid 2956)
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/24 23:59:40, 0] smbd/service.c:make_connection_snum(615)

on the server log for the samba machine :

[2006/01/24 21:43:55, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/24 22:28:35, 1] smbd/service.c:close_cnum(830)
linux1 (192.168.1.12) closed connection to service opt

on the server log for the windows SBS2003 machine :
[2006/01/31 18:24:31, 0] rpc_server/srv_pipe.c:api_pipe_bind_req(993)
api_pipe_bind_req: unknown auth type 9 requested.
[2006/01/31 18:24:33, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/31 18:24:33, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/31 18:24:33, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/31 18:24:33, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/31 18:24:33, 0] smbd/service.c:make_connection_snum(615)
'/home/PCTSA' does not exist or is not a directory, when connecting to 
[home]
[2006/01/31 18:25:22, 0] smbd/service.c:make_connection(794)
192.168.1.10 (192.168.1.10) couldn't find service 
::{2227a280-3aea-1069-a2de-08002b30309d}
[2006/01/31 18:25:24, 0] rpc_server/srv_pipe.c:api_pipe_bind_req(993)
api_pipe_bind_req: unknown auth type 9 requested.

Attached my smb.conf file.

[global]
   workgroup = pctsa
	server string = Linux1 Samba Server

	printcap name = /etc/printcap
	load printers = yes

	cups options = raw

	log file = /var/log/samba/%m.log

	max log size = 50

   security = ads

	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

   domain master = no

	preferred master = no

	dns proxy = no

   idmap uid = 16777216-33554431
   idmap gid = 16777216-33554431
   template primary group = "Domain Users"
   template shell = /bin/bash
   template homedir = /home/%D/%U
   winbind use default domain = yes
   password server = serversbs
   realm = PCTSA.NET

[homes]
	comment = Home Directories
	path = /home/PCTSA/%U
	valid users = %S
	browseable = yes
	writeable = yes

[printers]
	comment = All Printers
	path = /var/spool/samba
	browseable = no
	guest ok = yes
	printable = yes
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	admin users = root, Administrator
	write list = root

[home]
	comment = home directories @ Linux1
	path = /home/PCTSA
	browseable = yes
        read only = no
	guest ok = yes

[opt]
	comment = Programs directory
	path = /opt
	browseable = yes
        read only = no
	guest ok = yes
Thanks.


--
     Venezuela, the most beautiful pearl in the Caribbean




More information about the samba mailing list