Project

General

Profile

Bug #19998

Updated by François ARMAND over 2 years ago

It seems to be due to the correction to #18968: on debian 9 with scale-out-relay 6.2-1.6 which contains the fix, I get the error: 

 <pre> 
 root@server:/home/vagrant# rudder server node-to-relay 44a6d856-1f6c-4900-b70b-17a5c0eac34e 
 Rudder relay installation script starting, using UUID 44a6d856-1f6c-4900-b70b-17a5c0eac34e. 
 curl: (5) Could not resolve proxy: '' 
 Failed to promote 44a6d856-1f6c-4900-b70b-17a5c0eac34e to relay. Code 5 
 </pre> 

 And the correction was:  
 !clipboard-202109231221-jzcql.png! 


 Workaround:  

 - edit /opt/rudder/share/commands/server-node-to-relay 
 - replace @--proxy ''@ by @--noproxy@

Back