I had a debug task running through the web GUI.
P
Latest posts made by pete
-
Extended fog variables
Re: Extended fog variables problem.
Hey I have the same problem on the newest version of fog 1.5.7.
I can’t get the script to work.curl -A "" -Lkso /tmp/hinfo.sh ${web}service/hostinfo.php -d "mac=$mac"
Gives me hinfo.sh that outputs:
Invalid tasking!
If I use the curl command without the -A the cat/tmp/hinfo.sh outputs Cannot view from browser.
The web url is good because without the mac the output was Invalid MAC Address!
So the problem in the code is the -A argument of curl.
Anyone know a solution?
-
Easy way to test post installation scripts?
I am new to using scripts and have written a simple one to start experimenting with.
Now the problem is when I want to test this script I have to deploy a laptop and wait till the end to see if it works.
Is there any way I can skill the deploy part and go straight to testing the scripts?