NFS lockup when copying a "special" file

Oliver Lehmann lehmann at ans-netz.de
Thu Jul 13 20:39:09 UTC 2006


Sean McNeil wrote:

> man ifconfig:
> ...
>      -rxcsum, -txcsum
>              If the driver supports user-configurable checksum offloading,
>              disable receive (or transmit) checksum offloading on the inter-
>              face.  These settings may not always be independent of each
>              other.
> ...
> 
> So, just do an
> 
> ifconfig re0 -rxcsum -txcsum

tried -rxcsum, -txcsum, txcsum, rxcsum.... doesn't changed anything....

the NFS servers I've tried are i386 and alpha

i386:

fxp0: flags=9843<UP,BROADCAST,RUNNING,SIMPLEX,LINK0,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet6 fe80::290:27ff:fe6a:f5bf%fxp0 prefixlen 64 scopeid 0x1 
        inet 10.0.0.21 netmask 0xffffff00 broadcast 10.0.0.255
        ether 00:90:27:6a:f5:bf
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

alpha:
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=9<RXCSUM,VLAN_MTU>
        inet6 fe80::201:2ff:feb4:759e%xl0 prefixlen 64 scopeid 0x1 
        inet 10.0.0.11 netmask 0xffffff00 broadcast 10.0.0.255
        ether 00:01:02:b4:75:9e
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active


My router (running ipfw) is:
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet6 fe80::250:8bff:fee3:3f60%fxp0 prefixlen 64 scopeid 0x1 
        inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
        ether 00:50:8b:e3:3f:60
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
fxp1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet6 fe80::250:8bff:fee3:3f61%fxp1 prefixlen 64 scopeid 0x2 
        inet 10.0.1.1 netmask 0xffffff00 broadcast 10.0.1.255
        ether 00:50:8b:e3:3f:61
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

transfering the file from alpha -> i386 works like a charm. If it would
be a checksumming problem, the transfer to my alpha should work at least
since on amd64 the checksumming was off, and my 3c905c doesn't support
hardware checksumming. Or do you think link0 on my router may cause this?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/


More information about the freebsd-amd64 mailing list