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

gotop only opens keybinding overview #246

Open
tunefish777 opened this issue Jan 25, 2023 · 1 comment
Open

gotop only opens keybinding overview #246

tunefish777 opened this issue Jan 25, 2023 · 1 comment

Comments

@tunefish777
Copy link

I'm not sure when this started, but whenever I try to open gotop, it only displays the keybinding help (the one that normally comes up when you press ?). I cannot toggle this back to the regular view but I can quit gotop with q.
It also always prints the following to my terminal:

2023/01/25 12:50:58 gopsutil reports Number of warnings: 1
2023/01/25 12:50:58 gopsutil reports Number of warnings: 1

The logfile shows the following:

12:40:25 remote.go:74: Remote: no remote URL provided; disabling extension
12:40:25 temp_nix.go:35: error opening smart info for dm-0: unknown drive type
12:40:25 temp_nix.go:35: error opening smart info for dm-1: unknown drive type
12:40:25 temp_nix.go:35: error opening smart info for dm-2: unknown drive type
12:40:25 temp_nix.go:35: error opening smart info for dm-3: unknown drive type
12:40:25 temp_nix.go:35: error opening smart info for nvme0n1: unknown drive type
12:40:25 disk.go:122: 13| recoverable error fetching partition-/boot/efi-usage info; skipping partition-/boot/efi-usage: permission denied

Since these errors report something about drive types, here's the output of lsblk:

NAME               MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
nvme0n1            259:0    0 476.9G  0 disk  
├─nvme0n1p1        259:1    0   512M  0 part  /boot/efi
└─nvme0n1p2        259:2    0 476.4G  0 part  
  └─Bermuda        254:0    0 476.4G  0 crypt 
    ├─Bermuda-root 254:1    0   100G  0 lvm   /var/lib/docker
    │                                         /
    ├─Bermuda-swap 254:2    0     4G  0 lvm   [SWAP]
    └─Bermuda-home 254:3    0 372.4G  0 lvm   /home

gotop -v prints gotop v4.2.0 (Hadean)

I'm using urxvt on Void Linux with kernel 6.0.19_1.

Any hints or help is greatly appreciated.

@agaskell
Copy link

agaskell commented Apr 6, 2023

See this comment: #227 (comment)

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