Giter Club home page Giter Club logo

Comments (7)

ksprider avatar ksprider commented on July 19, 2024
  • Unable to remove filesystem for ab68b000adfca007cfa18d2 ...
  • active check configuration update from [192.168.2.176:10051] started to fail (ZBX_TCP_READ() timed out)

from dockbix-agent-xxl.

jangaraj avatar jangaraj commented on July 19, 2024

Probably some zabbix container was already running. Be sure that all zabbix containers are killed and removed, before starting new one.

from dockbix-agent-xxl.

ksprider avatar ksprider commented on July 19, 2024
[root@localhost zabbix-agent]# docker ps -a
CONTAINER ID        IMAGE                                   COMMAND                  CREATED             STATUS              PORTS                                                              NAMES
a17b8dd46a8d        monitoringartist/zabbix-3.0-xxl:3.0.3   "/config/bootstrap.sh"   2 hours ago         Up 2 hours          0.0.0.0:80->80/tcp, 0.0.0.0:10051->10051/tcp, 162/udp, 10052/tcp   zabbix_zabbix_1
efc59de25dba        mysql                                   "docker-entrypoint.sh"   11 hours ago        Up 11 hours         0.0.0.0:3306->3306/tcp                                             mysql_mysql_1
[root@localhost zabbix-agent]# docker-compose up -d
Creating zabbixagent_zabbix-agent-xxl_1
Error response from daemon: Unable to remove filesystem for 669033a03ee3b8102a781d57da5cb36cc0e30dfaa8fcbe28f20ddadc8b6c9246: remove /var/lib/docker/containers/669033a03ee3b8102a781d57da5cb36cc0e30dfaa8fcbe28f20ddadc8b6c9246/shm: device or resource busy
[root@localhost zabbix-agent]# 

zabbix-3.0-xxl is killed and removed.

[root@localhost zabbix-agent]# docker ps -a
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                    NAMES
efc59de25dba        mysql               "docker-entrypoint.sh"   11 hours ago        Up 11 hours         0.0.0.0:3306->3306/tcp   mysql_mysql_1
[root@localhost zabbix-agent]# docker-compose up -d
Creating zabbixagent_zabbix-agent-xxl_1
Error response from daemon: Unable to remove filesystem for 2cac7882b41dfb3b23490b1eb059d136591887197e00d003538ee800fda6991b: remove /var/lib/docker/containers/2cac7882b41dfb3b23490b1eb059d136591887197e00d003538ee800fda6991b/shm: device or resource busy
[root@localhost zabbix-agent]# 

from dockbix-agent-xxl.

jangaraj avatar jangaraj commented on July 19, 2024

Unfortunately, I'm still not able to replicate your problem. My test:
OS: CentOS Linux release 7.2.1511 (Core)
Docker: Docker version 1.11.2, build b9f10c9
Docker compose: docker-compose version 1.6.2, build 4d72027
Zabbix agent version: Zabbix 3.0.3 XXL (2016-06-16)
your docker-compose.yaml:

[root@centos-512mb-lon1-01 del]# docker-compose up -d
Creating del_zabbix-agent-xxl_1
[root@centos-512mb-lon1-01 del]# docker ps
CONTAINER ID        IMAGE                                              COMMAND             CREATED             STATUS              PORTS                      NAMES
2df566176ab7        monitoringartist/zabbix-agent-xxl-limited:latest   "/zocker-xxl"       5 seconds ago       Up 5 seconds        0.0.0.0:10050->10050/tcp   del_zabbix-agent-xxl_1
[root@centos-512mb-lon1-01 del]# docker logs 2df566176ab7
Zocker XXL v0.9.3b public limited version
Copyright (C) 2014-2016 Jan Garaj - www.monitoringartist.com
Freeware licence - Usage of this binary is restricted to official monitoringartist Docker images only.
Starting Zabbix Agent [agent1]. Zabbix 3.0.3 XXL (2016-06-16) (revision {ZABBIX_REVISION}).
Press Ctrl+C to exit.

     8:20160622:193904.630 Starting Zabbix Agent [agent1]. Zabbix 3.0.3 XXL (2016-06-16) (revision {ZABBIX_REVISION}).
     8:20160622:193904.630 **** Enabled features ****
     8:20160622:193904.630 IPv6 support:          YES
     8:20160622:193904.630 TLS support:           YES
     8:20160622:193904.630 **************************
     8:20160622:193904.630 using configuration file: /etc/zabbix/zabbix_agentd.conf
     8:20160622:193904.632 loaded modules: zabbix_module_docker.so, zabbix_module_stress.so
     8:20160622:193904.632 agent #0 started [main process]
    10:20160622:193904.633 agent #1 started [collector]
    11:20160622:193904.633 agent #2 started [listener #1]
    12:20160622:193904.635 agent #3 started [listener #2]
    13:20160622:193904.637 agent #4 started [listener #3]
    14:20160622:193904.639 agent #5 started [active checks #1]
    14:20160622:193907.641 active check configuration update from [192.168.2.176:10051] started to fail (cannot connect to [[192.168.2.176]:10051]: [4] Interrupted system call)
[root@centos-512mb-lon1-01 del]# docker info
Containers: 1
 Running: 1
 Paused: 0
 Stopped: 0
Images: 1
Server Version: 1.11.2
Storage Driver: devicemapper
 Pool Name: docker-253:1-261720-pool
 Pool Blocksize: 65.54 kB
 Base Device Size: 10.74 GB
 Backing Filesystem: xfs
 Data file: /dev/loop0
 Metadata file: /dev/loop1
 Data Space Used: 199.5 MB
 Data Space Total: 107.4 GB
 Data Space Available: 19.64 GB
 Metadata Space Used: 696.3 kB
 Metadata Space Total: 2.147 GB
 Metadata Space Available: 2.147 GB
 Udev Sync Supported: true
 Deferred Removal Enabled: false
 Deferred Deletion Enabled: false
 Deferred Deleted Device Count: 0
 Data loop file: /var/lib/docker/devicemapper/devicemapper/data
 WARNING: Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
 Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
 Library Version: 1.02.107-RHEL7 (2015-12-01)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: null host bridge
Kernel Version: 3.10.0-327.18.2.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 489.1 MiB
Name: centos-512mb-lon1-01
ID: ETXC:XTYQ:T56K:LFKD:INZQ:SBED:4CLA:2F5Y:3V3U:FSMG:CAHV:EQUQ
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Registry: https://index.docker.io/v1/
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled

[192.168.2.176:10051] started to fail (ZBX_TCP_READ() timed out) -> has your container network connectivity to the internet and to 192.168.2.176:10051?

from dockbix-agent-xxl.

jangaraj avatar jangaraj commented on July 19, 2024

Closing - no response from the user.

from dockbix-agent-xxl.

yujinov avatar yujinov commented on July 19, 2024

I has same issue and fixed it the next way:
Change

 volumes:
        - /:/rootfs

to:

 volumes:
        #Mount some unused folder from host filesystem for monitoring disk space.
        - /usr/local/etc:/rootfs:ro
        #Restrict access to host /var folder from privileged container
        - /var

from dockbix-agent-xxl.

jangaraj avatar jangaraj commented on July 19, 2024

/usr/local/etc:/rootfs:ro - that's definitely wrong - there is required Docker socket, which needs RW access.

from dockbix-agent-xxl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.