Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Unsupported shell 'uvrcbash'.

aliceal
Mega Guru

I have some servers I am attempting to get Discovery working on.  The Server admin has confirmed that everything should be set up.  When I try to run Discovery, it gives me the following error:

 

Unsupported shell 'uvrcbash'. Supported shells are [tcsh, csh, ksh, sh, bash, zsh], and Bourne compatible shells in that list are specified by 'mid.ssh.shells_supported' (defaults to [ksh,sh,bash]).

 

As well as tput: No value for $TERM and no -T specified (This is repeated in 7 lines but on one message)

 

and SSHTerminalInteractiveCommand: failed to execute: all commands failed to execute from list cli_commands: show vmdevice

 

Adding that into the MID server Configuration removes that message, but Discovery still fails. (As in Active, couldn't classify)

 

Am I missing something or is the server admin missing something?

 

1 ACCEPTED SOLUTION

aliceal
Mega Guru

Server admin ran additional commands that aren’t typically done.

\#\# sed -i '1d' /home/DiscoveryUser/.bashrc.d/uvrcc_discovery@servername:~$ \# sed -i '1d' /home/DiscoveryUser/.bashrc.d/uvrc

 

This allowed Discovery to work even after I removed the additional Bash type from the MID Server.

View solution in original post

1 REPLY 1

aliceal
Mega Guru

Server admin ran additional commands that aren’t typically done.

\#\# sed -i '1d' /home/DiscoveryUser/.bashrc.d/uvrcc_discovery@servername:~$ \# sed -i '1d' /home/DiscoveryUser/.bashrc.d/uvrc

 

This allowed Discovery to work even after I removed the additional Bash type from the MID Server.