similar to: How many files & directories in a ZFS filesystem?

Displaying 20 results from an estimated 400 matches similar to: "How many files & directories in a ZFS filesystem?"

2009 Nov 05
1
How to load a specific variable from an RData file?
I'm wondering if there is any option available in load() such that I can specify which variable I want to load from an RData file. I don't see such option in the help.
2006 May 17
5
Plan to free myself from AAH
Hi, I'm actually using a slightly old version of AAH with Asterisk 1.2.1, because at first install it was perfect for my moderate knowledge of Asterisk. It is working well but I gradually introduced many changes to dialplan during normal use and now I'm feeling like in a straitjacket! Moreover I'd like to have the chance to upgrade Asterisk regularly. I have not the experience to
2004 Mar 11
5
recoding variables
Hi, I was hoping someone could help me. I am a graduate student new to using R, and I'm trying to figure out how to recode a continuous variable to make it into an ordinal variable with 3 categories. I literally have no idea how to proceed--could anyone possibly advise me? Please copy me on any responses, as I have just subscribed to the R-help email list but don't know whether the
2007 Nov 20
5
Compound search / grouping
Hi, Following problem: We have a tree structure with children and a root element (recursivly) stored in one table (imagine a threaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter
2006 Oct 28
1
Compiling Zaptel 1.2.10 on Ubuntu 6.10
Here's a weird problem that I'm not quite sure how to resolve. Zaptel 1.2.10 compiles just fine with "make", but when "make install" is run, this happens: [ `id -u` = 0 ] && /sbin/depmod -a 2.6.17-10-generic || : [ -f /etc/zaptel.conf ] || install -D -m 644 zaptel.conf.sample /etc/zaptel.conf build_tools/genmodconf linux26 "" "tor2 torisa wcusb
2006 May 25
4
No rings before auto attendant
Hi all, been searching & not finding an answer to this, although I'm guessing it's absurdly simple... I just hooked up a T1 to our * box (1.2.0), which had been using POTS lines via a channel bank.. Now when I call the new T1 circuit, there are no rings, the Autoattendant just picks up right away.. Any clue on how to make it ring twice before getting picked up? I tried immedate=no and
2006 Aug 02
1
read.spss and umlaut
Hello When I read a SPSS *.por file with read.spss everything after a umlaut is missing: > library("foreign") > spssdaten <- read.spss("projets.por") > attr(spssdaten$PROJETX, "value.labels")[1:20] Bg Stammzellenforschung Bb 863 862 Bb
2004 Jun 17
1
access to subdirs of share only
Hi, I've upgraded from 2.2.8a-SuSE PDC to 3.04-SuSE. OS is Linux 2.6, SuSE 9.1 Prof. All users can logon correctly on all W2K domain clients and obtain their roaming profiles. Now particular W2K SP 4 domain client cannot access to the top-level of a share, WinExplorer says "Access denied". If the client connects to a subdir of the same share as a new drive all works fine, same
2001 Nov 06
1
rsync for realtime filesystem replication.
Apologies in advance for a kind of long question: I've written an application called changedfiles (http://www.bangstate.com/software.html#changedfiles), which consists of two parts: a linux kernel module that reports all file operations to a device special, and a userspace daemon which can take arbitray shell action on files matching regexp rules specified in a config file. E.G.,
2009 Sep 30
1
Read header csv file
Hi R community, First of all, I want to thank everybody to share their time solving R questions, You are great. Ok, for my questions, I've been looking for a solutions by myself, in forums but I'm just a little bit desesperate so I hope somebody can help me. I have built a code to read files from a directory. These files are named by a year (2004.csv, 2005.csv,...). When the code reads
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl, Thanks for your help, About the "Connection:" header, you are right, it's: "Connection: close" and NOT "Connection: keep-alive". The protocol when the SERVER sends the data is http 1.0. It's http 1.1 when the browser requests the data. I don't understand the "Content-Length: 54000000" header either. Also I noticed the flash player on
2005 Jan 18
1
Re: * compatible with Pulse dialing phones ?
On Tue, 2005-01-18 at 09:49 -0600, asterisk-dev-request@lists.digium.com wrote: > > Hi, > > I am Arnaud F?vrier, I teach in a technical university in Marseille. > > I'd like to know if is is possible to connect a very old phone to > asterisk and dial pulses with it? > > Are digium cards pulse dial compatible? > > Is there any specific configuration
2006 May 15
2
Asterisk X100P - Interrupt a call?
So, We want to be able to put a fax machine on the line port of the X100P in our asterisk server. We however also want to use this card for 911 calling. We need some sort of mechanisim to "disable" the line out port on the x100p by software to "interrupt a call" on the line. Anyone done anything like this?
2006 May 26
2
large duration calls
Hello mates, im having calls of about 120 o 130 minutes in my accounting DB but these are calls not made by users. I guess my asterisk is not catching some BYE requests and after some timeout it hangs up the call. Is this issue known? Is there a way to trace this problem? Im using Asterisk 1.0.10 on a i686 linux and mysql for the accounting. I have this problem with different protocols, like SIP
2009 Sep 23
1
Variable as a filename
Hi R community, I have a question. I have 5 files in a directory. Each file has a year as a name (file 1 ->2004, file 2-> 2005, ...). I want to build a for loop where I call first file, do some calculations, go to second file, do some calculations, etc. Somethin like this: year<-2003 nfiles <- length(dir()) for( year in 2003:nfiles) {clima<-read.csv2([year]".csv",
2007 Sep 27
5
QueryParser.parse question
Hi there, I am stomped as to why QueryParser''s parse method behaves differently between query ''a'' and ''b''. See http://pastie.caboo.se/private/4rlwrecyyow3yl6qtf4tq Could someone please help me understand why that is the case. p.s. I also found ''i'' produce the same behavour as ''a'' Cheers, Andy
2006 May 26
4
End of migration: adding support for some analog phones
Hi, during gradual migration to Asterisk, I put Asterisk in front of a legacy Alcatel PBX: PRI PSTN <--> Asterisk <--> E1 cable <--> Alcatel PBX After successful deployment of VoIP phones, it's time to drop Alcatel PBX! I'd like to keep some of analog lines to support modem, fax and some older stuff. What's the best choice? A channel bank or a TDM2400P card? Can I
2018 May 25
0
how to make the code more efficient using lapply
Hi Stephen, I am not sure that the "for loop" is the source of slowness. You seem to be doing a lot of unnecessary work each time through the loop. e.g. no need to check if it's the last file, just move that section outside of the loop. It will be executed when the loop finishes. As it is you are calling list.files() each time through the loop which could be slow. In any case
2012 Jan 17
2
How to loop on file names
Dear all, I need to do the same procedure on several files. But I don't know how to refer to the file name. Here is an example of what I am trying to do. List of files: file1(A,B,C, D1...Dn), file2(A,B,C,E1,...,En), file3(A,B,C,F1,...,Fn) Procedure I want to apply on each file: dft <- melt(df,id=c('A','B','C')) dft$X <- substr(dft$variable,1,3) dft$Y <-
2012 Sep 26
3
Reading multiple files
Hi, I have 35 data files for reading. I would like get a program for performing reading of 35 files at once. All are of the type: Dados1.raw, Dados2.raw and so on. If the files have the same number of columns, I can read with the following commands: rm(list=ls()) filenames = list.files(path="~/Silvano/Arq", pattern="Dados+.*raw") names = substr(filenames, 1, 7) for(i in