thanks all, I am saving and it does appear to be the combination of a farm with ww/app/mysqlvm instances with firefox 3.08. At least for me. I know that is a lot of variables to try and track it down however, I can open the farm up in safari and have no problem at all setting and saving the vars.....
it is odd but at least I can work in safari for that in the short term. let me know if I can help out with tracking this down. I can certainly dig in deepr thanks, ken; ______________________________ Ken Hawkins Principal Engineer [email protected] Broadjam Inc. 6401 Odana Rd. Madison, WI 53719 P: 608-274-5134 x.233 C: 404-323-7493 F: 608-273-3635 W: www.broadjam.com Broadjam.com - Connect to Independent Music Connect - Post and share music, videos and more. Sell Music - Sell MP3's for $.99. Keep $.80/song. Deliver Music - Send music to industry destinations. Create website - Set up an easy-to-use website. www.broadjam.com On Thu, Apr 2, 2009 at 7:18 AM, Nickolas Toursky <[email protected]> wrote: > > Hi Ken, > > To stick these values you should click 'Save' button in the bottom of > the settings page. > Are you clicking this button after editing variables? > > Nick > > On Thu, Apr 2, 2009 at 2:14 PM, Ken Hawkins <[email protected]> > wrote: > > Yes I can. Am using: > > > > Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.8) > > Gecko/2009032608 Firefox/3.0.8 > > > > and that is it! Theuy will stick in safari, haven't tried IE. Odd?!? > > > > thanks Igor, > > ken; > > > > On Thu, Apr 2, 2009 at 3:05 AM, Igor V. Savchenko (DicsyDel) > > <[email protected]> wrote: > >> > >> Are you able to reproduce this issue now? If yes, please tell me what > >> browser are you using. > >> > >> On Apr 2, 2:23 am, mikeytag <[email protected]> wrote: > >> > I see that sentence on the Add New Script page. Sorry, I missed that > >> > before. > >> > > >> > I myself am a bit confused because I cannot seem to find the place > >> > that you would add these variables per role. If I go to my Farm Edit > >> > page I simply cannot find a way to input variables for any role. Maybe > >> > it's a new feature coming but not fully implemented yet? > >> > > >> > On Apr 1, 2:39 pm, kenhawkins <[email protected]> wrote: > >> > > >> > > >> > > >> > > Maybe I am cornfused about this statement in the scripts area then: > >> > > >> > > You may use own variables as %variable%. Variable values can be set > >> > > for each role in farm settings. > >> > > >> > > can someone clarify (educate) me :) > >> > > >> > > thanks, > >> > > ken; > >> > > >> > > On Apr 1, 3:42 pm, mikeytag <[email protected]> wrote: > >> > > >> > > > Ken, > >> > > >> > > > Maybe someone can correct me if I am wrong, but I don't think that > >> > > > %webmin_pkg%, %webmin_pkg_name%, and %root_password% are variables > >> > > > that the Scalr scripting engine knows. > >> > > > I think the only variables you can use are: > >> > > > %external_ip% %internal_ip% %instance_id% %ami_id% %role_name% > >> > > > %isdbmaster% %instance_index% %region% %avail_zone% > >> > > >> > > > Mike > >> > > >> > > > On Apr 1, 11:29 am, kenhawkins <[email protected]> wrote: > >> > > >> > > > > I've created a script for downloading and installing a default > >> > > > > webmin > >> > > > > install, and variables are The script follows: > >> > > >> > > > > #!/bin/bash > >> > > > > WEBMIN_PKG="%webmin_pkg%" > >> > > > > WEBMIN_PKG_NAME="%webmin_pkg_name%" > >> > > > > ROOT_PASSWORD="%root_password%" > >> > > >> > > > > if [ ! -d "/usr/share/webmin" ]; then > >> > > > > mkdir -p ~/.bj-install > >> > > > > cd ~/.bj-install > >> > > > > apt-get install libnet-ssleay-perl libauthen-pam-perl > >> > > > > libio-pty-perl > >> > > > > libmd5-perl > >> > > > > wget "$WEBMIN_PKG" > >> > > > > dpkg -i "$WEBMIN_PKG_NAME" > >> > > > > fi > >> > > > > /usr/share/webmin/changepass.pl /etc/webmin root > "$ROOT_PASSWORD" > >> > > > > /etc/init.d/webmin restart > >> > > >> > > > > Now I can set these values in a mysqlvm64 role / farm however in > a > >> > > > > standard LAMP type of farm with mysqlvm these values do not > stick > >> > > > > on > >> > > > > any of the roles www/app/mysqlvm. I am obviously missing > something > >> > > > > in > >> > > > > the process since the values I add in for a role do not seem to > >> > > > > stick. > >> > > > > Am doing this in hostUp btw in case that makes a diff. any help > is > >> > > > > appreciated. > >> > > >> > > > > regards, > >> > > > > ken;- Hide quoted text - > >> > > >> > - Show quoted text - > >> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
