search for: witing

Displaying 20 results from an estimated 21 matches for "witing".

Did you mean: waiting
2011 Oct 04
3
How to subset() from data frame using specific rows
...ls "As","Ca","Cl",..: 1 1 1 1 1 1 1 1 1 1 ... $ quant : num 0.06 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 ... I've looked in the R Cookbook and Dalgaard's intro book without finding a way to use wildcards (e.g., like "BC-*") or explicitly witing each site ID when subdsetting a data frame.. I need to create subsets (as data frames) based on sites, but including all sites on each stream. For example, using the initial site factor shown above, I want a subset containing all data for sites "BC-0.5", "BC-1". "BC-2&q...
2006 Feb 13
1
Managing multiple Dom0''s
...tarted on boot up. My current test setup is running 3.0.1 on Debian Stable. I have two physical systems with a shared F/C disk array using CLVM, which holds the vbd''s for teh DomU''s and a GFS filesystem shared between the two Dom0''s . I''m currently considering witing a wrapper for "xm" that uses a database to store DomU options and last run locations, but I''m hoping someone aleady has somehting... -Jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Aug 17
0
PAM Clustering
Sorry, I never use pam. In the help, you can see that pam require a dataframe OR a dissimilarity matrix. If diss=FALSE then "euclidean" was use.So, I interpret that a matrix of dissimilarity is generated automatically. Problems may be in your data. Indeed pam(ruspini, 4)$diss write a dissimilaty matrix while pam(MYdata,10)$diss wite NULL 2017-08-17 16:03 GMT+02:00 Sema Atasever
2017 Aug 17
2
PAM Clustering
Dear Germano, Thank you for your fast reply, In the above code, *MYData *is the actual data set. Do not we need to convert *MYData to *the dissimilarity matrix using *pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?* *Regards.* On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com> wrote: > try this > > MYdata <-
2003 Jun 01
2
AW: samba installation
Hi again, A.A wrote: > Hi Thomas, > As i wrote that's still the old Version: > /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE > When i type "Which smbstatus" i get /usr/bin /smbstatus this looks like a standard installation of SuSE. > > I dont know what you mean with : > For startup the samba processes you should change your
2001 Aug 06
2
Wine with CUPS support
Hello, some time ago, I saw a version of wine that relies on CUPS for printing. At that time I was using apsfilter to print so I didn't fetch this version. Now I'd like to make a download but can't manage to find this version anymore. Any hints? Andi
2014 Sep 30
0
[Bug 10847] New: inconsistent units should be unified and follow SI/IEC standard
https://bugzilla.samba.org/show_bug.cgi?id=10847 Summary: inconsistent units should be unified and follow SI/IEC standard Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P5 Component: core AssignedTo: wayned at samba.org
2008 Apr 14
1
clean-up actions after non-local exits
Dear R-devel, Some time ago I started a thread that boiled down to clean-up actions after non-local exits in R, see below. I wonder if there has been any progress on this? R-ext 2.6.1 doesn't say much on the subject. How, for example, do people deal with a situation where their C (C++) function opens a file and then receives a signal or longjump-s on error(), how do they make sure the
2009 Sep 14
3
Exporting Numerous Graphs
Hi all, I have got 27 graphs to export (not a lot...I know!). How can I fit all of them into a single file like PNG without adjusting the size of the graphs? What's in my mind is like pasting graphs into Word, in which I can just scroll down to view the graphs. Thanks for your attention. Much appreciated. Chris -- View this message in context:
2003 May 23
3
Not getting all data to a text file via write.table
Hi all- Thanks in advance for your help. I have a 2275x1 table of residuals from an lm() regression. I want to analyze this further in Excel. I tried using: df<-resid(object) write.table(df) and this yields a nice looking output in R, but because of screen constraints, I seem to loose data "out-the-top" of the Console -- which doesn't bother me, as long as I can see it
2004 Mar 07
1
A couple more minor questions about OCFS and RHEL3
Oracle appears to have Wim chained in the basement, forced to answer mailing list questions at all hours. I do appreciate it. Our cluster has been stable since we installed RAC, but a few minor issues have me concerned. First, our storage array seems to maintain continuous low-level activity even when the database is shut down. The CPUs spend a modest amount of time in iowait state while this
2003 Jun 02
0
AW: Re: AW: samba installation
hi, there is the output of the command samba stop and some more outputs. Maybe you see now more what do i wrong :(! balalayka:/usr/local # ls . bin include man samba-2.2.8a sbin src .. games lib samba samba-2.2.8a.tar.gz share balalayka:/ # /etc/init.d/samba stop bash: /etc/init.d/samba: No such file or directory balalayka:/ # whereis samba samba: /etc/samba
2003 Jun 02
0
AW: Re: AW: samba installation
you'll need to type './smbd -D' instead of 'smbd -D' if you're in the /usr/local/samba directory (same for nmbd -D and smbstatus). BTW, you need to type 'ps fax | grep smbd' and then 'kill -9 <process ID>', where <process ID> is listed in the 'ps fax | grep smbd' command. Same for nmbd. Also, make sure the smbd and nmbd daemons are not
2004 Jun 14
5
mkChar can be interrupted
Hi, As was discussed earlier in another thread and as documented in R-exts .Call() should not be interruptible by Ctrl-C. However the following code, which spends most of its time inside mkChar, turned out to be interruptible on RH-7.3 R-1.8.1 gcc-2.96: #include <Rinternals.h> #include <R.h> SEXP foo0(const SEXP nSexp) { int i, n; SEXP resSexp; if (!isInteger(nSexp))
2003 Jun 02
0
AW: AW: Re: AW: samba installation
hi, in the meantime i uninstalled and reinstalled samba again. it' s strage because i get two directories , Samba and samba-2.2..8a !! Newertheless i did as you wrote but there is still the old Samba ther! i Killed both Daemons and do : balalayka:/etc/samba # ps fax | grep nmbd balalayka:/etc/samba # ps fax | grep nmbd balalayka:/etc/samba # cd /usr/local/samba/bin/
2003 Jun 02
0
AW: AW: Re: AW: samba installation
You need to do ./smbstatus as well. ------------------------ "A.A" <1alp@gmx.de> wrote: ------------------------ hi, > >in the meantime i uninstalled and reinstalled samba again. >it' s strage because i get two directories , Samba and samba-2.2..8a !! >Newertheless i did as you wrote but there is still the old Samba ther! >i Killed both Daemons and do :
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
hi ke, **************************************************** Since you've compiled with default options, your smb.conf is located in /usr/local/lib/smb.conf . You should copy your working smb.conf for version 2.2.7 (/etc/samba/smb.conf) to /usr/local/lib. You should run ./testparm as well. *********************************** That's just what i did and the Result is the same! Is there a
2003 Jun 02
0
AW: AW: AW: Re: AW: samba installation
there is some new Error:connections.tdb not initialized. balalayka:/usr/local/samba/bin # ./smbstatus params.c:OpenConfFile() - Unable to open configuration file "/usr/local/samba/lib/smb.conf": No such file or directory Can't load /usr/local/samba/lib/smb.conf - run testparm to debug it ************************************* I do copy the old smb.conf to
2003 Jun 02
0
AW: AW: AW: Re: AW: samba installatio
Since you've compiled with default options, your smb.conf is located in /usr/local/lib/smb.conf . You should copy your working smb.conf for version 2.2.7 (/etc/samba/smb.conf) to /usr/local/lib. You should run ./testparm as well. ------------------------ "A.A" <1alp@gmx.de> wrote: ------------------------ there is some new Error:connections.tdb not initialized. > >
2016 Dec 29
0
Allow direct connection between some (but not all) nodes on the network (Guus Sliepen)
Guus Sliepen, I am working in a zeroconf setup for tinc called tzk, that could allow you to make this easily https://github.com/NebTex/tzk/ it will make better readme this weekend but you need a public machine with a public domain - subdomain pointed to it, the script will install tinc, consul (that is used for coordinate the vpn), and caddy a small reverse proxy for expose consul to the public