How to: Running the ByteBlower configurator over ssh from Mac OS X
Posted by Admin Kayako, Last modified by Craig Godbold on 29 November 2023 02:25 PM
|
|
The ByteBlower Configurator is a minimal GUI allowing users to easily configure the ByteBlower server. This minimal GUI can even be run over SSH. The reason for this issue is the TERM environment variable. The ssh client on Mac OS X defines this variable as xterm-256color. The current ByteBlower OS does not recognize this value and won't start. To fix this, the following commands will do the trick: export TERM=xterm; byteblower-configurator This will start the ByteBlower configurator in a normal way. | |
|
Comments (0)