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

[Bug]: conky wont start with this config #1601

Open
muellerjoel opened this issue Jul 30, 2023 · 8 comments
Open

[Bug]: conky wont start with this config #1601

muellerjoel opened this issue Jul 30, 2023 · 8 comments
Labels
display: wayland Issue related to Wayland backend question Issue where reporter seeks information

Comments

@muellerjoel
Copy link

What happened?

Conky not displayed or goes away

``

Version

conky 1.19.2_pre compiled 2023-04-11 for Linux x86_64

Which OS/distro are you seeing the problem on?

Arch Linux

Conky config

conky.config = {
    alignment = 'top_right',
    background = false,
    border_width = 1,
    cpu_avg_samples = 2,
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'white',
    double_buffer = true,
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = false,
    extra_newline = false,
    font = 'Noto Sans Mono:size=12',
    gap_x = 20,
    gap_y = 20,
    border_inner_margin = 16,
    boarder_outer_margin = 8,
    minimum_height = 5,
    minimum_width = 5,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_ncurses = false,
    out_to_stderr = false,
    out_to_wayland = true,
    own_window = true,
    own_window_argb_value = 255,
    own_window_argb_visual = true,
    own_window_class = 'Conky',
    own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
    own_window_transparent = true,
    own_window_type = 'desktop',
    show_graph_range = true,
    show_graph_scale = true,
    stippled_borders = 0,
    update_interval = 2.0,
    uppercase = false,
    use_spacer = 'none',
    use_xft = true,
}

