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

Can't detect docker stat directory #2

Closed
baskinsy opened this issue Sep 13, 2014 · 18 comments
Closed

Can't detect docker stat directory #2

baskinsy opened this issue Sep 13, 2014 · 18 comments

Comments

@baskinsy
Copy link

Hello,

Hope you find the time to improve this.

I have problem to make it run with zabbix 2.2.6 and docker 1.2.0 on Ubuntu 14.04. The error I'm seeing on the log file is:

3363:20140913:083549.992 Starting Zabbix Agent [dockerdev.str5.net]. Zabbix 2.2.6 (revision 48483).
3363:20140913:083549.992 using configuration file: /etc/zabbix/zabbix_agentd.conf
3363:20140913:083549.992 Can't detect docker stat directory
3363:20140913:083549.992 cannot initialize module "zabbix_module_docker.so"
3363:20140913:083549.992 loading modules failed, exiting...

Any hints?

Regards,
Stratos.

@baskinsy
Copy link
Author

Ok, I did a little debug and it seems that when there is no container running the module doesn't detect the stat directory and makes the whole agent to fail.

I think a check must be included so the module does not make the agent to fail completely but to retry to scan the stat directory.

I don't know if I am clear enough. In any case feel free to ask me anything and I will be happy to help.

@jangaraj
Copy link
Member

I didn't test it with Docker 1.2. Let me check.

@baskinsy
Copy link
Author

Hello the issue is the one I mentioned on my second comment and probably has not to do with docker 1.2. If no container is running the module cannot find the stats folder and breaks so zabbix-agent cannot start. I hope this helps.

@jangaraj
Copy link
Member

No containers are running:

root@zenoss5b2-useast:~# docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
root@zenoss5b2-useast:~# docker info
Containers: 0
Images: 47
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Dirs: 47
Execution Driver: native-0.2
Kernel Version: 3.13.0-32-generic
Operating System: Ubuntu 14.04.1 LTS
WARNING: No swap limit support

And it started fine:

6399:20140915:203841.075 Starting Zabbix Agent [Zabbix server]. Zabbix 2.4.1rc1 (revision {ZABBIX_REVISION}).
  6399:20140915:203841.075 using configuration file: /usr/local/etc/zabbix_agentd.conf
  6399:20140915:203841.075 In load_modules()
  6399:20140915:203841.075 loading module "/root/zabbix24/2.4/src/modules/zabbix_module_docker/zabbix_module_docker.so"
  6399:20140915:203841.075 In zbx_module_api_version()
  6399:20140915:203841.075 In zbx_module_init()
  6399:20140915:203841.075 Detected docker stat directory: docker/
  6399:20140915:203841.075 In zbx_module_item_timeout()
  6399:20140915:203841.075 In register_module()
  6399:20140915:203841.075 End of register_module():SUCCEED

I'm not able to reproduce your issue. Could you run some command on your system, please?:

uname -a
docker ps -a
docker info
ls -lah /sys/fs/
ls -lah /sys/fs/cgroup/
ls -lah /sys/fs/cgroup/cpuacct/docker/

Do you have some SELinux?:

sestatus
cat /etc/sysconfig/selinux

@baskinsy
Copy link
Author

No SELinux, I'm on Ubuntu 14.04.

root@dockerdev ~ # uname -a
Linux dockerdev.staging.str5.net 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

"docker ps -a" shows all my containers that are on "Exited" state, so it is big

root@dockerdev ~ # docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
root@dockerdev ~ # docker info
Containers: 83
Images: 873
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Dirs: 1039
Execution Driver: native-0.2
Kernel Version: 3.13.0-35-generic
Operating System: Ubuntu 14.04.1 LTS
root@dockerdev ~ # ls -lah /sys/fs/
total 0
drwxr-xr-x  9 root root   0 Sep 13 14:29 .
dr-xr-xr-x 13 root root   0 Sep 13 14:29 ..
drwxr-xr-x  2 root root   0 Sep 15 21:04 aufs
drwxr-xr-x  2 root root   0 Sep 15 21:04 btrfs
drwxr-xr-x 12 root root 240 Sep 13 14:30 cgroup
drwxr-xr-x  2 root root   0 Sep 15 21:04 ecryptfs
drwxr-xr-x  5 root root   0 Sep 15 21:04 ext4
drwxr-xr-x  3 root root   0 Sep 13 14:30 fuse
drwxr-xr-x  2 root root   0 Sep 13 14:30 pstore
root@dockerdev ~ # ls -lah /sys/fs/cgroup/
total 0
drwxr-xr-x 12 root root 240 Sep 13 14:30 .
drwxr-xr-x  9 root root   0 Sep 13 14:29 ..
drwxr-xr-x  3 root root   0 Sep 13 14:30 blkio
drwxr-xr-x  3 root root   0 Sep 13 14:30 cpu
drwxr-xr-x  3 root root   0 Sep 13 14:30 cpuacct
drwxr-xr-x  3 root root   0 Sep 13 14:30 cpuset
drwxr-xr-x  3 root root   0 Sep 13 14:30 devices
drwxr-xr-x  3 root root   0 Sep 13 14:30 freezer
drwxr-xr-x  3 root root   0 Sep 13 14:30 hugetlb
drwxr-xr-x  3 root root   0 Sep 13 14:30 memory
drwxr-xr-x  3 root root   0 Sep 13 14:30 perf_event
drwxr-xr-x  3 root root   0 Sep 13 14:30 systemd

This is the only "unusual" output.

