On Tue, Sep 1, 2009 at 1:17 AM, Marc Skinner <span dir="ltr">&lt;<a href="mailto:marc@e-skinner.net">marc@e-skinner.net</a>&gt;</span> wrote:<br>&gt; i would also check the duplex and auto-neg setting on the samba server.<br>

&gt; i would hard set them as well.<br><br>Marc, <br><br>You nailed the one thing that came to mind for me too - I&#39;ve seen mysterious/slow through-puts before and it&#39;s always been mis-matched duplex settings for me.  Plus, first rule of debugging stuff like this - &quot;Start at the physical layer.&quot;  <br>
<br>Ryan, <br><br>Have you tried other file-transfer protocols?  i.e., ftp or copying a file using ssh or rsync?   If those were fast while SMB was slow, then debugging service-configs would be the place to look.  If those are slow too, look at the physical layer.  I know you&#39;re using an airport extreme, but are you hooked up to it with physical cables or is everything going wireless?  I suspect you have wired connections but if not that does change things a bit.  <br>
<br>When you tried your direct connection that failed to work, were you using a cross-over cable?  <br><br>While your description of your setup was pretty good, there are still points of ambiguity - if the problem still exists after your next round of debugging draw a picture of your network config.  <br>
<br>-Rob<br><br><div class="gmail_quote">On Tue, Sep 1, 2009 at 1:17 AM, Marc Skinner <span dir="ltr">&lt;<a href="mailto:marc@e-skinner.net">marc@e-skinner.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
look at the &quot;socket options&quot; in smb.conf i have mine set as:<br>
<br>
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192<br>
<br>
i would also check the duplex and auto-neg setting on the samba server.<br>
i would hard set them as well.<br>
<br>
my 2 cents.<br>
<div><div></div><div class="h5"><br>
On 09/01/2009 12:50 AM, Ryan Coleman wrote:<br>
&gt; I&#39;m having painfully slow transfers from my FreeBSD 6.3 ia64 running<br>
&gt; Samba 3.3 to Vista (between 1KiBps to 15KiBps) and also to Windows 7<br>
&gt; (50KiBps to 250 KiBps) and I&#39;ve tried all the windows corrections up<br>
&gt; and down the board to no avail. I&#39;ve finally given up on fixing<br>
&gt; Windows, so it must be my Samba installation.<br>
&gt;<br>
&gt; I&#39;m fairly certain I have not forgotten anything from the file except<br>
&gt; 4 fileshares that are unrelated to the issue. Archive is a 6.4TB RAID5<br>
&gt; (7x1TB drives) that runs blazingly fast in local as well as internet<br>
&gt; traffic.<br>
&gt;<br>
&gt; All components (Windows 7, Vista and FreeBSD) are connected through an<br>
&gt; Airport Extreme, but this slowness was experienced even on a basic<br>
&gt; 10/100 switch so it is not solely a problem with the Airport. Also<br>
&gt; direct connection did not work and Firewire support was dropped in<br>
&gt; Vista so there was no alternate &quot;ethernet&quot; option available to me.<br>
&gt; File transfers from my MacBook Pro perform as expected, with speeds<br>
&gt; ranging from 5MB/sec to 30MB/sec depending on the connect type.<br>
&gt;<br>
&gt; Any and all advice would be most appreciative.<br>
&gt;<br>
&gt; TIA,<br>
&gt; Ryan<br>
&gt;<br>
&gt; smb.conf:<br>
&gt; [global]<br>
&gt;          dns proxy = no<br>
&gt;          log file = /var/log/samba/log.%m<br>
&gt;          load printers = yes<br>
&gt;          server string = UnixBox2<br>
&gt;          workgroup = WORKGROUP<br>
&gt;          os level = 20<br>
&gt;          encrypt passwords = yes<br>
&gt;          security = share<br>
&gt;          max log size = 50<br>
&gt;<br>
&gt; [homes]<br>
&gt;     comment = Home Directories<br>
&gt;     browseable = no<br>
&gt;     writable = yes<br>
&gt;<br>
&gt;<br>
&gt; [archive]<br>
&gt;          delete readonly = yes<br>
&gt;          writeable = yes<br>
&gt;          path = /mount/archive<br>
&gt;          only user = yes<br>
&gt;          force directory mode = 755<br>
&gt;          force group = wheel<br>
&gt;          force create mode = 755<br>
&gt;          force user = ryan<br>
&gt;          public = yes<br>
&gt;          allow hosts = <a href="http://10.0.1.0/24" target="_blank">10.0.1.0/24</a><br>
&gt;<br>
&gt; [www]<br>
&gt;          writeable = yes<br>
&gt;          path = /usr/www<br>
&gt;          force directory mode = 755<br>
&gt;          force group = wheel<br>
&gt;          force create mode = 755<br>
&gt;          force user = ryan<br>
&gt;          valid users = ryan<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
&gt; <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
&gt; <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
</div></div></blockquote></div><br>