zenofile
zenofile
I made a [copr repository][1] for Fedora containing `spotifyd` and `spotify-tui` as an alternative to using snaps, intended for personal use, and plan to keep it recent. But feel free...
At least on Fedora as the host OS, where rclone and restic are built with CGO_ENABLED=1, both fail to run when mounted into alpine unless they are rebuilt as entirely...
> @zenofile So I guess switching to a base image with glibc would solve this? Maybe `busybox:stable-glibc`? I don't think this would work. At least not reliably. Host OS Fedora...
On a Ryzen 7000 system, I get a similar but not identical error on master: ```log ERROR: Exception in runner thread -> Mem:: -> key not found`. ``` I suppose...
> @zenofile It would be super helpful if you could get a back trace on the error by stepping through the code with gdb. I don't have access to a...
What I just realized when trying to get more useful information with the debugger: It seems to only throws on my vertical/portrait mode display when there are noticeable more rows...
@aristocratos I have about 10 NFSv4 network shares that require Kerberos authentication. When they are authenticated, btop runs fine, otherwise I get a bunch of [`statvfs` errors](https://github.com/aristocratos/btop/blob/a2325371d432f62b362fe1a9531a79c79fc56baa/src/linux/btop_collect.cpp#L1772) listed in btop.log....
```log ===> btop++ v.1.3.0 DEBUG: Starting in DEBUG mode! INFO: Logger set to DEBUG DEBUG: Setting LC_ALL=en_US.UTF-8 INFO: Running on /dev/pts/5 INFO: Failed to load libnvidia-ml.so, NVIDIA GPUs will not...
With the new commits it doesn't crash anymore. The network shares show up for a single refresh cycle in the disks output window (as 0/0 Bytes used) and then just...
I also had an actual segmentation fault with a8fda16bf6ead94bc5ffafa3e622ee60b1d92d7b on a very lightly loaded Ryzen 7000 Linux system just now. No coredump was captured, so no backtrace but planning on...