wolfcdd 最近的时间轴更新
wolfcdd

wolfcdd

V2EX 第 229137 号会员,加入于 2017-05-05 10:04:31 +08:00
wolfcdd 最近回复了
210 天前
回复了 wolfcdd 创建的主题 Docker docker 报错,有大佬知道怎么解决吗
@ashong

[root@localhost ~]# yum autoremove iptables
Loaded plugins: fastestmirror, langpacks
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-ct to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe packag
--> Running transaction check
---> Package iptables.x86_64 0:1.4.21-35.el7 will be erased
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
---> Marking libnfnetlink to be removed - no longer needed by iptables
---> Marking libnetfilter_conntrack to be removed - no longer needed by iptables
Found and removing 2 unneeded dependencies
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be erased
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================
Package Arch Version
========================================================================
Removing:
iptables x86_64 1.4.21-35.el7
Removing for dependencies:
libnetfilter_conntrack x86_64 1.0.6-1.el7_3
libnfnetlink x86_64 1.0.1-4.el7

Transaction Summary
========================================================================
Remove 1 Package (+2 Dependent packages)

Installed size: 1.7 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : iptables-1.4.21-35.el7.x86_64 1/3
Erasing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 2/3
Erasing : libnfnetlink-1.0.1-4.el7.x86_64 3/3
Verifying : libnfnetlink-1.0.1-4.el7.x86_64 1/3
Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 2/3
Verifying : iptables-1.4.21-35.el7.x86_64 3/3

Removed:
iptables.x86_64 0:1.4.21-35.el7

Dependency Removed:
libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 libnfnetlink.x86_64 0:1.0.1-4.el7

Complete!
[root@localhost ~]# yum install iptables
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.ustc.edu.cn
* epel: hkg.mirror.rackspace.com
* extras: mirrors.163.com
* updates: mirrors.ustc.edu.cn
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
--> Running transaction check
---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================
Package Arch Version Repository Size
========================================================================
Installing:
iptables x86_64 1.4.21-35.el7 base 432 k
Installing for dependencies:
libnetfilter_conntrack x86_64 1.0.6-1.el7_3 base 55 k
libnfnetlink x86_64 1.0.1-4.el7 base 26 k

Transaction Summary
========================================================================
Install 1 Package (+2 Dependent packages)

Total download size: 514 k
Installed size: 1.7 M
Is this ok [y/d/N]: y
Downloading packages:
(1/3): libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm | 55 kB 00:00:00
(2/3): iptables-1.4.21-35.el7.x86_64.rpm | 432 kB 00:00:00
(3/3): libnfnetlink-1.0.1-4.el7.x86_64.rpm | 26 kB 00:00:00
----------------------------------------------------------------------------------------------------------
Total 2.2 MB/s | 514 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libnfnetlink-1.0.1-4.el7.x86_64 1/3
Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 2/3
Installing : iptables-1.4.21-35.el7.x86_64 3/3
Verifying : libnfnetlink-1.0.1-4.el7.x86_64 1/3
Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 2/3
Verifying : iptables-1.4.21-35.el7.x86_64 3/3

Installed:
iptables.x86_64 0:1.4.21-35.el7

Dependency Installed:
libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 libnfnetlink.x86_64 0:1.0.1-4.el7

Complete!

[root@localhost ~]# docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[root@localhost ~]# systemctl status docker
● docker.service
Loaded: not-found (Reason: No such file or directory)
Active: failed (Result: start-limit) since Sat 2023-02-25 14:42:52 CST; 40min ago
Main PID: 9522 (code=exited, status=1/FAILURE)

