My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 24, 2009
    ConfiguringNameservers (This guide will help you to set up scalr nameservers) Wiki page commented on by chris.kistner   -   Here are a couple of scripts to do some of the tasks (2-5): # Modify 'PasswordAuthentication no' to 'PasswordAuthentication yes' perl -pi -e 's/PasswordAuthentication no/PasswordAuthentication yes' /etc/ssh/sshd_config # Allow home directory & shell access for named user # Using usermod instead of useradd when named user already exists usermod -d /var/named -s /bin/sh named # Change named user's password passwd named # Allow access for named user chgrp -R named /var/named /etc/named.conf /usr/sbin/rndc chmod -R g+rwx /var/named /etc/named.conf /usr/sbin/rndc # Restart sshd service /etc/init.d/sshd restart # Restart named service /etc/init.d/named restart # If named service doesn't start due to syscall(capset) failing # then Install capabilities module and try starting the named service again modprobe capability # change DNS search order: perl -pi -e 's/nameserver/nameserver 127\.0\.0\.1\nnameserver/' /etc/resolv.conf
    Here are a couple of scripts to do some of the tasks (2-5): # Modify 'PasswordAuthentication no' to 'PasswordAuthentication yes' perl -pi -e 's/PasswordAuthentication no/PasswordAuthentication yes' /etc/ssh/sshd_config # Allow home directory & shell access for named user # Using usermod instead of useradd when named user already exists usermod -d /var/named -s /bin/sh named # Change named user's password passwd named # Allow access for named user chgrp -R named /var/named /etc/named.conf /usr/sbin/rndc chmod -R g+rwx /var/named /etc/named.conf /usr/sbin/rndc # Restart sshd service /etc/init.d/sshd restart # Restart named service /etc/init.d/named restart # If named service doesn't start due to syscall(capset) failing # then Install capabilities module and try starting the named service again modprobe capability # change DNS search order: perl -pi -e 's/nameserver/nameserver 127\.0\.0\.1\nnameserver/' /etc/resolv.conf
  • Oct 07, 2009
    QueryEnv (Query-Env: a REST API for farm settings) Wiki page commented on by Nick.Stielau   -   It would be nice if ( /list-role-params?name=STRING ) could return the value without any XML, so you could pipe that value to different places, or store it easily in a shell variable.
    It would be nice if ( /list-role-params?name=STRING ) could return the value without any XML, so you could pipe that value to different places, or store it easily in a shell variable.
  • Oct 05, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page commented on by chris.kistner   -   Skizzles, as for your error that you get, see the following blog for troubleshooting: http://blog.getasysadmin.com/2008/11/scalr-errors-after-install.html
    Skizzles, as for your error that you get, see the following blog for troubleshooting: http://blog.getasysadmin.com/2008/11/scalr-errors-after-install.html
  • Oct 05, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page commented on by chris.kistner   -   Here's a nice guide for installing Scalr on Ubuntu 8.10 (which is a bit old already). http://blog.getasysadmin.com/2008/11/how-to-install-scalr-on-ubuntu-810-ec2.html Skizzles, as for your error that you get, see the following blog for troubleshooting: http://blog.getasysadmin.com/2008/11/scalr-errors-after-install.html
    Here's a nice guide for installing Scalr on Ubuntu 8.10 (which is a bit old already). http://blog.getasysadmin.com/2008/11/how-to-install-scalr-on-ubuntu-810-ec2.html Skizzles, as for your error that you get, see the following blog for troubleshooting: http://blog.getasysadmin.com/2008/11/scalr-errors-after-install.html
  • Aug 26, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page edited by dicsydel   -   Revision r246 Edited wiki page through web user interface.
    Revision r246 Edited wiki page through web user interface.
  • Aug 26, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page edited by dicsydel   -   Revision r245 Edited wiki page through web user interface.
    Revision r245 Edited wiki page through web user interface.
  • Aug 16, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page commented on by skizzles   -   Also on this new installation, I'm getting xml errors trying to go through the client's new farm wizard as of the latest version... sigh...
    Also on this new installation, I'm getting xml errors trying to go through the client's new farm wizard as of the latest version... sigh...
  • Aug 16, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page commented on by skizzles   -   After trying out scalr again for the 3rd time since inception I notice some really user-unfriendly things about it that made me go 'hrmmm??' #1, as above is users aren't activated by default (or have an option under their edit profile to mark them as active my default, or try to log in as them without any indication error that the account is not active.) #2 is that the field names for core settings don't match the AWS terms or have any help sentences, which would help greatly for matching things up. #3 is there is no documentation for DNS settings, which I have been using bind9 for about 8 years, and its still a bit confusing as to what it's going to actually do, and what settings are needed.) I think a bit of inline documentation is in order, even if it is a link or a single sentence explaining the setting next to the form element. </2cents>
    After trying out scalr again for the 3rd time since inception I notice some really user-unfriendly things about it that made me go 'hrmmm??' #1, as above is users aren't activated by default (or have an option under their edit profile to mark them as active my default, or try to log in as them without any indication error that the account is not active.) #2 is that the field names for core settings don't match the AWS terms or have any help sentences, which would help greatly for matching things up. #3 is there is no documentation for DNS settings, which I have been using bind9 for about 8 years, and its still a bit confusing as to what it's going to actually do, and what settings are needed.) I think a bit of inline documentation is in order, even if it is a link or a single sentence explaining the setting next to the form element. </2cents>
  • Aug 09, 2009
    SharedAMIs (Shared AMIs for standard Scalr roles) Wiki page commented on by alex.liivid   -   Anyone working on a postgres image and/or adding sphinx to the mix? Also a single image with db / app/ and web would be a good starting point.
    Anyone working on a postgres image and/or adding sphinx to the mix? Also a single image with db / app/ and web would be a good starting point.
  • Aug 07, 2009
    RoleOptions (Using role parameters) Wiki page edited by dicsydel   -   Revision r244 Edited wiki page through web user interface.
    Revision r244 Edited wiki page through web user interface.
  • Aug 07, 2009
    RoleOptions (Using role parameters) Wiki page edited by dicsydel   -   Revision r243 Edited wiki page through web user interface.
    Revision r243 Edited wiki page through web user interface.
  • Aug 06, 2009
    RoleOptions (Using role parameters) Wiki page edited by dicsydel   -   Revision r242 Edited wiki page through web user interface.
    Revision r242 Edited wiki page through web user interface.
  • Aug 06, 2009
    RoleOptions (Using role parameters) Wiki page edited by dicsydel   -   Revision r241 Edited wiki page through web user interface.
    Revision r241 Edited wiki page through web user interface.
  • Aug 05, 2009
    scalr-1.1.0.tar.gz (Scalr 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Aug 05, 2009
    scalr-1.1.0.zip (Scalr 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Aug 05, 2009
    r240 ([No log message]) committed by dicsydel   -   [No log message]
    [No log message]
  • Aug 05, 2009
    r239 ([No log message]) committed by dicsydel   -   [No log message]
    [No log message]
  • Aug 04, 2009
    MySQL_LVM2EBS (MySQL LVM to EBS storage engine migration manual) Wiki page edited by hinore   -   Revision r238 Edited wiki page through web user interface.
    Revision r238 Edited wiki page through web user interface.
  • Aug 04, 2009
    scalr-1.1.0.tar.gz (Scalr 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Aug 04, 2009
    scalr-1.1.0.zip (Scalr 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Aug 04, 2009
    r237 ([No log message]) committed by dicsydel   -   [No log message]
    [No log message]
  • Aug 04, 2009
    r236 (Fixed missing libraries.) committed by dicsydel   -   Fixed missing libraries.
    Fixed missing libraries.
  • Jul 31, 2009
    scalr-1.1.0.zip (Scalr 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Jul 31, 2009
    scalr-1.1.0.tar.gz (Scal 1.1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Jul 31, 2009
    CHANGELOG.txt (Scalr changelog) file uploaded by dicsydel   -  
    Labels: Featured changelog Type-Docs
    Labels: Featured changelog Type-Docs
  • Jul 31, 2009
    r235 (merged from 1.1.0 branch) committed by dicsydel   -   merged from 1.1.0 branch
    merged from 1.1.0 branch
  • Jul 31, 2009
    r234 (1.1.0) committed by dicsydel   -   1.1.0
    1.1.0
  • Jul 31, 2009
    r233 (Branch for 1.1.0) committed by dicsydel   -   Branch for 1.1.0
    Branch for 1.1.0
  • Jul 16, 2009
    SharedAMIs (Shared AMIs for standard Scalr roles) Wiki page commented on by dicsydel   -   Hareem, this feature already on scalr.net
    Hareem, this feature already on scalr.net
  • Jul 06, 2009
    API (Scalr.net API) Wiki page edited by dicsydel
  • Jun 26, 2009
    API (Scalr.net API) Wiki page edited by alex.kovalyov
  • Jun 26, 2009
    API (Scalr API) Wiki page added by alex.kovalyov
  • Jun 25, 2009
    V1Roadmap (Scalr v1 Roadmap.) Wiki page edited by dicsydel
  • Jun 25, 2009
    V1Roadmap (Scalr v1 Roadmap.) Wiki page edited by dicsydel
  • Jun 25, 2009
    V1Roadmap (Scalr v1 Roadmap.) Wiki page edited by dicsydel
  • Jun 24, 2009
    V1Roadmap (Scalr v1 Roadmap.) Wiki page edited by dicsydel
  • Jun 24, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page edited by dicsydel
  • Jun 24, 2009
    scalr-1.0.tar.gz (Scalr 1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Jun 24, 2009
    scalr-1.0.zip (Scalr 1.0) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Jun 24, 2009
    CHANGELOG.txt (Scalr changelog) file uploaded by dicsydel   -  
    Labels: Featured Type-Docs
    Labels: Featured Type-Docs
  • Jun 24, 2009
    r224 ([No log message]) committed by dicsydel   -   [No log message]
    [No log message]
  • Jun 24, 2009
    r223 (1.0 Stable release) committed by dicsydel   -   1.0 Stable release
    1.0 Stable release
  • May 20, 2009
    Installation (Scalr v1 Installation and Configuration) Wiki page edited by dicsydel
  • May 20, 2009
    issue 24 (Browser alert "Error type LoadXML; Invalid XML" when creatin...) Status changed by dicsydel   -  
    Status: Fixed
    Status: Fixed
  • May 20, 2009
    scalr-1.0RC5.tar.gz (Scalr 1.0 RC5) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • May 20, 2009
    scalr-1.0RC5.zip (Scalr 1.0 RC5) file uploaded by dicsydel   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • May 20, 2009
    r221 (Added missing SQL queries to dump.) committed by dicsydel   -   Added missing SQL queries to dump.
    Added missing SQL queries to dump.
  • May 20, 2009
    r220 (Added missing SQL queries to dump.) committed by dicsydel   -   Added missing SQL queries to dump.
    Added missing SQL queries to dump.
  • May 18, 2009
    issue 24 (Browser alert "Error type LoadXML; Invalid XML" when creatin...) commented on by Cenji.Neutra   -   Solved - the http_request package wasn't installed properly. Installed it from PECL and the issue was resolved. Also, I didn't have AllowOverride set correctly in my Apache conf so the mod_rewrite reules in .htaccess weren't being picked-up. Sorry for the noise (can't see how to delete this issue entirely).
    Solved - the http_request package wasn't installed properly. Installed it from PECL and the issue was resolved. Also, I didn't have AllowOverride set correctly in my Apache conf so the mod_rewrite reules in .htaccess weren't being picked-up. Sorry for the noise (can't see how to delete this issue entirely).
  • May 17, 2009
    issue 24 (Browser alert "Error type LoadXML; Invalid XML" when creatin...) commented on by Cenji.Neutra   -   Browsing through the source, my guess is that the query for roles against a particular farm returns an empty result as I didn't create a Farm. Unfortunately, I can't create farm as I get this error instead: Unexpected exception in javascript:Badly formed JSON string: ' \nFatal error: Class \'HttpRequest\' not found in /mnt/vol/scalr/app/src/LibWebta/library/NET/API/AWS/class.AmazonS3.php on line 454 \n' I have installed the php-http-request package (assuming that is the correct one). Will investigate this further and post what I find.
    Browsing through the source, my guess is that the query for roles against a particular farm returns an empty result as I didn't create a Farm. Unfortunately, I can't create farm as I get this error instead: Unexpected exception in javascript:Badly formed JSON string: ' \nFatal error: Class \'HttpRequest\' not found in /mnt/vol/scalr/app/src/LibWebta/library/NET/API/AWS/class.AmazonS3.php on line 454 \n' I have installed the php-http-request package (assuming that is the correct one). Will investigate this further and post what I find.
 
Hosted by Google Code