Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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.