- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
上周五早上,我在我的 CentOS 笔记本电脑上尝试了“yum update”,它报告如下:
Loaded plugins: fastestmirror, langpacks, verify
Loading mirror speeds from cached hostfile
* base: repo1.dal.innoscale.net
* epel: fedora-epel.mirror.lstn.net
* extras: mirror.unl.edu
* nux-dextop: mirror.li.nux.ro
* rpmfusion-free-updates: mirror.us.leaseweb.net
* updates: mirror.spro.net
Resolving Dependencies
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.16.2.3-13.el7_1 will be updated
---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.2.el7_2 will be an update
---> Package python-ecdsa.noarch 0:0.11-3.el7.centos will be obsoleted
---> Package python2-ecdsa.noarch 0:0.13-4.el7 will be obsoleting
---> Package tzdata.noarch 0:2016c-1.el7 will be updated
---> Package tzdata.noarch 0:2016d-1.el7 will be an update
---> Package tzdata-java.noarch 0:2016c-1.el7 will be updated
---> Package tzdata-java.noarch 0:2016d-1.el7 will be an update
--> Finished Dependency Resolution
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for nss-softokn-freebl which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of nss-softokn-freebl of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude nss-softokn-freebl.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of nss-softokn-freebl installed, but
yum can only see an upgrade for one of those architectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of nss-softokn-freebl installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686 != nss-softokn-freebl-3.16.2.3-13.el7_1.x86_64
我在#centos 上问过这个问题,有人给了我一些探索性的建议,但没有真正的解决方案。
最佳答案
尝试安装 i686 开发库时,我在 Fedora 20 系统(在 docker 容器中运行)上遇到了同样的问题。原因分别是 x86_64 和 i686 的两个不匹配版本。
Protected multilib versions: nss-softokn-freebl-3.19.1-1.0.fc20.i686 != nss-softokn-freebl-3.19.2-1.0.fc20.x86_64
对我来说,打电话有帮助
yum distribution-synchronization
这会自动降级 x86_64 版本。在那之后我可以安装
yum install nss-softokn-freebl.i686
和
yum list installed | grep nss-softokn-freebl
现在显示:
nss-softokn-freebl.i686 3.19.1-1.0.fc20 @updates
nss-softokn-freebl.x86_64 3.19.1-1.0.fc20 @updates
问题已解决。
关于CentOS 上的 yum update 提示 "Multilib version problems"的 "nss-softokn-freebl",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36991376/
我正在尝试构建 python-nss ,Mozilla NSS library 的 python 接口(interface),在运行 Mac OS 10.6.5 的 64 位 Mac 上,用于在 Ma
我构建了一个 SSH 堡垒镜像,允许客户通过反向 SSH 插入自己(由于授权 key 上的 permitopen 子句,他们都有一个分配的端口)。我通过处理所有公钥的通用帐户实现了这一点。这些 key
我们正在尝试让 TLS1.2 在以下环境中以 FIPS 模式工作。尝试写入使用协议(protocol)“TLSv1.2”的 SSLContext 创建的 SSLSocket 失败并显示错误 java.
[CISCN 2023 华北]ez_date 题目: <?php error_reporting(0); highlight_file(__FILE__); class date{
我正在尝试使用存储在 NSS 数据库中的证书进行 cURL,但是在运行 cURL 命令时,它说找不到证书。这是我的数据库中的证书列表: [root@localhost scripts]# certut
我下载了一个 html 页面,并尝试使用以下命令将其从 NSData 编码为 NSString: NSString *string = [[NSString alloc] initWithDa
如何在更改 NSSlider 的浮点值时创建 NSSlider 动画。我正在尝试: [[mySlider animator] setFloatValue:-5]; 但这不起作用..只需更改没有动画的值
最近,我有了开始使用 Mozilla NSS 并学习使用它的想法,以便在未来的某个地方,我可以使用它,或者至少可以开始为它做贡献。 所以我去了它的Website并使用 mercurial 将它的源代码
由于最新版本的NSS没有提供SSLSample程序,我将旧版本NSS(3.9、3.12)的SSLSample文件夹复制到nss-3.12.4内的/security/nss/cmd文件夹下。 当我在我的
我在 CentOS 上工作,我有 NSS 3.19.1 我正在尝试将带有 rsa 私钥的客户端证书添加到 NSS 数据库。 我在 /etc/pki/nssdb 里面工作,它有以下内容: cert8.d
我已将 NSS 3.12.4 配置为在 FIPS 模式下使用 SunPKCS11 提供程序与我的 java 程序一起工作,并且一切正常。现在我正在按照 https://blogs.oracle.com
我构建了 nss 的 64 位版本,并尝试使用它来使用 --without-ssl 和 --with-nss=NSS_ROOT 选项构建curl 库。 在配置阶段,我看到以下内容: checking
我正在制作一个小型实用程序,它将在具有自定义 CA 的机器上加载所有 Firefox 配置文件。我已经成功地将 certutil 二进制文件用作 NSS 工具的一部分。 但是,我想知道如何使 cert
有没有人能够构建静态链接的 NSS?我实际上只需要构建静态链接的 certutil 和 pk12util。我已经看到 Chromium 正在静态构建 NSS,他们甚至有一个补丁文件,但整个构建过程非常
第一个问题。 我最近通过 crouton 将 kubuntu 放到了我的 chromebook 上,这既轻松又棒极了。但是,它确实需要将其置于开发人员模式。出于某种原因,这移除了 ChromeOS 为
我正在不同的服务器上尝试一个 curl 命令。一个正在工作,另一个正在报告“nss 错误 -5938”。 服务器 1: OS: Linux 4.1.12-61.1.10.el6uek.x86_64 x
我只找到了 one S.O. Post on the error "NSS error -12276 (SSL_ERROR_BAD_CERT_DOMAIN) 。” 我在 CentOS 服务器上的 lo
所以我尝试将硬件 NSS 信号与 HAL 库一起使用,但我找不到任何使 NSS 引脚具有低电平或高电平的函数。我也试图在 HAL 文档中找到答案,但也没有信息。互联网上的所有示例都只包含软件 NSS。
我在发送 HTTPS 请求时在我的 Java 应用程序中收到错误“无法初始化 NSS”。不幸的是,我的日志中没有异常的完整堆栈跟踪,但根据我已经用谷歌搜索的内容,它很可能是由缺少共享对象“libnss
我有安全的 nifi,我必须在其中使用 rest api,同时像这样调用处理器的获取请求:https://server_ip/nifi-api/processors/015d1364-f372-1e6
我是一名优秀的程序员,十分优秀!