search for: register_services

Displaying 4 results from an estimated 4 matches for "register_services".

2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
...9; c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/session.rb:95 :in `initialize'' c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/services.rb:1 21:in `new'' c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/services.rb:1 21:in `register_services'' c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/services.rb:1 15:in `call'' c:/ruby/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/singleton.rb:42 :in `call'' c:/ruby/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/singleton.rb:40 :in...
2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
...====================================================== --- rsync-3.0.6pre1.orig/clientserver.c 2009-04-22 12:47:39.000000000 +0200 +++ rsync-3.0.6pre1/clientserver.c 2009-04-22 13:36:35.000000000 +0200 @@ -1065,9 +1065,11 @@ int daemon_main(void) * local address??? */ #ifdef HAVE_LIBSLP - if (register_services()) { - rprintf(FINFO, - "Couldn't register with service discovery protocol, continuing anyway\n"); + if (!lp_disable_slp()) { + if (register_services()) { + rprintf(FINFO, + "Couldn't register with service discovery protocol, continuing anyway\n"); + } }...
2006 Mar 27
2
Capistrano deployment issues under Ubuntu Dapper
.../usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/container.rb:354:in `require'' from /usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/definition-context.rb:77:in `require'' from /usr/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/services.rb:137:in `register_services'' from /usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/container.rb:107:in `define'' from /usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/container.rb:250:in `namespace_define'' from /usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/containe...
2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are correct and I''m using zsh locally (bash on remote), so the shell shouldn''t be a problem. It never asks for the SSH password, even. Any help you could give would be greatly appreciated. Thanks. Kenneth -- => the blog from beyond <= => www.eyeheartzombies.com <=