Loading Client/main.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -83,8 +83,9 @@ int main(int argc, char *argv[]) { std::cout << "Start reading builder output:" << std::endl; // Hide the cursor so it doesn't jump all around the screen // Hide the cursor and disable buffering for cleaner output std::cout<<"\e[?25l"<<std::flush; std::cout.setf(std::ios::unitbuf); std::string line; do { Loading Scripts/ProvisionBuilder +2 −1 Original line number Diff line number Diff line Loading @@ -71,10 +71,11 @@ 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 cat << EOF > /etc/sysctl.d/51-net.conf net.ipv4.tcp_timestamps = 0 EOF reboot # To check that the Builder service is running Loading Loading
Client/main.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -83,8 +83,9 @@ int main(int argc, char *argv[]) { std::cout << "Start reading builder output:" << std::endl; // Hide the cursor so it doesn't jump all around the screen // Hide the cursor and disable buffering for cleaner output std::cout<<"\e[?25l"<<std::flush; std::cout.setf(std::ios::unitbuf); std::string line; do { Loading
Scripts/ProvisionBuilder +2 −1 Original line number Diff line number Diff line Loading @@ -71,10 +71,11 @@ 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 cat << EOF > /etc/sysctl.d/51-net.conf net.ipv4.tcp_timestamps = 0 EOF reboot # To check that the Builder service is running Loading