conky.text = [[${voffset 4}${color}${font :bold}Lenovo Thinkpad X1 Extreme${font}
$hr
${color grey}Hostname: ${color}$nodename
${color grey}OS      : ${color}$sysname $kernel $machine
${color grey}Uptime  : ${color}$uptime
${color grey}Battery : ${color}$battery ${voffset 3}${battery_bar}${voffset -3}
${voffset 8}${color}${font :size=14}CPU ${font} (Intel Core i5-8400H @2.5GHz)$hr
${voffset 4}${color grey}Core 0: ${color}${alignr}${freq_g 1} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 0" | awk '{print $3}'}
${color grey}Core 1: ${color}${alignr}${freq_g 2} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 1" | awk '{print $3}'}
${color grey}Core 2: ${color}${alignr}${freq_g 3} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 0" | awk '{print $3}'}
${color grey}Core 4: ${color}${alignr}${freq_g 4} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 1" | awk '{print $3}'}
${voffset 8}${color grey}Thread 1: ${color}${voffset 3}${cpubar cpu1}${voffset -3}
${color grey}Thread 2: ${color}${voffset 3}${cpubar cpu2}${voffset -3}
${color grey}Thread 3: ${color}${voffset 3}${cpubar cpu3}${voffset -3}
${color grey}Thread 4: ${color}${voffset 3}${cpubar cpu4}${voffset -3}
${color grey}Thread 5: ${color}${voffset 3}${cpubar cpu5}${voffset -3}
${color grey}Thread 6: ${color}${voffset 3}${cpubar cpu6}${voffset -3}
${color grey}Thread 7: ${color}${voffset 3}${cpubar cpu7}${voffset -3}
${color grey}Thread 8: ${color}${voffset 3}${cpubar cpu8}${voffset -3}
${voffset 4}${color grey}Process              CPU%   MEM%
${color}  ${top name 1} ${top cpu 1} ${top mem 1}
${color}  ${top name 2} ${top cpu 2} ${top mem 2}
${color}  ${top name 3} ${top cpu 3} ${top mem 3}
${voffset 6}${color}${font :size=14}RAM ${font}$hr
${voffset 4}${color grey}Memory usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3}
${voffset 4}${color grey}Process              MEM%   CPU%
${color}  ${top_mem name 1} ${top_mem mem 1} ${top_mem cpu 1}
${color}  ${top_mem name 2} ${top_mem mem 2} ${top_mem cpu 2}
${color}  ${top_mem name 3} ${top_mem mem 3} ${top_mem cpu 3}
${voffset 6}${color}${font :size=14}DISK ${font}$hr
${voffset 4}${color grey}Local root: $color${fs_free /} ${goto 215}${color grey}/ ${color} ${fs_size /}${goto 335}${voffset 3}${fs_bar /}${voffset -3}
${color grey}Home    : ${color}${fs_free /home} ${goto 215}${color grey}/ ${color}${fs_size /home}${goto 335}${voffset 3}${fs_bar /home}${voffset -3}
#${color grey}Google    : ${color}${fs_free /home/username/Cloud/GoogleDrive} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/GoogleDrive}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/GoogleDrive}${voffset -3}
#${color grey}OneDrive  : $color${fs_free /home/username/Cloud/OneDrive-Private} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/OneDrive-Private}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/OneDrive-Private}${voffset -3}
#${color grey}Dropbox   : $color${fs_free /home/username/Cloud/Dropbox} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/Dropbox}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/Dropbox}${voffset -3}
#${color grey}Mega      : $color${fs_free /home/username/Cloud/Mega} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/Mega}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/Mega}${voffset -3}
${color grey}NAS     : $color${fs_free /home/backup} ${goto 215}${color grey}/ ${color}${fs_size /home/backup}${goto 335}${voffset 3}${fs_bar /home/backup}${voffset -3}
${voffset 4}${color grey}      Read: ${color}${diskio_read /dev/md0} ${goto 230}${color grey}Write: ${color}${diskio_read /dev/md0}
${voffset 6}${color}${font :size=14}NETWORK ${font}$hr
${if_existing /proc/net/route wlp0s20f3}\
${if_existing /proc/net/route enp58s0u1u3c2}\
${voffset 4}${color grey}Warning: ${color}Both Wi-Fi and wired network active!
${else}\
${voffset 4}${color grey}ESSID: ${color}${wireless_essid wlp0s20f3}${goto 240}${color grey}Quality: ${color}${wireless_link_qual_perc wlp0s20f3}%6
${voffset 4}${color grey}  IP : ${color}${addr wlp0s20f3}${goto 240}${voffset 8}${color grey}Down:${goto 300}${color}${downspeed wlp0s20f3}
${voffset -8}${color grey}  Zt : ${color}${addr zerotierdevice}${goto 240}${voffset 8}${color grey}Up  :${goto 300}${color}${upspeed wlp0s20f3}
${voffset -8}${color grey}  GW : ${color}${gw_ip}
${color grey}  Pub: ${color}${texeci 30 ~/.config/conky/pubIP.sh}
${endif}\
${else}\
${if_existing /proc/net/route enp58s0u1u3c2}\
${voffset 4}${color grey}Wired network: ${color}Active
${voffset 4}${color grey}  IP : ${color}${addr enp58s0u1u3c2}${goto 240}${voffset 8}${color grey}Down:${goto 300}${color}${downspeed enp58s0u1u3c2}
${voffset -8}${color grey}  Zt : ${color}${addr zerotierdevice}${goto 240}${voffset 8}${color grey}Up  :${goto 300}${color}${upspeed enp58s0u1u3c2}
$conky.config = {
    alignment = 'top_right',
    background = false,
    border_width = 1,
    cpu_avg_samples = 2,
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'white',
    double_buffer = true,
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = false,
    extra_newline = false,
    font = 'Noto Sans Mono:size=12',
    gap_x = 20,
    gap_y = 0,
    border_inner_margin = 16,
    boarder_outer_margin = 8,
    minimum_height = 5,
    minimum_width = 5,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_ncurses = false,
    out_to_stderr = false,
    out_to_wayland = true,
    own_window = true,
    own_window_argb_value = 255,
    own_window_argb_visual = true,
    own_window_class = 'Conky',
    own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager',
    own_window_transparent = true,
    own_window_type = 'desktop',
    show_graph_range = true,
    show_graph_scale = true,
    stippled_borders = 0,
    update_interval = 2.0,
    uppercase = false,
    use_spacer = 'none',
    use_xft = true,
}

conky.text = [[${voffset 4}${color}${font :bold}Lenovo Thinkpad X1 Extreme${font}
$hr
${color grey}Hostname: ${color}$nodename
${color grey}OS      : ${color}$sysname $kernel $machine
${color grey}Uptime  : ${color}$uptime
${color grey}Battery : ${color}$battery ${voffset 3}${battery_bar}${voffset -3}
${voffset 8}${color}${font :size=14}CPU ${font} (Intel Core i5-8400H @2.5GHz)$hr
${voffset 4}${color grey}Core 0: ${color}${alignr}${freq_g 1} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 0" | awk '{print $3}'}
${color grey}Core 1: ${color}${alignr}${freq_g 2} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 1" | awk '{print $3}'}
${color grey}Core 2: ${color}${alignr}${freq_g 3} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 0" | awk '{print $3}'}
${color grey}Core 4: ${color}${alignr}${freq_g 4} GHz  ${color grey}Temperature: ${color}${execi 30 sensors | grep "Core 1" | awk '{print $3}'}
${voffset 8}${color grey}Thread 1: ${color}${voffset 3}${cpubar cpu1}${voffset -3}
${color grey}Thread 2: ${color}${voffset 3}${cpubar cpu2}${voffset -3}
${color grey}Thread 3: ${color}${voffset 3}${cpubar cpu3}${voffset -3}
${color grey}Thread 4: ${color}${voffset 3}${cpubar cpu4}${voffset -3}
${color grey}Thread 5: ${color}${voffset 3}${cpubar cpu5}${voffset -3}
${color grey}Thread 6: ${color}${voffset 3}${cpubar cpu6}${voffset -3}
${color grey}Thread 7: ${color}${voffset 3}${cpubar cpu7}${voffset -3}
${color grey}Thread 8: ${color}${voffset 3}${cpubar cpu8}${voffset -3}
${voffset 4}${color grey}Process              CPU%   MEM%
${color}  ${top name 1} ${top cpu 1} ${top mem 1}
${color}  ${top name 2} ${top cpu 2} ${top mem 2}
${color}  ${top name 3} ${top cpu 3} ${top mem 3}
${voffset 6}${color}${font :size=14}RAM ${font}$hr
${voffset 4}${color grey}Memory usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3}
${voffset 4}${color grey}Process              MEM%   CPU%
${color}  ${top_mem name 1} ${top_mem mem 1} ${top_mem cpu 1}
${color}  ${top_mem name 2} ${top_mem mem 2} ${top_mem cpu 2}
${color}  ${top_mem name 3} ${top_mem mem 3} ${top_mem cpu 3}
${voffset 6}${color}${font :size=14}DISK ${font}$hr
${voffset 4}${color grey}Local root: $color${fs_free /} ${goto 215}${color grey}/ ${color} ${fs_size /}${goto 335}${voffset 3}${fs_bar /}${voffset -3}
${color grey}Home    : ${color}${fs_free /home} ${goto 215}${color grey}/ ${color}${fs_size /home}${goto 335}${voffset 3}${fs_bar /home}${voffset -3}
#${color grey}Google    : ${color}${fs_free /home/username/Cloud/GoogleDrive} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/GoogleDrive}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/GoogleDrive}${voffset -3}
#${color grey}OneDrive  : $color${fs_free /home/username/Cloud/OneDrive-Private} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/OneDrive-Private}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/OneDrive-Private}${voffset -3}
#${color grey}Dropbox   : $color${fs_free /home/username/Cloud/Dropbox} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/Dropbox}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/Dropbox}${voffset -3}
#${color grey}Mega      : $color${fs_free /home/username/Cloud/Mega} ${goto 215}${color grey}/ ${color}${fs_size /home/username/Cloud/Mega}${goto 335}${voffset 3}${fs_bar /home/username/Cloud/Mega}${voffset -3}
${color grey}NAS     : $color${fs_free /home/backup} ${goto 215}${color grey}/ ${color}${fs_size /home/backup}${goto 335}${voffset 3}${fs_bar /home/backup}${voffset -3}
${voffset 4}${color grey}      Read: ${color}${diskio_read /dev/md0} ${goto 230}${color grey}Write: ${color}${diskio_read /dev/md0}
${voffset 6}${color}${font :size=14}NETWORK ${font}$hr
${if_existing /proc/net/route wlp0s20f3}\
${if_existing /proc/net/route enp58s0u1u3c2}\
${voffset 4}${color grey}Warning: ${color}Both Wi-Fi and wired network active!
${else}\
${voffset 4}${color grey}ESSID: ${color}${wireless_essid wlp0s20f3}${goto 240}${color grey}Quality: ${color}${wireless_link_qual_perc wlp0s20f3}%6
${voffset 4}${color grey}  IP : ${color}${addr wlp0s20f3}${goto 240}${voffset 8}${color grey}Down:${goto 300}${color}${downspeed wlp0s20f3}
${voffset -8}${color grey}  Zt : ${color}${addr zerotierdevice}${goto 240}${voffset 8}${color grey}Up  :${goto 300}${color}${upspeed wlp0s20f3}
${voffset -8}${color grey}  GW : ${color}${gw_ip}
${color grey}  Pub: ${color}${texeci 30 ~/.config/conky/pubIP.sh}
${endif}\
${else}\
${if_existing /proc/net/route enp58s0u1u3c2}\
${voffset 4}${color grey}Wired network: ${color}Active
${voffset 4}${color grey}  IP : ${color}${addr enp58s0u1u3c2}${goto 240}${voffset 8}${color grey}Down:${goto 300}${color}${downspeed enp58s0u1u3c2}
${voffset -8}${color grey}  Zt : ${color}${addr zerotierdevice}${goto 240}${voffset 8}${color grey}Up  :${goto 300}${color}${upspeed enp58s0u1u3c2}
${voffset -8}${color grey}  GW : ${color}${gw_ip}
${color grey}  Pub: ${color}${texeci 30 ~/.config/conky/pubIP.sh}
${endif}\
${endif}\
${voffset 6}${color}${font :size=14}UPDATES ${font}$hr
${voffset 4}${color grey}      Arch: ${color}${execi 600 checkupdates | wc -l}${goto 230}${color grey}AUR: ${color}${execi 600 auracle outdated | wc -l}
]]{voffset -8}${color grey}  GW : ${color}${gw_ip}
${color grey}  Pub: ${color}${texeci 30 ~/.config/conky/pubIP.sh}
${endif}\
${endif}\
${voffset 6}${color}${font :size=14}UPDATES ${font}$hr
${voffset 4}${color grey}      Arch: ${color}${execi 600 checkupdates | wc -l}${goto 230}${color grey}AUR: ${color}${execi 600 auracle outdated | wc -l}
]]

