Bug#745082: A workaround to bug 745082

2015-05-19 Thread Julien D'ascenzio
Ok this workaround solve my problem! On Fri, 15 May 2015 18:52:32 + jhcha54008 wrote: > Hi, > > May I ask if the workaround > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763391#15 > helps ? > > Regards, > JH Chatenet > >

Bug#745082: chfn and fakechroot

2015-05-12 Thread Julien D'ascenzio
Hi, I have the same problems when I make the command: fakechroot fakeroot /usr/sbin/debootstrap --variant=fakechroot jessie output/rfs-host/ "http://ftp.fr.debian.org/debian"; I view this error on the debootstrap.log: Setting up gzip (1.6-4) ... Setting up dash (0.5.7-4+b1) ... Setting

Bug#764162: [karl.bel...@gmail.com: Re: [PATCH 0/1] mv643xx_eth: Disable TSO by default]

2014-11-04 Thread Julien D'Ascenzio
On Tue, 4 Nov 2014 17:06:43 +0100 Karl Beldan wrote: > Hi, > > I think this patch fixes this bug, if someone can try it. > > Karl > > - Forwarded message from Karl Beldan - > > Date: Tue, 4 Nov 2014 15:20:20 +0100 > From: Karl Beldan > To: Ezequiel Garcia > Cc: net...@vger.kernel.org,

Bug#764162: linux-image-3.16-2-kirkwood: [regression 3.14->3.16] file data corruption, via network

2014-10-31 Thread Julien D'Ascenzio
Le vendredi 31 octobre 2014 à 09:50 +, Ian Campbell a écrit : > On Sun, 2014-10-19 at 14:27 +0100, Ian Campbell wrote: > > > You could inactivate this feature manually with: > > > ethtool -K eth0 tso off > > > > > > I'm in contact with the developer of this feature. Tell me if this > > > comm

Bug#764162: linux-image-3.16-2-kirkwood: [regression 3.14->3.16] file data corruption, via network

2014-10-31 Thread Julien D'Ascenzio
dev->features |= NETIF_F_RXCSUM; - dev->hw_features = dev->features; + dev->hw_features = dev->features | NETIF_F_TSO; dev->priv_flags |= IFF_UNICAST_FLT; dev->gso_max_segs = MV643XX_MAX_TSO_SEGS; I CC my contact Julien D'Ascenzio -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#764162: linux-image-3.16-2-kirkwood: [regression 3.14->3.16] file data corruption, via network

2014-10-19 Thread Julien D'Ascenzio
Hi, Since v3.16 kernel a tso feature was introduced in the driver of marvell ethernet. This feature seems to work badly. You could inactivate this feature manually with: ethtool -K eth0 tso off I'm in contact with the developer of this feature. Tell me if this command resolve your problem