Wed Mar 13, 2013 4:18 am
SimonthePiman. Thank you for your great tutorial. I was able to set up the samba config file and successfully ran it through the parameter test. I also added pi as a samba user. Unfortunately, I could not log in from either a windows 7 or mac book air. on the windows machine I receive an error "access is denied" , If I purposely mistype the password I get "logon failure unknown user name or bad password"
Here is part of the log file from the Windows 7 machine:
Can't become connected user!
[2013/03/12 19:08:39.216681, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:10:33.536818, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:13:34.208685, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:14:44.282029, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:22:43.881219, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:24:16.882975, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:27:15.048756, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:27:31.683805, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:36:02.990185, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:36:09.848393, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:36:09.852100, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:36:19.165768, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:37:11.667974, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:56:47.595914, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:57:10.368750, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:57:36.344611, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:59:12.684480, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 19:59:36.042699, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:00:03.566372, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:04:24.351419, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:05:17.805796, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:05:37.699461, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:06:04.614872, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:08:31.419019, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:09:33.046872, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:46:28.342442, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 20:54:52.121894, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
Log file from my Macbook Air
3/03/12 17:51:53.321298, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.332396, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.340543, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.352361, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.361282, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.371466, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.390409, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
[2013/03/12 17:51:53.604370, 0] smbd/service.c:995(make_connection_snum)
Can't become connected user!
portions of the smb.conf file
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = workgroupname
# server string is the equivalent of the NT Description field
server string = %h server
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
[usb]
comment = USB Share RP1
path = /mnt/disk1
writeable = Yes
only guest = Yes
create mask = 0777
directory mask = 0777
browseable = Yes
public = Yes
Any suggestions