Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos server container: Failed to get D-Bus connection: No such file or directory #162

Open
dmaziuk opened this issue Dec 11, 2019 · 1 comment

Comments

@dmaziuk
Copy link

dmaziuk commented Dec 11, 2019

After docker pull gluster/gluster-centos and firing it up:

$ docker exec -it gluster /bin/sh
sh-4.2# systemctl status glusterd
Failed to get D-Bus connection: No such file or directory
sh-4.2# systemctl status gluster 
Failed to get D-Bus connection: No such file or directory
sh-4.2# ps -AF | grep gluster
root        19    11  0  2275   832   2 19:37 pts/2    00:00:00 grep gluster
sh-4.2# service glusterd restart
Redirecting to /bin/systemctl restart glusterd.service
Failed to get D-Bus connection: No such file or directory
sh-4.2# 
@dmaziuk
Copy link
Author

dmaziuk commented Dec 11, 2019

PS fedora container is also defunct. cli.log for both is

[2019-12-11 19:31:00.833644] I [cli.c:773:main] 0-cli: Started running gluster with version 4.1.7
[2019-12-11 19:31:01.014223] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:31:01.014408] I [socket.c:2632:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:31:01.014579] I [socket.c:3770:socket_submit_request] 0-glusterfs: not connected (priv->connected = 0)
[2019-12-11 19:31:01.014679] W [rpc-clnt.c:1764:rpc_clnt_submit] 0-glusterfs: failed to submit rpc-request (XID: 0x2 Program: Gluster CLI, ProgVers: 2, Proc: 3) to rpc-transport (glusterfs)
[2019-12-11 19:40:37.852792] I [cli.c:773:main] 0-cli: Started running gluster with version 4.1.7
[2019-12-11 19:40:37.946803] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:40:37.947033] W [rpc-clnt.c:1753:rpc_clnt_submit] 0-glusterfs: error returned while attempting to connect to host:(null), port:0
[2019-12-11 19:40:37.947087] W [socket.c:599:__socket_rwv] 0-glusterfs: writev on /var/run/glusterd.socket failed (Transport endpoint is not connected)
[2019-12-11 19:52:53.454900] I [cli.c:768:main] 0-cli: Started running gluster with version 4.1.2
[2019-12-11 19:52:53.551921] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:52:53.552027] I [socket.c:2625:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:52:53.552187] I [input.c:31:cli_batch] 0-: Exiting with: -1
[2019-12-11 19:53:42.940441] I [cli.c:768:main] 0-cli: Started running gluster with version 4.1.2
[2019-12-11 19:53:43.028336] I [MSGID: 101190] [event-epoll.c:617:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2019-12-11 19:53:43.028452] I [socket.c:2625:socket_event_handler] 0-transport: EPOLLERR - disconnecting now
[2019-12-11 19:53:43.028679] I [socket.c:3763:socket_submit_request] 0-glusterfs: not connected (priv->connected = 0)
[2019-12-11 19:53:43.028751] W [rpc-clnt.c:1764:rpc_clnt_submit] 0-glusterfs: failed to submit rpc-request (XID: 0x2 Program: Gluster CLI, ProgVers: 2, Proc: 3) to rpc-transport (glusterfs)

-- the lines at 19:31 are from the centos container, the rest are from fedora one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant