Hi back
Permissions are good and both directories definately exist.
For the home directory:
drwxr-xr-x 18 dan dan 4096 Apr 30 19:41 dan
for the test share /export/test
drwxrwxrwx 2 root root 4096 Apr 29 15:15 test
I have tried to start again from scratch and have simplified the smb.conf file - but with even less success now - can copy into the test directory, but can't do anything else.
The suggestion was made that I may have an issue with SElinux - and I need to set time asside to go figure that out.
global]
log file = /var/log/samba/%m.log
server string = Trailrunner, Samba %v on (%L)
remote announce = 10.20.30.255
workgroup = DJ14847
encrypt passwords = Yes
security = user
max log size = 50
allow hosts = 10.20.30. 127.0.0.1
log level = 3
browsable = yes
local master = yes
[homes]
guest ok = no
browsable = no
[temp]
comment = temp test directory
writeable = yes
browsable = yes
public = yes
path = /sambatest
[test]
comment = for testing purposes only
path = /export/test
writeable = yes
read only = no
public = yes
nmblookup -B returns rather odd results - and I am not sure how to resolve this issue.
[root@trailrunner samba]# nmblookup -B trailrunner _ _SAMBA_ _
added interface ip=10.20.30.45 bcast=10.20.30.255 nmask=255.255.255.0
Socket opened.
querying _ on 216.150.192.190
name_query failed to find name _
querying _SAMBA_ on 216.150.192.190
name_query failed to find name _SAMBA_
querying _ on 216.150.192.190
name_query failed to find name _
[root@trailrunner samba]# nmblookup -B 10.20.30.45 _ _SAMBA_ _
added interface ip=10.20.30.45 bcast=10.20.30.255 nmask=255.255.255.0
Socket opened.
querying _ on 10.20.30.45
name_query failed to find name _
querying _SAMBA_ on 10.20.30.45
name_query failed to find name _SAMBA_
querying _ on 10.20.30.45
name_query failed to find name _
[root@trailrunner samba]#
Despite the above issue with nmblookup, if I type in smbclient -L 10.20.30.45 -N I get
[root@trailrunner samba]# smbclient -L 10.20.30.45 -N
Anonymous login successful
Domain=[DJ14847] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2]
Sharename Type Comment
--------- ---- -------
temp Disk temp test directory
test Disk for testing purposes only
IPC$ IPC IPC Service (Trailrunner, Samba 3.0.23c-2.el5.2 on (trailrunner))
Anonymous login successful
Domain=[DJ14847] OS=[Unix] Server=[Samba 3.0.23c-2.el5.2]
Server Comment
--------- -------
TRAILRUNNER Trailrunner, Samba 3.0.23c-2.el5.2 on (trailrunn
Workgroup Master
--------- -------
DJ14847
But if I try with 'trailrunner' in place of 10.20.30.45 it times out.
I can see the shares though - but I have no luck at all attempting to connect to my home directory - my test directories are also not working quite right. The permissions for each are as follows (yes I set rights to 777 for testing purposes)
for [temp] path = /sambatest
drwxrwxrwx 2 root root 4096 Apr 29 15:40 sambatest
for [test] path = /export/test
drwxrwxrwx 2 root root 4096 Apr 29 15:15 test
I can copy files into [test] or into [temp] but I can't copy anything from either share back to my Win2000 workstation or my Apple MacBook. I also can't delete anything or open anything, or copy (drag and drop) between the shares.
Say I try and copy a file "wdw rates.pdf" between them - then I get the following:
[2007/04/29 15:44:41, 3] smbd/trans2.c:call_trans2qfilepathinfo(2908)
call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2007/04/29 15:44:41, 3] smbd/msdfs.c:dfs_redirect(435)
dfs_redirect: Not redirecting Trailrunner/test/Trailrunner/test/WDW rates.pdf.
[2007/04/29 15:44:41, 3] smbd/msdfs.c:dfs_redirect(439)
dfs_redirect: Path converted to non-dfs path Trailrunner/test/WDW rates.pdf
[2007/04/29 15:44:41, 3] smbd/error.c:error_packet(146)
error packet at smbd/trans2.c(2919) cmd=50 (SMBtrans2) NT_STATUS_OBJECT_PATH_NOT_FOUND
[2007/04/29 15:44:41, 3] smbd/process.c

rocess_smb(1110)
Transaction 267 of length 152
[2007/04/29 15:44:41, 3] smbd/process.c:switch_message(914)
switch message SMBntcreateX (pid 6008) conn 0x9755c80
[2007/04/29 15:44:41, 3] smbd/msdfs.c:dfs_redirect(435)
dfs_redirect: Not redirecting Trailrunner/test/WDW rates.pdf.
[2007/04/29 15:44:41, 3] smbd/msdfs.c:dfs_redirect(439)
dfs_redirect: Path converted to non-dfs path WDW rates.pdf
[2007/04/29 15:44:41, 3] smbd/dosmode.c:unix_mode(147)
unix_mode(WDW rates.pdf) returning 0744
[2007/04/29 15:44:41, 3] smbd/open.c

pen_file(278)
Error opening file WDW rates.pdf (Permission denied) (local_flags=0) (flags=0)
[2007/04/29 15:44:41, 3] smbd/error.c:unix_error_packet(90)
unix_error_packet: error string = Permission denied
[2007/04/29 15:44:41, 3] smbd/error.c:error_packet(146)
error packet at smbd/trans2.c(2682) cmd=162 (SMBntcreateX) NT_STATUS_ACCESS_DENIED