Project

General

Profile

Bug #17682

Updated by Ward Vandewege almost 3 years ago

When connecting via a container request UUID, connecting, the "connecting to container ..." line is printed twice: 

 <pre> 
 $ ./arvados-client shell ce8i5-xvhdp-e6wnujfslyyqn4b  
 connecting to container ce8i5-dz642-h1cl0sa62d4i430 
 connecting to container ce8i5-dz642-h1cl0sa62d4i430 
 root@0f13dcd755fa:~#  
 </pre> 

 When using the container request, nothing like that is printed: 

 <pre> 
 $ ./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 
 Warning: Permanently added 'ce8i5-dz642-h1cl0sa62d4i430' (RSA) to the list of known hosts. 
 root@0f13dcd755fa:~#  
 </pre>

Back