Hi all,
I'm trying to implement my own StackScript.
I have tried with the linode deploy tool but it seems there is something wrong because some stuff is not well set up, after build.
The problem is I can't see what's happen during I launch it. As mentioned in this post:
http://forum.linode.com/viewtopic.php?t=8299&highlight=debug+stackscript.
I logged myself on the console through the lish connection to see what's going on the console. But nothing appears on it except :
Code:
Job XXXXXX - System Shutdown completed.
Job XXXXXX - Disk Delete - [866160] completed.
Job XXXXXX - Disk Create From StackScript completed.
Job XXXXXX - Create Filesystem - 256MB Swap Image completed.
Even if I have in my StackScript this piece of code :
Code:
echo 'Create RVM group'
At the beginning of my script, I put set -e as mentioned in this thread:
http://forum.linode.com/viewtopic.php?t=7126&highlight=stackscript
Is there a way to see what really happen during this execution
Thank you for your time !