[google-appengine] Not able to delete app engine

2022-06-14 Thread sidh kadu
Hi Team,

I have created app engine for some testing, but now I'm not able to delete.

Can you please help me, how to delete Versions and services.

Regards,
Siddhesh Kadu

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8c3f801c-e7ff-40ad-a788-470641266931n%40googlegroups.com.


[google-appengine] Compute engine - Not able to run startup script

2022-06-14 Thread Rohith Kodiyath
I am not able to run startup script . Getting the following error

`
systemd[1]: google-startup-scripts.service: Main process exited, 
code=exited, status=1/FAILURE
systemd[1]: google-startup-scripts.service: Failed with result 'exit-code'
systemd[1]: Failed to start Google Compute Engine Startup Scripts.

`
and my startup script

`
#! /bin/bash 
apt-get remove --auto-remove sshguard 
apt-get purge --auto-remove sshguard

`
Instance Image : ubuntu-1804-bionic-v20190722a
Am I doing something wrong ?. Added the startup script in the metadata and 
restarted the instance.
Note: I am not able to run browser SSH due to some issue. To debug the 
issue I am trying to disable the 'sshguard' service in the instance

Thanks 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5dd4f5bf-215b-4cc0-a15d-be481c350f8bn%40googlegroups.com.