similar to: Teleport 1.0.1

Displaying 20 results from an estimated 7000 matches similar to: "Teleport 1.0.1"

2000 Nov 11
2
problem using MASS corresp and mca functions
Hello, I'm an absolute beginner with R and neophite in data analysis, so please bear with me if I ask stupid question. I'm trying to do a correspondence analysis using R and MASS corresp function, but I get an error message which I'm unable to interpret: > data(weblog) > library(MASS) > corresp(~ url + fromurl, data=weblog) Error in svd(t(t(x1 * Dr) * Dc)) : error 306 in
2003 Dec 14
0
File associations in Wine
Hi, How to get file associations to work from wine/win applications? Have got Teleport Pro (Web spider) to work and files saved successfully. The files are displayed within Teleport (*.htm, *.html, *.txt etc) but when I click on the files to open them the links to the Linux programs associated with these files are obviously not there. How can these associations be fixed? Best regards,
2001 Jul 19
0
Fwd:Re:Announce: Building and Deploying OpenSSH on the Solar (fwd)
I figured I'd forward this on in case someone needs a Sun article talking about OpenSSH deployment. - Ben ---------- Forwarded message ---------- Date: Thu, 19 Jul 2001 09:38:35 -0400 From: Alex Noordergraaf <alex.noordergraaf at sun.com> To: Focus on Sun Mailing List <FOCUS-SUN at securityfocus.com> Subject: Announce: Building and Deploying OpenSSH on the Solaris OE A
2006 Dec 04
5
Log problem on stop/restart
I''m using the mongrel_cluster recipes for Capistrano as laid out by codahale.com and the new ed. of the Agile Development book, but I''m having problems on restart and stop: I can start: [root current]# mongrel_rails cluster::start Starting 3 Mongrel servers... And I can see 3 processes running: [root current]# ps aux | grep mongrel mongrel 1947 0.0 8.2 24684 10776 ?
2012 Nov 06
2
rspec failure upon revisit
I just returned from a different project after taking a few weeks off of my tutorial. I''m using Ruby on Rails 3 Tutorial - Learn Rails by Example by Michael Hartl. After rebooting my server I ran an rspec spec/ command to check to see if there were any problems and this is what I received. I didn''t modify anything except I did overwrite users_controller.rb and
2007 Oct 28
2
cluster::restart doesn''t wait for stop before starting
Hi, I''m calling restart from my Capistrano task. I have this in my deploy.rb file: # until mongrel_cluster updates to cap2... namespace :deploy do task :start, :roles => :app do start_mongrel_cluster end task :stop, :roles => :app do stop_mongrel_cluster end task :restart, :roles => :app do restart_mongrel_cluster end end (What''s the scoop on
2011 Nov 28
9
CSS Problem.
Hi Everyone, I was going through the Rails tutorial from here: http://ruby.railstutorial.org/chapters/filling-in-the-layout#top I was getting this exception on my WebRick server: Started GET "/assets/blueprint/print.css" for 127.0.0.1 at 2011-11-28 14:43:00 +0530 Served asset /blueprint/print.css - 404 Not Found (0ms) ActionController::RoutingError (No route matches [GET]
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
Hi, I try to deploy rails application to textdrive account. I use Geoffrey Grosenbach''s script http://nubyonrails.com/pages/shovel Unfortunatly I receive error message :-( Can you help me with this problem? I have no clue where exactly problem is :-( Please see log below ---- LOG ---- c:\Projekty\truck\trunk>rake --trace remote:exec ACTION=setup_lighty (in
2006 May 24
0
capistrano on windows
I''m trying to deploy my app to the production server (on dreamhost) from a windows box. however, all I get is "rake aborted" without any further error messages. I have no idea where to even start debgging this. I''ve checked and re-checked the details in deploy.rb but otherwise I''m stumped. any ideas anyone? thanks al output from command line:
2006 Apr 18
3
Capistrano and Certificates
All, I''m setting up a deployment script with Capistrano at the moment, and am running into some trouble when it attempts to pull the code down from the SVN server when I run the deploy task. The SVN server runs over https, and the problem seems to be when I get asked whether I want to accept or reject the certificate. I hit ''p'' to accept the certificate permanently,
2007 Jan 12
1
capistrano setup bails with RegexpErr on show_tasks
I am new to RoR, but I have had RoR running with Capistrano on a different box. However I''m installing a fresh copy now and am finding constant regex errors from the standard.rb file while attempting to "show_tasks". As this is a new installation, everything is up-to-date. Here''s the environment: FreeBSD 6.2-RC2 ruby 1.8.5 gem 0.9.0 rake 0.7.1 net-ssh 1.0.10, 1.0.9
2006 Jun 28
0
Capistrano Command Worries
Hey all, I have a problem that I cannot wrap my head around. I have a capistrano task to kill my lighttpd process and restart it. Here is the subtask, stop_lighttpd, that fails: task :stop_lighttpd, :roles => :web do run "kill -9 `ps aux | grep lighttpd | grep #{deploy_to} | awk ''{print $2}''` > /dev/null" end I know for a fact that when stop_lighttp is
2006 May 26
3
capistrano on windows (again)
Hi all I didn''t get a response to my first post so I thought I''d try again. is anyone successfully using capistrano to deploy their app from a windows box? I''m trying to deploy a test app to my dreamhost account but all i get is "rake aborted!" with no further information. Can someone please confirm if capistrano even works under windows? many thanks al
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
Hi all, I''m trying to integrate Capistrano (thanks Jamis and DHH for such a lovely piece of software) into an application I''m writing. I can''t figure out, though, how to get output from capistrano when it''s used through the CLI or configuration class, however. I see that it implements a logger (Logger) and I see that starting on line 12 of the included
2007 Jun 06
0
Capistrano: Port in SVN
. . . * executing "sudo chmod -R g+w /usr/local/svn/project_name" servers: ["project_name.com"] [project_name.com] executing command command finished * executing task svn_import Adding branches and tags ssh: connect to host project_name.com port 22: Connection refused svn: Connection closed unexpectedly Importing application. ssh: connect to host
2007 Jul 29
3
capistrano problems
I installed capistrano and have tried several things. Can''t seem to get it working. This is what i am getting. C:\ruby\radrails\modernfossil>cap deploy * executing `deploy'' * executing `deploy:update'' ** transaction: start * executing `deploy:update_code'' svn: Can''t create tunnel: The system cannot find the file specified. ***
2006 May 25
5
Weird Capistrano problem
I''m having problems launching the spin process via the deploy.rb task. Everything works great when is run the script manually via: % ssh admin@monterey.example.net /Web/Rails/Example/current/script/spin However, when I run ''cap spinner'' or ''rake remote:exec ACTION=spinner'', I get the following errors: % cap spinner loading configuration
2006 Apr 20
1
Capistrano not working for me
Hello fellow railers, I''m new to the whole RoR thing and I have finished installing and setting everything up on my OSX G4 Powerbook. I followed the step by step instructions at Hivelogic, running lighttpd and everything else. I''m having an issue with Capistrano. I''m following the tutorial at Apple: http://developer.apple.com/tools/rubyonrails.html Everything in
2011 Apr 11
0
Which grid framework should I use?
As I''m starting out trying to create a web application with Rails, being new to both Rails and web development, I''m trying to figure out how to best compose its layout. So far I''ve been tipped about the Blueprint framework. Just as I was learning Blueprint however, I discovered a Sass-based framework: Susy (http://susy.oddbird.net/). As I like the Haml language a lot (so
2006 Mar 07
5
Capistrano: command never finishes?
Hi, I have created a small :restart task to overwrite the default one: task :restart, :roles => :app do sudo "/etc/init.d/lighttpd stop" sudo "/etc/init.d/lighttpd start" end This works fine and lighty does restart, but the last command never finishes, so I never return to the prompt. Here''s my output: cap restart loading configuration