root@dockerdev ~ # ls -lah /sys/fs/cgroup/cpuacct/docker/
ls: cannot access /sys/fs/cgroup/cpuacct/docker/: No such file or directory

but I have the same on my local system also (Opensuse 13.1).

@jangaraj
Copy link
Member

Ok, next commands:

ls -lah /sys/fs/cgroup/cpuacct
ls -lah /sys/fs/cgroup/cpu

@baskinsy
Copy link
Author

Here they are.

root@dockerdev ~ # ls -lah /sys/fs/cgroup/cpuacct
total 0
drwxr-xr-x  3 root root   0 Sep 16 18:35 .
drwxr-xr-x 12 root root 240 Sep 16 18:35 ..
-rw-r--r--  1 root root   0 Sep 16 18:35 cgroup.clone_children
--w--w--w-  1 root root   0 Sep 16 18:35 cgroup.event_control
-rw-r--r--  1 root root   0 Sep 16 18:35 cgroup.procs
-r--r--r--  1 root root   0 Sep 16 18:35 cgroup.sane_behavior
-r--r--r--  1 root root   0 Sep 16 18:35 cpuacct.stat
-rw-r--r--  1 root root   0 Sep 16 18:35 cpuacct.usage
-r--r--r--  1 root root   0 Sep 16 18:35 cpuacct.usage_percpu
-rw-r--r--  1 root root   0 Sep 16 18:35 notify_on_release
-rw-r--r--  1 root root   0 Sep 16 18:35 release_agent
-rw-r--r--  1 root root   0 Sep 16 18:35 tasks
drwxr-xr-x  3 root root   0 Sep 16 18:36 user
root@dockerdev ~ # ls -lah /sys/fs/cgroup/cpu
total 0
drwxr-xr-x  3 root root   0 Sep 16 18:35 .
drwxr-xr-x 12 root root 240 Sep 16 18:35 ..
-rw-r--r--  1 root root   0 Sep 16 18:35 cgroup.clone_children
--w--w--w-  1 root root   0 Sep 16 18:35 cgroup.event_control
-rw-r--r--  1 root root   0 Sep 16 18:35 cgroup.procs
-r--r--r--  1 root root   0 Sep 16 18:35 cgroup.sane_behavior
-rw-r--r--  1 root root   0 Sep 16 18:35 cpu.cfs_period_us
-rw-r--r--  1 root root   0 Sep 16 18:35 cpu.cfs_quota_us
-rw-r--r--  1 root root   0 Sep 16 18:35 cpu.shares
-r--r--r--  1 root root   0 Sep 16 18:35 cpu.stat
-rw-r--r--  1 root root   0 Sep 16 18:35 notify_on_release
-rw-r--r--  1 root root   0 Sep 16 18:35 release_agent
-rw-r--r--  1 root root   0 Sep 16 18:35 tasks
drwxr-xr-x  3 root root   0 Sep 16 18:36 user

@jangaraj
Copy link
Member

If no containers were starting from last server start, then /sys/fs/cgroup/cpuacct/docker structure is not initialized. But if you start (stop) some container, then sys/fs/cgroup/cpuacct/docker starts to exist.

I'll fix it soon.

Thank you for cooperation and bug report.

@baskinsy
Copy link
Author

Hello,

Thanks for the great work. Yes this is the issue. After a reboot the structure is not initialized.

I hope you will expand the module soon to add more features. If you need anything additional, feel free to ping me.

Regards.

@jangaraj
Copy link
Member

Done. You can check latest build (see link in readme, if you need so file). Now module starts and then tries to find stat directory. If no stat dir is found, then it will try to find again, when discovery function is called.

  1684:20140918:160254.975 In zbx_module_init()
  1684:20140918:160254.975 In zbx_docker_stat_detect()
  1684:20140918:160254.975 Test: /sys/fs/cgroup/cpuacct/docker/
  1684:20140918:160254.975 Test: /sys/fs/cgroup/cpuacct/lxc/
  1684:20140918:160254.975 Test: /sys/fs/cgroup/cpuacct/libvirt/lxc/
  1684:20140918:160254.975 Can't detect docker stat directory
  1684:20140918:160254.975 In zbx_module_item_timeout()
  1684:20140918:160254.975 In register_module()
  1684:20140918:160254.975 End of register_module():SUCCEED
...
  1687:20140918:160307.625 Requested [docker.up[7add3d704f42983bb512fff309cfeb9ed2a245f138f9cefb34db6601364933c9]]
  1687:20140918:160307.625 In zbx_module_docker_up()
  1687:20140918:160307.625 docker.up check is not available at the moment - no stat directory.

Please feel free to test it and let me know your result.

@baskinsy
Copy link
Author

Hello can you build the module also. I pulled again and there is no module.

@jangaraj
Copy link
Member

Build process is automated - drone.io provides binary so file now. Link is available also in readme.
https://drone.io/github.com/jangaraj/Zabbix-Docker-Monitoring/files/zabbix24/src/modules/zabbix_module_docker/zabbix_module_docker.so

@baskinsy
Copy link
Author

Yes I saw that after my comment ;). Will test and update you. Thanks.

@baskinsy
Copy link
Author

I can confirm that all is fine. zabbix-agent starts even with no containers running after a clean reboot.

Thanks for the good work on this.

@baskinsy
Copy link
Author

Unfortunately after sometime it breaks again. Here is the log:

1858:20140925:150325.675 Zabbix Agent stopped. Zabbix 2.2.6 (revision 48483).
  2405:20140925:165619.367 Starting Zabbix Agent [dockerdev.str5.net]. Zabbix 2.2.6 (revision 48483).
  2405:20140925:165619.367 using configuration file: /etc/zabbix/zabbix_agentd.conf
  2405:20140925:165619.368 loaded modules: zabbix_module_docker.so
  2407:20140925:165619.368 agent #0 started [collector]
  2408:20140925:165619.368 agent #1 started [listener #1]
  2410:20140925:165619.369 agent #2 started [listener #2]
  2411:20140925:165619.369 agent #3 started [listener #3]
  2412:20140925:165619.369 agent #4 started [active checks #1]
  2408:20140925:165715.286 Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ...
  2408:20140925:165715.286 ====== Fatal information: ======
  2408:20140925:165715.286 Program counter: 0x7f36748be5b0
  2408:20140925:165715.286 === Registers: ===
  2408:20140925:165715.286 r8      =   797265766f6373 =    34184252286264179 =    34184252286264179
  2408:20140925:165715.286 r9      =                0 =                    0 =                    0
  2408:20140925:165715.286 r10     =                0 =                    0 =                    0
  2408:20140925:165715.286 r11     =              246 =                  582 =                  582
  2408:20140925:165715.286 r12     =     7fff600639ac =      140734804408748 =      140734804408748
  2408:20140925:165715.286 r13     =                1 =                    1 =                    1
  2408:20140925:165715.286 r14     =                0 =                    0 =                    0
  2408:20140925:165715.286 r15     =          1896720 =             25782048 =             25782048
  2408:20140925:165715.286 rdi     =                0 =                    0 =                    0
  2408:20140925:165715.287 rsi     =               17 =                   23 =                   23
  2408:20140925:165715.287 rbp     =     7fff60060460 =      140734804395104 =      140734804395104
  2408:20140925:165715.287 rbx     =     7fff60063560 =      140734804407648 =      140734804407648
  2408:20140925:165715.287 rdx     =                0 =                    0 =                    0
  2408:20140925:165715.287 rax     =                0 =                    0 =                    0
  2408:20140925:165715.287 rcx     = ffffffffffffffff = 18446744073709551615 =                   -1
  2408:20140925:165715.287 rsp     =     7fff6005eb30 =      140734804388656 =      140734804388656
  2408:20140925:165715.287 rip     =     7f36748be5b0 =      139871860286896 =      139871860286896
  2408:20140925:165715.287 efl     =            10216 =                66070 =                66070
  2408:20140925:165715.287 csgsfs  =               33 =                   51 =                   51
  2408:20140925:165715.287 err     =                4 =                    4 =                    4
  2408:20140925:165715.287 trapno  =                e =                   14 =                   14
  2408:20140925:165715.287 oldmask =                0 =                    0 =                    0
  2408:20140925:165715.287 cr2     =                0 =                    0 =                    0
  2408:20140925:165715.287 === Backtrace: ===
  2408:20140925:165715.288 11: /usr/sbin/zabbix_agentd: listener #1 [processing request](print_fatal_info+0xae) [0x42142e]
  2408:20140925:165715.288 10: /usr/sbin/zabbix_agentd: listener #1 [processing request]() [0x421697]
  2408:20140925:165715.288 9: /lib/x86_64-linux-gnu/libc.so.6(+0x36c30) [0x7f3679827c30]
  2408:20140925:165715.288 8: /etc/zabbix/modules/zabbix_module_docker.so(zbx_module_docker_discovery+0xee) [0x7f36748be5b0]
  2408:20140925:165715.288 7: /usr/sbin/zabbix_agentd: listener #1 [processing request](process+0x4c1) [0x411ed1]
  2408:20140925:165715.288 6: /usr/sbin/zabbix_agentd: listener #1 [processing request](listener_thread+0x177) [0x411057]
  2408:20140925:165715.288 5: /usr/sbin/zabbix_agentd: listener #1 [processing request](zbx_thread_start+0x45) [0x420455]
  2408:20140925:165715.288 4: /usr/sbin/zabbix_agentd: listener #1 [processing request](MAIN_ZABBIX_ENTRY+0x1c4) [0x410be4]
  2408:20140925:165715.288 3: /usr/sbin/zabbix_agentd: listener #1 [processing request](daemon_start+0x1ac) [0x420d5c]
  2408:20140925:165715.288 2: /usr/sbin/zabbix_agentd: listener #1 [processing request](main+0x191) [0x40a081]
  2408:20140925:165715.288 1: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f3679812ec5]
  2408:20140925:165715.288 0: /usr/sbin/zabbix_agentd: listener #1 [processing request]() [0x40a0ea]
  2408:20140925:165715.288 === Memory map: ===
  2408:20140925:165715.288 00400000-00440000 r-xp 00000000 09:02 29624014                           /usr/sbin/zabbix_agentd
  2408:20140925:165715.288 0063f000-00640000 r--p 0003f000 09:02 29624014                           /usr/sbin/zabbix_agentd
  2408:20140925:165715.289 00640000-00642000 rw-p 00040000 09:02 29624014                           /usr/sbin/zabbix_agentd
  2408:20140925:165715.289 00642000-00647000 rw-p 00000000 00:00 0 
  2408:20140925:165715.289 01891000-018b2000 rw-p 00000000 00:00 0                                  [heap]
  2408:20140925:165715.289 7f36746a6000-7f36746bc000 r-xp 00000000 09:02 67239995                   /lib/x86_64-linux-gnu/libgcc_s.so.1
  2408:20140925:165715.289 7f36746bc000-7f36748bb000 ---p 00016000 09:02 67239995                   /lib/x86_64-linux-gnu/libgcc_s.so.1
  2408:20140925:165715.289 7f36748bb000-7f36748bc000 rw-p 00015000 09:02 67239995                   /lib/x86_64-linux-gnu/libgcc_s.so.1
  2408:20140925:165715.289 7f36748bc000-7f36748c0000 r-xp 00000000 09:02 6424598                    /etc/zabbix/modules/zabbix_module_docker.so
  2408:20140925:165715.289 7f36748c0000-7f3674abf000 ---p 00004000 09:02 6424598                    /etc/zabbix/modules/zabbix_module_docker.so
  2408:20140925:165715.289 7f3674abf000-7f3674ac0000 r--p 00003000 09:02 6424598                    /etc/zabbix/modules/zabbix_module_docker.so
  2408:20140925:165715.289 7f3674ac0000-7f3674ac1000 rw-p 00004000 09:02 6424598                    /etc/zabbix/modules/zabbix_module_docker.so
  2408:20140925:165715.289 7f3674ac1000-7f3674acc000 r-xp 00000000 09:02 67239987                   /lib/x86_64-linux-gnu/libnss_files-2.19.so
  2408:20140925:165715.289 7f3674acc000-7f3674ccb000 ---p 0000b000 09:02 67239987                   /lib/x86_64-linux-gnu/libnss_files-2.19.so
  2408:20140925:165715.289 7f3674ccb000-7f3674ccc000 r--p 0000a000 09:02 67239987                   /lib/x86_64-linux-gnu/libnss_files-2.19.so
  2408:20140925:165715.289 7f3674ccc000-7f3674ccd000 rw-p 0000b000 09:02 67239987                   /lib/x86_64-linux-gnu/libnss_files-2.19.so
  2408:20140925:165715.289 7f3674ccd000-7f3674cd8000 r-xp 00000000 09:02 67239988                   /lib/x86_64-linux-gnu/libnss_nis-2.19.so
  2408:20140925:165715.289 7f3674cd8000-7f3674ed7000 ---p 0000b000 09:02 67239988                   /lib/x86_64-linux-gnu/libnss_nis-2.19.so
  2408:20140925:165715.289 7f3674ed7000-7f3674ed8000 r--p 0000a000 09:02 67239988                   /lib/x86_64-linux-gnu/libnss_nis-2.19.so
  2408:20140925:165715.289 7f3674ed8000-7f3674ed9000 rw-p 0000b000 09:02 67239988                   /lib/x86_64-linux-gnu/libnss_nis-2.19.so
  2408:20140925:165715.289 7f3674ed9000-7f3674ef0000 r-xp 00000000 09:02 67239974                   /lib/x86_64-linux-gnu/libnsl-2.19.so
  2408:20140925:165715.289 7f3674ef0000-7f36750ef000 ---p 00017000 09:02 67239974                   /lib/x86_64-linux-gnu/libnsl-2.19.so
  2408:20140925:165715.290 7f36750ef000-7f36750f0000 r--p 00016000 09:02 67239974                   /lib/x86_64-linux-gnu/libnsl-2.19.so
  2408:20140925:165715.290 7f36750f0000-7f36750f1000 rw-p 00017000 09:02 67239974                   /lib/x86_64-linux-gnu/libnsl-2.19.so
  2408:20140925:165715.290 7f36750f1000-7f36750f3000 rw-p 00000000 00:00 0 
  2408:20140925:165715.290 7f36750f3000-7f36750fc000 r-xp 00000000 09:02 67239971                   /lib/x86_64-linux-gnu/libnss_compat-2.19.so
  2408:20140925:165715.290 7f36750fc000-7f36752fb000 ---p 00009000 09:02 67239971                   /lib/x86_64-linux-gnu/libnss_compat-2.19.so
  2408:20140925:165715.290 7f36752fb000-7f36752fc000 r--p 00008000 09:02 67239971                   /lib/x86_64-linux-gnu/libnss_compat-2.19.so
  2408:20140925:165715.290 7f36752fc000-7f36752fd000 rw-p 00009000 09:02 67239971                   /lib/x86_64-linux-gnu/libnss_compat-2.19.so
  2408:20140925:165715.290 7f36752fd000-7f36752ff000 r-xp 00000000 09:02 67243165                   /lib/x86_64-linux-gnu/libkeyutils.so.1.4
  2408:20140925:165715.290 7f36752ff000-7f36754ff000 ---p 00002000 09:02 67243165                   /lib/x86_64-linux-gnu/libkeyutils.so.1.4
  2408:20140925:165715.290 7f36754ff000-7f3675500000 r--p 00002000 09:02 67243165                   /lib/x86_64-linux-gnu/libkeyutils.so.1.4
  2408:20140925:165715.290 7f3675500000-7f3675501000 rw-p 00003000 09:02 67243165                   /lib/x86_64-linux-gnu/libkeyutils.so.1.4
  2408:20140925:165715.290 7f3675501000-7f3675508000 r-xp 00000000 09:02 30015963                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
  2408:20140925:165715.290 7f3675508000-7f3675707000 ---p 00007000 09:02 30015963                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
  2408:20140925:165715.290 7f3675707000-7f3675708000 r--p 00006000 09:02 30015963                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
  2408:20140925:165715.290 7f3675708000-7f3675709000 rw-p 00007000 09:02 30015963                   /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
  2408:20140925:165715.290 7f3675709000-7f3675712000 r-xp 00000000 09:02 67239985                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
  2408:20140925:165715.290 7f3675712000-7f3675912000 ---p 00009000 09:02 67239985                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
  2408:20140925:165715.290 7f3675912000-7f3675913000 r--p 00009000 09:02 67239985                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
  2408:20140925:165715.290 7f3675913000-7f3675914000 rw-p 0000a000 09:02 67239985                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
  2408:20140925:165715.290 7f3675914000-7f3675942000 rw-p 00000000 00:00 0 
  2408:20140925:165715.291 7f3675942000-7f36759f6000 r-xp 00000000 09:02 30016020                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  2408:20140925:165715.291 7f36759f6000-7f3675bf6000 ---p 000b4000 09:02 30016020                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  2408:20140925:165715.291 7f3675bf6000-7f3675bf8000 r--p 000b4000 09:02 30016020                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  2408:20140925:165715.291 7f3675bf8000-7f3675bfa000 rw-p 000b6000 09:02 30016020                   /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
  2408:20140925:165715.291 7f3675bfa000-7f3675bfb000 rw-p 00000000 00:00 0 
  2408:20140925:165715.291 7f3675bfb000-7f3675c40000 r-xp 00000000 09:02 30015908                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
  2408:20140925:165715.291 7f3675c40000-7f3675e3f000 ---p 00045000 09:02 30015908                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
  2408:20140925:165715.291 7f3675e3f000-7f3675e41000 r--p 00044000 09:02 30015908                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
  2408:20140925:165715.291 7f3675e41000-7f3675e43000 rw-p 00046000 09:02 30015908                   /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
  2408:20140925:165715.291 7f3675e43000-7f3675e44000 rw-p 00000000 00:00 0 
  2408:20140925:165715.291 7f3675e44000-7f3675e51000 r-xp 00000000 09:02 30016022                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
  2408:20140925:165715.291 7f3675e51000-7f3676050000 ---p 0000d000 09:02 30016022                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
  2408:20140925:165715.291 7f3676050000-7f3676051000 r--p 0000c000 09:02 30016022                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
  2408:20140925:165715.291 7f3676051000-7f3676052000 rw-p 0000d000 09:02 30016022                   /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
  2408:20140925:165715.291 7f3676052000-7f3676079000 r-xp 00000000 09:02 30015928                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
  2408:20140925:165715.291 7f3676079000-7f3676279000 ---p 00027000 09:02 30015928                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
  2408:20140925:165715.291 7f3676279000-7f367627a000 r--p 00027000 09:02 30015928                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
  2408:20140925:165715.291 7f367627a000-7f367627b000 rw-p 00028000 09:02 30015928                   /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
  2408:20140925:165715.291 7f367627b000-7f3676285000 r-xp 00000000 09:02 30015929                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
  2408:20140925:165715.291 7f3676285000-7f3676484000 ---p 0000a000 09:02 30015929                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
  2408:20140925:165715.292 7f3676484000-7f3676485000 r--p 00009000 09:02 30015929                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
  2408:20140925:165715.292 7f3676485000-7f3676486000 rw-p 0000a000 09:02 30015929                   /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
  2408:20140925:165715.292 7f3676486000-7f36764b2000 r-xp 00000000 09:02 30016159                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
  2408:20140925:165715.292 7f36764b2000-7f36766b1000 ---p 0002c000 09:02 30016159                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
  2408:20140925:165715.292 7f36766b1000-7f36766b3000 r--p 0002b000 09:02 30016159                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
  2408:20140925:165715.292 7f36766b3000-7f36766b4000 rw-p 0002d000 09:02 30016159                   /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
  2408:20140925:165715.292 7f36766b4000-7f36766b5000 rw-p 00000000 00:00 0 
  2408:20140925:165715.292 7f36766b5000-7f3676771000 r-xp 00000000 09:02 30016028                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
  2408:20140925:165715.292 7f3676771000-7f3676971000 ---p 000bc000 09:02 30016028                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
  2408:20140925:165715.292 7f3676971000-7f367697e000 r--p 000bc000 09:02 30016028                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
  2408:20140925:165715.292 7f367697e000-7f3676980000 rw-p 000c9000 09:02 30016028                   /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
  2408:20140925:165715.292 7f3676980000-7f3676984000 r-xp 00000000 09:02 67243217                   /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
  2408:20140925:165715.292 7f3676984000-7f3676b83000 ---p 00004000 09:02 67243217                   /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
  2408:20140925:165715.292 7f3676b83000-7f3676b84000 r--p 00003000 09:02 67243217                   /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
  2408:20140925:165715.292 7f3676b84000-7f3676b85000 rw-p 00004000 09:02 67243217                   /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
  2408:20140925:165715.292 7f3676b85000-7f3676bc0000 r-xp 00000000 09:02 30016011                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
  2408:20140925:165715.292 7f3676bc0000-7f3676dbf000 ---p 0003b000 09:02 30016011                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
  2408:20140925:165715.292 7f3676dbf000-7f3676dc5000 r--p 0003a000 09:02 30016011                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
  2408:20140925:165715.292 7f3676dc5000-7f3676dc7000 rw-p 00040000 09:02 30016011                   /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
  2408:20140925:165715.292 7f3676dc7000-7f3676dd9000 r-xp 00000000 09:02 30023283                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
  2408:20140925:165715.293 7f3676dd9000-7f3676fd9000 ---p 00012000 09:02 30023283                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
  2408:20140925:165715.293 7f3676fd9000-7f3676fda000 r--p 00012000 09:02 30023283                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
  2408:20140925:165715.293 7f3676fda000-7f3676fdb000 rw-p 00013000 09:02 30023283                   /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
  2408:20140925:165715.293 7f3676fdb000-7f3676fef000 r-xp 00000000 09:02 30016052                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
  2408:20140925:165715.293 7f3676fef000-7f36771ee000 ---p 00014000 09:02 30016052                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
  2408:20140925:165715.293 7f36771ee000-7f36771ef000 r--p 00013000 09:02 30016052                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
  2408:20140925:165715.293 7f36771ef000-7f36771f0000 rw-p 00014000 09:02 30016052                   /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
  2408:20140925:165715.293 7f36771f0000-7f3677220000 r-xp 00000000 09:02 30015998                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
  2408:20140925:165715.293 7f3677220000-7f3677420000 ---p 00030000 09:02 30015998                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
  2408:20140925:165715.293 7f3677420000-7f3677421000 r--p 00030000 09:02 30015998                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
  2408:20140925:165715.293 7f3677421000-7f3677422000 rw-p 00031000 09:02 30015998                   /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
  2408:20140925:165715.293 7f3677422000-7f3677423000 rw-p 00000000 00:00 0 
  2408:20140925:165715.293 7f3677423000-7f3677426000 r-xp 00000000 09:02 67243144                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
  2408:20140925:165715.293 7f3677426000-7f3677625000 ---p 00003000 09:02 67243144                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
  2408:20140925:165715.293 7f3677625000-7f3677626000 r--p 00002000 09:02 67243144                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
  2408:20140925:165715.293 7f3677626000-7f3677627000 rw-p 00003000 09:02 67243144                   /lib/x86_64-linux-gnu/libcom_err.so.2.1
  2408:20140925:165715.293 7f3677627000-7f36776c4000 r-xp 00000000 09:02 30016032                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
  2408:20140925:165715.293 7f36776c4000-7f36778c4000 ---p 0009d000 09:02 30016032                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
  2408:20140925:165715.294 7f36778c4000-7f36778c5000 r--p 0009d000 09:02 30016032                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
  2408:20140925:165715.294 7f36778c5000-7f36778c8000 rw-p 0009e000 09:02 30016032                   /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
  2408:20140925:165715.294 7f36778c8000-7f367794a000 r-xp 00000000 09:02 30015943                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
  2408:20140925:165715.294 7f367794a000-7f3677b49000 ---p 00082000 09:02 30015943                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
  2408:20140925:165715.294 7f3677b49000-7f3677b4c000 r--p 00081000 09:02 30015943                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
  2408:20140925:165715.294 7f3677b4c000-7f3677b4f000 rw-p 00084000 09:02 30015943                   /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
  2408:20140925:165715.294 7f3677b4f000-7f3677b50000 rw-p 00000000 00:00 0 
  2408:20140925:165715.294 7f3677b50000-7f3677b58000 r-xp 00000000 09:02 30015937                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
  2408:20140925:165715.294 7f3677b58000-7f3677d57000 ---p 00008000 09:02 30015937                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
  2408:20140925:165715.294 7f3677d57000-7f3677d58000 r--p 00007000 09:02 30015937                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
  2408:20140925:165715.294 7f3677d58000-7f3677d59000 rw-p 00008000 09:02 30015937                   /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
  2408:20140925:165715.294 7f3677d59000-7f3677d71000 r-xp 00000000 09:02 67243262                   /lib/x86_64-linux-gnu/libz.so.1.2.8
  2408:20140925:165715.294 7f3677d71000-7f3677f70000 ---p 00018000 09:02 67243262                   /lib/x86_64-linux-gnu/libz.so.1.2.8
  2408:20140925:165715.294 7f3677f70000-7f3677f71000 r--p 00017000 09:02 67243262                   /lib/x86_64-linux-gnu/libz.so.1.2.8
  2408:20140925:165715.294 7f3677f71000-7f3677f72000 rw-p 00018000 09:02 67243262                   /lib/x86_64-linux-gnu/libz.so.1.2.8
  2408:20140925:165715.294 7f3677f72000-7f3677fb5000 r-xp 00000000 09:02 30015902                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
  2408:20140925:165715.294 7f3677fb5000-7f36781b5000 ---p 00043000 09:02 30015902                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
  2408:20140925:165715.294 7f36781b5000-7f36781b6000 r--p 00043000 09:02 30015902                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
  2408:20140925:165715.294 7f36781b6000-7f36781b8000 rw-p 00044000 09:02 30015902                   /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
  2408:20140925:165715.294 7f36781b8000-7f3678369000 r-xp 00000000 09:02 67243134                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  2408:20140925:165715.295 7f3678369000-7f3678568000 ---p 001b1000 09:02 67243134                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  2408:20140925:165715.295 7f3678568000-7f3678583000 r--p 001b0000 09:02 67243134                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  2408:20140925:165715.295 7f3678583000-7f367858e000 rw-p 001cb000 09:02 67243134                   /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  2408:20140925:165715.295 7f367858e000-7f3678592000 rw-p 00000000 00:00 0 
  2408:20140925:165715.295 7f3678592000-7f36785e6000 r-xp 00000000 09:02 67243133                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
  2408:20140925:165715.295 7f36785e6000-7f36787e6000 ---p 00054000 09:02 67243133                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
  2408:20140925:165715.295 7f36787e6000-7f36787e9000 r--p 00054000 09:02 67243133                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
  2408:20140925:165715.295 7f36787e9000-7f36787ef000 rw-p 00057000 09:02 67243133                   /lib/x86_64-linux-gnu/libssl.so.1.0.0
  2408:20140925:165715.295 7f36787ef000-7f36787f0000 rw-p 00000000 00:00 0 
  2408:20140925:165715.295 7f36787f0000-7f3678809000 r-xp 00000000 09:02 30016031                   /usr/lib/x86_64-linux-gnu/librtmp.so.0
  2408:20140925:165715.295 7f3678809000-7f3678a08000 ---p 00019000 09:02 30016031                   /usr/lib/x86_64-linux-gnu/librtmp.so.0
  2408:20140925:165715.295 7f3678a08000-7f3678a09000 r--p 00018000 09:02 30016031                   /usr/lib/x86_64-linux-gnu/librtmp.so.0
  2408:20140925:165715.295 7f3678a09000-7f3678a0a000 rw-p 00019000 09:02 30016031                   /usr/lib/x86_64-linux-gnu/librtmp.so.0
  2408:20140925:165715.295 7f3678a0a000-7f3678a3b000 r-xp 00000000 09:02 30015927                   /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11
  2408:20140925:165715.295 7f3678a3b000-7f3678c3b000 ---p 00031000 09:02 30015927                   /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11
  2408:20140925:165715.295 7f3678c3b000-7f3678c3c000 r--p 00031000 09:02 30015927                   /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11
  2408:20140925:165715.295 7f3678c3c000-7f3678c3d000 rw-p 00032000 09:02 30015927                   /usr/lib/x86_64-linux-gnu/libidn.so.11.6.11
  2408:20140925:165715.295 7f3678c3d000-7f3678c56000 r-xp 00000000 09:02 67239993                   /lib/x86_64-linux-gnu/libpthread-2.19.so
  2408:20140925:165715.295 7f3678c56000-7f3678e55000 ---p 00019000 09:02 67239993                   /lib/x86_64-linux-gnu/libpthread-2.19.so
  2408:20140925:165715.295 7f3678e55000-7f3678e56000 r--p 00018000 09:02 67239993                   /lib/x86_64-linux-gnu/libpthread-2.19.so
  2408:20140925:165715.296 7f3678e56000-7f3678e57000 rw-p 00019000 09:02 67239993                   /lib/x86_64-linux-gnu/libpthread-2.19.so
  2408:20140925:165715.296 7f3678e57000-7f3678e5b000 rw-p 00000000 00:00 0 
  2408:20140925:165715.296 7f3678e5b000-7f3678ed7000 r-xp 00000000 09:02 67240076                   /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
  2408:20140925:165715.296 7f3678ed7000-7f36790d6000 ---p 0007c000 09:02 67240076                   /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
  2408:20140925:165715.296 7f36790d6000-7f36790d7000 r--p 0007b000 09:02 67240076                   /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
  2408:20140925:165715.296 7f36790d7000-7f36790da000 rw-p 0007c000 09:02 67240076                   /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
  2408:20140925:165715.296 7f36790da000-7f3679190000 r-xp 00000000 09:02 30015967                   /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
  2408:20140925:165715.296 7f3679190000-7f3679390000 ---p 000b6000 09:02 30015967                   /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
  2408:20140925:165715.296 7f3679390000-7f3679396000 r--p 000b6000 09:02 30015967                   /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
  2408:20140925:165715.296 7f3679396000-7f3679397000 rw-p 000bc000 09:02 30015967                   /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
  2408:20140925:165715.296 7f3679397000-7f3679398000 rw-p 00000000 00:00 0 
  2408:20140925:165715.296 7f3679398000-7f36793d2000 r-xp 00000000 09:02 30015905                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
  2408:20140925:165715.296 7f36793d2000-7f36795d2000 ---p 0003a000 09:02 30015905                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
  2408:20140925:165715.296 7f36795d2000-7f36795d3000 r--p 0003a000 09:02 30015905                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
  2408:20140925:165715.296 7f36795d3000-7f36795d5000 rw-p 0003b000 09:02 30015905                   /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
  2408:20140925:165715.296 7f36795d5000-7f36795d6000 rw-p 00000000 00:00 0 
  2408:20140925:165715.296 7f36795d6000-7f36795ef000 r-xp 00000000 09:02 30015885                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
  2408:20140925:165715.296 7f36795ef000-7f36797ef000 ---p 00019000 09:02 30015885                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
  2408:20140925:165715.296 7f36797ef000-7f36797f0000 r--p 00019000 09:02 30015885                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
  2408:20140925:165715.297 7f36797f0000-7f36797f1000 rw-p 0001a000 09:02 30015885                   /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
  2408:20140925:165715.297 7f36797f1000-7f36799ac000 r-xp 00000000 09:02 67239980                   /lib/x86_64-linux-gnu/libc-2.19.so
  2408:20140925:165715.297 7f36799ac000-7f3679bac000 ---p 001bb000 09:02 67239980                   /lib/x86_64-linux-gnu/libc-2.19.so
  2408:20140925:165715.297 7f3679bac000-7f3679bb0000 r--p 001bb000 09:02 67239980                   /lib/x86_64-linux-gnu/libc-2.19.so
  2408:20140925:165715.297 7f3679bb0000-7f3679bb2000 rw-p 001bf000 09:02 67239980                   /lib/x86_64-linux-gnu/libc-2.19.so
  2408:20140925:165715.297 7f3679bb2000-7f3679bb7000 rw-p 00000000 00:00 0 
  2408:20140925:165715.297 7f3679bb7000-7f3679bce000 r-xp 00000000 09:02 67239973                   /lib/x86_64-linux-gnu/libresolv-2.19.so
  2408:20140925:165715.297 7f3679bce000-7f3679dce000 ---p 00017000 09:02 67239973                   /lib/x86_64-linux-gnu/libresolv-2.19.so
  2408:20140925:165715.297 7f3679dce000-7f3679dcf000 r--p 00017000 09:02 67239973                   /lib/x86_64-linux-gnu/libresolv-2.19.so
  2408:20140925:165715.297 7f3679dcf000-7f3679dd0000 rw-p 00018000 09:02 67239973                   /lib/x86_64-linux-gnu/libresolv-2.19.so
  2408:20140925:165715.297 7f3679dd0000-7f3679dd2000 rw-p 00000000 00:00 0 
  2408:20140925:165715.297 7f3679dd2000-7f3679dd5000 r-xp 00000000 09:02 67239992                   /lib/x86_64-linux-gnu/libdl-2.19.so
  2408:20140925:165715.297 7f3679dd5000-7f3679fd4000 ---p 00003000 09:02 67239992                   /lib/x86_64-linux-gnu/libdl-2.19.so
  2408:20140925:165715.297 7f3679fd4000-7f3679fd5000 r--p 00002000 09:02 67239992                   /lib/x86_64-linux-gnu/libdl-2.19.so
  2408:20140925:165715.297 7f3679fd5000-7f3679fd6000 rw-p 00003000 09:02 67239992                   /lib/x86_64-linux-gnu/libdl-2.19.so
  2408:20140925:165715.297 7f3679fd6000-7f367a03a000 r-xp 00000000 09:02 30015918                   /usr/lib/x86_64-linux-gnu/libcurl.so.4.3.0
  2408:20140925:165715.297 7f367a03a000-7f367a23a000 ---p 00064000 09:02 30015918                   /usr/lib/x86_64-linux-gnu/libcurl.so.4.3.0
  2408:20140925:165715.297 7f367a23a000-7f367a23c000 r--p 00064000 09:02 30015918                   /usr/lib/x86_64-linux-gnu/libcurl.so.4.3.0
  2408:20140925:165715.297 7f367a23c000-7f367a23d000 rw-p 00066000 09:02 30015918                   /usr/lib/x86_64-linux-gnu/libcurl.so.4.3.0
  2408:20140925:165715.297 7f367a23d000-7f367a24a000 r-xp 00000000 09:02 30015915                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a24a000-7f367a44a000 ---p 0000d000 09:02 30015915                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a44a000-7f367a44b000 r--p 0000d000 09:02 30015915                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a44b000-7f367a44c000 rw-p 0000e000 09:02 30015915                   /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a44c000-7f367a499000 r-xp 00000000 09:02 30015957                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a499000-7f367a698000 ---p 0004d000 09:02 30015957                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a698000-7f367a69a000 r--p 0004c000 09:02 30015957                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a69a000-7f367a69b000 rw-p 0004e000 09:02 30015957                   /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3
  2408:20140925:165715.297 7f367a69b000-7f367a69d000 rw-p 00000000 00:00 0 
  2408:20140925:165715.297 7f367a69d000-7f367a6c0000 r-xp 00000000 09:02 67239981                   /lib/x86_64-linux-gnu/ld-2.19.so
  2408:20140925:165715.298 7f367a822000-7f367a8a3000 rw-s 00000000 00:04 32768                      /SYSV6c02084a (deleted)
  2408:20140925:165715.298 7f367a8a3000-7f367a8b4000 rw-p 00000000 00:00 0 
  2408:20140925:165715.298 7f367a8bb000-7f367a8bc000 rw-p 00000000 00:00 0 
  2408:20140925:165715.298 7f367a8bc000-7f367a8bd000 rw-p 00000000 00:00 0 
  2408:20140925:165715.298 7f367a8bd000-7f367a8bf000 rw-p 00000000 00:00 0 
  2408:20140925:165715.298 7f367a8bf000-7f367a8c0000 r--p 00022000 09:02 67239981                   /lib/x86_64-linux-gnu/ld-2.19.so
  2408:20140925:165715.298 7f367a8c0000-7f367a8c1000 rw-p 00023000 09:02 67239981                   /lib/x86_64-linux-gnu/ld-2.19.so
  2408:20140925:165715.298 7f367a8c1000-7f367a8c2000 rw-p 00000000 00:00 0 
  2408:20140925:165715.298 7fff60045000-7fff60066000 rw-p 00000000 00:00 0                          [stack]
  2408:20140925:165715.298 7fff601c8000-7fff601ca000 r-xp 00000000 00:00 0                          [vdso]
  2408:20140925:165715.298 ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
  2408:20140925:165715.298 ================================
  2408:20140925:165715.298 Please consider attaching a disassembly listing to your bug report.
  2408:20140925:165715.298 This listing can be produced with, e.g., objdump -DSswx zabbix_agentd.
  2408:20140925:165715.298 ================================
  2405:20140925:165715.299 One child process died (PID:2408,exitcode/signal:255). Exiting ...
zabbix_agentd [2405]: Error on thread waiting.
  2405:20140925:165715.299 Zabbix Agent stopped. Zabbix 2.2.6 (revision 48483).

@baskinsy baskinsy reopened this Sep 25, 2014
@jangaraj
Copy link
Member

Got it. Problem resolved and tested in build #27 - it should be OK now.

@baskinsy
Copy link
Author

baskinsy commented Oct 1, 2014

Seems fine now!. I will re-open in any case of problem. Thanks for the good job! I hope you will extend it soon.

@baskinsy baskinsy closed this as completed Oct 1, 2014
@jangaraj
Copy link
Member

jangaraj commented Oct 1, 2014

BTW: I've raised feature request https://support.zabbix.com/browse/ZBXNEXT-2460
CPU usage monitoring is in progress, but I need a time.

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

2 participants