From owner-freebsd-questions@freebsd.org Thu Sep 13 13:21:46 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A54EF108DA09 for ; Thu, 13 Sep 2018 13:21:46 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: from mail-yw1-xc2c.google.com (mail-yw1-xc2c.google.com [IPv6:2607:f8b0:4864:20::c2c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7A870839 for ; Thu, 13 Sep 2018 13:21:46 +0000 (UTC) (envelope-from wfdudley@gmail.com) Received: by mail-yw1-xc2c.google.com with SMTP id 14-v6so1128862ywe.2 for ; Thu, 13 Sep 2018 06:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oFg+IRJOJtIT6M9QKHdP74PsUgVpwzsYuRTWUxaWkKU=; b=ubkB88Vbn761soCyic3D2HgjC+nI6Q8wYj5Mc3hXtK1p2eq6IGmO4pE8Eux06W1RPP hLerlpNjzpAVHlTUMRYohjeCUQNkcmpDJEsY0/BVB/pCl45SBgU/T7AwSiMYz8Z5FTDv aviK+kN4wQaLDV1Njn25q3B218BYChEpGxu8KNpYgPonRZL8zG2QvyaVR/hC0QPOBLVb Y3iuxf0JZPR+h9A3RPvX10JWeSnRaJifky4revy+VUimO1Fi+PtKn+WCQ6gtE6b0SxUc vrVL/OmqqTQL5enDbUk1gL7nqWvgGZfz58+4xZe4q1S8RYVvy9xDDPY4l8BRLAmJKI7u lg8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oFg+IRJOJtIT6M9QKHdP74PsUgVpwzsYuRTWUxaWkKU=; b=Ac7QBDhdPQSbWofjG8S9JlkLVrYI/Bx5fiTGTgVChXD/1L6F5sVfOrtrRKa1HFjI1n OQwDh9W+kl4aa+imCUO3Z2YwkqXZz3H0Q0d3HjVSczDImIK9iL/J6BzmGbxvVHC2KHj0 RKcRhdYpHQlWYdLU03PIk1H3/8seLL3XCNNJw/1lHZQLWUc5l6z/y3N1J7PFDgctQP4U 5zW+WDbBx4nZawVzVH2CpPA2fccPTnKgyXJ0RuV023T7KckDqNvFI/Wg/IRplzWdHjvD rdP8cEv8OorSbHe+NueF0MlmUPRHs0N6eu7UV4it+2xr/GGMs09VDLuwTfCNkfyCx/rw KgCA== X-Gm-Message-State: APzg51DHcJzpRovLQOdCr6646YrAp7wk0bKV4HhSqcN0JVoqjUKKAIma aZM+WaZvwTwYWkpA4KtEJNpVzYn7tub+uSAtE4EZPwK7 X-Google-Smtp-Source: ANB0VdZ35wJ+21OTKKGyjU/6qdD7y57yWxnd9hzEbz9tA6n5sf3GhfABW6M7LYVhJEh6K5uUznmeZBZGrZdg8hpqb/0= X-Received: by 2002:a0d:df93:: with SMTP id i141-v6mr3313249ywe.349.1536844905232; Thu, 13 Sep 2018 06:21:45 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:9003:0:0:0:0:0 with HTTP; Thu, 13 Sep 2018 06:21:44 -0700 (PDT) From: William Dudley Date: Thu, 13 Sep 2018 09:21:44 -0400 Message-ID: Subject: sudo,pkg,Mailman all broken after upgrade from 10.3 to 11.2 To: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 13:21:47 -0000 The fun never stops, eh? I just completed an upgrade from 10.3 to 11.2, using freebsd-update. sudo ls sudo: error in /usr/local/etc/sudo.conf, line 0 while loading plugin "sudoers_policy" sudo: unable to load /usr/local/libexec/sudo/sudoers.so: Shared object "libpam.so.5" not found, required by "sudoers.so" sudo: fatal error, unable to load plugins alpine is broken, same error about libpam.so.5 missing. Mailman is broken: ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Traceback (most recent call last): File "/usr/local/mailman/cron/disabled", line 73, in from Mailman import Utils File "/usr/local/mailman/Mailman/Utils.py", line 61, in md5_new = hashlib.md5 AttributeError: 'module' object has no attribute 'md5' pkg is broken: pkg upgrade Shared object "libssl.so.7" not found, required by "pkg" I can see source for that file here: /usr/obj/usr/src/secure/lib/libssl/libssl.so.7 /usr/obj/usr/src/tmp/usr/lib/libssl.so.7 But I don't (off hand) know how to build it. Probably lots of other stuff is broken that I haven't found yet. This is extremely disappointing. I have done freebsd-update fetch/install after the upgrade. I can't run pkg, as it's broken. Does anyone have any suggestions? Thanks, Bill Dudley