Recent Posts
|
01 Feb, 2012 03:28 AM
|
Topic: General Discussion / Hellooo's It’s not finished, but we have already enjoyed a few months of service and we are Gadgets really happy. |
|
01 Feb, 2012 03:18 AM
|
Topic: General Discussion / Slicehost vs Brightbox This is a good person to speak at the same time zone and overnight maintenance program can play in the middle of the Gadgets morning, your host with the United States. |
|
12 Jan, 2012 03:25 PM
|
Topic: Brightbox Help / Connect to MySQL db from MySQL Workbench Hi, The MySQL hosts use rfc1918 private addresses, so they’re not accessible over the Internet. I’m not sure how easy it is to do with Windows, but on a Unix or Mac system, it’s possible to tunnel MySQL over ssh. There are some instructions for this at http://wiki.brightbox.co.uk/docs:mysqlcluster Cheers |
|
09 Jan, 2012 08:45 AM
|
Topic: Brightbox Help / Connect to MySQL db from MySQL Workbench Forgive the naive question… but is it possible to access a Brightbox MySQL database from an external Windows application, like MySQL Workbench, or can these databases only be accessed from a Ruby on Rails application deployed to Brightbox ? I have the MySQL host (xxxx.mysql.vm.brightbox.net), username & password, but if I try to connect to it using “MySQL Workbench”, I just get a connection error. |
|
05 Jan, 2012 07:46 AM
|
Topic: General Discussion / How to implement recurring billing? ActiveMerchant alone does not handle Paypal recurring profiles. Our company always provides you the [url=http://www.storeingame.com/]WOW Gold[/url] for you. Just place an order and to [url=http://www.gobuytera.com/]Tera Gold[/url] and[url=http://www.buymaplestory.com/] Cheap Maplestory Mesos[/url] |
|
17 Dec, 2011 03:23 PM
|
Topic: Brightbox Help / wordpress and ftp Hi there, I’ve installed a wordpress blog and would like to ftp plugins to install directly using the wp-admin tool (instead of manually uploading and installing) but I don’t know what my FTP details would be and if this would be possible. Help please? Thanks |
|
15 Nov, 2011 06:59 AM
|
Topic: Passenger / ap_get_server_banner error when launching Apache2 Hi everyone – I have just installed Apache2 v. 2.2.17 on suse 10.2,and I am trying to get it to work with Ruby (v 1.8.7). I have followed the instructions and ended up installing Phusion Passenger v 3.0.9, making the suggested changes to the httpd.conf file. When I launch Apache2 I now get the message: Cannot load /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/ext/apache2/mod_passenger.so into server: /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/ext/apache2/mod_passenger.so: undefined symbol: ap_get_server_banner I must confess I am entirely new to Linux and to Ruby, so pls bear with me if the request sounds naive. |
|
25 Oct, 2011 10:25 AM
|
Topic: Brightbox Help / Problems Deploying Rails 3.1.1 I had not installed Passenger properly, followed http://blog.phusion.nl/2010/09/21/phusion-passe… and I’m now seeing a ‘We are sorry screen’… Debugging it now |
|
25 Oct, 2011 08:56 AM
|
Topic: Brightbox Help / Problems Deploying Rails 3.1.1 Hi, I’m trying to upgrade a site from Rails 2.3.x to the very latest stack, Ruby 1.9.2, Rails 3.1.1 with PostgreSQL 9.1. If I try to access the site, wildylaw-004.vm.brightbox.net, I get a 500 error. - I can see myself accessing in the Apache log. Any ideas what may be wrong? rails@wildylaw-004:~/wam$ rvm -v rvm 1.8.0 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/] rails@wildylaw-004:~/wam$ ruby -v
abstract (1.0.0)
rake (0.9.2 ruby) rails@wildylaw-004:~/wam$ cd /etc/apache2 |
|
21 Sep, 2011 08:18 PM
|
Topic: Brightbox Help / Rails 3.1 support Hi Ali, yeah, we’ve added rack 1.3.2 packages which is needed to use 3.1 with our passenger packages. For 19.2, try out our ruby-ng ppa: apt-add-repository ppa:brightbox/ruby-ng it provides ruby 1.9.2 packages. It has a few quirks though atm – I’d recommend using a server in fully 1.8 or fully 1.9.2 “mode”, as mixing the two versions ends up causing some issues atm. Also, our passenger packages don’t yet support 1.9.2 – you’ll have to use the gem version of passenger with that. And the version of ruby 1.8 in that repository is not Ruby Enterprise enabled, just stock Ruby. So a few niggles, but they’re usable. We’re still working on them and will officially support them as soon as we’re happy with them (soon!). John. |
|
12 Sep, 2011 08:02 AM
|
Topic: Brightbox Help / Rails 3.1 support Hi, I know that I can use RVM and do all these settings, but is bright box working on making rails 3.1 supported out of the box? that means having ruby 1.9.2 package too ;) |
|
09 Sep, 2011 07:11 AM
|
Topic: isitruby19.com / gems not found Please add http://rubygems.org/gems/xapian-ruby and http://rubygems.org/gems/xapian_db |
|
23 Aug, 2011 12:42 PM
|
Topic: Brightbox Help / rake db:seed Hi Mark, Given populating the db with some seed data is a one off task, I’d be inclined personally to just ssh into the server and run the rake task there on the command line. Failing that you could put some code in your Capfile to run the rake task during cap’s C |
|
23 Aug, 2011 12:41 PM
|
Topic: Brightbox Help / SSH Login Hi novynn, When you build a server on the cloud platform using the official ubuntu images it pulls the ssh key from your account as it gets created. You need to then use that ssh key to login as the ubuntu user. By the sounds of it you’ve created the server before updating your user with your ssh public key. Probably easiest to destroy that server and build another now you’ve setup your ssh key. Then you’ll be able to ssh straight in. C |
|
16 Aug, 2011 12:30 AM
|
Topic: Brightbox Help / SSH Login I have created an RSA Public/Private key pair and updated my account with the .pub file as per the instructions. I really can’t seem to get this to work… any suggestions? Here’s a log of the SSH connection (-v): |
|
21 Jul, 2011 11:44 AM
|
Topic: Brightbox Help / rake db:seed Hi, Ok, I am very new to rails and deploying via capistrano. I have followed the instructions on the wiki to deploy an app for the first time and thats all fine, but now I want to run rake db:seed to pre-populate the DB with some default/initial data. How do I do that? Do i need to make a capistrano recipe ? or can I just do it from the command line? Thanks for any pointers mark |
|
29 Jun, 2011 09:49 PM
|
Topic: Passenger / ap_get_server_banner error when launching Apache2 Hi all When I launch Apache2 I now get the message: Cannot load /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7/ext/apache2/mod_passenger.so into server: /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7/ext/apache2/mod_passenger.so: undefined symbol: ap_get_server_banner I must confess I am entirely new to Linux and to Ruby, so pls bear with me if the request sounds naive. Thank you! |
|
23 May, 2011 04:25 PM
|
Topic: Brightbox Help / Default Apache config for Monit Hi Tim, Here’s the default check process apache with pidfile /var/run/apache2.pid start program = "/etc/init.d/apache2 start" stop program = "/etc/init.d/apache2 stop" group server Hope that helps. |
|
23 May, 2011 03:41 PM
|
Topic: Brightbox Help / Default Apache config for Monit I temporarily installed Nginx and in the process zapped the Monit config for Apache – is it available to copy from anywhere? Thanks…. |
|
20 May, 2011 11:20 AM
|
Topic: Passenger / nginx-brightbox stopped working after passenger update We’ve fixed the packages and upgraded them to Passenger 3 as well. See http://blog.brightbox.co.uk/posts/nginx-passeng… for the details. :) |
|
08 May, 2011 05:10 PM
|
Topic: Brightbox Help / Upgrading from Hardy to Lucid Just for the record, I opened a ticket on this and got the following response. > I’m planning to upgrade from 8.04 to 10.04 in the near future, and I understand that I’ll need to request a reimaging of my Brightbox. That’s correct, you’ll need to raise a support ticket when you’re ready for the upgrade. We’ll flatten and rebuild the box with Lucid, the whole process should only take ~5m. > Whilst I’m aware that this will wipe everything on the machine – back to where I started… but with Lucid – I’d like to know if the databases or the current ip addresses will be effected. Your Brightboxes current IP/hostname will remain the same, as will the database cluster you use. The databases on the cluster will not be touched. :) > If I redeploy my existing applications that have been setup with the Brightbox gem, will they just reconnect with their databases on the cluster using the existing configuration, and will DNS be uneffected? That’s correct, all that should be required to get your apps up and running again is a redeploy. The database connection details will remain the same and DNS is unaffected. |
|
05 May, 2011 01:09 PM
|
Topic: Brightbox Help / transfert files with ftp Is possible transfert file with ftp? thanks |
|
30 Mar, 2011 10:55 AM
|
Topic: Brightbox Help / Upgrading from Hardy to Lucid I’m considering upgrading my current Hardy Brightbox to Lucid, and I don’t want to move to a new Box, so a re-imaging of the existing one is going to be necessary. I understand that this means wiping the current Box clean, so I’ll have to setup my SSH keys etc and redeploy my applications again, but are the databases on the cluster, or the current IP addresses effected? If I redeploy with the same configuration and the Brightbox gem, will the applications reconnect with the existing databases and DNS setup? Thanks for any advice. |
|
24 Feb, 2011 07:42 PM
|
Topic: Passenger / nginx-brightbox stopped working after passenger update @riddian No I’ve never fixed this. I just went the mongrel cluster way. |
|
24 Feb, 2011 03:05 PM
|
Topic: Passenger / nginx-brightbox stopped working after passenger update Did you ever fix this? I’m doing a fresh install and having exactly the same problem, /usr/lib/phusion_passenger/passenger-spawn-server does not exist and I can’t seem to find it anywhere on my system. Is this package broken? |
|
15 Dec, 2010 04:34 PM
|
Topic: isitruby19.com / Hydra not ruby 1.9 see, please add it to the list. |
|
12 Dec, 2010 12:50 AM
|
Topic: Brightbox Help / ssh problems Hello any ideas how to fix this? |
|
23 Nov, 2010 12:48 PM
|
Topic: Passenger / nginx-brightbox stopped working after passenger update Hi, I’m using the apt.brightbox.net hardy repository to run redmine via the nginx-brightbox package. I just did a dist-upgrade and my passenger config went belly up. My nginx error log says: ruby: No such file or directory — /usr/lib/phusion_passenger/passenger-spawn-server (LoadError) Investigating this issue, I found that the upgrade installed a new passenger-common package and the passenger_root directive in nginx now points to an almost empty folder. How to fix this? My nginx-brightbox version is 0.6.39-0bbox2 According to term.log the update did this: Selecting previously deselected package libfastthread-ruby1.8. Setting up passenger-common (3.0.0-1bbox3~hardy4) … Any hints would be appreciated. |
|
12 Nov, 2010 08:22 PM
|
Topic: Brightbox Help / Help deploying for the first time Ah yes, by default bundle update/install installs all groups. You’d need to pass an argument to the bundle command to ignore the production group locally when running update or install. At least you’ve got it working now anyway :) |
|
11 Nov, 2010 08:52 PM
|
Topic: Brightbox Help / Help deploying for the first time Thanks Caius. You are right: thanks. I ended up having to install mysql and it’s gem on my machine (even though I am using sqlite) because ‘bundle update’ error’d even though I had entered it into my Gemfile like this: group :production do A well – got there in the end! Thanks. |