Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OS:debian 11.2
I have a podman container, port map is
last week I accidentally deleted /lib directory, then I recovery it by copy /lib dir (from another new debian 11.2) to this host.
when I started podman ,it showed missing dbus:
I reinstall dbus
apt reinstall dbus
. then podman and container can be run successfully.However, I cant access the 9999 port via other host. I can only access 9999 port via localhost
There is no selinux,iptables or firewalld limit on port 9999.
The problem occurs after accidentally deleting and restoring the /lib directory
I have no idea.
Beta Was this translation helpful? Give feedback.
All reactions