Ruslan Kulynych created DATALAB-2970:
----------------------------------------
Summary: [GCP] Edge node freezes during apt packages installation
Key: DATALAB-2970
URL: https://issues.apache.org/jira/browse/DATALAB-2970
Project: Apache DataLab
Issue Type: Bug
Security Level: Public (Regular Issues)
Components: DataLab Main
Reporter: Ruslan Kulynych
Assignee: Leonid Frolov
Fix For: v.2.6
Attachments: gcp_com.PNG, gcp_user_input.PNG
*Preconditions:*
# SSN is in running status
*Steps to reproduce:*
# Create project
*Actual result:*
# Project stuck on status 'creating'
wait for user input after command exustion
{code:java}
sudo -S -p '[sudo] password: ' apt-get -y install linux-headers-$(uname -r)
python3-pip python3-opencv python3-dev python3-virtualenv groff gcc vim less
git wget libssl-dev unattended-upgrades nmap libffi-dev unzip libxml2-dev
haveged 2>&1 | tee /tmp/tee.tmp; if ! grep -w -E "(frontend is
locked|locked|not get lock|unavailable)" /tmp/tee.tmp; then echo "no_lock" >
/tmp/apt_get.log; else cat /tmp/tee.tmp > /tmp/apt_get.log;fi; if ! grep -w -E
"(Could not|No matching|Error:|E:|failed|Requires:)" /tmp/tee.tmp; then echo
"no_error" >> /tmp/apt_get.log; else cat /tmp/tee.tmp >> /tmp/apt_get.log;fi
{code}
*Expected result:*
# Project creation is successful
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]