Deploy a Compute Instance with a Remote Startup Script: Challenge Lab Reviews

53748 reviews

Sankara Subramanian S. · Reviewed 10 أيام ago

pintu c. · Reviewed 10 أيام ago

Preethi R. · Reviewed 10 أيام ago

Tal M. · Reviewed 10 أيام ago

Muhammad Naveed S. · Reviewed 11 يوم ago

Windu F. · Reviewed 11 يوم ago

Landry Freidy B. · Reviewed 11 يوم ago

Tejaswini V. · Reviewed 11 يوم ago

Sneha M. · Reviewed 11 يوم ago

Aidil M. · Reviewed 11 يوم ago

Nicanor C. · Reviewed 11 يوم ago

Amey N. · Reviewed 11 يوم ago

amgad refaat amin a. · Reviewed 11 يوم ago

Tomasz Z. · Reviewed 11 يوم ago

I've identified and fixed the issues preventing your VM from serving web content. What went wrong: 1. Windows Line Endings: Your install-web.sh file had Windows-style line endings (\r\n). When Linux tried to run the script, it saw the command as apt-get update\r, which is an invalid operation. 2. Leading Space: There was a space at the very beginning of your script ( #!/bin/bash), which can sometimes interfere with how the shell interprets the file. 3. Apt Lock: On the first boot, your script failed because another system process (likely the automatic agent installation) was already using the package manager (apt-get). What I did: 1. Cleaned the Script: I removed the Windows carriage returns and the leading space from install-web.sh. 2. Updated the Bucket: I uploaded the corrected script back to your GCS bucket. 3. Restarted the VM: I reset the web2 instance to force it to run the startup script again. Verification: I verified that the VM is now correctly serving the default Apache page: 1 HTTP/1.1 200 OK 2 Server: Apache/2.4.67 (Debian) You should now be able to go back to the lab console and successfully validate the "test that the vm is serving web content" step!

Lennart Joshua M. · Reviewed 11 يوم ago

Ganapathi K. · Reviewed 11 يوم ago

Abderrahmen k. · Reviewed 12 يوم ago

MW A. · Reviewed 12 يوم ago

Emil T. · Reviewed 12 يوم ago

Naveen N. · Reviewed 12 يوم ago

Patel H. · Reviewed 12 يوم ago

Tony C. · Reviewed 12 يوم ago

Harshil P. · Reviewed 12 يوم ago

Ferdinando A. · Reviewed 12 يوم ago

Adrian L. · Reviewed 12 يوم ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.