LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Windows is fighting samba (https://www.linuxquestions.org/questions/linux-software-2/windows-is-fighting-samba-563866/)

blu_alchemist 06-22-2007 11:12 PM

Windows is fighting samba
 
I have a terribly strange issue. Last night i was streaming content from my fileserver via samba like I have for months, closed the window I was browsing and when I went to my computer to load the mapped drive windows complains this:

Code:

An error occured while reconecting \\10.0.0.200\span
The network location cannot be reached.

I unmapped the drive, rebooted, and the error never ciesed. I figured it was a windows issue so I reinstalled and everything worked fine, then suddenly i cannot connect again.

My samba log.m% file:
Code:

[2007/06/22 20:27:13, 1] smbd/service.c:make_connection_snum(1033)
  athlon64 (10.0.0.110) connect to service span initially as user blu (uid=33, g                                              id=33) (pid 17175)
[2007/06/22 20:29:55, 1] smbd/service.c:close_cnum(1230)
  athlon64 (10.0.0.110) closed connection to service span
[2007/06/22 20:30:48, 1] smbd/service.c:make_connection_snum(1033)
  athlon64 (10.0.0.110) connect to service span initially as user blu (uid=33, g                                              id=33) (pid 17520)
[2007/06/22 21:02:58, 0] smbd/nttrans.c:call_nt_transact_ioctl(2483)
  call_nt_transact_ioctl(0x9009c): Currently not implemented.
[2007/06/22 21:23:56, 1] smbd/service.c:close_cnum(1230)
  athlon64 (10.0.0.110) closed connection to service span
[root@fileserver ~]# cat /var/log/samba/log.athlon64
[2007/06/22 20:27:13, 1] smbd/service.c:make_connection_snum(1033)
  athlon64 (10.0.0.110) connect to service span initially as user blu (uid=33, gid=33) (pid 17175)
[2007/06/22 20:29:55, 1] smbd/service.c:close_cnum(1230)
  athlon64 (10.0.0.110) closed connection to service span
[2007/06/22 20:30:48, 1] smbd/service.c:make_connection_snum(1033)
  athlon64 (10.0.0.110) connect to service span initially as user blu (uid=33, gid=33) (pid 17520)
[2007/06/22 21:02:58, 0] smbd/nttrans.c:call_nt_transact_ioctl(2483)
  call_nt_transact_ioctl(0x9009c): Currently not implemented.
[2007/06/22 21:23:56, 1] smbd/service.c:close_cnum(1230)
  athlon64 (10.0.0.110) closed connection to service span

Main samba log file:
Code:

[2007/06/22 12:43:05, 1] smbd/service.c:make_connection_snum(1033)
  vaio (10.0.0.111) connect to service span initially as user blu (uid=33, gid=33) (pid 29910)
[2007/06/22 13:36:12, 1] smbd/service.c:close_cnum(1230)
  vaio (10.0.0.111) closed connection to service span
[2007/06/22 13:36:14, 0] smbd/server.c:main(944)
  smbd version 3.0.25-2.fc7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007
[2007/06/22 13:36:15, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2007/06/22 13:36:15, 0] lib/util_sock.c:get_peer_addr(1232)
  getpeername failed. Error was Transport endpoint is not connected
[2007/06/22 13:36:15, 0] lib/util_sock.c:write_data(562)
  write_data: write failure in writing to client 0.0.0.0. Error Connection reset by peer
[2007/06/22 13:36:15, 0] lib/util_sock.c:send_smb(769)
  Error writing 4 bytes to client. -1. (Connection reset by peer)
[2007/06/22 13:36:15, 1] smbd/service.c:make_connection_snum(1033)
  vaio (10.0.0.111) connect to service span initially as user blu (uid=33, gid=33) (pid 32194)
[2007/06/22 14:01:53, 1] smbd/service.c:close_cnum(1230)
  vaio (10.0.0.111) closed connection to service span
[2007/06/22 14:01:56, 0] smbd/server.c:main(944)
  smbd version 3.0.25-2.fc7 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2007

Smb.conf file:
Code:

[global]
workgroup = crymson.corp
netbios name = fileserver
#server string = fileserver
encrypt passwords = yes
security = user
wins support = yes
smb passwd file = /var/lib/samba/private/smbpasswd
log file = /var/log/samba/log.%m
local master = yes
preferred master = yes
os level = 75

[span]
path = /mnt/span/
public = yes
read only = no
browseable = yes
valid users = mike, blu
write list = mike, blu
security mask = 0770
create mask = 0770
force create mode = 0770
directory mode = 0770
force directory mode = 0770

[log_cache]
path = /mnt/server_logs/
public = yes
read only = no
browseable = yes
valid users = mike, blu
write list = mike, blu
security mask = 0770
create mask = 0770
force create mode = 0770
directory mode = 0770
force directory mode = 0770

I also notice that when the error occurs I can no longer access any windows-to-windows shares either. The network becomes completely unbrowseable and rewriting arp tables and lan drivers dones nothing.

I know this is a samba issue because if i turn off the samba server and only use nfs to share on my once again fresh windows install everything works perfectly again.

Anyone heard of this type of error or have any reccomendations??

### I should note that this only happens on my windows xp box. My vaio laptop running vista has no issues and samba has never once not been accesable from it. Even when my main machine '10.0.0.110' is being refused all the other machines run fine.


All times are GMT -5. The time now is 05:14 PM.