[xen-tools] Argos Problems
Christian Arkadius Keil
c.keil at dorijan.de
Tue Aug 21 14:41:22 CEST 2007
Hello,
I've just tested to install Argos on a Gentoo Machine.
I'm getting this error when trying to run the server:
#./spawner.rb run
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- lib/server (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /root/argos/server/argos-server.rb:21
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/application.rb:152:in `load'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/application.rb:152:in `start_load'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/application.rb:229:in `start'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/controller.rb:72:in `run'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons.rb:133:in `run'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/cmdline.rb:105:in `call'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons/cmdline.rb:105:in `catch_exceptions'
from /usr/lib/ruby/gems/1.8/gems/daemons-1.0.5/lib/daemons.rb:132:in `run'
from ./spawner.rb:10
When trying to run the Argos Ruby Webinterface I'm getting another error :
Routing Error
no route found to match "/argos" with {:method=>:get}
I'm using lighttpd with the following config :
$HTTP["host"] == "xen.local.corp" {
server.document-root = "/var/www/localhost/htdocs/"
alias.url = ( "/argos/" => "/var/www/localhost/htdocs/rails/public/" )
server.error-handler-404 = "/argos/dispatch.fcgi"
fastcgi.server = (
".fcgi" => ( (
"socket" => "/tmp/app1.socket",
"bin-path" => "/var/www/localhost/htdocs/rails/public/dispatch.fcgi",
"strip-request-uri" => "/argos/"
) )
)
}
Thanks in Advance
Kind Regards
Christian Keil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sym.noone.org/pipermail/xen-tools-discuss/attachments/20070821/80520277/attachment.htm>
More information about the xen-tools-discuss
mailing list