Commit a714041a authored by AdamSimpson's avatar AdamSimpson
Browse files

Yah, a dropped connection workaround! It seems ORNL is fiddling around with...

Yah, a dropped connection workaround! It seems ORNL is fiddling around with the TCP timestamps and borking the connection. Removing the timestamp seems to fix the issue and hopefully doesn't cause any issues(PAWS?)
parent 64b7fc69
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -69,6 +69,12 @@ Restart=no
WantedBy=multi-user.target
EOF
systemctl enable ContainerBuilder

# Disable TCP time stamps - ORNL seems to be jacking them up and causing the connection to drop at the 5 minute mark
at << EOF > /etc/sysctl.d/51-net.conf
net.ipv4.tcp_timestamps = 0
EOF

reboot

# To check that the Builder service is running