LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-22-2007, 11:12 PM   #1
blu_alchemist
Member
 
Registered: Jun 2007
Location: Canada
Distribution: Fedora Core 7
Posts: 31

Rep: Reputation: 15
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.

Last edited by blu_alchemist; 06-22-2007 at 11:52 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fighting over sound Rivitir Slackware 6 08-12-2005 03:46 PM
fighting the dual posts musicman_ace LQ Suggestions & Feedback 7 03-05-2005 10:36 AM
Fighting desktops!! sramelyk Slackware 4 08-26-2003 05:24 AM
Fighting Spam With KMail Judland Linux - Newbie 2 08-06-2003 12:33 AM
fighting over fonts nakkaya Linux - Software 0 04-17-2003 12:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration