UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > eUKhost - News > eUKhost Announcements

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-04-2008, 02:38
Quality Assurance
 
Join Date: Sep 2007
Posts: 450
Send a message via MSN to eUK-Nick
Default Firefly Migration

Dear Customers,

We have finalised migration for firely.eukhost.com. It will be started on Monday night i.e. 21/04/2008 at 01.00 AM. We expect the whole process to be done with by 05.00 AM. All IP's and nameservers will remain the same.

Thank you all for your understanding and co-operation.
__________________
NickG
Quality Assurance & Analysis
EMAIL & MSN : nick@eukhost.com
Reply With Quote
  #2 (permalink)  
Old 21-04-2008, 11:22
Junior Member
 
Join Date: Jan 2007
Posts: 22
Default

It seems that the RSA host key has changed on firefly. Can you confirm this?

How can I subscribe to these forums in order to receive alerts about server changes? - I only stumbled upon the fact that firefly was being migrated because I was checking the forums for mention of the key.
Reply With Quote
  #3 (permalink)  
Old 21-04-2008, 11:26
Quality Assurance
 
Join Date: Sep 2007
Posts: 450
Send a message via MSN to eUK-Nick
Default

Hello,

An email was sent to all customers informing them about the migration. I have sent them out myself, so can tell you very confidently about it. There was also no delivery failure for the emails sent.
__________________
NickG
Quality Assurance & Analysis
EMAIL & MSN : nick@eukhost.com
Reply With Quote
  #4 (permalink)  
Old 21-04-2008, 11:36
Junior Member
 
Join Date: Jan 2007
Posts: 22
Default

I didn't receive any emails about the migration, nor have I ever received an email from eukhost informing me of changes (this in fact was a sore point the last time you migrated the server I was on - and I was assured then that I'd receive an email alert if it was to happen again). So I guess I need to speak to someone about this. I'll open a support ticket.

As for my questions:

Has the RSA host key changed?
How can I subscribe to this forum?

Thanks.
Reply With Quote
  #5 (permalink)  
Old 21-04-2008, 11:44
Quality Assurance
 
Join Date: Sep 2007
Posts: 450
Send a message via MSN to eUK-Nick
Default

Quote:
Originally Posted by brighter View Post
I didn't receive any emails about the migration, nor have I ever received an email from eukhost informing me of changes (this in fact was a sore point the last time you migrated the server I was on - and I was assured then that I'd receive an email alert if it was to happen again). So I guess I need to speak to someone about this. I'll open a support ticket.

As for my questions:

Has the RSA host key changed?
How can I subscribe to this forum?

Thanks.

Hello Stephan,

The emails were sent to the registered email address with us (I wont disclose the ID in public).You may email me directly at feedback[at]eukhost.com .

1.The RSA hostkey has changed as it s a new server box. You will need to reupload the new RSA SSH key.

2. If you want to subscribe to the forum, then you need to register yourself. If you want to get email alerts about individual threads, then you would have to select the option of email notification from the Thread Subscription section.
__________________
NickG
Quality Assurance & Analysis
EMAIL & MSN : nick@eukhost.com
Reply With Quote
  #6 (permalink)  
Old 21-04-2008, 18:53
Junior Member
 
Join Date: Jan 2007
Posts: 22
Default

There are problems with both fastcgi and mongrel. My dispatch.fcgi is no longer being executed (instead, the browser shows it as plain text). Mongrel doesn't start, complaining that it couldn't find the gem.
Reply With Quote
  #7 (permalink)  
Old 21-04-2008, 22:42
Chief Technical Officer
 
Join Date: Jun 2007
Posts: 43
Default

Quote:
Originally Posted by brighter View Post
There are problems with both fastcgi and mongrel. My dispatch.fcgi is no longer being executed (instead, the browser shows it as plain text). Mongrel doesn't start, complaining that it couldn't find the gem.
I would request you to reconfigure the application.
It would work for you.
Reply With Quote
  #8 (permalink)  
Old 22-04-2008, 00:10
Junior Member
 
Join Date: Jan 2007
Posts: 22
Default

What do you mean by that? Reconfigure what?!

The application was correctly configured before the migration took place. Since the migration, I've edited the dispatch.fcgi file to refer to the correct location of ruby (before a, let me check... Reboot at 1am.. That wasn't scheduled! ... symlink was added at half past 8, at which point I changed it back).

The handlers are still set in htaccess. The browser renders disptach.fcgi as plain text, it does not execute it.

My app now starts Webrick rather than Mongrel. mongrel_rails start does the following:

Code:
# mongrel_rails start  
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:304:in `report_activate_error': Could not find RubyGem mongrel (>= 0) (Gem::LoadError)
        from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:238:in `activate'
        from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:76:in `active_gem_with_options'
        from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:50:in `gem'
The cpanel "Show Available Ruby Gem(s)" button (RubyGem option) returns "There was a problem fetching the list of available modules."

Attempting to install a gem via console:

Code:
# gem install mongrel
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- sources (LoadError)
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/source_info_cache.rb:6
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:12
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from /usr/lib/ruby/site_ruby/1.8/rubygems.rb:112:in `manage_gems'
        from /usr/local/bin/gem:12
Reply With Quote
  #9 (permalink)  
Old 22-04-2008, 00:36
Quality Assurance
 
Join Date: Sep 2007
Posts: 450
Send a message via MSN to eUK-Nick
Default

Hello Stephan,

I would request you to raise a trouble ticket for the technical support team to look into this. You may email them directly to support[at]eukhost.com. You may also raise a ticket from here

We will get these resolved for you.
__________________
NickG
Quality Assurance & Analysis
EMAIL & MSN : nick@eukhost.com
Reply With Quote
  #10 (permalink)  
Old 25-04-2008, 23:46
DPS Computing's Avatar
Premium Member
 
Join Date: Apr 2007
Location: Manchester, United Kingdom
Posts: 4,265
Send a message via ICQ to DPS Computing Send a message via AIM to DPS Computing Send a message via MSN to DPS Computing Send a message via Yahoo to DPS Computing Send a message via Skype™ to DPS Computing
Default

I left this server recently - I have been quite lucky with migrations while I have been here. I just missed the problems merlin had as I moved server just before they started and now I've just missed the firefly migration by a couple of months. God must be smiling down on me lol .
__________________
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - New site / new polls / new stories! With many more to follow!
NEW LAUNCH! http://djdavid.dpscomputing.com (My DJ Website)
NEW LAUNCH! http://davidsmith.dpscomputing.com (My Personal Website)
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 18:54.

 

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

knowledgebase articles

popular blog categories