From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MSy5E-0007y0-2U for garchives@archives.gentoo.org; Mon, 20 Jul 2009 18:59:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7CFE0251; Mon, 20 Jul 2009 18:59:30 +0000 (UTC) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191]) by pigeon.gentoo.org (Postfix) with ESMTP id BE6AAE0251 for ; Mon, 20 Jul 2009 18:59:30 +0000 (UTC) Received: by yxe29 with SMTP id 29so3806151yxe.32 for ; Mon, 20 Jul 2009 11:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=v/GPpe7pMAXftqWNLswAn/RJS+6xTc2uws8s5h+N3dc=; b=fExATgOepH2XMEggVMlfzB8UZub7mvXCQk/gN/wBJZlrLCXGJsyxvRl2eWRWGfiFdT x+leDDApZYSMTlJwFPSZrQ98TWiqwKFB/d+GlyFxUG9v9I9W5wZT4xu0IWy09fEUUEgD ZfW/XI6IOszx9P0vQdLfBnQUKqf7h7WYcNPy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=bWHd9kvSvLd5CJhHiqwGsnWDhCL9w8WhAMElyrcLlqFB6TSNH9xGom2Z5kRU6ujtmS YuSI5zQylxalN+B+eCKrtmbz2Chrh83YlWv3Rado1pP2Hre9Sk5Efp0fAXefN4DCx4Y5 viGjUNbvaAY05O+kFpYv9vR2cvnmx8ombIxQU= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.100.172.16 with SMTP id u16mr6656857ane.85.1248116370489; Mon, 20 Jul 2009 11:59:30 -0700 (PDT) In-Reply-To: <200907071047.07065.paulcol@andor.dropbear.id.au> References: <5f14cf5e0907060931l2b59bc8pc0c53e6c3a569790@mail.gmail.com> <200907071047.07065.paulcol@andor.dropbear.id.au> Date: Mon, 20 Jul 2009 14:59:30 -0400 Message-ID: <5f14cf5e0907201159h4447afb4o72472e4f4aace06c@mail.gmail.com> Subject: Re: [gentoo-user] SSL giving corrupted MAC on input From: Simon To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 49428c04-36cc-49cb-9523-265f7ae9825f X-Archives-Hash: 2f6f9eea3d41c1ba77c4c97a24a776ed > What did you recompile? There may still be a library using the "sse2" flag. > > Have you tried using the "--newuse" or "--reinstall changed-use" emerge flags? Well, since all my problem were related to the use of ssh, i did a full: emerge -e openssh (took a 2 days on that super old pc, while shutdown for the night) I tried doing an full update after: emerge -uDN world emerge --depclean revdep-rebuild Then i tryied copying files through ssh and got same issue again. I also tried with a usb adapter, got the same issue. Again, i remind i tried transfering without ssh (ie using http or netcat) and it works top shape. I'm running memtest86 on that pc at the moment, i will look more into the flags (i havent checked in the /etc/portage/packages.use, there might be some sse in there too that i missed). Since this pc is not connected to the net, i used to sync it through ssh, so it has not been sync'ed in a while now... i'll try to manage to sync it (maybe tar /usr/portage and netcat that over, dunno...). I'll post again with results of these last few checks later today... Thanks!