search for: commond

Displaying 20 results from an estimated 26 matches for "commond".

Did you mean: common
2015 Jun 01
2
Dynamic monitoring of virtual machine disk by libguestfs
Hi all , By using function : guestfs_ls() , I have realized ls -l commond with libguesfs . I am wondering how to inspect the virtual disk dynamically, such as monitor mkdir commond inside the virtual machines, I mean if I create a directory in virtual machine , how can I detect it ? -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2011 Aug 24
4
unused argument(s) (Header = True) help!
...file location. The problem is I keep getting the error message *unused argument(s) (Header = True)*, does anyone know why? The format of the text file is like this (I've also tried spaces rather than tab to seperate the columns): TRAP SHANNON_INDEX 1 3.347 2 3.096 3 3.521 4 2.871 5 2.678 The commond looks like this: Trap1_data<-read.table("C:/Documents and Settings/Samuel/Desktop/Biology/Independent study/Stats/Diversity indices/shannon index results trap 1.txt", Header = True) I would reall appreciate some help, Yours, Sam -- View this message in context: http://r.789695.n4.n...
2002 Feb 26
2
covariance of equal date values
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need to count the covariance of two time series. Both of them contain the dates' vector and vector of values. But the dates are not the same. It means some dates of first ts are not in the second respectively. And I need the covariance of same dates, of course. Could anyone help me, please? Thank you. lukas - -- Lukas Kubin lukas.kubin at
2015 Jun 01
0
Re: Dynamic monitoring of virtual machine disk by libguestfs
On Mon, Jun 01, 2015 at 04:38:18PM +0800, fu lirong wrote: > Hi all , > By using function : guestfs_ls() , I have realized ls -l commond > with libguesfs . I am wondering how to inspect the virtual disk > dynamically, such as monitor mkdir commond inside the virtual machines, > I mean if I create a directory in virtual machine , how can I detect it This question comes up often enough that I've added an entry i...
2002 Oct 17
1
matrix input
Hey, all Will u please tell me how to input a matrix (n x m) A in R? I cannot find such commond in the manual. Thanks a lot. Fred -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the su...
2007 Jul 17
3
two acts_as_ferret questions!
...nd i can not install acts_as_ferret to my Rails project. what''s wrong? i''m useing rhel 4! 2, i downloaded the acts_as_ferret-0.4.0.tgz at http://rubyforge.org/frs/?group_id=2916&release_id=10617 and uploaded to the /testapp/vendor/plugins/acts_as_ferret folder, when i run the commond: RAILS_ENV=development vendor/plugins/acts_as_ferret/script/ferret_start RAILS_ENV=development vendor/plugins/acts_as_ferret/script/ferret_start /usr/local/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/runner.rb:45: (eval):23: You have a nil object when you didn''t expect it! (NoMet...
2015 May 13
2
about libguestfs 'AVAILABILITY'
Hi all: I installed libguestfs-1.29.40 on both ubuntu 12.04 and ubuntu 14.04. Both of them have the same problems,It is about the 'AVAILABILITY' . I build libguestfs by tarball , everything is ok except the commond : make check . on ubuntu 12.04 the error is md_create: feature 'mdadm' is not available in this build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for how to check for the availability of features. at /usr/Libvmi/libguestfs-1.29.40/tests/guests/guest-aux/make-fed...
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but I''m not finding any guidance on this problem. When I try to talk to my mongrel it simply responds with NOT FOUND and nothing else. I can''t find anything on google because this has to be the second most commond phrase in existence. Any help or guidance would be greatly appreciated. Sincerely, Chuck Vose --- mosaic.common: ServerName myapp.tld ServerAlias www.myapp.tld DocumentRoot /var/www/apps/myapp/current/public <Directory "/var/www/apps/myapp/current/public"> Options...
2004 Mar 30
1
force user not working
...hine so that all the permissions and ownerships are the same between the two machines. For some reason, on the new machine, my "Force User =" is not working. All files are owned by root no matter what -- not the user that created them. For all of my common directories (each dept has a commond dir that only their dept can access) I have "Force User = %U". This is important, because without it the created files do not apply to the user's quota. I wish to stress that this did *not* happen with 2.0.7... it worked just as it should. Could someone please give me a hand h...
2009 Feb 09
2
meetme application
hi guys: recently I want to buinding a meeting confence on asterisk and use the meetme application. I have a ztdummy kernel afteri the lsmod commond: ztdummy 5768 0 zaptel 182660 28 zttranscode,ztdummy crc_ccitt 3008 1 zaptel I also configure the meetme.conf conf => 1000; my extensions.conf [default] exten => 4110,1,Answer() ;exten => 99008664110,n,MeetMeCount(1000...
2008 May 05
1
how to plots two pairwise data sets into a same graph
Dear all: I fitted "Observed" into a distribution as frequency. The predicted values are calculated as "predicted" for frequency. bins is "x". I plot observed, predicted against x in a graph. the commond is here. pts=barplot(observed,xlab="points",ylab="Frequency",ylim=c(0,300),xlim=c(2,52),axes=FALSE,border=TRUE,names.arg=x,col="white") lines(spline(pts,predicted,n=300,method="natural"),type="l",lty=5) However, I also want to plot the correspond...
2005 Sep 22
1
Rf_initEmbeddedR in Windows
...lDLLinit(void); extern int R_ReplDLLdo1(); extern void run_Rmainloop(void); Then I google it, I find some solution of Borland C++ Builder, i.e. using implib to generate R.lib. The only place where I can find implib is at (http://www.geocities.com/SiliconValley/5806/download.htm#IMPLIB) and the commond generates a error as below C:\Program Files\R\rw2011\bin>IMPLIB32.EXE R.dll ImpLib32 Version 1.02 - ImpLib for Win32 Copyright (c) 1996-97 by Markus Seger (mseger at kagi.com) Creating R.lib... 'c:\Program' is not recognized as an internal or external command, operable program or batch f...
2012 Aug 27
0
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
...at line you want to compare with. Above test/CodeGen/X86/add.ll, you will see: ; RUN: llc < %s -mcpu=generic -march=x86 | FileCheck %s -check-prefix=X32 which means FileCheck now will compare LLVM toolchain's result with lines with"; X32:" prefix. But in your example, note below commond: ; RUN: llvm-as < %s | llvm-dis | FileCheck %s It basically assemble LLVM IR first, pipe to llvm-dis to disassemble, then use FileCheck to check if the content before llvm-as and after llvm-dis is the same or not (should be the same), That's why you see ; CHECK: %z = add nuw i64 %x, %y...
2012 Aug 27
2
[LLVMdev] where can I find out the documents of how to write a llvm regression test case?
Hi, thanks for your letter,but i have read it several times,and now i am confused still.because i do not know how the test work. for a simple sample: ; RUN: llvm-as < %s | llvm-dis | FileCheck %s @addr = external global i64 define i64 @add_unsigned(i64 %x, i64 %y) { ; CHECK: %z = add nuw i64 %x, %y %z = add nuw i64 %x, %y ret i64 %z } 1.FileCheck verify the file that llvm-dis output and
2004 Oct 29
0
Open Streaming Manuals
...Linux Software - Test Editors Linux Software - FTP Installing MuSE Live Streaming with MuSE Creating Playlist Files Linking with HTML MIME types The Politics of Streaming (rant) Streaming with playlists from MuSE Setting up Icecast2 Using Icecast2 Other Tools The manual is released under Creatice Commonds Attributive ShareAlike NonCommercial License 2.0. Feel free to nuse, ammend, distribute. It is available as a PDF from: http://www.radioqualia.net/streaming_manual If you spot any errors or ways to improve the manual please let me know! adam Adam Hyde ~/.fi r a d i o q u a l i a http://www.ra...
2006 Nov 20
0
Re: shareiscsi supports breaks booting when a ZFS /usr
...: > > > > - Root: UFS > > - /usr: ZFS > > - /opt: ZFS > > > > After bfu to opensolaris (2006-11-17), the system has become =20 > > unbootable. > > Solaris fails to mount the /usr filesystem at boot. > > > > The "/sbin/mount /usr" commond fails with the error message > > > > ld.so.1: zfs: fatal: libxml2.so.2: open failed: No such file or dire= ctory =20 =20 This message posted from opensolaris.org
2007 Jul 17
2
acts_as_ferret 0.4.1
Hi folks, I just released version 0.4.1 fixing several bugs and bringing the DRb server''s index versioning feature to the stable branch. Please see [1] for more changes. Cheers, Jens [1] http://projects.jkraemer.net/acts_as_ferret/query?status=closed&milestone=0.4.1 -- Jens Kr?mer http://www.jkraemer.net/ - Blog http://www.omdb.org/ - The new free film database
2012 Dec 06
0
Package party Error in model.matrix.default(as.formula(f), data = blocks) :allocMatrix: too many elements specified
...y data via package ¡°party¡±, which contains 1-5 integer value, and a few numeric values attributes. The class label is 1-5 integer value as well. In total I have 20 features with 1100 observations. I checked the type my data in R using class(my_data_cell), no factor has been observed. I received a commond error like others did from the past. > lu = read.csv(file=file.choose()) > lu.cf <- cforest(Target ~ ., data = lu, control = cforest_unbiased(mtry = 2, ntree = 50)) > lu.cf <- cforest(Target ~ ., data = lu, control = cforest_unbiased(mtry = 2, ntree = 100)) > cvi_lu = varimp(lu....
2005 Sep 22
4
Questions about R
...e progress "./configure" and "make" successully. By the way, I managed to install a developmental package of Linux named "r77", which may be a FORTRAN developmental package, before installing the R environment into my computer. However, an error occured when I type the commond "make check" or "make check FORCE=FORCE" or "make check-devel", and the warnings displayed are written below:( Somewords are translated from Chinese into English by myself) "running code in 'graphics-Ex.R' ...make[4]: *** [graphics-Ex.Rout] error 1 make[4...
2004 Jan 05
2
build R package on winXP
Hello, I wrote an R function and want to build an R package on winXP. I have set my path:C:\bin;C:\MinGW\bin;C:\Perl\bin\;C:\Tcl\bin;C:\texmf\miktex\bin;C:\Program Files\R\rw1081\bin; I tried to run "Rcmd build --help" but failed. Under C:\WINDOWS\System32\cmd.exe, I got the error message: Please set TMPDIR to a valid temporary directory. Under Cygwin, I got the error message: