-
rtjread this earlier, interesting to me: itsfoss.com/news/ageless-linux
-
s6muelthanks for that link, ageless.org is a good read. cheers
-
s6muelaustralia will be next, for the children, of course :-)
-
mjpsince when have single issues distros ever been successful? the exceptions might be SteamOS (gaming) and Android (Mobile)
-
s6muelagreed but i think that misses the point of the website
-
Reinhildewhat are the criteria of success
-
radhityarwp: let me try, thx a lot, rwp
-
radhityarwp: still same
-
rwpradhitya, You will have to debug it. It's htop, right? What version of Freebsd?
-
rwpThe way I would debug these things is to use "ldd /usr/local/bin/htop" to print out the shared library dependencies.
-
rwpThat will show something like "libunwind.so.8 => /usr/local/lib/libunwind.so.8 (0x9488e8cd000)".
-
rwpThen I would use "pkg which pkg which /usr/local/lib/libunwind.so.8" to show for example here on 14.3R that it "was installed by package libunwind-20250904".
-
rwpThen possibly force a re-install with "pkg upgrade -f libunwind".
3 hours ago