Hello, everyone. I'm experiencing some problems with conky that seems to be Gentoo-specific. All of my friends running other distributions are able to run my configuration file just fine. Here's the output from conky:
7f2af50f5000-7f2af52f4000 ---p 00120000 08:02 1469347 /usr/lib64/libglib-2.0.so.0.3400.3 7f2af52f4000-7f2af52f5000 r--p 0011f000 08:02 1469347 /usr/lib64/libglib-2.0.so.0.3400.3 7f2af52f5000-7f2af52f6000 rw-p 00120000 08:02 1469347 /usr/lib64/libglib-2.0.so.0.3400.3 7f2af52f6000-7f2af52f7000 rw-p 00000000 00:00 0 7f2af52f7000-7f2af5346000 r-xp 00000000 08:02 393324 /lib64/libncurses.so.5.9 7f2af5346000-7f2af5545000 ---p 0004f000 08:02 393324 /lib64/libncurses.so.5.9 7f2af5545000-7f2af5549000 r--p 0004e000 08:02 393324 /lib64/libncurses.so.5.9 7f2af5549000-7f2af554a000 rw-p 00052000 08:02 393324 /lib64/libncurses.so.5.9 7f2af554a000-7f2af554b000 rw-p 00000000 00:00 0 7f2af554b000-7f2af5553000 r-xp 00000000 08:02 395702 /lib64/libiw.so.30 7f2af5553000-7f2af5752000 ---p 00008000 08:02 395702 /lib64/libiw.so.30 7f2af5752000-7f2af5753000 r--p 00007000 08:02 395702 /lib64/libiw.so.30 7f2af5753000-7f2af5754000 rw-p 00008000 08:02 395702 /lib64/libiw.so.30 7f2af5754000-7f2af576c000 r-xp 00000000 08:02 393403 /lib64/libpthread-2.15.so 7f2af576c000-7f2af596b000 ---p 00018000 08:02 393403 /lib64/libpthread-2.15.so 7f2af596b000-7f2af596c000 r--p 00017000 08:02 393403 /lib64/libpthread-2.15.so 7f2af596c000-7f2af596d000 rw-p 00018000 08:02 393403 /lib64/libpthread-2.15.so 7f2af596d000-7f2af5971000 rw-p 00000000 00:00 0 7f2af5971000-7f2af5992000 r-xp 00000000 08:02 393396 /lib64/ld-2.15.so 7f2af59ab000-7f2af5b70000 r--p 00000000 08:02 1588257 /usr/lib64/locale/locale-archive 7f2af5b70000-7f2af5b76000 rw-p 00000000 00:00 0 7f2af5b8f000-7f2af5b92000 rw-p 00000000 00:00 0 7f2af5b92000-7f2af5b93000 r--p 00021000 08:02 393396 /lib64/ld-2.15.so 7f2af5b93000-7f2af5b94000 rw-p 00022000 08:02 393396 /lib64/ld-2.15.so 7f2af5b94000-7f2af5b95000 rw-p 00000000 00:00 0 7fff6c9e6000-7fff6ca07000 rw-p 00000000 00:00 0 [stack] 7fff6ca6c000-7fff6ca6d000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] [1] 2770 abort conky -c .i3/conkyrc This happens when I kill my network and conky is running. The configuration for my network is as follows: { "full_text" : "${if_up wlp9s0}Wifi:${else}${if_up enp8s0}Eth:${else}Network Down$endif$endif" , "separator": ${if_up wlp9s0}false${else}${if_up enp8s0}false${else}true$endif$endif , "separator_block_width" : ${if_up wlp9s0}4${else}${if_up enp8s0}4${else}6$endif$endif , "color" : "\#4c7899" }, { "full_text" : "${if_up wlp9s0}${wireless_essid wlp9s0}${else}${if_up enp8s0}up$endif$endif" , "color" : ${if_up wlp9s0}${if_match ${wireless_link_qual_perc wlp9s0}>90}"\#4E9A06"${else}${if_match ${wireless_link_qual_perc wlp9s0}>80}"\#C4A000"${else}"\#CC0000"${else}${if_up enp8s0}"\#4E9A06"$endif$endif$endif$endif }, Here is the output of conky -v: Conky 1.9.0 compiled Sun May 5 18:03:28 CDT 2013 for Linux 3.7.10-gentoo-r1 (x86_64) Compiled in features: System config file: /etc/conky/conky.conf Package library path: /usr/lib64/conky Music detection: * MPD * MOC General: * math * portmon * wireless * config-output * iostats * ncurses Any ideas?