search for: cap2

Displaying 13 results from an estimated 13 matches for "cap2".

Did you mean: cap
2010 Oct 15
1
Problem using BRugs
...] also depends on all other y[j]s. Could you help me figure out the problem and hopefully get the code to work? Many thanks for your help. --- Maomao ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ data<-list("y","cap2","pol2","cap1","pol1","g","wo","wd","ww","mu","tau") inits<-function() {list(beta=beta0, rho_o=rho_o_0, rho_d=rho_d_0, rho_w=rho_w_0)} parameters<-c("beta", "rho_o", "rho_...
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 mongrel_cluster with Capistrano 2 by the way...
2012 Jan 27
3
Cannot remove lvs associated with deleted vm guests
...the culprit. If I kill the udev daemon with T=`pidof -x udevd`; kill $T and rerun the lvremove -f command then I see this change in behaviour: # /sbin/lvremove -f /dev/vg_vhost01/lv_vm_base Found duplicate PV djM23m6YebBQ2xgPh9ORMtdX2iOu9xBQ: using /dev/mapper/vg_vhost01-lv_vm_pas.harte--lyne.cap2 not /dev/mapper/vg_vhost01-lv_vm_pgsql--dbms.harte--lyne.ca_00p2 Found duplicate PV djM23m6YebBQ2xgPh9ORMtdX2iOu9xBQ: using /dev/mapper/vg_vhost01-lv_vm_basep2 not /dev/mapper/vg_vhost01-lv_vm_pas.harte--lyne.cap2 Can't remove open logical volume "lv_vm_base" I need to get this s...
2012 Jan 27
3
Cannot remove lvs associated with deleted vm guests
...the culprit. If I kill the udev daemon with T=`pidof -x udevd`; kill $T and rerun the lvremove -f command then I see this change in behaviour: # /sbin/lvremove -f /dev/vg_vhost01/lv_vm_base Found duplicate PV djM23m6YebBQ2xgPh9ORMtdX2iOu9xBQ: using /dev/mapper/vg_vhost01-lv_vm_pas.harte--lyne.cap2 not /dev/mapper/vg_vhost01-lv_vm_pgsql--dbms.harte--lyne.ca_00p2 Found duplicate PV djM23m6YebBQ2xgPh9ORMtdX2iOu9xBQ: using /dev/mapper/vg_vhost01-lv_vm_basep2 not /dev/mapper/vg_vhost01-lv_vm_pas.harte--lyne.cap2 Can't remove open logical volume "lv_vm_base" I need to get this s...
2007 Jul 11
1
mongrel_cluster 1.0.2
...adly take patches. Most of the new stuff is described here: http://rubyforge.org/frs/shownotes.php?release_id=12907 Let me know if there are any issues. Unless there are major objections, I''m considering giving the Capistrano support its own gem. This should occur around the release of Cap2. Bradley Taylor http://railsmachine.com
2013 Apr 03
2
Ask help
Hello! I am eager to learn if I only have a data about the relationship between otu and sample, could I use the function capscale, and final make a point plot that x-axis is CAP1 and y-axis is CAP2? Besides, what function could I use to make the different rarefaction curve with different color in the a plot in R? Appreciate very much. Sincerely!...
2004 Aug 06
0
ices2 not compiling on OpenBSD 3.3 -> ices 0.3 cofig problem?
...t ices 0.3? Ices 0.3 compiles OK, but I have troubles to make a config file. Here is what I get: # ices -v -c ices-live.xml Unknown Stream keyword: input Logfile opened DEBUG: Sending following information to libshout: DEBUG: Stream: 0 DEBUG: Host: 10.1.1.100:8000 (protocol: http) DEBUG: Mount: /cap2.ogg, Password: xxx DEBUG: Name: Test stream URL: http://localhost/ DEBUG: Genre: Test genre Desc: Default description DEBUG: Bitrate: 128 Public: 0 DEBUG: Dump file: (null) DEBUG: Initializing playlist handler... DEBUG: Initializing builting playlist handler... Could not find a va...
2006 Nov 16
2
question about capscale (vegan)
Hello, I am interested in using the capscale function of vegan package of R. I already have a dissimilarity matrix and I am intended to use it as 'distance' argument. But then, I don't know what kind of data must be in 'comm' argument. I don't understand what type of data must be referred as 'species scores' and 'community data frame' since my data refer to
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2004 Aug 06
1
ices2 not compiling on OpenBSD 3.3
> > im_sun.c:29: stropts.h: No such file or directory > > *** Error code 1 > > > > Any suggestions? > > Yes, use the configure option --disable-sun-audio. Ices2's im_sun only > works on Solaris right now as it seems. I managed to compile it with > some changes, but live streaming still isn't possible. It appears that > audio output via /dev/audio is
2013 Mar 05
0
permutest
...otal 1.454538 Real Total 1.459802 1.000000 Conditional 0.117117 0.080228 1 Constrained 0.386228 0.264576 3 Unconstrained 0.956457 0.655197 22 Imaginary -0.005264 2 Inertia is squared Unknown distance Eigenvalues for constrained axes: CAP1 CAP2 CAP3 0.29869 0.05395 0.03359 Eigenvalues for unconstrained axes: MDS1 MDS2 MDS3 MDS4 MDS5 MDS6 MDS7 MDS8 0.27719 0.13725 0.11048 0.06691 0.05551 0.04940 0.03892 0.03468 (Showed only 8 of all 22 unconstrained eigenvalues) sig.Nrem <- permutest(capscale.Nrem.results,p...
2007 Jul 09
8
Capistrano mongrel recipes and /usr/local/bin
Hello, I''m trying to deploy my application with Capistrano using Mongrel recipes. Since I''ve installed Ruby from source code, mongrel scripts are found in /usr/local/bin. But the recipes can''t find mongrel_rails : "bash: mongrel_rails: command not found". The path of the user account used to deploy is OK. For sure, I can redefine
2012 Jun 24
0
nouveau _BIOS method
...h`GCAP`.`."_OS 04a0: 43 04 70 5c 2f 03 5f 50 52 5f 43 50 55 30 43 4f C.p\/._PR_CPU0CO 04b0: 53 43 68 69 6a 6b 60 47 43 41 50 60 a4 60 14 4b SChijk`GCAP`.`.K 04c0: 08 47 43 41 50 01 8a 68 00 53 54 53 32 8a 68 0a .GCAP..h.STS2.h. 04d0: 04 43 41 50 32 a0 12 91 93 53 54 53 32 0a 06 93 .CAP2....STS2... 04e0: 53 54 53 32 0a 0a a4 00 a0 16 7b 53 54 53 32 01 STS2......{STS2. 04f0: 00 7b 43 41 50 32 0b ff 0b 43 41 50 32 a4 00 7d .{CAP2...CAP2..} 0500: 7b 50 44 43 32 0c ff ff ff 7f 00 43 41 50 32 50 {PDC2......CAP2P 0510: 44 43 32 a0 1b 93 7b 50 44 43 32 0a 09 00 0a 09 DC2...{PD...