Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'installed.': 0.07; 'worse': 0.09; 'jan': 0.12; 'hashlib': 0.16; 'help!!': 0.16; 'reboot': 0.16; 'subject:broken': 0.16; 'unlikely': 0.16; 'weird.': 0.16; 'wrote:': 0.18; 'library': 0.18; 'thu,': 0.19; 'machine': 0.22; '>>>': 0.22; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'larry': 0.31; 'sep': 0.31; 'steven': 0.31; 'yes.': 0.31; 'this.': 0.32; 'run': 0.32; 'says': 0.33; 'everyone': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'installing': 0.36; 'thanks': 0.36; 'should': 0.36; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'telling': 0.64; 'situation': 0.65; 'article': 0.77; 'restore': 0.78; 'truth': 0.81; '*how': 0.84; 'disappear': 0.84; 'missing.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Sn4jkHvCMvPH/eDxNEqB7NPp1Wypt4NaIqEl6B38CoU=; b=gZYl5NsxgUDkeQm1Ei7kZt9j3X7RbYBAaf0e5CL4RZzk+YERxSA3Fjdku4KeX0jgtI uY4TFy/b781zahwSFCddWSy6jzUpQ9pvfHrRnDN1OK2FvW1z8lB30oVQxupGPFjrHYn5 z1gMLIo1TxXYGsX5T0E2J8sSxoqR7eXvmTvB9FZzk82qvt8cOxr4XdQUe/a4aagITKN8 1XgisBHfb7EChbkdl5cg8aBF9eEnm7AYrznyGktQsN3s6/pgTQR2YQx/MmAwdWu8MHTF RTwC1kU1fzTOvT+EOW9BC+Rg91bzxznTveQnDp+OuPmykiBiLHYWHxigMo2EvA86xIya d8uw== MIME-Version: 1.0 X-Received: by 10.194.232.232 with SMTP id tr8mr1545885wjc.21.1411139396783; Fri, 19 Sep 2014 08:09:56 -0700 (PDT) In-Reply-To: <541bb85b$0$6599$c3e8da3$5496439d@news.astraweb.com> References: <541b1158$0$29967$c3e8da3$5496439d@news.astraweb.com> <541bb85b$0$6599$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 19 Sep 2014 09:09:56 -0600 Subject: Re: hashlib suddenly broken From: Larry Martell To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1411139402 news.xs4all.nl 2905 [2001:888:2000:d::a6]:49145 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:78080 On Thu, Sep 18, 2014 at 11:00 PM, Steven D'Aprano wrote: > Ned Deily wrote: > >> In article >> , >> Larry Martell wrote: >>> Do you think I should install this update? Perhaps that would restore >>> whatever is missing. >> >> Yes. You should install the update in any case and it's unlikely to make >> the hashlib situation worse :=) > > However, it is likely to make it impossible to diagnose the problem and stop > it from happening again. > > It's not normal behaviour to have functionality just disappear overnight > like this. If Larry is telling the truth that there were no updates > running, *how did the sha-1 library disappear*? > > Larry, I recommend that you try Christian's suggestions before upgrading: > > $ echo -n '' | openssl dgst -sha1 -hex > (stdin)= da39a3ee5e6b4b0d3255bfef95601890afd80709 > > $ openssl version > OpenSSL 1.0.1f 6 Jan 2014 I download the update and rebooted to install it, and my machine would not reboot. It was just spinning and spinning. I powered it down and rebooted it and it said "There are updates to install. Do you want install them or just reboot without installing them?" I chose the latter. It rebooted and now hashlib is working again. That made me think the updates were in fact installed, but when I run the software update utility it says the updates have not been installed. It's all very weird. But it's working again. Thanks everyone for the help!!