Member since 
    
	
		
		
		12-29-2018
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                1
            
            
                Post
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		12-29-2018
	
		
		09:38 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 I ran into the same issue with CM 5.16.1.  Try the following:     killall -9 scm_prepare_node.sh # this interrupts the annoying progress Acquiring installation lock...
rm -rf /tmp/scm_prepare_node*
rm /tmp/.scm_prepare_node.lock       
						
					
					... View more