Re: IN your opinion what is the best way to share files between LInux and MAC OS X?




so it must be something up with samba.

time for wireshark it would seem.

though running wireshark and understanding its output are 2 different
things,

Problem Solved.

It was a setting in the default /etc/samba/smb.conf which was causing
the problem

Ironically the author said it speeded up his Samba server !!

; This socket options really speed up Samba under Linux, according to
my
; own tests.
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096

I commented out the socket options line

; This socket options really speed up Samba under Linux, according to
my
; own tests.
; socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096

and restarted samba -> /etc/init.d/samba restart

I guess the SNDBUF and RCVBUF settings are too low,

.



Relevant Pages

  • Re: fxp performance with POLLING
    ... I tried polling only because I found some suggestions on mailing lists, that it could improve performance with SAMBA on FreeBSD. ... Most of suggestions unfortunately end with "change OS to Linux if you want to use SAMBA". ... that some tuning is desirable on any OS with Samba, but these are the values that worked best for me with Windows XP clients in mind. ... I'd suggest starting with "socket options = TCP_NODELAY IPTOS_THROUGHPUT SO_RCVBUF=8192 SO_SNDBUF=8192" and if you aren't satisfied, experiment with the numbers and which options are enabled. ...
    (freebsd-stable)
  • Re: IN your opinion what is the best way to share files between LInux and MAC OS X?
    ... Ironically the author said it speeded up his Samba server!! ... This socket options really speed up Samba under Linux, ... I guess the SNDBUF and RCVBUF settings are too low, ...
    (comp.os.linux.misc)
  • Re: [opensuse] trying to figure out how to share a data drive
    ... information about your linux setup so I can make sure we are talking ... partition that windows can read in a dual-boot scenario, ... running samba on linux, then you can share disk space just as if the operating ... your user name is 'george' If it's not, ...
    (SuSE)
  • Re: Samba Network
    ... only samba and may stay this way for a time. ... I can write from a linux box accross ... 100000 2 tcp 111 portmapper ... 100000 2 udp 111 portmapper ...
    (alt.os.linux.suse)
  • Re: Two problems with Samba on Suse 9.1 and Windows 98 (reposted)
    ... > I have two problems with a setup that includes two Win98 machines and ... > server on the Linux box, in addition to the existing Samba client. ... As far as I know Samba (which implements a peer-to-peer server message block ...
    (comp.os.linux.networking)