Matthias Schmitz
Matthias Schmitz
Hi @Iksas , from the screenshot i guess you run the slurm package from the Debian / RaspbianOS repo? What terminal emulator do you use?
Hey @Iksas , I was able to reproduce the issue, even with Linux and xterm / gnome-terminal. Now i need to figure out why this happens.
Hi @contentfree , looks like cmake couldn't detect libncurses and uses libcurses instead. The latter is missing color support. As i have no MacOS machine i'll ask a colleague tomorrow...
Thank you for the work spend on this! I should craft a new release some when soon with a fix included. But good to see that "Interface Speed" detection on...
OpenBSD: - Some patches are necessary : https://github.com/openbsd/ports/tree/master/net/slurm/patches - meson.build: dependency to curses instead ncurses
Hi @starkshaw , hi @ryan-sg , the hard-coded paths where slurm searches its themes is now replaced with a path inside the installation prefix. That should hopefully fix the issues...
We stepped into this issue as well. Our systems have three ethernet interfaces: enp0s10, enp0s11, enp0s12. The first gets it's configuration at install using a config `/etc/systemd/network/10-enp0s10.network` . We disabled...