Stack trace

(gdb) run -c /home/morta/.conkyrc
The program being debugged has been started already.
Start it from the beginning? (y or n) n
Program not restarted.
(gdb) run -c /home/morta/.conkyrc
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/conky -c /home/morta/.conkyrc
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
conky: desktop window (49f) is root window
conky: window type - desktop
conky: drawing to created window (0x1600002)
conky: drawing to double buffer
conky: Unknown setting 'boarder_outer_margin'
conky: statfs '/home/backup': No such device
[New Thread 0x7ffff33ff6c0 (LWP 50202)]
[Thread 0x7ffff33ff6c0 (LWP 50202) exited]
[New Thread 0x7ffff33ff6c0 (LWP 50203)]
[New Thread 0x7ffff2bfe6c0 (LWP 50204)]
[Thread 0x7ffff33ff6c0 (LWP 50203) exited]
[New Thread 0x7ffff33ff6c0 (LWP 50205)]
[New Thread 0x7ffff22b26c0 (LWP 50206)]
[Thread 0x7ffff33ff6c0 (LWP 50205) exited]
[Thread 0x7ffff2bfe6c0 (LWP 50204) exited]
[Thread 0x7ffff22b26c0 (LWP 50206) exited]
[New Thread 0x7ffff22b26c0 (LWP 50207)]
[New Thread 0x7ffff2bfe6c0 (LWP 50208)]
[Detaching after fork from child process 50209]
[New Thread 0x7ffff33ff6c0 (LWP 50210)]
[Detaching after fork from child process 50211]
[New Thread 0x7ffff1ab16c0 (LWP 50212)]
[Detaching after fork from child process 50213]
[New Thread 0x7ffff12b06c0 (LWP 50214)]
[New Thread 0x7ffff0aaf6c0 (LWP 50215)]
[New Thread 0x7fffe3fff6c0 (LWP 50216)]
[Detaching after fork from child process 50217]
sh: line 1: auracle: command not found
[New Thread 0x7fffe37fe6c0 (LWP 50220)]
[New Thread 0x7fffe2ffd6c0 (LWP 50221)]
[New Thread 0x7fffe27fc6c0 (LWP 50222)]
[New Thread 0x7fffe1ffb6c0 (LWP 50230)]
sh: line 1: checkupdates: command not found
[New Thread 0x7fffe17fa6c0 (LWP 50233)]
[New Thread 0x7fffe0ff96c0 (LWP 50235)]
[Detaching after fork from child process 50238]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     86      0 --:--:-- --:--:-- --:--:--    86
conky: statfs '/home/backup': No such device
[New Thread 0x7fffbbfff6c0 (LWP 50302)]
[New Thread 0x7fffbb7fe6c0 (LWP 50303)]
[Thread 0x7fffbbfff6c0 (LWP 50302) exited]
[New Thread 0x7fffbbfff6c0 (LWP 50304)]
[New Thread 0x7fffbaffd6c0 (LWP 50305)]
[Thread 0x7fffbb7fe6c0 (LWP 50303) exited]
[Thread 0x7fffbbfff6c0 (LWP 50304) exited]
[Thread 0x7fffbaffd6c0 (LWP 50305) exited]
[New Thread 0x7fffbaffd6c0 (LWP 50306)]
[New Thread 0x7fffbbfff6c0 (LWP 50307)]
[Thread 0x7fffbaffd6c0 (LWP 50306) exited]
[New Thread 0x7fffbaffd6c0 (LWP 50308)]
[New Thread 0x7fffbb7fe6c0 (LWP 50309)]
[Thread 0x7fffbbfff6c0 (LWP 50307) exited]
[Thread 0x7fffbaffd6c0 (LWP 50308) exited]
[Thread 0x7fffbb7fe6c0 (LWP 50309) exited]
[New Thread 0x7fffbb7fe6c0 (LWP 50310)]
[New Thread 0x7fffbaffd6c0 (LWP 50311)]
[Thread 0x7fffbb7fe6c0 (LWP 50310) exited]
[New Thread 0x7fffbb7fe6c0 (LWP 50312)]
[New Thread 0x7fffbbfff6c0 (LWP 50313)]
[Thread 0x7fffbaffd6c0 (LWP 50311) exited]
[Thread 0x7fffbb7fe6c0 (LWP 50312) exited]
[Thread 0x7fffbbfff6c0 (LWP 50313) exited]
[New Thread 0x7fffbbfff6c0 (LWP 50314)]
[New Thread 0x7fffbb7fe6c0 (LWP 50315)]
[Thread 0x7fffbbfff6c0 (LWP 50314) exited]
[Thread 0x7fffbb7fe6c0 (LWP 50315) exited]
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 59320]
[Detaching after fork from child process 59322]
[Detaching after fork from child process 59323]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     72      0 --:--:-- --:--:-- --:--:--    72
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 59566]
[Detaching after fork from child process 59568]
[Detaching after fork from child process 59569]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     72      0 --:--:-- --:--:-- --:--:--    72
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 59803]
[Detaching after fork from child process 59804]
[Detaching after fork from child process 59806]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     73      0 --:--:-- --:--:-- --:--:--    73
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 60026]
[Detaching after fork from child process 60028]
[Detaching after fork from child process 60029]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     28      0 --:--:-- --:--:-- --:--:--    28
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 60245]
[Detaching after fork from child process 60247]
[Detaching after fork from child process 60248]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     69      0 --:--:-- --:--:-- --:--:--    70
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 60487]
[Detaching after fork from child process 60489]
[Detaching after fork from child process 60490]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     44      0 --:--:-- --:--:-- --:--:--    44
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 60690]
[Detaching after fork from child process 60692]
[Detaching after fork from child process 60693]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     79      0 --:--:-- --:--:-- --:--:--    79
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 60929]
[Detaching after fork from child process 60931]
[Detaching after fork from child process 60932]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     52      0 --:--:-- --:--:-- --:--:--    52
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 61133]
[Detaching after fork from child process 61134]
[Detaching after fork from child process 61136]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     87      0 --:--:-- --:--:-- --:--:--    87
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 61352]
[Detaching after fork from child process 61354]
[Detaching after fork from child process 61355]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     47      0 --:--:-- --:--:-- --:--:--    47
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 61573]
[Detaching after fork from child process 61575]
[Detaching after fork from child process 61576]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     80      0 --:--:-- --:--:-- --:--:--    81
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 61787]
[Detaching after fork from child process 61789]
[Detaching after fork from child process 61790]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     54      0 --:--:-- --:--:-- --:--:--    54
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 62008]
[Detaching after fork from child process 62010]
[Detaching after fork from child process 62011]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     50      0 --:--:-- --:--:-- --:--:--    50
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 62239]
[Detaching after fork from child process 62241]
[Detaching after fork from child process 62242]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     70      0 --:--:-- --:--:-- --:--:--    70
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 62440]
[Detaching after fork from child process 62442]
[Detaching after fork from child process 62443]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     82      0 --:--:-- --:--:-- --:--:--    83
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 62674]
[Detaching after fork from child process 62676]
[Detaching after fork from child process 62677]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     33      0 --:--:-- --:--:-- --:--:--    33
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 62887]
[Detaching after fork from child process 62889]
[Detaching after fork from child process 62890]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     88      0 --:--:-- --:--:-- --:--:--    88
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 63101]
[Detaching after fork from child process 63103]
[Detaching after fork from child process 63104]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     77      0 --:--:-- --:--:-- --:--:--    77
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 63323]
[Detaching after fork from child process 63325]
[Detaching after fork from child process 63326]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     83      0 --:--:-- --:--:-- --:--:--    84
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 63531]
[Detaching after fork from child process 63532]
[Detaching after fork from child process 63534]
[Detaching after fork from child process 63535]
[Detaching after fork from child process 63536]
sh: line 1: auracle: command not found
sh: line 1: checkupdates: command not found
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     84      0 --:--:-- --:--:-- --:--:--    84
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 63794]
[Detaching after fork from child process 63796]
[Detaching after fork from child process 63797]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     72      0 --:--:-- --:--:-- --:--:--    72
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 64007]
[Detaching after fork from child process 64009]
[Detaching after fork from child process 64010]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     71      0 --:--:-- --:--:-- --:--:--    72
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 64218]
[Detaching after fork from child process 64220]
[Detaching after fork from child process 64221]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     85      0 --:--:-- --:--:-- --:--:--    86
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
[Detaching after fork from child process 64856]
[Detaching after fork from child process 64858]
[Detaching after fork from child process 64859]
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    16  100    16    0     0     68      0 --:--:-- --:--:-- --:--:--    68
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
conky: statfs '/home/backup': No such device
^C
Thread 1 "conky" received signal SIGINT, Interrupt.
0x00007ffff7099f0e in ?? () from /usr/lib/libc.so.6
(gdb) bt pull
No symbol "pull" in current context.

