LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > Search Forums > Search Results

Showing results 1 to 22 of 22 - Search took 0.00 seconds. Search: Posts Made By: jmackin
Forum: Ruby/Rails 06-15-2009, 02:44 PM
Replies: 11
Views: 5,850
Posted By jmackin
Yes, it finally works... This is what I had to...

Yes, it finally works... This is what I had to do:

1. Remove the hidden directory in my user directory


sudo rm -r ~/.gem/


2. Reinstall the two gems that were located in that .gem...
Forum: Ruby/Rails 06-13-2009, 08:09 PM
Replies: 11
Views: 5,850
Posted By jmackin
right_aws is installed under ...

right_aws is installed under

/usr/lib/ruby/gems/1.8/gems/right_aws-1.10.0

permissions are

drwxr-xr-x 4 root root 4.0K May 27 10:16 right_aws-1.10.0

There is no /.gem/ruby/1.8. However,...
Forum: Ruby/Rails 06-13-2009, 05:46 PM
Replies: 11
Views: 5,850
Posted By jmackin
Hi mistwang I'm still trying to solve this...

Hi mistwang

I'm still trying to solve this problem.

I made sure that right_aws (1.10.0) is installed with sudo and yet it LS still tells me that it doesn't find it?

stderr.log output:

...
Forum: Ruby/Rails 05-27-2009, 03:43 AM
Replies: 11
Views: 5,850
Posted By jmackin
yes, gem list shows right_aws (1.10.0) and I made...

yes, gem list shows right_aws (1.10.0) and I made sure I install it with

sudo gem install right_aws

to be at system level
Forum: Ruby/Rails 05-26-2009, 01:25 PM
Replies: 11
Views: 5,850
Posted By jmackin
Server/Ruby Rails/Ruby Path points to...

Server/Ruby Rails/Ruby Path points to /usr/local/bin/ruby which is symlinked to /usr/bin/ruby1.8. There doesn't seem to be another ruby installed.

What do you mean by 'make sure to use the right...
Forum: Ruby/Rails 05-26-2009, 01:09 PM
Replies: 11
Views: 5,850
Posted By jmackin
right_aws gem not recognized - 503 Service Not Available

I'm using the right_aws gem for Amazon S3 access in a rails application.

I get a 503 Service Not Available trying to access the website. stderr.log output:


2009-05-26 19:58:21.755 [STDERR]...
Forum: General 05-17-2009, 08:35 PM
Replies: 3
Views: 1,073
Posted By jmackin
FALSE ALARM! I just realized that I had no...

FALSE ALARM!

I just realized that I had no physical space left on my slice which was the reason for the server crash, the Rails 2.3.2 not working and the weird login.

Man, I'm glad it was that...
Forum: General 05-17-2009, 08:24 PM
Replies: 3
Views: 1,073
Posted By jmackin
Also, if I login with incorrect credentials,...

Also,

if I login with incorrect credentials, it'll tell me but if I use the correct ones, it'll reload and the login page without further messages.
Forum: General 05-17-2009, 08:22 PM
Replies: 3
Views: 1,073
Posted By jmackin
Can't login LS 4.0.3

I can't login to the web console anymore. I tried to reset with

/usr/local/lsws/admin/misc/admpass.sh

but still it wouldn't let me log in. I also don't get any error messages.

I just...
Forum: Ruby/Rails 05-13-2009, 04:09 PM
Replies: 23
Views: 6,564
Posted By jmackin
So far it looks like it's working... Extensive...

So far it looks like it's working... Extensive testing to come.

Thanks for your help. It's greatly appreciated.
Forum: Ruby/Rails 05-10-2009, 03:15 AM
Replies: 23
Views: 6,564
Posted By jmackin
OK... good to hear that it works at least. ...

OK... good to hear that it works at least.

Now, I'd probably need some help with all those checks because I'm not that solid in linux etc. But this is how far I've gotten:

First I did look for...
Forum: Ruby/Rails 05-02-2009, 08:57 PM
Replies: 23
Views: 6,564
Posted By jmackin
Done... it's on its way.

Done... it's on its way.
Forum: Ruby/Rails 05-02-2009, 08:47 PM
Replies: 23
Views: 6,564
Posted By jmackin
I created an app from scratch and used...

I created an app from scratch and used ./script/generate scaffold post title:string body:text to create some functionality and database access.

I simply copied the folder on the server and...
Forum: Ruby/Rails 04-30-2009, 02:43 PM
Replies: 23
Views: 6,564
Posted By jmackin
Yes, it runs find under Mongrel (my development...

Yes, it runs find under Mongrel (my development system) and Webrick (my production server).

I'm yet to test a blank rails app... I'll do that today and report back.

JM
Forum: General 04-28-2009, 07:22 PM
Replies: 2
Views: 1,641
Posted By jmackin
Thanks Mistwang... I actually tried the...

Thanks Mistwang... I actually tried the individual config but realized too late that it only works with the enterprise edition.

And, I'm not starting Rails in suEXEC mode. All ruby processes run...
Forum: Ruby/Rails 04-28-2009, 07:20 PM
Replies: 23
Views: 6,564
Posted By jmackin
LSWS error.log is fine Rails access.log,...

LSWS error.log is fine
Rails access.log, error.log, production.log are fine

LSWS stderr.log ouput:

2009-04-29 02:04:53.921 [NOTICE] [78.46.95.46:39068-0#23point7.com]...
Forum: General 04-28-2009, 04:50 PM
Replies: 2
Views: 1,641
Posted By jmackin
Command Line Restart of Individual Virtual Host

In my quest of getting my Rails app working with Git, Capistrano and LiteSpeed 4.0.2 I am trying to find out if it is possible to restart only the affected virtual host rather than the whole server...
Forum: Ruby/Rails 04-28-2009, 04:42 PM
Replies: 1
Views: 2,900
Posted By jmackin
I had the same problem. I had to wrap the...

I had the same problem. I had to wrap the namespace :deploy around my task in order for Capistrano to ommit the use of the Reaper.


namespace :deploy do
task :restart, :roles => :app do
...
Forum: Ruby/Rails 04-28-2009, 04:39 PM
Replies: 23
Views: 6,564
Posted By jmackin
Actually cancel that... I just realized that I...

Actually cancel that... I just realized that I still had some pages in cache and after clearing that out, LiteSpeed still chokes on Rails 2.3.2.

So, we are back on square 1 except this time I have...
Forum: Ruby/Rails 04-27-2009, 08:35 AM
Replies: 23
Views: 6,564
Posted By jmackin
I finally got the latest version of litespeed...

I finally got the latest version of litespeed installed. BTW, nothing wrong with your docs. It turns out, that I can't read that well. :-)

Anyway, after upgrading to 4.0.2 I was able to run the...
Forum: Ruby/Rails 04-27-2009, 07:26 AM
Replies: 23
Views: 6,564
Posted By jmackin
I'm still trying... I just messed up my server...

I'm still trying... I just messed up my server doing it... Bugger! Doesn't seem to be automatic at all!!!

I'll have to deal with this, but I'll be back to report on how it goes.

So you reckon...
Forum: Ruby/Rails 04-26-2009, 05:43 PM
Replies: 23
Views: 6,564
Posted By jmackin
503 error with Rails 2.3.2

I'm not sure if I'm bringing up and old hat but I just upgrade to Rails 2.3.2 on my slicehost that runs litespeed and although litespeed doesn't seem to choke on it according to the logs it serves me...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -7. The time now is 02:41 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.