[Dxspider-support] BYOBU and TMUX users

Kin ea3cv at cronux.net
Tue Apr 1 15:08:03 BST 2025


Good contribution,
Thanks, Chris.
 
Kin EA3CV
 
De: Dxspider-support <dxspider-support-bounces at tobit.co.uk> En nombre de Christopher Schlegel via Dxspider-support
Enviado el: martes, 1 de abril de 2025 16:05
Para: The DXSpider Support list <dxspider-support at tobit.co.uk>
CC: Christopher Schlegel <sutehk.cs at gmail.com>
Asunto: [Dxspider-support] BYOBU and TMUX users
 
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 <http://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/116d5f42/attachment-0001.htm>


More information about the Dxspider-support mailing list