Relevant log output

With gap_y = 20 is working flawless... No crash but also no display
@muellerjoel muellerjoel added bug Bug report or bug fix PR triage Issue that hasn't been verified labels Jul 30, 2023
@ohquait
Copy link

ohquait commented Aug 2, 2023

unsafe if the /home/backup exist and is mounted or /home/"your user name"/backup
if so then ~/backup will works?

${color grey}NAS : $color${fs_free /home/backup} ${goto 215}${color grey}/ ${color}${fs_size /home/backup}${goto 335}${voffset 3}${fs_bar /home/backup}${voffset -3}

add a:
${if_existing /home/backup/"a file or a lock"} ${color grey}NAS : $color${fs_free /home/backup} ${goto 215}${color grey}/ ${color}${fs_size /home/backup}${goto 335}${voffset 3}${fs_bar /home/backup}${voffset -3}${endif}

@muellerjoel
Copy link
Author

Thx is working now!

@muellerjoel
Copy link
Author

muellerjoel commented Aug 4, 2023

Do you also know why AUR and Arch (e.x pacman) shows everytime 0 updates ?

${voffset 6}${color}${font :size=14}UPDATES ${font}$hr ${voffset 4}${color grey} Arch: ${color}${execi 600 checkupdates | wc -l}${goto 230}${color grey}AUR: ${color}${execi 600 auracle outdated | wc -l} ]]{voffset -8}${color grey} GW : ${color}${gw_ip} ${color grey} Pub: ${color}${texeci 30 ~/.config/conky/pubIP.sh} ${endif}\ ${endif}\ ${voffset 6}${color}${font :size=14}UPDATES ${font}$hr ${voffset 4}${color grey} Arch: ${color}${execi 600 checkupdates | wc -l}${goto 230}${color grey}AUR: ${color}${execi 600 auracle outdated | wc -l} ]]