Feb 25 14:42:50 localhost.localdomain systemd[1]: docker.service failed.
Feb 25 14:42:52 localhost.localdomain systemd[1]: docker.service holdoff time over, scheduling restart.
Feb 25 14:42:52 localhost.localdomain systemd[1]: Stopped Docker Application Container Engine.
Feb 25 14:42:52 localhost.localdomain systemd[1]: start request repeated too quickly for docker.service
Feb 25 14:42:52 localhost.localdomain systemd[1]: Failed to start Docker Application Container Engine.
Feb 25 14:42:52 localhost.localdomain systemd[1]: Unit docker.service entered failed state.
Feb 25 14:42:52 localhost.localdomain systemd[1]: docker.service failed.
Feb 25 14:42:53 localhost.localdomain systemd[1]: start request repeated too quickly for docker.service
Feb 25 14:42:53 localhost.localdomain systemd[1]: Failed to start Docker Application Container Engine.
Feb 25 14:42:53 localhost.localdomain systemd[1]: docker.service failed.
[root@localhost ~]# journalctl -xe
-- Subject: Unit fprintd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit fprintd.service has begun starting up.
Feb 25 15:21:56 localhost.localdomain dbus[872]: [system] Successfully activated service 'net.reactivated.
Feb 25 15:21:56 localhost.localdomain systemd[1]: Started Fingerprint Authentication Daemon.
-- Subject: Unit fprintd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit fprintd.service has finished starting up.
--
-- The start-up result is done.
Feb 25 15:21:56 localhost.localdomain gnome-shell[2748]: clutter_actor_get_n_children: assertion 'CLUTTER_
Feb 25 15:22:18 localhost.localdomain sshd[13615]: Accepted password for root from 10.0.0.110 port 53194 s
Feb 25 15:22:18 localhost.localdomain systemd[1]: Started Session 322 of user root.
-- Subject: Unit session-322.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit session-322.scope has finished starting up.
--
-- The leading process of the session is 13615.
Feb 25 15:22:18 localhost.localdomain sshd[13615]: pam_unix(sshd:session): session opened for user root by
Feb 25 15:22:59 localhost.localdomain yum[13659]: Erased: iptables-1.4.21-35.el7.x86_64
Feb 25 15:22:59 localhost.localdomain yum[13659]: Erased: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
Feb 25 15:22:59 localhost.localdomain yum[13659]: Erased: libnfnetlink-1.0.1-4.el7.x86_64
Feb 25 15:23:17 localhost.localdomain yum[13683]: Installed: libnfnetlink-1.0.1-4.el7.x86_64
Feb 25 15:23:17 localhost.localdomain yum[13683]: Installed: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
Feb 25 15:23:17 localhost.localdomain yum[13683]: Installed: iptables-1.4.21-35.el7.x86_64

[root@localhost ~]# systemctl status iptables
Unit iptables.service could not be found.
[root@localhost ~]# systemctl start iptables
Failed to start iptables.service: Unit not found.

一样的错误。。。。
210 天前
回复了 wolfcdd 创建的主题 Docker docker 报错,有大佬知道怎么解决吗
@wolfcdd 删了 200 多 M ,重新安装只安装了 1.5.。。。我是不是要重装系统了。。。
210 天前
回复了 wolfcdd 创建的主题 Docker docker 报错,有大佬知道怎么解决吗
@ashong 通过重装 iptables 也没解决,然后 iptables 也报错了。。。。
[root@localhost]# sudo systemctl start iptables
Failed to start iptables.service: Unit not found.

remove 掉 iptables 的时候提示删了 400 多 M ,然后重装 iptables 的时候只需要 1.5M ;这个系统是不是没得救了。。。


移除 1 软件包 (+91 依赖软件包)

安装大小:244 M
是否继续?[y/N]:y

安装 1 软件包

总下载量:432 k
安装大小:1.5 M
Is this ok [y/d/N]: y
210 天前
回复了 wolfcdd 创建的主题 CentOS Centos 7.9 firewall 报错
firewall-cmd --get-default-zone 返回空的
@leonshaw 你是答对了的,自己折腾了好久。但是不知道为什么黑群晖的就不用*匹配。当作一个小疑问吧。
@hymzhek NET::ERR_CERT_COMMON_NAME_INVALID
这个是具体的报错代码,点击就会显示证书的 encode ,但是把这些 encode 拿去 ssl 工具站分析 得到的都是跟黑群晖那个一样的域名 xxx 那个
@airplayxcom 没有设置多个域名 查看具体的报错,显示 PEM encoded chain ,然后把 PEM 去分析 都是同一个域名 xxx 那个
为什么都是使用 acme 更新证书,黑群晖就没问题。centos 通过 nginx 反代就有问题呢
@spicy777 证书是没过期的
公用名 (CN) R3
组织 (O) Let's Encrypt
组织单位 (OU) <未包含在证书中>
颁发日期 2022 年 12 月 20 日星期二 09:32:02
截止日期 2023 年 3 月 20 日星期一 09:32:01
@churchmice 证书都是通过 acme.sh 生成,域名都是 xxx.com.
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1079 人在线   最高记录 5930   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 18:32 · PVG 02:32 · LAX 11:32 · JFK 14:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.