The problem that you're running into is the safe flag, or -s argument
for rollout. If you omit the -s flag, it should install and configure
rollout for you.
> URL=http://192.168.1.7:9000; wget -O- $URL/rollout | perl - -s -u $URL
> -o setup
So, instead of what you have above, try this:
URL=http://192.168.1.7:9000; wget -O- $URL/rollout | perl - -u $URL -o setup
Keep in mind that the safe flag doesn't do anything, except report to
you what it's supposed to do, or that's the theory (:
Chris-
--
You received this message because you are subscribed to the Google Groups "Rollout Users" group.
To post to this group, send email to rollou...@googlegroups.com.
To unsubscribe from this group, send email to rollout-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rollout-users?hl=en.