@ohquait
Copy link

ohquait commented Aug 5, 2023

can it may be:
execi and texec - not working
but
exec
and
execpi
working ?
OR:
you use first in the line above a execi 600 followed by other texeci 30 ...
but all scripts will updated by conky (if not other set in head of the .conkyrc) once per secound,
may this will overload the ram....

@muellerjoel
Copy link
Author

Thx for the inputs…

Also checkupdates and auracle must be installed as dependencies? Or is checkupdates a conky command?

@muellerjoel muellerjoel changed the title [Bug]: [Bug]: conky wont start with this config Aug 5, 2023
@muellerjoel
Copy link
Author

muellerjoel commented Aug 5, 2023

I didn't install dependencies so it was my error. (pacman-contrib and auracle) It's working now. Next question. Why conky and the i3status-bar shows me different size of space from the drives?

20230805_15h06m41s_grim

@mmuman
Copy link
Collaborator

mmuman commented Aug 12, 2023

Well I suppose one counts with kilo as 1000, while the other one counts per 1024 (the "Gi" prefix is meant for 102410241024).

26*10003/10243 = 24.21…

I personally count the kB as 1024 until the US switches to the metric system, but that's just me…

@muellerjoel
Copy link
Author

Thanks @mmuman mmuman. I thougt about the counting issue.

${voffset 4}${color grey} Arch: ${color}${execi 600 pacman -Qqu | wc -l}${goto 230}${color grey}AUR: ${color}${execi 600 auracle outdated | wc -l} ]]

This two command stop working after a time I tried exec,execti, execpi and execi.

What can I do to get back working the notice?

@Caellian Caellian added question Issue where reporter seeks information display: wayland Issue related to Wayland backend and removed bug Bug report or bug fix PR triage Issue that hasn't been verified labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display: wayland Issue related to Wayland backend question Issue where reporter seeks information
Projects
None yet
Development

No branches or pull requests

4 participants