[Dxspider-support] BYOBU and TMUX users
Christopher Schlegel
sutehk.cs at gmail.com
Tue Apr 1 15:05:24 BST 2025
Hi all,
There has been some talk of the trouble using BYOBU or TMUX to monitor
various aspects of our nodes. I found a fix that I hope Dirk may
incorporate at some time.
The environment variable for BYOBU and TMUX are different than what is
expected by DXSpider.
To fix...
Copy Console.pm to local directory if you have not done so already.
cp /spider/perl/Console.pm /spider/local/Console.pm
Edit local/Console.pm, line 36 with your chosen editor...
nano /spider/local/Console.pm
Change line 36 from:
From: if ($ENV{'TERM'} =~ /(xterm|ansi)/) {
To: if ($ENV{'TERM'} =~ /(xterm|ansi|screen-256color|tmux-256color)/) {
This will get console.pl to recognize the correct environment variable and
set the colors appropriately.
73, Chris WI3W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20250401/57812d45/attachment.htm>
More information about the Dxspider-support
mailing list